@import url("style_headers.css");
/*  
Theme Name: Columbia Rovers v1
Theme URI: http://www.columbiarovers.com/
Description: Designed by <a href="http://www.raphaelhaefeli.com" title="Raphael Haefeli - Web Design Porland Oregon">Raphael Haefeli</a> For Columbia Rovers.
Version: 1.0
Author: Raphael Haefeli
Author URI: http://www.raphaelhaefeli.com
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/
.children li {
list-style-type: disc;
margin-left:20px;
}

.children li a {
font-weight:normal;
}
.post p img {
float:left;
margin:0 10px 10px 0;
}

.clear-space{
	width: 100%;
	height: 10px;
}

.testimonial_block img{
	border: double #666;
	float: left;
	margin: 0 10px 10px 10px;
	clear: both;
}

.news-nav{
	margin: 10px;
	padding: 10px;
}
	
.testimonial_block{
	width: 100%;
	border-bottom: dotted 2px #CCC;
	margin-bottom: 15px;
	margin-top: 15px;
	min-height: 155px;
}


body {
	margin: 0;
	padding: 0;
	background: #000 url(images/bg_grad.gif) top repeat-x;
	font: 74% Verdana, "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #333;
	text-align: left;
}

p,
ol,
ul {
	
	}

ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h5, h6 {
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
}

h1 {
	font-size: 2em;
	margin: 30px 0 30px 0;
}
	
h2 {
	margin: 12px 0 10px 0;
	font-size: 1.4em;
}

h4{
	font-size: 1.1em;
	margin: 0 0 -10px 0;
	color: #333;
}
	
h3, h5, h6 {
	font-size: 1.4em;
	margin: 0 0 -10px 0;
	color: #333;
}

a:link {
	color: #666;
	text-decoration: none;
	outline: none;

}

a:visited {
	color: #666;
	text-decoration: none;
	outline: none;

}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:active {
	color: #666;
	text-decoration: underline;
	outline: none;
}

img.right{
	float: right;
	border: 2px solid #666;
}

img.left{
	float: left;
	border: 2px solid #666;
	
}
	
.bold{
	font-weight:bold;
}

.quote{
	font-style:italic;
}

img.border_light{
	border: double #666;
}


img.border_medium{
	border: double #333;
}

img.border_thick{
	border: solid 3px #333;
}

img.noborder {
	border: none;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.left {
	float: left;
}
	
.right {
	float: right;
}
	
.center {
	text-align: center;
}
	
.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 775px;
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
}


#sidebar{
	float: left;
	margin: 20px 10px 20px 30px;
	width: 150px;
	
}

*html #sidebar{
	float: left;
	margin: 20px 10px 20px 30px;
	width: 150px;
	
}

#sidebar h2{
	margin: 10px 0;
}

#sidebar ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-weight:normal;
}


/**********************
*   Header            *
***********************/


#header {
	width: 775px;
	height: 200px;
	background: no-repeat center top;
	margin: 20px 0 15px 5px;
}

#header .blogtitle {
	width: auto;
	height: 118px;
	display: none;
}

		
#navbar {
	font-size: .8em;
	clear: both;
	float: right;
	width: 765px;
	height: 29px;
	background: transparent url(images/nav_bg.gif) center no-repeat;
	position: relative;
	top: -6px;
	left: -5px;
}

ul.menu {
	float: left;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
}


ul.menu li {
	float: left;
	background:url(images/nav_div.gif) right top no-repeat;
	padding-right: 1px;
}

ul.menu li a {
	float: left;
	display: block;
	height: 28px;
	padding: 0 6px 0 6px;
	line-height: 24px;
	color: #fff;
	font-weight:normal;
}

ul.menu li a:link,
ul.menu li a:visited {
	color: #fff;
	background: none;
	font-weight:normal;
}

ul.menu li a:hover,
ul.menu li a:active {
	color: #9ad202;
	background: url(images/nav_hover.gif) repeat-x;
	text-decoration: none;
	height: 28px;
	font-weight:normal;
}

ul.menu li.current_page_item a:link,
ul.menu li.current_page_item a:visited,
ul.menu li.current_page_item a:hover
ul.menu li.current_page_item a:active {
	color: #000;
	text-decoration: none;
	font-weight: 700;
}


/**********************
*   Content           *
***********************/
.content_top{
	background:url(images/content_bg_top.gif) center no-repeat;
	width: 775px;
	height: 15px;
	margin-bottom: -3px;
}

