/*   
Theme Name: T7labs Dev
Theme URI: http://t7labs.com
Description: simon-wp-framework customized to work with T7Labs V5
Author: Mike DeVita
Author URI: http://www.T7Labs.com
Version: 1.0
*/
@charset "utf-8";
/* CSS Document */

* {
margin: 0;
}
html, body {
height: 100%;
background-color:#efece4;
background-image: url(images/HEADER_BG.gif);
background-repeat:repeat-x;
font-family: Georgia;
font-size: 10pt;
color: #24221d;
}
#devbar.dev {
	position:inherit;
	background-color: #CB0000;
	width: 100%; 
	padding:6px;
	font-size:16px;
	text-align:center;
}
#devbar.dev a:link, 
#devbar.dev a:visited { 
	color:#FFF; 
	font-size:16px;
	weight:normal;
}
a:link {
	font-weight:bold;
	color:#4b2923;
	text-decoration:none;
}
a:visited {
	font-weight:bold;
	color:#4b2923;
	text-decoration:none;
}
a:active {
	font-weight:bold;
	color:#4b2923;
	text-decoration:none;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -454px;
width: 960px;
padding-bottom:60px;
}
.header {
	height:99px;
	margin:0 auto;
	padding-top:12px;
}
.navbar {
	margin:0;
	background-color: #46433a;
	width:100%;
	height:35px;
	border-bottom-color:#d6ceb9;
	border-bottom-style:solid;
	border-bottom-width:6px;
}

.navbar ul {
	list-style-type: none;
	background-color: #46433a;
	margin: auto;
	width:960px;
	float:right;
}
.navbar li {
	float: left;
	text-align:center;
	padding:6px;
	padding-right:24px;
	background-color: #46433a;
}
.navbar a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	font-weight:200;
}
.navbar a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	font-weight:200;
}
.navbar a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	font-weight:200;
}
.navbar a:hover {
	color:#d6ceb8;
}

.body h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color: #24221d;
}
#leftbox {
	float:left;
	width:62%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#leftbox p {
	font-size:10pt;
}
#rightbox {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: right;
	width:35%;
	text-align:center;
}
#rightbox h1 {
	text-align:left;
}
#rightbox p {
	font-size:10pt;
	color: #171717;
	text-align:left;
}
.twitter_img {
	padding-top:100px;
}
#pspacing {
	padding-bottom:4px;
}
.footer {
	background-color: #351d19;
	border-top-color:#e6e2d8;
	border-top-width:6px;
	border-top-style:solid;
	color:#efece4;
	font-size: 9pt;
	padding-top:12px;
}
.footer, .push {
height: 454px;
}
.clear {
    clear: both;
}
.boxes {
	width:1024px;
	text-align:center;
	margin:0 auto;
}

.boxes ul {
	width:100%;
	margin:0 auto;
	padding:0;
}
.boxes li {
	font-size:8pt;
	background-color:#3c211c;
	padding:6px;
	text-align:left;
	list-style:none;
	margin-top:1em;
	overflow:hidden;
}
.boxes a:link, a:visited, a:active {
	color: #ba6656;
	text-decoration:none;
}

.boxes a:hover {
	color: #cd7160;
	text-decoration:none;
}
/*BEGIN left footer box */
#left {
	width:320px;
	float:left;
	padding-right:20px;
}
/*END left footer box */

/* BEGIN Right footer box */
#right {
	width:320px;
	float:left;
}
/* END Right footer box */

/* BEGIN middle footer box */
#middle {
	width:320px;
	float:left;
	padding-right:20px;
}

/*END middle footer box */

.textfield {
	background-color:#efece4;
	border-color:#d6ceb9;
	border-style:solid;
	border-width:3px;
	font-size:14pt;
	color:#a6a39c;
	font-family:Georgia;
}

.entry-title {
	font-family:Arial;
	font-size:36px;
	text-align:center;
	font-weight:normal;
	color:#484848;
	padding-bottom:12px;
	border-bottom-color: #eae6de;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.entry-left {
	float:left;
	width:599px;
}
.entry-left #content {
	padding:10px;
}
.entry-left #entry-left-footer {
	border-color: #eae6de;
	border-style:solid;
	border-width:1px;
	border-right-width:0px;
	padding:4px;
}
.entry-left #entry-left-footer p {
	font-size:10px;
}
.entry-left p {
	font-size:12px;
	font-family:Arial;
}
.entry-right {
	float:left;
	width:320px;
	padding:10px;
	border-left-color: #eae6de;
	border-left-style:solid;
	border-left-width:1px;
}
.entry-right h2 {
	font-family:Arial;
	font-weight:normal;
	font-size:24px;
	text-align:left;
	color:#484848;
}
.entry-right .sidebaritem {
	padding-bottom:24px;
}
