/*
Theme Name: Traffix Online Website
Theme URI: http://traffixonline.org
Description: HRT's Traffix Program website
Author: Ty Dennis (Hampton Roads Transit)
Author URI: http://traffixonline.org
Version: 1.0

This theme can not be used for commercial or non-commercial use.

*/

@import url(css/reset.css);
@import url(css/layout.css);
@import url(css/typography.css);
@import url(css/navigation.css);
@import url(css/slideshow.css);

/* --- Global --- */

a { text-decoration: none; }
a:hover { 
	color: #00733a;
	text-decoration: none; }
a.bodylink, div.bodylink, div#content_main address, ul.bodylink {
		background-color: #e5ede9;
		border: 1px dashed #407a5f;
		padding: 4px; }
		
span.traffix { 
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase; }
img.align-right { float: right; }
img.align-left { float: left; }
img.border-1 { border: 1px solid #00733a; padding: 1px; }
img.border-2 { border: 2px solid #00733a; padding: 2px; }

/*--- headings ---*/
h2.page-title { border-bottom: 1px dotted #a2a2a2; }
	
ul.disclaimer { font-size: 11px; }
ul.disclaimer li { margin: 3px 0; }
ul { list-style: none; }

/* unorder and order list items 8 */
ul.normallist { list-style: square; }
ul.normallist li { margin: 10px 10px 10px 30px; }
ul.bodylink { margin: 10px 0 10px 0; }
ul.bodylink li { list-style-type: none; }
ul.bodylink li h4 { margin: 0 0 5px 0; }
ul .bodylink li { font-size: 14px; }
dt { 
	font-weight: bold;
	margin-top: 5px; }

div#content_main ol { margin: 10px 10px 15px 30px; }
div#content_main ol li { margin-bottom: 15px; }
div#content_main dt + dd { margin: 3px 0 10px 0; }
div#content_main dl { margin: 10px 0; }

	
.alignright { float: right; }

/*--- forms ---*/
#gform_description { 
	border-bottom: none; 
	font-size: 11px;
	letter-spacing: 0.03em;
	line-height: 160%;
	margin-bottom: 10px; }

/*--- tables ---*/
/*--- table styled via "A CSS styled table via veerle.duoh.com --*/
table.calculate-lease {
	border-collapse: collapse;
	border-top: 1px solid #e5eff8;
	border-right: 1px solid #e5eff8;
	margin: 1em auto;
	width: 100%; }
table.calculate-lease caption {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	text-align: left; }

table.calculate-lease th {
	background: #d9f0e5;
	border-right: 1px solid #bfe6d3;
	border-bottom: 1px solid #bfe6d3;
	border-top: 1px solid #bfe6d3;
	color: #111111;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 6px 6px 6px 12px;
	text-transform: uppercase;
	text-align: left; }
table.calculate-lease td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	color: #252525;
	font-size: 14px;
	padding: 6px 6px 6px 12px; }
table.calculate-lease td.alt {
	background: #7fcca6;
	color: #252525; }
table.calculate-lease th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
table.calculate-lease th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #7fcca6;
	color: #252525;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
		
/* --- 1. Branding (header) --- */
/* Fix up IE6 PNG Support */
h1#logo a { 
	background: transparent url('images/branding/traffix_logo.png') no-repeat;
	display: block;
	float: left;
	height: 150px;
	line-height: 1000px;
	overflow: hidden;
	width: 276px;
	behavior: url(scripts/iepngfix.htc);
	cursor: pointer; }
div#branding_rightside {
	display: block; 
	float: right; 
	margin-right: 15px; }
#cse-search-box { 
	color: #8b959c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 27px;
	margin-top: 0.30em;
	text-transform: uppercase; 
	margin: 0.57em 0 0 0; }
#searchform {
	}
.search { 	
	background-color: #a2a2a2;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 0 0 0 5px; }
div#branding_rightside ul.icons li {
	display: inline;
	margin: 0 3px 0 5px; }
/* --- 2. Navigation located in the css folder navigation.css --- */

/* --- 3. Main Content --- */
img.home-image { 
	border: 2px solid #3e85c6;
	margin: -10px 0 5px 0; padding: 3px; }
p.cc-button {
	display:block;
	float: left;
	height:124px; width:500px;
	text-indent:-9999px; }
p.cc-button a {
	background:transparent url('http://www.traffixonline.org/images/2010/04/cc-button.jpg') no-repeat top left;
	display:block;
	height:100%; width:100%;
	outline:none; }
p.cc-button a:hover { background-position:0 -124px; }
h3.sov-home { margin-top: 10px; }
div#content_main h2 {
	color: #009a4e;
	margin: 10px 0 10px 0;
	padding-bottom: 1px; }