.content_bot{
	background:url(images/content_bg_bot.gif) center no-repeat;
	width: 775px;
	height: 9px;
}



#content {/**out of whack with IE 6**/
	width: 775px;
	height: 100%;
	background: url(images/content_bg.gif) repeat-y;
	background-position:center;
}

/**********************
*   Entries      *
***********************/

.post {
	padding: 5px 30px;
	margin-bottom: 20px;
	
}


.postentry {
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: left;
	border-bottom: dotted 1px #CCC;
	float: left;
	clear: right;
	width: 100%;
}
	
.postentry a:link,
.postentry a:hover {
	color: #666	;
	text-decoration: underline;
}

.postentry img {
	border: 2px solid #666;
	margin: 4px;
}

.postentry img .noborder {
	border: none;
}
	
.postentry img:hover {
	border: 2px solid #333;
}

.posttitle {
	font-size: 1.6em;
	margin-bottom: -5px;
	margin-top: 20px;
}
	
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #333;
}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: .8em;
	color: #666;
}

.post-date {
	padding: 0;
}



/**********************
*   Footer            *
***********************/


#footer {
	width: 775px;
	height: 54px;
	clear: both;
	text-align: right;
	background: #000000; 
	color: #fff;
}
	
#footer p {
	color: #aaa;
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	text-align: center;
	font-weight: normal;
}

#footer p a:link,
#footer p a:visited {
	color: #aaa;
	font-weight: normal;
}

#footer p a:hover {
	color: #9ad202;
	font-weight: normal;
}

#footer p a:active {
	color: #9ad202;
	font-weight: normal;
}
	
/* Extras */


/*---topbar----*/


.top_bar{
	height: 10px;
	padding: 10px 10px 11px 10px;
	color: #FFFFFF;
	background-color: #333;
	border-bottom: 2px solid #FFF;
}

.top_bar a:link,
.top_bar a:visited {
	color: #FFF;
	font-weight: normal;
}
.top_bar a:hover {
	color: #9ad202;
	font-weight: normal;
}
.top_bar a:active {
	color: #9ad202;
	font-weight: normal;
}
	
#top_rss{
	position: relative;
	top: -6px;
	width: 163px;
	height: 25px;
}


/*---blocks----*/

.clr{
	clear: both;
}

.block_left{
	float: left;
	width: 25%;
	height: 100%;
	clear: both;
}


.block_right{
	width: 75%;
	height: 100%;
	float: right;
}


.block_left_news{
	float: left;
	width: 425px;
	height: 100%;
	clear: both;
	padding: 0 30px 0 30px;
}

.services_left{
	float: left;
	width: 410px;
	height: 100%;
	clear: both;
}

.home_left{
	float: left;
	width: 370px;
	height: 100%;
	clear: both;
}


.block_right_news{
	width: 250px;
	height: 100%;
	float: right;
	padding-left: 20px;
	border-left: 2px dotted #ccc;
	margin-right: 10px;
}

.home_right{
	width: 250px;
	height: 100%;
	float: right;
	padding-left: 20px;
	border-left: 2px dotted #ccc;
	margin-right: 10px;
}

.services_right{
	background: #FFF;
	width: 250px;
	height: 100%;
	float: right;
	padding: 0px 10px 10px 20px;
	border-left: 2px dotted #ccc;
	margin-right: 10px;
	margin-top: 20px;
}

.services_right h3{
	margin-top: 0;
	margin-bottom: 75px;
}

.block_center{
	position: relative;
	top: 10px;
	width: 100%;
	height: 100%;
	clear: both;
	margin-bottom: 15px;
}

.block_center table{
	width: 100%;
	text-align: center;
}

.block_center table td{
	padding: 6px;
}

/*---flash*/


.flash{
	width: 775px;
	height: 520px;
	background: url(images/flash_bg.gif) center no-repeat;
	position: relative;
	left: -30px;
	padding-top: 12px;
	margin-top: 15px;
}


.flash_home{
	width: 775px;
	height: 160px;
	background: url(images/flash_bg_home.gif) center no-repeat;
	position: relative;
	left: -35px;
	padding-top: 20px;
	margin-top: 15px;
	padding-left: 10px;
}

/*---photo gallery*/

.kit-gallery{
	width: 710px;
	height: 100%;
	
}

.kit-gallery li{
	width:160px;
	text-align:center;
	position:relative;
	display:inline;
	
}

.kit-gallery ul{
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	
}

