/*#############################################################
Name: Beautiful Day
Date: 2006-11-12
Description: A soft and bright two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #CCD8E0 /*url(../img/bg.jpg)*/ repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}
hr {margin-bottom:1.2em;}


li {list-style: none;}

h1 {

	text-decoration:none;
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}
a h1{
	color: #444;
	border:none;
}
a h1:hover{
	text-decoration: underline;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 900px;
}

/* header */
.top {
	/*background: url(../img/clouds.gif) repeat-x;*/
	padding-top: 10px;
}
.loggedin {
	text-align:right;
	width:900px;
	margin:0 auto;
	font-size:1.6em;
	padding:0;
}
.loggedin p{
	padding:0;
	padding-bottom:5px;
	
}
input.logintext {
	border:none;
	padding-left: 7px;
	padding-top: 3px;
	background: url(../img/textfield.png) no-repeat;
	width:135px;
}
input.button{
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 128px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 900px;
	position:relative;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 128px;	
}
.header .left {
	background: #B3C2C7 url(../img/homehead.png) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 128px;
	text-align: center;	
	width: 680px;
}
.header .right {
	background: #B3C2C7 url(../img/headright.png) no-repeat right;
	overflow: auto;
	width: 215px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	
	position:absolute;
	bottom:10px;
	left:20px;
	height: 31px;
}
.navigation a {
	color: #456;
	display: block;
	float: left;
	font: bold .6em sans-serif;
	line-height: 31px;
	padding: 0 20px;
	text-decoration: none;
	
}
.navigation a:hover {
	color: #C60;
}
/* main */
.main {
	background: url(../img/bgmain.png) repeat-y;
}
.maintop {
	background: url(../img/bgmaintop.png) no-repeat;
	height:10px;
}
.mainbottom {
	background: url(../img/bgmainbottom.png) no-repeat;
	height:10px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 650px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: url(../img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.alert, span.required{
	font-size:12px;
	color:#CC0033;
	/*color:#FF2222;*/
}
.footer a,.footer a:hover {color: #FFF;}

#join{
	width:550px;
	padding:10px;
	margin-left:30px;
}

#join table {
border-top: 1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom: 1px solid #888888;
	border-right:1px solid #888888;
	width:100%;
}

#join td{
	
	height:30px;
	border-collapse:collapse;
}
.label{
	text-align:right;
}
textarea#self_description{
	height:5em;
	width:18em;
}
a.add{
	padding: 0 20px;
	background:url(../img/add.gif) no-repeat;
	font-size:14px;
	color:#033;
	float:right;
}
a.add:hover {color: #C60;
background:url(../img/addhov.gif) no-repeat;}

div.comment{
	border-left:#003333 2px solid;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:#FFFFCC;
}
div.comment p{
	padding-bottom: .5em;
}
a.comment{
	padding-left: 20px;
	background:url(../img/add.gif) no-repeat;
	color:#033;
}
a.comment{
	
}
div.profileposts {
	margin: 10px 30px;
	
}
div.profileposts h3{
	text-align:center;
	background-color: #666;
	color: #FFF;
}
ul#slideshow li{
	font-size:12px;
	text-decoration:none;
	float:left;
	list-style:none;
	margin:0;
	margin-bottom: 3px;
	padding:0;
	width:215px;
}
li#previous{
	text-align:left;
}
li#next{
	text-align:right;
}
li#album{
	text-align:center;
}
div.album{
	width:140px;
	padding:5px 5px;
	height:175px;
	float:left;
	border: 1px solid #CCCCCC;
}
div.album img{
	height:100px;
	display:block;
	border:none;
}