/*
Theme Name: Le Step OTC
Theme URI: http://chapplecreative.com
Description: 
Version: 1.0
Author: Coby Chapple
Author URI: http://chapplecreative.com
Tags: clean, basic
*/


@import "style/css/reset.css";
@import "style/css/text.css";
@import "style/css/960.css";
/*@import "style/css/typography.css";
@import "style/css/layout.css";*/

* {
	font-family: Helvetica, Arial, sans-serif;
}

body {
	background: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#page {
	margin-top: 20px;
	background: #FFF;
}

#header {
	background: url(./style/images/headerbg3.jpg) top left no-repeat;
	width: 960px;
	height: 150px;
}

body {
	background: url(./style/images/bodybg.jpg) top center no-repeat #1e2633;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div#main {
	background: #FFF;
	background-color: #FFF;
}

#intro, #content {
	background: #FFF;
}

#branding h1 a {
	text-indent: -9999px;
	width: 250px;
	height: 100px;
	margin: 20px;
	float: left;
}

#skip-link {display: none;}

#nav {
	height: 40px;
	margin-top: 110px;
}

#nav li {
	float:left;
	width: 110px;
	height: 40px;
	margin: 0 0 0 10px;
	padding: 0;
	background: #b72410;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	text-shadow: #333 1px 1px 2px;
}

#nav li a {
	float: left;
	width: 100%;
	height: 40px;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

#nav li a {
	float: left;
	padding-top: 0px;
	text-align: center;
	width: 100%;
}

#nav li a span {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 11px;
}

#nav li {background:url(./style/images/navbg5.jpg) 50% 0 repeat-x;}


#nav li:hover {
	/*background: #e82410;*/
	background-position: 50% -80px;
	height: 40px;
}

#nav li:hover a {
	color: #FFF;
	height: 40px;
}

#nav li.current_page_item {
	background: #FFF;
	text-shadow: none;
}

#nav li.current_page_item a {
	color: #19388a;
}

#footerimage {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background: #1e2633 url(./style/images/footerbg4.jpg) top left no-repeat;
	background-position: top center;
	width: 960px;
	height: 68px;
}

#footer {
	margin-top: 20px;
	background: #1e2633;
	background-color: #1e2633;
}

#footer * {
	color: #FFF;
}

#footer a {
	color: #FFF;
}

ul#footernav {
	border-top: 1px solid #DDD;
}

ul#footernav li {
	border-bottom: 1px solid #DDD;
	float: left;
	clear: both;
}

ul#footernav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #DDD;
	float: left;
	clear: both;
	width: 200px;
	padding: 4px 10px;
}

ul#footernav li a:hover {
	background: #DDD;
	color: #1e2633;
}

ul#footernav li a:hover:after {
	content: "   \2190";
}

#footer .section {
	margin-top: 12px;
	border-top: 3px solid #DDD;
	margin-bottom: 40px;
}

#footer h3#footerlogo {
	background: url(./style/images/footerlogo.gif) top left no-repeat;
	width: 140px;
	height: 63px;
	clear: both;
	text-indent: -9999px;
}

#footer .section h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; /* "Myriad Pro", "Myriad", */
	margin-top: 12px;
	color: #DDD;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-size: 18px;
	margin-bottom: 12px;
}

#footer .section p {
	margin-top: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

#footer p.disclaimer {
	font-size: 11px;
}

#footer input.newsletter {
	padding: 4px;
	background: #DDD;
	color: #555;
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer input.signupnow {
	border: 0px;
	background: url(./style/images/buttonsignupnow.jpg) top left no-repeat;
	float: left;
	width: 142px;
	height: 33px;
	text-indent: -9999px;
	cursor: pointer;
}

#footer .section p a.nextlink {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	background: url(./style/images/nextlinkfooter.gif) no-repeat;
	height: 27px;
	padding: 15px 0px 15px 32px;
	background-position: 0px 50%;
}

