/*
Theme Name: Ask The Michelin Man
Author: Nonsense London
Version: 2.0
License: GNU General Public License
*/

/* -------------------------------------------------------------- 
	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}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}


/* -------------------------------------------------------------- 
	Global
-------------------------------------------------------------- */
body {
	background: #fff url(images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

/***** Clearfix *****/sign
.cl {
	clear: both;
}

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

/* IE 7 */
*:first-child+html .clf { 
	zoom: 1;
}


/* -------------------------------------------------------------- 
	Wordpress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}


/* -------------------------------------------------------------- 
	General Layout
-------------------------------------------------------------- */
.wrapper {
	margin: 0 auto;
	width: 960px;
}

/***** Header *****/
#header {
	background: url(images/header.jpg) no-repeat;
	height: 305px;
	margin: 0 auto;
	position: relative;
	width: 988px;
}

/*** Top Nav ***/
#top_nav {
	right: 16px;
	position: absolute;
	top: 0;
}
#top_nav ul {
	display: none;
}
#top_nav li {
	float: left;
	padding: 0 8px;
}
#top_nav li a {
	color: #ff0;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
}

/*** Main Nav ***/
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	right: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** Skin ***/
.sf-menu {
	left: 214px;
	position: absolute;
	top: 33px;
}
.sf-menu li {
	background: url(images/nav_divider.png) no-repeat center right;
}
.sf-menu li:last-child {
	background: none;
}
.sf-menu a {
	color: #fff;
	display: block;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 0 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.sf-menu li.current_page_item a {
	color: #ff0;
}

/* Dropdown */
.sf-menu ul {
	background: url(images/nav_bg.png) no-repeat 0 0;
	border-bottom: 1px solid #c1c1c1;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	padding: 8px 10px 5px;
	right: -4px !important;
	top: 20px !important;
	width: 161px !important;
	
	-moz-border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.sf-menu ul li {
	background: none;
}
.sf-menu ul li a {
	border-bottom: 1px solid #e0e0e0;
	color: #a0a0a0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
	padding: 7px 0;
	text-transform: capitalize;
	width: 142px !important;
}
.sf-menu ul li a:hover {
	color: #0f0f0f !important;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	outline: 0;
}

/* Nav Arrows */
.sf-menu a.sf-with-ul {
	background: url(images/nav_arrow.png) no-repeat right 5px;
	margin-right: 10px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu li.current-page-item a.sf-with-ul {
	background: url(images/nav_arrow.png) no-repeat right -35px !important;
}
.sf-sub-indicator {
	display: none;
}

/***** Bread Crumb *****/
#crumb {
	margin-bottom: 25px;
}
#crumb a {
	color: #04194c;
	font-size: 13px;
	text-decoration: none;
}


/***** Post *****/
#post {
	float: left;
	padding-bottom: 30px;
	width: 665px;
}

/*** Headings ***/
#post h1,
#post h2#ask {
	color: #04194c;
	font-size: 23px;
	margin-top: 10px;
	text-transform: uppercase;
}
#post h1#inner {
	color: #0f0f0f;
	font-size: 18px;
	padding-left: 12px;
	text-transform: capitalize;
}
#post h2 {
	color: #0f0f0f;
	font-size: 18px;
	font-weight: 400;
}
#post h2 a {
	color: #0f0f0f;
	font-size: 18px;
	text-decoration: none;
}
#post h3 {
}
#post h4 {
	color: #0f0f0f;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

/*** Links ***/
#post a {
}
#post a:hover {
}

/*** Paragraph****/
#post p {
	color: #555;
	font-size: 12px;
	margin-bottom: 15px;
}
#post p.home {
	padding-right: 25px;
}

/*** Links ***/
#post a {
	color: #333;
	font-size: 12px;
}

/*** Lists ***/
#post ul,
#post ol {
	color: #555;
	font-size: 12px;
	list-style: disc inside;
	margin-left: 14px;
}

/***** Sidebar *****/
#sidebar {
	border-left: 1px solid #e0e0e0;
	float: right;
	height: auto;
	padding: 0 0 30px 22px;
	width: 270px;
}

/*** Social ***/
#social {
	margin-top: 10px;
}

/*** Sidebar Widget ***/
.widget {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	margin-bottom: 20px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.widget_header {
	background: #9cb6d5;
	background: -moz-linear-gradient(top,  #9cb6d5 0%, #648abb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb6d5), color-stop(100%,#648abb));
	background: -webkit-linear-gradient(top,  #9cb6d5 0%,#648abb 100%);
	background: -o-linear-gradient(top,  #9cb6d5 0%,#648abb 100%);
	background: -ms-linear-gradient(top,  #9cb6d5 0%,#648abb 100%);
	background: linear-gradient(top,  #9cb6d5 0%,#648abb 100%);
	
	border-radius: 5px 5px 0 0;
	height: 52px;
	padding-left: 15px;
	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.widget_header h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 52px;
}

/*** Top Tip ***/
#top_tips_header h3 {
	padding-left: 54px;
}
#top_tips {
	min-height: 104px;
	padding: 15px 10px 10px;
	position: relative;
}
#top_tips #mich_man {
	background: url(images/mich_man.png) no-repeat;
	height: 185px;
	left: -11px;
	position: absolute;
	top: -66px;
	width: 110px;
}
#top_tips #tip {
	color: #0f0f0f;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-left: 65px;
}
#top_tips #tip_link {
	bottom: 10px;
	color: #aaa;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	right: 10px;
}
#top_tips #tip_link:hover {
	text-decoration: none;
}

