/*  
Theme Name: WindsurfNOW
Theme URI: http://www.guinevere.ca
Description: Custom theme for windsurfNOW.ca
Version: 1.0
Author: Guinevere Orvis
Author URI: http://www.guinevere.ca

*/

body {
	background-color: #1b2424;
	margin:0px;
}

#wrapper {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	width:966px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width:929px;
	margin:0px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width:929px;
	height:178px;
	margin-left:22px;
	white-space:nowrap;
}


#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width:922px;
	height:74px;
	margin-top:20px;
	margin-left:22px;
}

.logo {
	padding-top:23px;
	padding-left:80px;
	white-space:nowrap;
	float:left;
	padding-right:40px;
}

.navlinks {
	padding-top:22px;
	white-space:nowrap;
	float:left;
}

.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:12px;
	float:left;
	text-decoration:none;
	padding-right:20px;
}

.search {
	background-color: #1b2424;
	border: 1px solid #676868;
	width:160px;
	height:14px;
	float:right;
	margin-right:70px;
	margin-top:31px;
	color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#leftcolumn {
	width: 600px;
	padding-left:34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	text-align:justify;
	float:left;
}


#rightcolumn {
	width:250px;
	padding-left:20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #3e4f4f;
	float:right;
	color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:20px;
	line-height:24px;
}

.rightlink a:hover {
	background-color:#293838;
	min-width:250px;
	color:#ffffff;
	text-decoration:underline;
	padding:2px;
}

.rightlink a {
	min-width:250px;
	color:#e6e6e6;
	text-decoration:underline;
	padding:2px;
}

.widgettitle {
	color:#ffc32a;
font-weight:normal;
font-size:10px;
text-transform:uppercase;
}

h2, h2 a {
	color:#ffc32a;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
text-decoration: none;
}

a {
	color:#ff9417;
	text-decoration:underline;
}

a:hover {
	color:#ffbe25;
	text-decoration:underline;
}

.postlinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#e6e6e6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2d3838;
	width:590px;
	margin-top:6px;
	margin-bottom:20px;
}

.author {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:30px;
	padding-top:10px;
	color:#a36413;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

.alt {
background-color:#2f3e3e;
padding:4px;
border: 1px solid #3e4f4f;
}