.home #intro {
	height: 230px;
	margin-top: 12px;
	margin-bottom: 12px;
	background: url(./style/images/introhome.jpg) top left no-repeat;
}


.home #intro div {
	margin-top: 10px;
	padding-left: 40px;
	padding-top: 40px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; /* "Myriad Pro", "Myriad", */
	color: #19388a;
}

.home #intro span.introtitle {
	font-size: 48px;
	height: 48px;
	font-weight: bold;
	text-shadow: #fff 2px 2px 0px;
	letter-spacing: -2px;
}

.home #intro p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
	width: 380px;
}


.maintemplate #intro {
	height: 110px;
	margin-top: 12px;
	margin-bottom: 12px;
	background: url(./style/images/introbg.jpg) top left no-repeat;
}

.maintemplate #intro div {
	margin-top: 10px;
	padding-left: 40px;
	padding-top: 18px;
	font-family: Helvetica, Arial, sans-serif;
	color: #19388a;
}

.maintemplate #intro span.introtitle {
	font-size: 48px;
	font-weight: bold;
	text-shadow: #fff 2px 2px 0px;
	letter-spacing: -2px;
	line-height: 56px;
}

.firsttimertemplate #intro {
	height: 110px;
	margin-top: 12px;
	margin-bottom: 12px;
	background: url(./style/images/introshortbg.jpg) top left no-repeat;
}

.firsttimertemplate #intro div {
	margin-top: 10px;
	padding-left: 40px;
	padding-top: 18px;
	font-family: Helvetica, Arial, sans-serif;
	color: #19388a;
}

.firsttimertemplate #intro span.introtitle {
	font-size: 48px;
	font-weight: bold;
	text-shadow: #fff 2px 2px 0px;
	letter-spacing: -2px;
	line-height: 56px;
}

.firsttimertemplate #firsttimerbutton {
	background: url(./style/images/firsttimerintro.jpg) top left no-repeat;
	float: left;
	height: 110px;
	text-indent: -9999px;
	margin-top: 12px;
	margin-bottom: 12px;
}

a.button {
	width: 192px;
	height: 40px;
	text-indent: -9999px;
	float: left;
	margin-right: 20px;
}


a.buttonclasses {
	background: url(./style/images/buttonclasses.jpg) top left no-repeat;
}

a.buttoncontact {
	background: url(./style/images/buttoncontact.jpg) top left no-repeat; 
}

#main .section {
	border-top: 3px solid #e88833;
	margin-bottom: 12px;
}

#main .section h2, #main .section h3, #main .section h4, .sectionheader {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; /* "Myriad Pro", "Myriad", */
	margin-top: 9px;
	color: #19388a;
	line-height: 32px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0.05em;
}

#main .section h2 {
	font-size: 28px;
	margin-bottom: 12px;
}

#main .section h3 {
	font-size: 22px;
	margin-bottom: 12px;
}

#main .section h4 {
	font-size: 20px;
	margin-bottom: 12px;
}

#main .section p {
	margin-top: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

#main .section p a.nextlink {
	font-size: 14px;
	line-height: 18px;
	color: #19388a;
	font-weight: bold;
	background: url(./style/images/nextlinkmain.jpg) no-repeat;
	height: 27px;
	padding: 10px 0px 10px 32px;
	background-position: 0px 50%;
}

#main .section ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

#main div#firsttimer_4 {
	background: url(./style/images/firsttimer4.jpg) top left no-repeat;
	float: left;
	height: 131px;
	text-indent: -9999px;
	margin-bottom: 12px;
}

#main .section ul.events {
	margin-bottom: 4px;
	float: left;
}

#main .section ul.events li.event {
	margin-bottom: 5px;
	float: left;
	width: 300px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}

a.calendarlink {
	text-decoration: none;
}

span.calendar {
	float: left;
	border: 1px solid #ed2323;
	background: #FFF;
	width: 40px;
	text-align: center;
	margin-right: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

span.calendar h5 {
	background: #F00;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

span.calendar h6 {
	font-size: 18px;
	color: #333;
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
}

#main .section .event_title {
/*	border-bottom: 2px solid #19388a; /*#E88833;*/
}

#main .section div.event_details {
	float: left;
	margin-bottom: 10px;
	border-top: 1px solid #DDD;
	padding-top: 12px;
}

