/* ----------------------------------------
Theme Name: CSC custom
Theme URI: http://www.kwsailing.org/
Description: Custom matched kwsailing.org theme
Version: 0.1
Author: Don McKenzie
Author URI: http://donmckenzie.ca/
Last Modified: 2007.01.01
Provides: Theme definition file for WordPress 2.1
---------------------------------------- */

*{
margin:0;
padding:0;
}

* html #footer{
margin:-40px 0 0;
}

* html #nonfooter{
height:100%;
}

 body {
	background: #333333 url(http://kwsailing.org/resources/bg.jpg) repeat-y scroll center;
	height:100%;
	text-align:center;
	} 

#content{
	margin: 0 auto;
	width: 700px;
	text-align: left;
	padding: 0 0 50px
}

html{
height:100%;
margin-bottom:1px;
}

img {border: 0;}

#blogwrapper {margin: 0 15px 0 15px; color: #666666; font: 18px Arial, Helvetica, sans-serif;}

#blogposts {float: left; width: 500px;}

a:link {color: #666;}
a:visited {color: #666;}
a:hover {color: #FF9900;}
a:active {color: #666;}

#blogposts h3 a {color:  #444; margin: 0; padding: 0;}
#blogposts h3 a:visited {color:  #444; margin: 0; padding: 0;}
#blogposts h3 a:hover {color: #FF9900; margin: 0; padding: 0;}
#blogposts h3 a:active {color: #444; margin: 0; padding: 0;}

#blogposts ul, #blogposts ol, #singlewrap ul, #singlewrap ol{
	font-size: 14px; margin-left: 28px; margin-bottom: 10px;
} 

#singlewrap img {display: block; text-align: center; padding: 10px; border: 1px solid #666; margin: 0 auto 0 auto; }

#sidebar {float: right; width: 120px; border-left: 3px solid #666; font-size: 14px; list-style:none; padding: 0 0 100px 10px;}

#sidebar li ul {list-style: none; margin-bottom: 10px;}

#searchblog {text-align: left; margin-bottom: 10px;}

.headerimg {margin: 19px 0 15px 0; border-top: 3px solid #666;}

.date {font-size: 14px; color: #999; margin: 0; padding: 0;}
.posted {font-size: 14px; color: #444; margin: 0 0 10px 0; padding: 0;}

p {color: #666666; font-size:  14px; margin-bottom: 10px;}






/*------------NAV ID Starts Here-----------------------------*/

#navlist
{
position: relative;
width: 100%;
height: 19px;
margin: 0;
padding: 0;
border-bottom: 3px solid #666;
white-space: nowrap;
}

#navlist li
{
float: left;
margin: 0 0 0 2px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #666;
list-style-type: none;
}

#navlist li a
{
position: relative;
width: 84px;
display: block;
margin: 0;
padding: 1px 4px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #666;
background-color: #fff;
color: #666666;
font: 12px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
}

#navlist li a:hover
{
background-color: #FF9900;
color: #000;
/*color: #00c;
text-decoration: underline; <--Old style*/
}

#navlist li#active a
{
background-color: #AAA;
color: #fff;
border-color: #CCC #000 #000 #CCC;
}

#navlist li#active a:hover { color: #fff; }

#navlist ul#subnavlist
{
position: absolute;
width: 700px;
left: 0;
top: 22px;
height: 19px;
margin: 0 10px;
white-space: nowrap;
}

#navlist ul#subnavlist li
{
width: 100px;
float:left;
padding: 1px 0 0 3px;
border: 0;
margin: 0;
}

#navlist ul#subnavlist li a
{
width: auto;
margin: 0;
border-width: 2px 2px 0px 2px;
border-style: solid;
border-color: #666 #666 #666 #666;
background-color: #fff;
color: #666;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#navlist ul#subnavlist li a:hover
{
color: #000;
background-color: #FFCC33;
text-decoration: none;
font-weight: 400;
/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a
{
color: #FFF;
background-color: #AAA;
}

* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 700px;
/* IE5/Mac fixed width fix */
}