/*
Theme Name: The Tech Savers
Theme URI: http://www.thetechsavers.com
Description: Theme based on Starkers. Original author, Elliot Jay Stocks (http://elliotjaystocks.com)
Version: 1.0
Author: Fat Free Media, LLC
Author URI: http://www.fatfreemedia.com
Tags: starkers, naked, clean, basic, the tech savers
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

* {
	margin: 0;
	padding: 0;
}

html {
	background: #3a3f45 url(images/tile_bg.gif) repeat center top;
}

body {
	width: 990px;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
}


/* LINKS */

a:link, a:visited {
	color: #640100;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}


/* !TAG RESETS */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
}

h1 {
	margin-bottom: 30px;
	font: 24px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	color: #640100;
}

h2, h2 a {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h2 a:link, h2 a:visited {
	color: #222;
}

h2 a:hover {
	color: #640100;
}

p, hr {
	margin-bottom: 12px;
}

hr {
	border: 0;
	height: 2px;
	background-color: #444;
}

input {
	background: #f5f5f5;
	border: 1px solid #999;
	padding: 3px 6px;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

blockquote {
	margin: 24px 0;
	padding: 0 30px;
}


/* !PAGE STRUCTURE */

#page_wrapper {
	float: left;
	background: url("images/tile_page.png") repeat-y 0 0;
	width: 100%;
	margin: 0 auto;
}

#page {
	width: 972px;
	margin: 0 auto;
}

#content_wrapper {
	float: left;
	width: 942px;
	padding: 30px 15px;
}

#header {
	position: relative;
	height: 130px;
}

#header img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#header .phone {
	position: absolute;
	top: 88px;
	right: 10px;
	font: bold 32px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #660000;
	text-align: right;
}

#sidebar-left {
	float: left;
	width: 280px;
/* 	border-right: 1px solid #ddd; */
}

#content {
	float: right;
/* 	line-height: 16px; */
	line-height: 1.3;
}

.col2 { /* 2-columns (SIDEBAR | CONTENT) */
	width: 632px;
	padding-left: 10px;
	border-left: 8px solid #e0e0e0;
}

.col1 { /* Full-width page) */
	padding: 0 10px;
}

/*
#content {
	float: right;
	border-left: 8px solid #e0e0e0;
	width: 632px;
	padding-left: 10px;
	line-height: 18px;
}

#content-full {
	padding: 0 10px;
	line-height: 18px;
}
*/

#content ul,
#content ol {
	margin-bottom: 12px;
}

#content ul li {
	list-style: square outside;
	margin-left: 30px;
}

#content ol li {
	list-style: decimal outside;
	margin-left: 30px;
}

#footer {
	clear: both;
	position: relative;
	background: url("images/bg_footer.png") repeat-y 0 0;
	width: 990px;
	height: 59px; /* 67 actual */
	margin: 0 auto;
	padding-top: 8px;
	color: #3a422e;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #ff9900;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#social-media {
	position: absolute;
	top: 10px;
	right: 30px;
}

.legal {
	font-size: 11px;
	color: #777;
}


/* !POSTS */

.entry-meta, .entry-footer {
    margin-bottom: 15px;
    font-size: 11px;
    font-style: italic;
}

.entry-meta {
/* 	border-top: 1px solid #a3620a; */
	border-bottom: 1px solid #ccc;
}

.entry-footer {
    clear: both;
    background: #f5f5f5;
    padding: 0 5px;
    border: 1px solid #ccc;
}


/* !WIDGETS */

.widget-container {
	margin-bottom: 24px;
}

.widget-title {
	border-bottom: 1px solid #999;
	font: bold 13px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.widget-container ul li {
	list-style: square outside;
	margin: 0 0 0 25px;
}

.widget-container ol li {
	list-style: decimal outside;
	margin: 0 0 0 25px;
}


/* !SEARCH BOX */

.widget_search {
    background: #444;
    margin-bottom: 30px;
    padding: 8px 0;
    text-align: center;
	/* CSS3 */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#searchform label {
	font: bold 11px Arial, Helvetica, sans-serif;
    color: #bfbfbf;
    text-transform: uppercase;
    line-height: 20px;
}

#searchform input#s {
	background: #444;
	border: 1px solid #777;
    width: 170px;
    margin: 0;
    padding: 3px 5px;
    text-align: center;
    color: #fff;
}