#main .section div.thecontent {
	border-top: 1px solid #DDD;
}

#main .section p.event_details {
	margin: 0;
	color: #19388a;
}

#main .section p.event_details span {
	font-weight: bold;
}

.sociable {
	border-top: 1px solid #DDD;
	padding-top: 10px;
}

.sociable_tagline {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; /* "Myriad Pro", "Myriad", */
	font-weight: bold;
	font-style: italic;
	color: #19388a;
}

#respond {
	border-top: 3px solid #e88833;
	margin-top: 10px;
}


#main .section .event p {
	margin-top: 0px;
}

span.eventtitle {
	font-weight: bold;
	color: #ed2323;
	font-size: 14px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.floatleft, img.floatright, object.floatleft, object.floatright {
	border: 3px solid #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.floatleft {
	margin-right: 10px;
	margin-bottom: 5px;
}

img.floatright {
	margin-left: 10px;
	margin-bottom: 5px;
}

a, #main .section a {
	color: #19388a;
}

a:hover, #main .section a:hover, #main .section a.nextlink:hover {
	color: #00F;
}

a:visited {
	color: #19388a;
}

a.eventlink {
	font-weight: bold;
}

#main .section div.sociable ul li {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
	margin-right: 12px;
}

div#single_breadcrumb {
	margin-top: 10px;
	font-weight: bold;
}

#main .section .icon_question {
	background: url(./style/images/iconquestion.jpg) no-repeat;
	height: 27px;
	padding: 2px 0px 8px 32px;
	background-position: 0px 50%;
}

#main .section .icon_info {
	background: url(./style/images/iconinfo.jpg) no-repeat;
	height: 27px;
	padding: 2px 0px 8px 32px;
	background-position: 0px 50%;
}

/* Comment Styling */

ol.commentlist {
	background: #EEE;
	margin-bottom: 12px;
}

ol.commentlist li.comment {

}

ol.commentlist li.comment div.comment-body {
	padding: 12px;
}

ol.commentlist li.comment div.comment-body div.comment-author,
ol.commentlist li.comment div.comment-body div.comment-meta {
	padding-left: 12px;
	color: #19388a;
	border-left: 2px solid #CCC;
}

#main .section ol.commentlist li.comment div.comment-body p {
/*	background: #DDD;
	padding: 12px;
	margin-bottom: 0;*/
	margin-bottom: 0.5em;
}
#main .section ol.commentlist li.comment div.comment-body cite.fn {
	font-weight: bold;
}
#main .section ol.commentlist li.comment div.comment-body div.comment-author {
	font-size: 14px;
}

#main .section ol.commentlist li.comment div.comment-body div.comment-meta a {
	text-decoration: none;
	color: #777;
	font-size: 10px;
	text-transform: uppercase;
}
#main .section ol.commentlist li.comment div.comment-body div.comment-meta a.comment-edit-link {
	text-decoration: underline;
}

/* Form Stuff */

label {
	display: block;
	font-weight: bold;
}

input,
textarea,
select {
	padding: 5px;
	color: #333;
	background: #EEE;
	border: 1px solid #1c2125;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
color: #1c2125;
background: #E4F7FA;
border: 1px solid #3fa9f5;
}

input.button {
padding: 5px 10px;

/*font: 400 1.1em "trebuchet ms", serif;*/

color: #FFF;
background: #98ba41;
border-width: 1px;
border-style: solid;
border-color: #FFF #1c2125 #1c2125 #FFF;

text-transform: uppercase;
letter-spacing: 1px;
}

div.wp-caption {

}

img.alignright {
	float: right;
	clear: right;
	margin-left: 10px;
}

img.alignleft {
	float: left;
	clear: left;
	margin-right: 10px;
}
