/*
Theme Name: NORCO
Theme URI: http://norco.com
Description:  Norco Bike's Blog
Version: 1.0.0.
Author: Kevin Jamieson
Author URI: http://norco.com/


*/

//*CSS RESET* Thanks to -  http://meyerweb.com/eric/tools/css/reset/*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

//*end css reset *//


body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	}

#wrapper{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width:940px;
	margin: 0 auto;
	padding: 0;
	}
/*header*/

#header{
	height:290px;
	}
h2 a{
	color:#333;
	text-decoration:none;
	}
	

	
.line{
	background-image: url(images/headerline.jpg);
	
	height:14px;
	width:940px;
	clear:both;
	
	}
	
.swf{
	height:180px;
	width:940px;
	}
	
/*navigation*/
#swf{
	padding:10px 0 0 10px;}

#navbar {
	list-style:none;
	margin:25px 0 0 10px;
	padding:0;
	height:46px
	}

#navbar li{
	display:block;
	float:left;
	width:115px;
	height: 46px;
	}

 #navbar li a:hover .blog  {
	background-image:url(images/blog1.jpg);
	background-position:-110px;
	}
#navbar li a:active .blog  {
	background-image:url(images/blog1.jpg);
	background-position:-228px;	
	}
#navbar li a .blog{
	background-image:url(images/blog1.jpg);
	}
.blog{
	display:block;
	width:110px;
	height:46px;
	text-indent:-9999px;
	background-repeat: no-repeat;
	}

.about{
	display:block;
	width:113px;
	height:46px;
	text-indent:-9999px;
	}
#navbar li a:hover .about  {
	background-image:url(images/about1.jpg);
	background-position:-111px;
	}
#navbar li a:active .about  {
	background-image:url(images/about1.jpg);
	background-position:-230px;	
	}
#navbar li a .about{
	background-image:url(images/about1.jpg);
	}
.norcoA{
	display:block;
	position:relative;
	left:535px;
	width:400px;
	}
.norcoA{
	display:block;
	width:155px;
	height:46px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	}
#navbar li a:hover .norcoA  {
	background-image:url(images/norco1.jpg);
	background-position:-159px;
	}
#navbar li a:active .norcoA  {
	background-image:url(images/norco1.jpg);
	background-position:-318px;	
	}
#navbar li a .norcoA{
	background-image:url(images/norco1.jpg);
	}	
/*end navigation*/
/*end header*/



/*lefthand col*/

#leftcol{
	width:710px;
	margin:0 10px 0 10px;
	float:left;
	}
#leftcol h	2{
	font-weight: lighter;
	color:#333333;
	font-size: 32px;
	margin:0;
		}
#leftcol .postmetadata{
	margin:5px 0 10px 3px;
	font-weight: lighter;
	color:#333333;
	font-size:10px;
	}
#leftcol img{
	border:solid 2px #555;
	margin:0 auto;
	}
#leftcol p{
	font-size:14px;
	line-height: 24px;
	color:#555;
	font-weight: lighter;
	}
	
.post-header{
padding: 0 0 10px 0;	
}
.entry-meta {
	color: black;
	font-size:10px;
	}
.entry-meta a{
	text-decoration:none;
	font-size:10px;
	line-height:12px;
	color: #669999;
	margin-bottom:40px;
	}
.entry-meta .author{
	color: black;
	font-size:10px;
	}
.entry-meta .orange{
	color: #ff9933;
	}
.entry-meta .black{
	color: black;
}

.entry ul{
list-style:circle;
font-size:14px;
line-height:16px;
}
.entry ul li{
padding-top:4px;
padding-bottom:4px;
}
#leftcol h1{
	color:#ff9900;
	font-weight:normal;
	font-size:14px;
	}
#help h2{
	font-size:16px;
	margin-bottom:10px;
	}
.space{
	margin-bottom:10px;
	display:block;
	}
	
/*
.post-date{
	width:40px;
	height:40px;
	float: left;
	display: inline;
	padding:0px 4px 4px 2px;
	margin: 0 10px 0 0;
	font-size:18px;
	background: url(images/datebg.jpg) no-repeat;
	
}

.post-month{
color:#FFFFFF;
text-transform:uppercase;
align:center;
}

.post-day{
margin-left:5px;

}
*/
	.post-date {
			width: 46px;
			height: 45px;
			background: url("./images/date.gif") no-repeat;
			float: left;
			margin: 0px 10px 0 0;
			display: inline; /* IE */
			}
		
			.post-month {
				font-size: 0.8em;
				text-transform: uppercase;
				text-align: center;
				margin: 1px 0 0 0;
				}
			
			.post-day {
				font-size: 1.5em;
				text-align: center;
				margin: 3px 0 0 0;
	}
/*end lefthand col*/	

	
	

/*center col
#centercol{
	font-size:12px;
	line-height:18px;
	margin:0 10px 0 10px;
	width:165px;
	float:left;
	color:#ff9900;
	}
#centercol ul{
	text-decoration:none;
	margin:0;
	}
#centercol li{
	margin:10px 0 0 -40px;
	}
#centercol a{
	text-decoration:none;
	color:#669999;
	}
end center col*/




/*right col*/
#rightcol{
	font-size:12px;
	line-height:18px;
	margin:0 10px 0 10px;
	width:165px;
	float:left;
	color:#0099ff;
	}
#rightcol ul{
	text-decoration:none;
	margin:0;
	}
#rightcol li{
	margin:10px 0 0 -40px;
	}
#rightcol a{
	text-decoration:none;
	color:#669999;
	}
	
.break{
color: #F88017;

	}
/*end right col*/		



	

.commentform a{
	color:#669999;
	}
a{
	text-decoration:none;
	color:#669999;
	}
	
#leftcol h3{
	color:#666666;
	font-weight: lighter;
	}
	
