/*
Theme Name: Pink Sunset
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description:  A clean pink two-column layout based on the <a href="http://templates.arcsin.se/pink-sunset-website-template/">Pink Sunset website template</a>.
Author: Viktor Persson
Author URI: http://arcsin.se/
Last updated: 2009-05-27
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F09;
	text-decoration: none;
}
body {
	background: #FFF url(img/bg.jpg) repeat-y fixed bottom center;
	color: #311;
	font: normal 12px "Trebuchet MS",Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	padding: 10px 0;
}
li {
	list-style: none;
	margin: 4px 0 4px 20px;
}
li span {
	font-size: 0.9em; color: #444;
}

/* misc */

.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0 5px;
}

/* structure */
.container {
	background: #FFF url(img/top.gif) no-repeat;
	border: 1px solid #EEE;
	border-color: #EEE #CCC #AAA;
	margin: 0 auto;
	text-align: left;
	width: 600px;
}

/* header */
.top {
	height: 250px;
}
.header {
	height: 210px;
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: #F09;
	font-size: 2.4em;
}

/* footer */
.footer {
	background: #000;
	color: #FFF;
	margin: 5px;
	padding: 2px 5px;
}

/* content */
.item {
	padding: 10px;
	text-align: justify;
}
.item h1 {
	font: normal 1.6em serif,Arial;
	letter-spacing: 1px;
	color: #C36;
}
.left {
	float: left;
	width: 390px;
	background: #F2EEF2;
}
/* menu */
.menu {padding-left: 10px;}
.menu a {
	padding: 0 2px;
	margin-left: 8px;
	font-size: 1.2em;
}
.menu a:hover {
	background: #F09;
	color: #FFF;
}
.menu ul {display: inline;}
.menu li {float: left; list-style: none;}

/* submenu */
.right .submenu_end {
	background: url(img/bgsubmenu_end.gif) no-repeat; height: 29px;
}
.right {
	float: right;
	width: 195px;
	background: #DDD;
}
.right a:hover {
	text-decoration: underline;
}

.right h2
{
margin-left:15px;

padding-top:10px;
}


a img 
{
border:none;
}

.item{margin:0 0 25px 0;}

.item .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 1em;
background: #f2eef2;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