/*** Signup form ***/
#signup_form {
	padding: 10px;
}
#signup_form p {
	font-size: 12px;
}
#signup_form form {
	margin-top: 15px;
}
#signup_form form input[type="text"] {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #aaa;
	float: left;
	height: 12px;
	padding: 10px;
	width: 140px;
}
#signup_form form input[type="submit"] {
	background: #e0e0e0;
	border: none;
	color: #0f0f0f;
	cursor: pointer;
	float: left;
	height: 34px;
	text-transform: uppercase;
	width: 74px;
}
/* Sign up Btn */
#sign_up_btn {
	background: #e0e0e0;
	color: #0f0f0f;
	display: block;
	margin-top: 10px;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	width: 170px;
}

/*** Categories ***/
#categories li,
#archive li {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 10px;
}
#categories li:last-child,
#archive li:last-child {
	border-bottom: none;
}
#categories li a,
#archive li a {
	color: #0f0f0f;
	display: block;
	font-size: 12px;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
}
/*#categories li.current-cat a {
	color: #648abb;
}*/
#categories li.current-cat li a {
	color: #0f0f0f;
}

/*** Tags ***/
#tags {
	padding: 10px;
}
#tags a {
	color: #0f0f0f;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

/*** Tyre News ***/
#tyre_news {
	padding: 5px 10px;
}
#tyre_news li {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 0;
}
#tyre_news li:last-child {
	border: none;
}
#tyre_news li a {
	color: #0f0f0f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}
#tyre_news li .date {
	color: #0f0f0f;
	font-size: 11px;
}

/***** Footer *****/
#footer {
	background: url(images/page_shadow.png) no-repeat top center;
	padding: 8px 0 10px;
}
#footer_nav {
	margin: 0 auto;
	width: 434px;
}
#footer_nav ul {
	display: none;
}
#footer_nav li {
	float: left;
	padding: 0 8px;
}
#footer_nav li a {
	color: #698fbb;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}
#footer #copyright {
	color: #698fbb;
	font-size: 11px;
	font-weight: 700;
	margin-top: 6px;
	text-align: center;
}


/* -------------------------------------------------------------- 
	Home Page Layout
-------------------------------------------------------------- */
#home_intro {
	margin-bottom: 25px;
}

/***** Audience Boxes *****/
.aud_boxes .box {
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	float: left;
	margin: 0 17px 17px 0;
	width: 202px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.aud_boxes .box_title {
	background: #ebf1f5;
	background: -moz-linear-gradient(top,  #ebf1f5 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f5), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,  #ebf1f5 0%,#fff 100%);
	background: -o-linear-gradient(top,  #ebf1f5 0%,#fff 100%);
	background: -ms-linear-gradient(top,  #ebf1f5 0%,#fff 100%);
	background: linear-gradient(top,  #ebf1f5 0%,#fff 100%);
	
	border-radius: 4px 4px 0 0;
	color: #0f0f0f;
	font-size: 11px;
	font-weight: 700;
	line-height: 33px;
	height: 33px;
	padding-left: 10px;
	
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.aud_boxes .box_info {
	cursor: pointer;
	display: block;
	height: 138px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 202px;
}
.aud_boxes .box_info img {
	border-radius: 0 0 4px 4px;
	height: 138px;
	width: 202px;
	
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.aud_boxes .box_text {
	background: url(images/box_text_bg.png);
	color: #0f0f0f;
	font-size: 12px;
	height: 118px;
	left: 0;
	padding: 10px;
	position: absolute;
	top: 138px; /* Hiding for the JS rollover effect */
	width: 182px;
}


/* -------------------------------------------------------------- 
	Audience Page Layout
-------------------------------------------------------------- */
#aud_main {
	margin-bottom: 20px;
	position: relative;
	width: 635px;
}
#aud_main a {
	display: block;
}
#aud_main img {
	border-radius: 5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#aud_main #info {
	background: url(images/aud_opc.png);
	border-radius: 0 0 5px 5px;
	bottom: 0;
	left: 0;
	padding: 8px 10px;
	position: absolute;
	width: 615px;
	
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
#aud_main .title {
	color: #ff0;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 1px;
	text-transform: uppercase;
}
#aud_main .txt {
	color: #fff;
	font-size: 11px;
}

/***** Audience Boxes *****/
.aud_boxes#audience .box {
	margin: 0 11px 14px 0;
	width: 310px;
}
.aud_boxes#audience .box_info {
	height: 176px;
	width: 310px;
}
.aud_boxes#audience .box_info img {
	height: 176px;
	width: 310px;
}
.aud_boxes#audience .box_text {
	background: url(images/box_text_bg.png);
	height: 176px;
	top: 176px; /* Hiding for the JS rollover effect */
	width: 290px;
}


/* -------------------------------------------------------------- 
	Page Layout
-------------------------------------------------------------- */
#post .page {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 640px; 
}
#post .page h1 {
	background: #ebf1f5;
	background: -moz-linear-gradient(top,  #ebf1f5 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f5), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,  #ebf1f5 0%,#fff 100%);
	background: -o-linear-gradient(top,  #ebf1f5 0%,#fff 100%);
	background: -ms-linear-gradient(top,  #ebf1f5 0%,#fff 100%);
	background: linear-gradient(top,  #ebf1f5 0%,#fff 100%);
	
	border-bottom: 1px solid #e0e0e0;
	border-radius: 5px 5px 0 0;
	height: 34px;
	line-height: 34px;
	margin: 0;
	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#post .page .content {
	padding: 12px;
}


/* -------------------------------------------------------------- 
	Single & Blog Layout
-------------------------------------------------------------- */
.read_btn {
	color: #0f0f0f;
	font-size: 12px;
	font-weight: 700;
}
.post-date {
	color: #999;
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
}
.top_ex {
	border-bottom: 1px dashed #e0e0e0;
	margin-bottom: 14px;
	padding: 10px 10px 14px;
}
.top_ex .content {
	padding: 14px 0 0 !important;
}