/*
Theme Name: SupportVA
Theme URI: http://supportva.com
Description: Custom theme for SupportVA
Version: 1.0
Author: Tom Jenkins
Author URI: http://tgtdesign.com/
Tags: blue, custom, fixed width, tab interface, CMS
*/
/* Reset all Browsers */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr, acronym {
	border:0;
}
/* Globals for the site */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	vertical-align:top;
	background:#000;
	color:#fff;
}
a {
	text-decoration:underline;
	color:#fff;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0px;
}
p {
	padding:0;
	margin:0 0 15px 0;
	font-size:1.8em;
}
blockquote {
	margin:10px 0px 0px 0px;
	border-top:2px solid #ddd;
	background:#f5f5f5;
}
blockquote p {
	padding:10px;
}
blockquote blockquote {
	float:none;
	width:auto;
	margin:0 10px;
	background:#fff;
}
form, input, textarea {
	font-size:1.2em;
}
p img {
	max-width:100%;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}
big {
	font-size: 1.4em;
	line-height: 2.5em;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear {
	margin:0;
	padding:0;
	clear:both;
}
/* Start elements specific design */
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-image:url(images/body_background.jpg);
	background-repeat: repeat-x;
	background-color:#3981bf;
}
/* Header elements */
#header {
	width:960px;
	height:70px;
	background-image:
	background-position:top left;
	background-repeat:no-repeat;
}
#chat_link {
	float:right;
	margin-right:100px;
}
/* Heading Elements */
h1 {
	font-size:1.8em;
	margin:0;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
.pagetitle {
}
/* Content Blocks */
#content {
	width:960px;
	min-height:405px;
	background-image:url(images/tabs_top.jpg);
	background-repeat:no-repeat;
	position:relative;
}
body.About #content {
	background-color:#215ba6;
}
body.About p {
	font-size:1.6em;
}
body.Tech #content {
	background-color:#3085f2;
}
body.Remote #content {
	background-color:#6fa0de;
}
body.Blackberry #content {
	background-color:#567cac;
}
body.Live #content {
	background-color:#264060;
}
#blog_posts {
	width:645px;
	float:left;
	padding:20px 80px 0 35px;
}
body.About #content #blog_posts {
	height:385px;
}
body.About #blog_posts ul {
	font-size:1.6em;
}
#blog_posts ul {
	padding:0 0 20px 0;
	font-size:1.8em;
}
#blog_posts li {
	list-style:disc inside;
}
.post {
	float:left;
}
.entry {
	width:723px;
	float:left;
}
.contact_link {
	position:absolute;
	bottom:5px;
	right:210px;
}
body.Contact .contact_link {
	display:none;
}
.postmetadata {
	float:left;
}
.navigation {
}
table {
	font-size:17px;
}
td {
	padding-bottom:10px;
	padding-left:3px;
	vertical-align:top;
}
.contact_submit {
	font-size:17px;
}
.wpcf7-response-output {
	font-size:17px;
}
/* Tab Menu */
#tab_menu {
	float:left;
	margin-top:5px;
	width:200px;
	height:400px;
}
body.About #tab_menu {	
	background:url(images/tabs.jpg) 0 0 no-repeat;
}
body.Tech #tab_menu {	
	background:url(images/tabs.jpg) -200px 0 no-repeat;
}
body.Remote #tab_menu {	
	background:url(images/tabs.jpg) -400px 0 no-repeat;
}
body.Blackberry #tab_menu {	
	background:url(images/tabs.jpg) -600px 0 no-repeat;
}
body.Live #tab_menu {	
	background:url(images/tabs.jpg) -800px 0 no-repeat;
}
#tab_menu li {
	float:left;
	position:relative;
	width:200px;
	text-indent:-9999em;
}
#tab_menu li a {
	height:80px;
	display:block;
}
/* Comment Area */
#comment_block {
	float:left;
}
#commentform {
	width:700px;
}
#commentform textarea {
	padding:2px;
	width:100%;
}
/* Sidebar */
#sidebar {
	float:left;
	width:237px;
}
/* Footer */
#footer {
	float:left;
	width:890px;
	background-image:url(images/tabs_bottom.jpg);
	background-repeat:no-repeat;
	padding: 20px 35px;
}
#footer p {
	color:#000;
	font-size:2.0em;
}
