/*  
Theme Name: Windy Road
Theme URI: http://www.windyroad.org/
Tags: fixed-width, three-columns, blue, white, custom-header, right-sidebar
Description: Windy Road theme
Version: 1.0.5
Author: Samuel Hautcoeur, based on Mumrik theme by Front-end Book
Author URI: http://www.vizemedia/
*/

html {background: url(img/body-bg.png) repeat-x 0 -40px; margin: 0; padding: 0;}

body{
	font-size:0.9em;
	margin:0;
	padding:0;
	font-family:"Myriad Pro", "Lucida Grande", "Tahoma", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(img/road-only-5.png) no-repeat fixed bottom;
}

a {
	text-decoration:none;
	color:#1a6091;
}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}

a img {
	border:0px;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin:0;
	padding:10px 20px;
	color:#666;
	line-height:1.5em;
	font-style:italic;
}

#Wrapper{
	margin:0px auto 10px auto;
	width:1000px;
}
#BigAd {
	padding-bottom:10px;
}

#Header {
	position:relative;
	padding:0;
}

#HeaderText{
	padding:44px 10px;
	margin-right:270px;
}

#Subscription {
	position:absolute;
	z-index:10000;
	right:0;
	top:-20px;
	background: #f5f5f5;
	border: 3px solid #ddd;
	padding: 13px 5px 2px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #999;
	-webkit-box-shadow: 0 2px 5px #999;
	-moz-box-shadow: 0 2px 5px #999;
}

#RSSButton {
	color:#666;
	font-size:13px;
	padding:8px 12px 4px 28px;
	display: block;
	background:transparent url("img/feed_small.png") no-repeat 8px 6px;
}

#HeaderText h1 {
	padding:0;
	margin:0;
	font-size:1.6em;
	font-weight:bold;
}

#HeaderText h1 a {
	color:#000;
	text-decoration:none;
}

#HeaderText h1 a:hover,
#MainNavigation li a:hover {
	text-decoration:underline;
}

#HeaderText h1 strong {
	font-size:1.3em;
	color:#000;
}

#HeaderText h2 {
	padding:0;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
	color:#999;
	position: absolute;
	left: 285px;
	top: 58px;
}	
	
#MainNavigation {
	z-index:1;
	background: #4C4C4C url("img/bg_main_navigation.png") repeat top left;
	padding:5px 10px 3px;
	position:relative;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	height: 46px;
	box-shadow: 0 2px 5px #666;
	-webkit-box-shadow: 0 2px 5px #666;
	-moz-box-shadow: 0 2px 5px #666;
}

#MainNavigation ul,
#MainNavigation li
{
	list-style:none;
	padding:0;
	margin:0;
}
#MainNavigation li
{
	display:inline;
}

#MainNavigation li a{
	padding: 17px 12px 11px 12px;
	padding: 14px 12px 9px 12px;
	margin: 2px 4px 0;
	display: block;
	color:#fff;
	text-decoration:none;
	font-size:1em;
	font-weight: bold;
	float: left;
}


#MainNavigation ul > li a.current, 
#MainNavigation ul > li.current_page_parent a,
#MainNavigation ul > li.current_page_item a,
#MainNavigation ul > li.current_page_ancestor a
{
	background-color: #333;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset -2px -2px 5px #222;
	-webkit-box-shadow: inset -2px -2px 5px #222;
	-moz-box-shadow: inset -2px -2px 5px #222;
}

#MainNavigation li a:hover {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #333; text-decoration: none;
	box-shadow: inset -2px -2px 5px #222;
	-webkit-box-shadow: inset -2px -2px 5px #222;
	-moz-box-shadow: inset -2px -2px 5px #222;
}

#MainNavigation ul > li a.current:hover, 
#MainNavigation ul > li.current_page_parent a:hover,
#MainNavigation ul > li.current_page_item a:hover,
#MainNavigation ul > li.current_page_ancestor a:hover {
	text-decoration: none;
	cursor: default;
}

#NavigationContent ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#NavigationContent li {
	font-size:13px;
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 6px 8px;
}

#Search{
	position:absolute;
	right:15px;
	top:12px;
}

#Search input[type='text'], #Search button.btn {
	border:2px solid #777;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:5px;
	background: #333;
	color: #fff;
	font-weight: bold;
	background: #333 url("img/bg_main_navigation.png") repeat-x bottom;
}

#Search input[type='text'] {width: 168px;}