#searchform input#searchsubmit { /* Stylize search submit button to magnifying glass image */
    background: url(images/btn_search.png) no-repeat center top;
    width: 20px;
    height: 20px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

#searchform input#searchsubmit:hover {
    background: url(images/btn_search.png) no-repeat center bottom;
}


/* !TABLES */

table {
	border-bottom: 2px solid #222;
	margin-bottom: 12px;
}

td {
	padding: 6px 10px;
	border-bottom: 1px solid #ccc;
}

th {
	background: #2a261c;
	padding: 10px 6px;
	border-bottom: none;
	font-weight: bold;
	color: #eeeddd;
}

.zebra .odd {
	background: #f5f5f5;
}

.zebra .even {
	background: #e6decd;
}

table.services td {
	vertical-align: top;
}

table.services td.desc {
	text-align: left;
}


/* !MISCELLANEOUS */

.address {
	border-left: 3px solid #a0410d;
	margin: 0 0 12px 25px;
	padding-left: 5px;
	line-height: normal;
}

.fine-print {
	font-size: 11px;
	line-height: normal;
}


/* !PRIMARY NAVIGATION */

#access {
	background: #272823;
	height: 42px;
	padding: 0 10px;
	/* CSS3 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b3d35), to(#141411));
    background: -moz-linear-gradient(100% 100% 90deg, #141411, #3b3d35);
}

#access #menu-primary-navigation {
	display: inline;
	margin: 0;
}

#access #menu-primary-navigation li {
	float: left;
	list-style-type: none;
	background: #333;
	margin: 9px 5px 0 0;
	border: 1px solid #666;
	border-bottom: none;
	line-height: 32px;
	/* CSS3 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#111));
    background: -moz-linear-gradient(100% 100% 90deg, #111, #333);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

#access #menu-primary-navigation li a {
	display: block;
	padding: 0 15px;
	color: #ccc;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#access #menu-primary-navigation li:hover,
#access #menu-primary-navigation li.current_page_item {
	background: #fff;
}

#access #menu-primary-navigation li a:hover {
	color: #444;
}

#access #menu-primary-navigation li.current_page_item a {
	color: #444;
}


/* !FOOTER NAVIGATION */

/*
#footer_nav_wrapper {
	float: right;
	width: 850px;
}
*/

#footer_nav {
    margin: 0 auto 3px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#footer_nav li {
    display: inline;
	border-right: 1px solid #3e3e29;
}

#footer_nav li:last-child,
#footer_nav li.last {
 border-right: none;
}

#footer_nav li a:link,
#footer_nav li a:visited,
#footer_nav li a:active {
    color: #fff;
/*     font-size: 11px; */
    text-decoration: none;
    line-height: 22px;
    padding: 0px 10px;
}

#footer_nav li a:hover {
    color: #f58938;
}


/* !jQUERY ACCORDION TABS */

/* accordion header */
#accordion h3 {
    margin: 0;
    padding: 3px 15px 4px 25px;
/*  font-size: 11px; */
    font-weight: normal;
    border-bottom: 1px solid #d8d7c3;
    cursor: pointer;
}

#accordion h3:hover {
    background: #444;
    color: #ebebeb;
}

/* currently active header */
#accordion h3.current {
    cursor: default;
    background: #640100;
    color: #ebebeb;
}

/* accordion pane */
#accordion .faq_answer {
    display: none;
    background: #f2f2e9 url("images/txt_answer.png") no-repeat 25px 10px;
    padding: 35px 40px 15px 60px;
    border-bottom: 1px solid #ddd;
/*  font-size: 11px; */
}