/*---save for future use with gallery - image captions!!!

#kit-gallery a:hover span{	
	top:8px;
	left:12px;
	width:160px;
	font-weight:bold;
	background:#FFF;
	padding:5px 0 5px 0;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 3px 0;
} 
*/



.wheel-gallery{
	width: 380px;
	float: right;
	margin: 20px 5px 5px 5px;
	border-left: dotted 2px #CCC;
	padding: 0;
	}

.wheel-gallery li{
	width:160px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}


.wheel-gallery ul{
	margin-left:-5px;
}


/*---save for future use with gallery - image captions!!!

#kit-gallery a:hover span{	
	top:8px;
	left:12px;
	width:160px;
	font-weight:bold;
	background:#FFF;
	padding:5px 0 5px 0;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 3px 0;
} 
*/


/*---misc----*/

.map_border{
	text-align:center;
	border: 2px solid #333;
}

.post ul{
	padding: 0;
	list-style-type: none;
}

.bumpright_header{ /* to adjust posts page header*/
	padding: 0px 30px 0 30px;
}

.bumpright_paragraph{/* to adjust posts page header*/
	padding: 0 30px 0 30px;
}

.rr_content_top{
	border-bottom: dotted 2px #CCC;
	margin-bottom: 10px;
}

.about{
	display: none;
}

.lg_tx{/*---large text----*/
	font-size: 2em;
	font-weight:bold;
	line-height: 120%;
}

.md_tx{/*---medium text----*/
	font-size: 1.2em;
	font-weight:bold;
}

.form_holder{
	width: 350px;
	height: 100%;
	float: right;
	padding-left: 20px;
	border-left: 2px dotted #ccc;
	margin-right: 10px;
	
}

	
#menubottom{
	background:url(images/menubottom.gif) repeat-x;
	width: 728px;
	height: 25px;
	position: relative;
	top: 24px;
	left: 23px;
}

#social_banner{
	width: 425px;
	height: 130px;
	background-image:url(../../../graphic_assets/socialbanner_sm.jpg);
	margin-top: 15px;
}

#social_banner span{
	display: none;
}



#social_banner #facebook{    /* clickable area */
float: left;
width : 213px;
height: 130px;
clear: right;
}

#social_banner #flickr{    /* clickable area */
float: right;
width : 212px;
height: 130px;
}

	.searchbar {
		float: right;
		width: 190px;
		height: 31px;
		margin: 0;
		}
	.searchform {
		width: 190px;
		height: 20px;
		text-align: left;
		}
	input#s {
		font: 11px Verdana, "Trebuchet MS", Arial, Sans-Serif;
		width: 150px;
		height: 16px;
		margin: 4px 0 0 1px !important;
		margin: 3px 0 0 1px; 
		padding: 3px 0 0 2px;
		border: 1px solid #999;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;

		}


/* store */


.catlistcontainer {
	width: 520px;
	padding: 0;
	}	
	
div.catlist {
	float: left;
	width: 172px;
	}

.sort-products{
	float: right;
	clear: left;
	text-align: right;
}

big{
	font-size: 1em;
}

#shopp-categories-menu{
	width: 140px;
	
}

.category h3{
	background: url(images/widget-bg.jpg) repeat-x;
	border: 1px solid #CCC;
	padding: 8px 5px 5px 5px;
	width: 100%;
	height: 25px;
	text-transform: uppercase;
	text-align: left;
}

.category p{
	margin-top: 30px;
}

.category p img{
	float: left;
	margin: 0px 10px 10px 0px;
}

.listview p{
	margin: 10px 0;
}



	

/*---widgets---*/

h2.widgettitle{
	font-size: 1.1em;
	width: 100%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
}

.widget{
	background: #FFF url(images/widget-bg.jpg) repeat-x;
	border: 1px solid #CCC;
	padding: 0px 5px 5px 5px;
	margin-bottom: 15px;
	width: 100%;
	float: left;
}

.widget a{
	font-size: 10px;
	font-weight: bold;
}

.widget p{
	font-size: 10px;
	font-weight: normal;
}
.widget li {
	font-size: 10px;
	font-weight: bold;
        padding-top:3px;
}

/*-----ie blocker---*/
*html body{
	background-color: #FFF;
	background-image: none;
}

*html #no-ie{
	background: url(http://www.columbiaoverland.com/graphic_assets/ie-warning.jpg) left center no-repeat;
	background-color: #FFF;
	padding: 8px;
	width: 600px;
	position: absolute;
	left: 25%;
	top: 50px;
}
*html #no-ie #no-ie-left{
	width: 475px;
	float: right;
}