p + h3 {
	margin: 20px 0 3px 0; }	
ul + h4 { margin: 20px 0 10px 0; }
div#content_main small { 
	color: #a2a2a2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase; }
div#content_main p {
	letter-spacing: 0.02em; 
	margin: 10px 0; }
#welcome{
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0 20px 0;
	width: 580px; }
div#content_main address {
	font-style: normal;
	line-height: 160%; 
	margin: 10px 0 10px 0; }
span.name { font-weight: bold; }

ul.adver-three-graphics li {
	float: left;
	display: inline;
	height: 100px;
	margin: 10px 10px 40px 0;
	width: 190px; }
ul.adver-two-graphics { float: left; }
ul.adver-two-graphics li {
	margin: 10px 0 20px 0;
	background-color: #F00;
	height: 75px;
	width: 300px; }
img.traffix-minivan { 
	margin: 25px 0 0 0; }
div.main-video {
	clear: both; 
	margin: 10px 0 20px 0; }
img.main-video { 
	border: 2px solid #7898b2;
	float: left;
	margin: 0 5px 20px 0;
	padding: 2px; }
div.main-video h4 { color: #3e85c6; }
div.main-video p { font-size: 11px; }

ul.media-video { margin-top: 10px; }
ul.media-video li { 
	display: inline;
	margin: 0 40px 20px 0; }
ul.media-video img { 
	border: 1px solid #7898b2;
	padding: 1px; }
	
div#content_main address.gridlock { margin: 20px 0; }
div#content_main h4.gridlock { color: #00170c; border-bottom: 1px dashed #d9f0e5; padding-bottom: 4px; }

	
/* --- 4. Supplementary Content --- */
#content_sub h3 { font-size: 1.2em; }
ul.quick-links { 
	background-color: #e1e1e1;
	margin: 0 0 0 14px;
	padding: 10px 0 10px 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px; 
    width: 264px; }
ul.quick-links li h3 a {}
ul.quickk-links h3 a:hover { 
	background-color: #fff;
	color: #111; }
ul.quick-links li {
	background: #fff url('images/top-list-bg.png');
	border: 1px solid #002714;
	margin: 5px;
	padding: 2px;
	width: 248px; }
ul.quick-links li a { 
	background-color: #fff;
	color: #00170c;
	display: block;
	padding: 8px;}
ul.quick-links li a:hover { 
	background-color: #002714;
	color: #d9f0e5;}
div.featured_video { 
	background-image: url('images/featured_video/featured_video_bg.png');
	height: 121px;
	margin: 0;
	padding: 0;
	width: 296px; }
div.featured_video img { 
	float: left;
	margin: 14px 0 0 18px; }
ul.icons_sub { 
	background: #e1e1e1;
	border-bottom: 3px solid #d6d6d6;
	margin-left: 14px;
	padding-top: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	width: 264px;}
ul.icons_sub li a { 
	color: #000;
	text-decoration: none; }
ul.icons_sub li {
	border-top: 1px dotted #fff;
	padding: 12px 10px; 
	width: 244px; }
ul.icons_sub li h4 { width: 264px; }
li.transit-cal h4 {
	background: #7898b2 url('images/icons/1248965817_calculator-red.png') right no-repeat;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	font-size: 15px;
	margin-left: -10px;
	padding: 10px 0 10px 10px; }
li.clean-comm h4 {
	background: #3e85c6 url('images/icons/newsletter-minicons.png') right no-repeat;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	font-size: 15px;
	margin-left: -10px;
	padding: 10px 0 10px 10px;}
li.traffix-updates h4 {
	background: #fec465 url('images/icons/traffic-light.png') right no-repeat;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	font-size: 15px;
	margin-left: -10px;
	padding: 10px 0 10px 10px;}
ul.social-home {
	border: none;
	margin-top: 10px;
	padding: 0; }
ul.social-home li {
	border: none; 
	display: inline; }
li.stay-connected h4 { 
	background: #fffbcb url('images/icons/world-connect.png') right no-repeat;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	font-size: 15px;
	margin-left: -10px;
	padding: 10px 0 10px 10px; }

/* --- 5. Site Information (footer) --- */
div#wrapsite_info p { 
	float: left;
	line-height: 160%;
	margin: 0 0 0 5px; }
div#wrapsite_info ul { 
	float: right;
	margin: 0 35px 0 0; }
div#wrapsite_info li { display: inline; }
div#wrapsite_info li a {
	color: #000;
	font-size: 0.85em;
	margin: 0 3px;
	text-decoration: underline; } 
div#wrapsite_info a:hover { 
	background-color: #009a4e;
	color: #FFF;
	text-decoration: none; }
	


/* Signup and Request Information Forms */

