/*-----------------------------------------------------------------------------
Theme Name: The Stevens Group - in red
Theme URI: http://tcwebsite.com
Description: A Custom Theme
Version: 1.0
Author: Gretchen Cawthon
Author URI: http://www.girlscantwhat.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @group Typography
-----------------------------------------------------------------------------*/

body {
 	background: #fff;
  	font-family: Arial, Helvetica, sans-serif;;
	font-size: 13px;
	color: #000;
	text-align: left;
}


/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	margin: 0;
	display: none;
}

h2 {
	margin: 0;
}

.post h2 {
	font-size: 14px;
	color: #000;
	/*text-transform: uppercase;*/
	font-weight: normal;
	margin: 30px 0 0 0;
	clear: both;
	color: #ba0227;
}

#sidebar h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0;
}

#sidebar p.info {
	margin: 20px 0 0 0;
	color: #ba0227;
	font-weight: 900;
	font-size: 12px;
}

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color: #59208e;
	text-decoration: none;
}

a:visited {
	color: #59208e;
	text-decoration: none;
}

a:hover {color: #AB3B46;}

/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	width: 748px;	
	margin: 0 auto;
	padding: 0;
	background: #ddd url(images/bg.gif) top left repeat-y;
	
}

#logo {
	background: url(images/stevensgrp.png) top left no-repeat;
	height: 79px;
	/*background: url(images/header.jpg) top left no-repeat;
	height: 109px;*/
	width: 748px;
}

#logo h1 {display: none;}

#masthead {
	width: 748px;
	margin: 0;
	float: left;
}

#navcontainer {
	height: 243px;
	background-color: #ba0227;
	width: 748px;
}

.navigation {
	clear: both;
}

ul#nav  {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#nav li {
	float: left;
	text-align: center;
	border-left: 1px #fff solid;
	background: none;
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 900;
}

#nav li.first {
	border-left: none;
}

ul#nav li a {
	float: left;
	display: block;
	line-height: 30px;
	height: 30px;
	padding: 0 16px;
	font-size: 14px;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li.current_page_item a {
	background-color: #cf545a;
	text-decoration: none;
}


/* @group Content
-----------------------------------------------------------------------------*/

#content {
	float: right;
	width: 555px;
	padding: 10px;
	margin: 0;
}

#content ul {margin-left: 15px;}

#content a:link {
	color: #ba0227;
	text-decoration: underline;
}

#content a:visited {
	color: #ba0227;
	text-decoration: underline;
}

#content a:hover {
	color: #cf545a;
	text-decoration: none;
}

p a.more-link {
	/*display: block;
	float: left;
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0;*/
	font-size: 10px;

	}

	
table#markets {
	width: 500px;
	margin: 0;
	padding: 0;
}

table#markets td {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

table#markets td img {
	margin: 0 auto;
	padding: 10px;
}

.post_nav {
	text-align: center;
}

/* @group Sidebar
-----------------------------------------------------------------------------*/


ul#sidebar {
	float: left;
	width: 145px;
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

ul#sidebar li {
	list-style-type: none;
}

ul#sidebar li a {
	list-style-type: none;
	color: #000; /*#000;*/
}

ul#sidebar li a:hover {
	list-style-type: none;
	color: #cf545a;
}

ul#sidebar li ul {
	margin: 7px 8px 8px 0px; padding: 0;			
	/*border-top: 1px solid #E5E5E5;*/
	border-top: 1px solid #999;
}

ul#sidebar li ul li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;		
	/*border-bottom: 1px solid #E5E5E5;*/
	border-bottom: 1px solid #999;
}

div#callout {
	padding: 10px 0 10px 20px;
}

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	width: 748px;
	/*background-color: #ba0227;*/
	background-color: #fff;
	padding: 0;
	margin: 10px 0 0 0;
	/*border-top: 10px solid #212f32;*/
	/*border-top: 2px solid #999;*/
	text-transform: uppercase;
}

#footer p {
	text-align: center;
	padding: 5px 0 10px 0;
	margin: 0 auto;
	width: 748px;
	/*color: #fff;*/
	color: #999;
	font-size: 9px;
}

#footer ul#botnav {
	text-align: center;
}

#footer ul#botnav li {
	display: inline;
	margin: 0;
	padding: 0 20px 5px 20px;
	background: none;
	list-style-type: none;
	font-size: 9px;
}

#footer ul#botnav li:hover {
	display: inline;
	margin: 0;
	padding: 5px 20px;
	background: #cf545a;
	list-style-type: none;
	font-size: 9px;
}

#footer a, a:visited {
	margin: 0;
	padding: 0;
	/*color: #fff;*/
	color: #999;
}

#footer #botnav li a:hover {
	color: #fff;
}

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
form {
	margin:10px; padding: 0 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #999;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #999;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #999;
}

#searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px;
	padding: 5px 0 15px 0;	
}

#searchform input {
	width: 150px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}

#searchform #searchsubmit {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

#author {
	margin-top: 20px;
}
ol#comments {
	margin-left: 15px;
}

#commentform button#sub {
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

table#contact {
	width: 500px;
}

table#contact td {
	vertical-align: top;
}

table#contact form.ddfm {
	width: 300px;
}

table#contact .ddfmwrap {
	width: 350px;
}

/* WP image handling */
/*img.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	float: right;
	}

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	float: left;
	}*/
	
	
	

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;

	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;

	}

img.alignleft, img.alignnone {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;

	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	
	}
/* End Images */
	
	
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


