/*
THEME NAME: AvonMoto
THEME URI: http://www.avonmoto.com
DESCRIPTION: Avon Moto v1.0 : Theme for AvonMoto.com, Wordpress theme for Avon Motorcycle Tyres in USA and Canada
VERSION: 1.0
AUTHOR: Don Sneddon
AUTHOR URI: http://www.avonmoto.com
*/

@import "reset.css";

body {
	
	background: #ddd;
	background-image:url(images/bg3.png);
	background-repeat: no-repeat;
	background-position:left;
	background-position:top;

	/*background: #fff;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-size: 13px;
	color: #585858;
}

a {
	color: #c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.5;
}

em {
	line-height: 1.5;
}

strong {
	font-weight: 700;
	color: #000;
}

hr {
	border: none 0;
	border-bottom: 1px solid #ddd;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.png) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 0px 60px;
}

td {
	/*border:solid 1px;*/
}


#wrapper {
	width: 960px;
	background: none;
	/*background: #fff;*/
	margin: 0 auto;
}

#header {
	/*background: url(images/header.png) no-repeat top left;*/
	background: url(images/header2.png) no-repeat top left;
	overflow: hidden;
	width: 960px;
	padding-top:180px;
	/*border-bottom: 1px solid #ddd;*/
	/*border-top: 0px solid #ddd;*/
	margin: 0 auto;
}

#logo {
	position:fixed;
	left: -9999px;
	overflow: hidden;
	visibility: hidden;
}

#logo a {
	color: #333333;
}

#description {
	left: -9999px;
	overflow: hidden;
	visibility: hidden;
}

#menu {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #c00;
}

#search {
	display:inline;
	float:right; 
	margin: 5px 0; 
	padding:0; 
}

#container {
	width: 960px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 960px;
	overflow:visible;
}

#model-results-header ul li {
	background-color: #CCC;
}

#model-results ul li {
	background-image:url(images/altdivbk.jpg);
	background-repeat:repeat-x;
}

#model-results ul li:hover a {
	color: white;
}

#model-results ul li:hover {
	background: #CC0000;
}

/* PAGE STYLES */
.page-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
	color: #585858;

}

.page-subtitle {
	/*font-weight: 700;*/
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.page-title a {
	color: #585858;
}

.page-title a:hover {
	color: #585858;
}

.page-content {
	margin-top: 15px;
}

.page-content h2 {
	font-size: 140%;
	margin-bottom: 0px;
	border-bottom: 0px solid #EFEFEF;
	margin-top:-30px;
	padding: 10px 0 5px;
}

.page-content h3 {
	font-size: 110%;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.page-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.page-content img.alignnone {
	background: #FFF;
	border: 0px solid #EFEFEF;
	padding: 4px;
}

.page-content img.alignleft {
	float: left;
	border: 0px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.page-content img.alignright {
	float: right;
	border: 0px solid #EFEFEF;
	margin: -40px 0 15px 25px;
}

.page-content ul,.page-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.page-content ul {
	list-style: outside;
	list-style-image:none;
	list-style-type:disc;
}

.page-content ol {
	list-style: decimal;
}

.page-content ul li,.page-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}


/* POST STYLES */

.post {
	width: 800px;
	margin-left: 20px;
	margin-bottom: 50px;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	background-color: #F7F7F7;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
	color: #585858;
}

.post-title a {
	color: #585858;

}

.post-title a:hover {
	color: #585858;
}


.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 0px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 0px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 0px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}


/* SIDEBAR STYLES */ 

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	/*font-weight: bold;*/
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}


/* NAVAGATION MENU STYLES */

	/* Suckerfish Navigation Menu - for an easy way to restyle this, visit ... http://ryanhellyer.net/dropdowns/ */
	  #suckerfish {background:#C00;}
	  #suckerfishnav, #suckerfishnav ul {float:left;list-style:none;line-height:2em;padding:0;border:0px solid #aaa;margin:0 0 0 0;width:100%}
	  #suckerfishnav a {display:block;color:#fff;text-decoration:none;padding:0px 10px}
	  #suckerfishnav li {float:left;padding:0}
	  #suckerfishnav li ul {position:absolute;left:-999em;height:auto;width:150px;font-weight:normal;margin:0;line-height:1}
	  #suckerfishnav li li {padding-right:1px;width:150px;border-left:1px solid #aaa;border-right:1px solid #aaa;border-bottom:1px solid #aaa}
	  #suckerfishnav li li a {padding:4px 10px;width:150px}
	  #suckerfishnav li ul li {font-weight:normal;}
	  #suckerfishnav li ul li a {font-size:12px; color:#202225}
	  #suckerfishnav li:hover ul li a {color:#202225}
	  #suckerfishnav li ul ul {margin:-20px 0 0 150px}
	  #suckerfishnav li ul li:hover {background: #999}
	  #suckerfishnav li ul li:hover a {color:#202225}
	  #suckerfishnav li ul li:hover li a {color:#202225}
	  #suckerfishnav li ul li li:hover a {color:#202225}
	  #suckerfishnav li ul li ul li:hover ul li a {color:#202225}
	  #suckerfishnav li ul li ul li:hover ul li:hover a {color:#202225}
	  #suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {left:-999em}
	  #suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {left:auto;background:#fff}
	  #suckerfishnav li:hover, #suckerfishnav li.sfhover {background:#fff}
	  #suckerfishnav li:hover a, #suckerfishnav li.sfhover a {color:#202225}/* End of Suckerfish Navigation */




/* FOOTER STYLES */

#footer {
	margin: 0 auto;
	width: 920px;
	height: 20px;
	border-top: 1px solid #EAEAEA;
	padding: 20px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}

#copyright {
	float:right;
	font-size:70%;
}


/* MISC STYLES */

#home-content{
	width:960px;
}

#home-left {
	float:left;
	width:150px;
	border-right:solid 1px #ddd;
	padding-top:40px;
}

#home-center {
	float:left;
	width:528px;
	border-right:solid 1px #ddd;
	padding: 20px;
}

#home-right {
	float:right;
	width:200px;
	padding: 40px 20px;
}

#home-clear {
	clear:both;	
}


#home-post {
	width:500px;
	padding: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ddd;
	background-color: #F7F7F7;
}

.home-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
	color: #585858;
	margin-bottom: 20px;
}

.home-subtitle {
	font-size:110%;
	color:#C00;
	text-transform: uppercase;
	font-weight:900;
	margin-bottom:10px;
}

.breadcrumb {
	margin-top: 20px;
	text-align:left;
	float:left;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

#product-table {
	width: 960px;
}

#product-table tr.light {
    background-color: #FFF;
}

#product-table tr.dark {
    background-color: #DDD;
}

#product-table th{
	background-color:#999;
	text-align:center;
	height: 40px;
}
#product-table tr{
	text-align:right;
}
#product-table td{
	text-align:center;
}

#sn-table {
	width: 960px;
}

#sn-table tr.light {
    background-color: #FFF;
}

#sn-table tr.dark {
    background-color: #DDD;
}

#sn-table th{
	background-color:#999;
	font-size:16px;
	text-align:center;
	height: 40px;
}
#sn-table tr{
	text-align:right;
}
#sn-table td{
	text-align:center;
	border-bottom: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	vertical-align:middle;
	height: 80px;
}