#Search button.btn {
	margin-left: 3px;
	cursor: pointer;
	background: #222 url("img/bg_main_navigation.png") repeat-x bottom;
	padding: 5px 5px 4px;

}
#Search button.btn:hover, #Search input[type='text']:hover {
	background: #333;
}
#Search button.btn:focus, #Search input[type='text']:focus {
	background: #222;
}

#NavigationContent,
#MainContent,
#ContextualContent{
	float:left;

}

#NavigationContent {
	margin-top:10px;
	width:170px;
	margin-right:8px;
}

#NavigationContent ul ul {
display:none;
}

#NavigationContent ul > li.current_page_parent > ul,
#NavigationContent ul > li.current_page_item > ul,
#NavigationContent ul > li.current_page_ancestor > ul {
	display:block;
}

#MainContent {
	width: 700px;
	margin:0 20px 0 0;
	padding: 10px;
}

#ContextualContent {
	margin-top:10px;
	width:260px;

}

.widget {
	background: #C5DAE7 url("img/border-gradient.png") repeat-x top;
	padding: 4px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 4px #667BB0;
	-webkit-box-shadow: 0 2px 4px #667BB0;
	-moz-box-shadow: 0 2px 4px #667BB0;
}

.widget .wgt-inner {
	background-color: #F1F9FC;
	padding:11px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget h4 {
	margin: -11px -11px 10px;
	padding: 15px 15px 7px;
	border-bottom: 2px solid #C5DAE7;
	background: #D3E9F4 url("img/widget-h4.png") repeat-x bottom;
}

.Post {
	margin:10px 0;
}



.Post h3, h3, .Post h2 {
	margin:0;
	padding:0;
	letter-spacing: -1px;
	text-shadow: 0 2px 2px #999;
/* 	text-shadow: 0 2px 3px #999; */
	font-size:22px;
}

.Post h2 {padding-top:17px;}

.Post h3 a, h3 a, .Post h2 a, h2 a {
	color:#356AA0;
	font-size:22px;
	
}

.PostImage {
	border:1px solid #000;
}


.PostInfo em {
	font-style:normal;
}

.author {
	color:#999;
}

.comments {
	float:right;
}

.UserInput input[type='text'] {margin-right: 10px;}

.LeftImage {
	float:left;
	margin:0 20px 15px 0;
}

.RightImage {
	float:right;
	margin:0 0 20px 20px;
}

.Post .PostInfo {
display: block;
	padding:4px 0;
	margin:0;
	font-size:0.9em;
	color:#B3B3B3;
}

.PostContent {
	clear:both;
	line-height:1.7em;
	font-size:0.9em;
	
}

pre {
	background: #eee;
	padding: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	-moz-box-shadow: 0 1px 2px #999;
	border: 1px solid #ddd;
	border-top-color: #eee;
	border-left-color: #eee;
}

/* Contextual Content */

.widget ul,
.widget ul li
{
	list-style:none;
	margin:0;
	padding:0;
}

.widget ul li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
}

span.date {
	color:#B3B3B3;
}

span.title a {
	color:#356AA0;
}

span.author_and_tags {
	display:block;
	color:#B3B3B3;
}

/* Footer */
#Footer {
	margin:10px auto;
	font-size: 0.9em;
	clear:both;
	padding:10px 20px 20px;
	color:#999;
	text-align:center;
	width: 880px;
}

#Footer a {

}

#Footer p {text-align: left; line-height: 30px;}

/* Ads */
#textads,
#BigFooterAd {
	margin-top:10px;
	text-align:center;
}

#BigAd {
 text-align:center;
}

/* WP Theme Requirements Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 10px 10px 0;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

#SubscriptionChooser {

	
	display: none;
	padding:4px 12px 4px 6px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#SubscriptionChooser ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#SubscriptionChooser ul li {
	padding:2px 4px;
	margin:0;
}

.SearchResult {
	list-style: none;
	margin:0;
	padding:0;

}

.SearchResult li {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

#contextual_ads {
	list-style: none;
	margin:0;
	padding: 0;
}

#contextual_ads li {
	display: block;
	float:left;
	width:125px;
	height:125px;
	border:1px solid #ccc;
	margin-bottom: 6px;
	text-align: center;
	
}


#contextual_ads li.alt {
	margin-right:6px;
}

/* Comments */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
	
h3#comments, h3#newcomment {font-size: 18px;}

