/*
Theme Name: ST WordPress Custom
Theme URI: ST
Description: Built For Stephen Thomas
Version: 0
Author: Sean Bennett
*/

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family:helvetica,arial,sans-serif;
	/*font-size: 14px;*/
	line-height: 1.5em;
	color: #333333;
	/*text-align: justify;*/
	z-index: 0;
}

#mainContainer {
	width: 1020px;
	margin: 0 auto;
	background: #ffffff;
	background-repeat: repeat-y;
}

#header {
	/* height: 85px; */
	padding: 25px 40px 0;
	/*background: url(images/headerbg.jpg);*/
	background-repeat: no-repeat;
	/*font-size: 10px;*/
	position: relative;
}
#header h1 {
	margin: 0;
	font-size: 20px;
}
#header a {
	text-decoration: none;
	color: #666666;
}
#header a:hover {
	color: #333333;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	width: 205px;
	margin: 0;
	/*font-size: 12px;*/
	color: #999999;
	padding: 2px;
}
.logo {
	background: transparent url(images/logo.png) left top;
	height:63px;
	width:226px;
	margin-top:10px;
}

.styledSearch {
	background: transparent url(./images/search_bg.png) left top no-repeat;
	width: 220px;
	height: 30px;
	padding: 2px;
	float: right;
	margin-right:5px;
}
.styledSearch input {
	width: 184px;
	height: 20px;
	border: none;
	padding: 3px;
	color: #AAAAAA;
}
a.read_more {
	display: none!important;
}
.sgst {
	float: right;
	font-size: 13px;
	width: 470px;
	margin-top: -15px;
}
#header #search {
line-height:40px;
margin-top:1px;
}
.servicesBody {
clear:both;
}
.sres img {
display: none!important;
}
#navbar {
	/*margin: 0 0 20px 0;*/
	/* background: url(images/navbarbg.jpg); */
	/*background-repeat: no-repeat;*/
margin-top:30px;
margin-right:17px;
padding-bottom:10px;
height: 40px;
width:690px;
float: right;
/*
	position:relative;
	width: 620px;

	top:-50px;
	float: right;
	right:-15px;
*/
}

#navbar ul {
	margin: 0 0 0 30px;
	padding: 0;
	border-left: 1px solid #cccccc;
}

#navbar li {
	display: block;
	float: left;
}

#navbar a {
	display: block;
	float: left;
	height: 36px;
	padding: 0 15px 0 15px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #444444;
	text-decoration: none;
	line-height: 36px;
	/*background: url(images/navbuttonbg.gif);*/
	/*background-position: right 50%;*/
}

#navbar a:hover {
	color: #D1083E;	
}

#navbar .current_page_item a, .page-template-page-cases-php #navbar .menu-item-2925 a, .blog #navbar .menu-item-2916 a, .single #navbar .menu-item-2916 a, .author #navbar .menu-item-2916 a, .archive #navbar .menu-item-2916 a {
	//color: #444444;
	color: #ffffff;
	background:transparent url(images/nav-stroke-bg.png) center bottom no-repeat;
	/*background-position: right 50%;*/
}

#navbar ul li ul {
	z-index: 100;
	margin: 0;
	border: 1px solid #cccccc;
	width: 200px;
	clear: both;
	position: absolute;
	top: 36px;
	left: -999em;
	display: none;
}

#navbar ul li:hover ul, #navbar ul li.sfhover ul {
	left: auto;
}

#navbar ul li ul li {
	width: 200px;
}

#navbar ul li.current_page_item ul li a, #navbar ul li ul li.current_page_item a {
	background: url(images/subnav1bg.png);
}

#navbar ul li ul li a {
	background: url(images/subnav1bg.png);
	padding: 0 0 0 5px;
	float: none;
}

#navbar ul li ul li a:hover {
	background: none #cccccc;
}

