/* @override 
	http://localhost:8888/pro-cycling/wp-content/themes/procycling/style.css
	http://procyclingwarehouse.com/wp-content/themes/procycling/style.css
*/

/*
Theme Name: ProCycling
Theme URI: http://www.designrangers.com
Description: ProCycling Wordpress theme
Version: 1
Author: Christopher Schell
Author URI: http://www.designrangers.com
*/

#content {
	width: 650px;
	padding-right: 40px;
	float: left;
	margin-top: 30px;
}
#content.home {
	margin-top: 20px;
}
#content.fullpage {
	width: 100%;
}

/* Reset code v1.0 | 20080212 */

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color:#474143;
	background: #FFFFFF;
}
#wrapper {
	background: url(images/header_bkd.gif) repeat-x;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	text-align: left;
}
#header {
	height: 80px;
}
#mainphoto {
	border: 5px solid #04549f;
	width: 930px;
	height: 330px;
}
#main {
	clear: both;
	margin-top: 20px;
}
#sidebar {
	float: left;
	width: 219px;
	padding-left: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	border-left: 1px solid #e1dad3;
}
#sidebar.home {
	width: 220px;
	padding-bottom: 0;
	margin-top: 20px;
	border: none;
}
.homebuttons {
	float: right;
	width: 220px;
	padding-left: 40px;
	padding-bottom: 0;
	border: none;
}
#page_highlight {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e2da;
}
#footer-container {
	background: url(images/footer_bkd.gif) repeat-x left top;
	margin-top: 40px;
	background-color: #faf9f8;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.highlightbox {
}
#nav_highlights {
	display: inline-block;
	padding-top: 40px;
}
.homebkd {
	background: url(images/homepage-bkd.gif) no-repeat right 440px;
}

/* Nav */
#nav {
	list-style-type: none;
	float: right;
	margin-top: 20px;
}
#nav li {
	display: inline;
}
#nav li a {
	color: #474143;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px;
	float: left;
}
#nav li a:hover {
	color: #000;
	background: url(images/nav-hover-bkd.gif) repeat-x left center;
}


/* Typography */
#header h1 a {
	text-indent: -9999px;
	background: url(images/procycling_logo.gif) no-repeat left top;
	display: block;
	width: 290px;
	height: 60px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
}

h1 {
	
}
h2 {
	color: #04549f;
	font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
#page_highlight h2 {
	color:#474143;
	font: bold 24px/30px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-bottom: 5px;
}
#page_highlight h3 {
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
}
#content.home h3 a {
	color: #474143;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
h4, h5, h6 {
	font-size: 14px;
	line-height: 20px;
	color: #7e7a7b;
}
p {
	margin-bottom: 20px;
}
.footer_info {
	background: url(images/chain_icon.gif) no-repeat left center;
	padding-left: 30px;
	padding-right: 5px;
}
.copyright {
	color: #a69e9d;
}
/* Links */
a:link, a:visited {
	color: #04549f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Buttons */
a.button {
	width: 150px;
	height: 44px;
	display: block;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 70px;
	margin-bottom: 15px;
}
a.ebay {
	background: url(images/ebay_button.png) no-repeat;
}
a.ebay:hover {
	background: url(images/ebay_button_hover.png) no-repeat;
}
a.sale {
	background: url(images/highlight_button1.png) no-repeat;
}
a.sale:hover {
	background: url(images/highlight_button1_hover.png) no-repeat;
}
a.button_box {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	width: 220px;
	height: 30px;
	padding-top: 110px;
	font-weight: bold;
	margin-left: 20px;
}
a.button:visited, a.button_box:visited {
	color: #FFFFFF;
}
.button-shop {
	background: url(images/button-our-shop.jpg) no-repeat;
}
.button-events {
	background: url(images/button-events.jpg) no-repeat;
}
.button-stock {
	background: url(images/button-stock.jpg) no-repeat;
}
.button-team {
	background: url(images/button-race-team.jpg) no-repeat;
}
/* Lists */
#main ul, #sidebar ul {
	margin-left: 40px;
}
#main li, #sidebar li {
	list-style-type: square;
	margin-bottom: 10px;
}
/* Wordpress */
small {
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

/* Misc */
.clear {
	clear: both;
}
.leftfloat {
	float: left;
}
.rightfloat {
	float: right;
}
a.first {
	margin-left: 0;
}
.paragraph_divider {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.sectionbreak {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

td.intro {
	color: #666666;
	text-align: right;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 120px;
}

td.biointro {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	width: 118px;
	color: #666666;
	padding-right: 10px;

}
table.team {
	width: 100%;
	margin-top: 40px;
	clear: left;

}
.inset-photos {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.logos {
	padding: 15px;
}