.commentlist li {
	margin: 15px 0 10px;
	list-style: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	padding: 10px;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 20px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

.thread-even {
	background-color: rgba(255,255,255,0.5);
}

.thread-alt {
	background-color: rgba(248,248,248,0.5);
}

.depth-1 {
border: 1px solid #ddd;
box-shadow: 0 1px 2px #999;
-webkit-box-shadow: 0 2px 2px #999;
-moz-box-shadow: 0 2px 2px #999;
}
.depth-2 {
margin-left: 30px;
}
.depth-3 {
margin-left: 30px;
}
.depth-4 {
margin-left: 30px;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	}

.commentmetadata {
	font-weight: normal;
	}


#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 5px 0 5px auto;
	float: right;
	background: #eee;
	padding: 5px 0 4px;
	}

/* jQuery UI Tabs */
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 4px solid #C5DAE7;
}

#ui-tabs-nav-items {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 4px solid #C5DAE7;
	border-bottom: none;
	border-right: none;
	box-shadow: 0 2px 4px #667BB0;
	-webkit-box-shadow: 0 2px 4px #667BB0;
	-moz-box-shadow: 0 2px 4px #667BB0;
}

.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border-right: 4px solid #C5DAE7;
}

.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: .8em .9em .4em;
	color: #777;
	background: #D3E9F4 url("img/widget-h4.png") repeat-x bottom;
}
.ui-tabs-nav-item a:hover {
	background-color: #b2d1ef;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear:left;
	color: #222222;
	margin-bottom: 15px;
	bottom: -1px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;	
	background: #C5DAE7 url("img/border-gradient.png") repeat top;
	padding: 4px;
	box-shadow: 0 2px 4px #667BB0;
	-webkit-box-shadow: 0 2px 4px #667BB0;
	-moz-box-shadow: 0 2px 4px #667BB0;
	position: relative;
	z-index: 100;
	top: -1px;

}

.ui-tabs-panel .inner {
	background: #F1F9FC;
	padding: .5em .7em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ui-tabs-panel p {
	padding: 8px;
	margin: 0;
}

.ui-tabs-hide {
	display: none;
}

/* WP Core Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* CommentLuv support */
abbr em img { float: left !important; margin: 2px !important }

/* templates */
.full_image {
	margin:10px 0 0 0;
}

/* Generic Classes */
ul.links {
	list-style:none;
	margin:0;
	padding:0;
}


ul.links li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
	font-size: 0.9em;
}

/* Templates */
#FullContent {
	position:relative;
}

#rotator {
	position:absolute;
	width:938px;
	bottom:0;
	left:0;
	
}

.puff {
	padding:10px 20px;
	color:#fff;
	background:transparent url("img/pusher_bg.png");
}

.puff h4 {
	margin:0;
	color:#ff7800;
}

.puff p {
	margin:0;
	font-size:0.9em;
	line-height:1.4em;

}

.puff a {
	color:#ffea00;
}

.puff img {
	float:left;
	border:1px solid #fff; 
	margin:0 15px 0 0;
}

.puff:after, .cols:after {
	content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
}

/* Plugin Specific Classes */

/* NavXT */
.breadcrumb {
	margin:10px;
}

#AdsContext {
	border:1px solid #bed7f1;
	padding:5px;
	margin-bottom:10px;
}

/* Imported from old theme */

.right {
    float: right;
    margin: 1em 0 1em 1em;
}

.left {
    float: left;
    margin: 1em 1em 1em 0;
}

.aside {
    padding: 0;
    margin: 0;
	width: 300px;
	padding: 16px;
	margin: 20px 0 0 15px;
	background: #FFFFF8;
    border: 1px solid #FFFFC4;
    box-shadow: 0 2px 5px #999;
    -webkit-box-shadow: 0 2px 5px #999;
	-moz-box-shadow: 0 2px 5px #999;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.aside.right .aside-top {
    height:0px;
    padding-top: 25px;
    width: auto;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -15px;
}

.aside.right {
    padding-left: 25px;
    padding-right: 15px;
    margin-right: -11px;
    clear: right;
}

.aside.left .aside-top {
    height:0px;
    padding-top: 25px;
    width: auto;
    margin-top: -25px;
    margin-right: -25px;
    margin-left: -15px;
}

.aside.left {
    padding-right: 25px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    clear: left;
}

.aside ul {
	margin-bottom: 0;
}

.page-nav.aside {
	line-height: normal;
	width: auto;
	max-width: 300px;
	margin-top: 22px;
	padding-top: 0;
}

.page-nav.aside h4 {
	margin-bottom: 0;
}

.page-nav.aside ul {
	padding-left: 20px;
}