#posts {
	width: 600px;
	padding: 0 0 0 0px;
	margin: 0 55px 0 35px;
	float: right;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.commentbubble a:hover {
	float: left;
	background: none !important;
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.post .date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.blogMain .post {
	clear: both;
	padding: 16px 0;
}
.post2 {
	margin: 0 0 0px 0;
         font-size: 14px;
         color: #7b7b7b;
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry {
	margin: 20px 0 0 0;
	font-size:14px;
}
.entry a:hover {
	background: none !important;
}

.entry p {
	margin: 0 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #444444;
}

.entry hr {
	height: 1px;
	border: none;
	background: #cccccc;
}

.post h2 {
	font-family: Myriad Pro, 'Trebuchet MS', Arial;
	font-size: 34px;
	font-weight: bold;
         color: #D1083E;
	margin: 0 0 5px 0;
	/*border-bottom: 1px solid #444444;*/
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

.post a, .navigation a {
	color: #000000;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #D1083E;
    text-decoration: underline;
}

.post a img {
	border: none;
}
	.pli .postli {
		width: 290px;
		height: 360px;
		padding: 18px;
		float: left;
	}
	.pli .firstpost {
		width: 640px;
		clear: both;
		height: auto;
		background: #f1f1f1;
	}
	
	ul.nn {
		padding: 0;
		margin: 0;
	}
	
	ul.tagCloud li {
		height: 157px;
		overflow: hidden;
		width: 192px;
	}
	ul.tagCloud h3 {
		display: none;
	}
	ul.tagCloud a {
		color: #fff!important;
	}
.post blockquote {
	background: url(images/blockquotebg.gif) no-repeat left top;
	color: #777777;
	font-style: italic;
	padding: 10px 5px 5px 36px;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.hmex {
	height: 85px;
	overflow: hidden;
	margin-bottom: 8px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 5px;
}
/* COMMENT CUSTOMS */
.authorTag {
	color:#D1083E;
	font-size:16px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal !important;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	/*
	background: #ebebeb;
	padding: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
	*/
}
.comments-template {
	background:none repeat scroll 0 0 #EEEEEE;
	margin-top:20px;
	padding:10px;
	padding-bottom:30px;
	width:660px;
	height:100%;
}

.hilite {
	color:#D1083E  !important;
	font-weight: bold;
}

.commentlist p {
	clear: both;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 10px 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.sidebar {
	/*margin-left: 700px;*/
	margin-left: 50px;
	width: 200px;
	top: -30px;
	font-size: 11px;
	float: left;
	position: relative;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	padding: 30px 0 0 0;
	font-size: 16px;
	color: #666666;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	display: block;
	color: #0195c5;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-bottom: 1px dotted #cccccc;
}

.sidebar a:hover {
	color: #333333;
	background: #ebebeb;
}

.sidebar ul li ul li {
	_height: 20px; /*IE 6 Hack, the sidebar links won't display properly without this*/
}

.sidebar ul li ul li ul li a {
	font-size: 10px;
	padding: 0 10px 0 20px;
}

.followBox {
	margin: 20px 0 20px;
	float: right;
	margin-right:8px;
	width:230px;
}
.followBox img {
	border: none;
}
.followBox a.rss, .followBox a.twit, .followBox a.face {
	position: relative;
	color: #D1083E;
	height:32px;
	width:32px;
	overflow: hidden;
	display: block;
	float: right;
	text-indent: 99999999px;
	/*margin-left: 3px;*/
}
.followBox a.rss {
	background: transparent url(images/fu_rss.png) left top no-repeat;
	/*background: transparent url(http://mpserve1.com/stephen_thomas/wp-content/themes/st/images/fu-rss.gif) left top no-repeat;*/
}
.followBox a.face {
	background: transparent url(images/fu_facebook.png) left top no-repeat;
	/*	background: transparent url(http://mpserve1.com/stephen_thomas/wp-content/themes/st/images/fu_facebook.gif) left top no-repeat;*/
}
.followBox a.twit {
	background: transparent url(images/fu_twitter.png) left top no-repeat;
	/* 	background: transparent url(http://mpserve1.com/stephen_thomas/wp-content/themes/st/images/fu-twitter.gif) left top no-repeat; */
}
.followBox a:hover {
	/*background-position: 0 -32px;*/
}

#footer {
	clear: both;
	height: 60px;
	background: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 25px;
	padding-top:45px;
	vertical-align: middle;
}
.footerCopyrightImage {
	background: transparent url(images/footer_text.png) left top no-repeat;
	width: 293px;
	height: 25px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 40px;
}


#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D1083E;
	text-decoration: none;
}
.footercopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
}

#wp-calendar a:hover {
	background: #cccccc;
}

#suattr {
	color:#FFFFFF;
	position:absolute;
	left: -99999px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.clear {
	clear:both;	
}

.smallRuler {
	background: transparent url(images/horizontal_rule_contact.png) left top no-repeat;
	width: 160px;
	height: 10px;
}

.specialSliderNavHeader {
	color:#494949 !important;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-decoration:none;	
}
.commenthead {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0;
         line-height: 0.2em;
}
#nav-below {
	clear: both; 
}
