/*
Theme Name: apachefuture
Theme URI: http://wordpress.org/extend/themes/toolbox/
Author: MuseArts Web Design
Author URI: http://musearts.com/
Description: Custom theme developed for Synergy Components, based on Toolbox theme
Version: 1.0
Tags: custom-menu, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Styles for Synergy Corporation LLC  */

/* Layout  */

body {
	background-color: #888;	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #222;
}

#wrapper {
	display: block;
	position: relative;
	width: 1152px;
	margin-top:60px;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	text-align: left;
	padding:0px;	
	background-color: #fff;
}

#header {
	display:block;
	position:relative;
	background-color: #fff;	
	width: 1152px;
	margin-bottom:0px;
}

#logobar {
	display:block;
	position:relative;
	background-color: #555;
	margin-bottom:0px;
}

#navbar {
	display:block;
	position:relative;
	background-color: #555;	
	margin-top: -3px;
	width: 1152px;
}

#content_wrapper {
	display:block;
	position:relative;
	width:1152px;
	background-color: #fff;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-top: -3px;
}

#content_area {
	display:block;
	position:relative;
	width: 1080px;
	background-color:#fff;
	padding-right:20px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:10px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 12px;
	margin-left: 16px;
	border: 0px solid #204E79;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

#column_left {
	display: inline;
	position: relative;
	width: 200px;
	background-color:#fff;
	float:left;
}

#content_column {
	display: inline;
	position: relative;
	float:left;
	clear: none;
	width: 620px;
	background-color:#fff;
	padding-left: 20px;
	padding-right: 10px;
}

#column_right {
	display: inline;
	position: relative;
	width: 220px;
	float:left;
	clear:none;
	background-color:#fff;
}

#footer {
	display:block;
	position:relative;
	width: 1080px;
	background-color:#fff;
	clear:both;
	margin-top: 20px;
	padding-left: 20px;
}

/* Home Page Styles */

#content_area_home {
	display:block;
	position:relative;
	width: auto;
	background-color:#fff;
	padding-right: 10px;
	padding-top:20px;
	padding-bottom:10px;
	border: 0px solid #204E79;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}


#content_column_home {
	display: inline;
	position: relative;
	float:left;
	clear: none;
	width: 1060px;
	background-color:#fff;
	padding-left: 50px;
	padding-right: 0px;
}

#column_left_home {
	display: inline;
	position: relative;
	width: 650px;
	background-color:#fff;	
	float:left;
	padding-left: 10px;
}

#column_right_home {
	display: inline;
	position: relative;
	width: 336px;
	background-color:#fff;	
	float:right;
	padding-left:10px;
}

#button_bar {
	display:block;
	position: relative;
	clear: right;
	margin-top: 12px;
	margin-bottom: 12px;
}

.bigbrown {
	font-size: 16px;
	color: #990000;
	display: inline;
	font-weight:bold;
}

.larger {
	font-size: 16px;
	color: #000;
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
}

h2.table_header {
	margin-top: 2px;
	margin-bottom: 0px;	
}

/* Basic Text Styles  */

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Geneva, sans-serif;
}

h1, h1.entry-title {
	font-size: 16px;
	color: #B86000;
	margin-bottom: 2px;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	font-weight:bold;
	color: #333;
	margin-bottom: 2px;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	color: #333;
	margin-bottom: 2px;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	color: #B86000;
	margin-bottom: 12px;
}

h5 {
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	color: #333;
	margin-bottom: 12px;
}

a {
	color: #C10F20;
	font-weight: bold;
}

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

a:hover {
	text-decoration: underline;	
}

ul li, ul li ul li, li {
	margin-bottom: 6px;	
}

/* Footer classes  */

#footer_nav {
	display:block;
	position: relative;
	margin-top: 12px;
	margin-bottom: 12px;
}
	
a.footer_links {
	color: #666;
	font-weight: normal;
}

.copyright {
	font-size: 10px;
	color: #555;	
}

/* Miscellaneous Text Formatting */

.inline_bold_color {
	font-weight: bold;
	color: #B86000;
}

.larger {
	font-size: 16px;	
}

.align_right {
	margin-top: 0px;
	text-align: right;	
}





/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin: 1em;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Sidebar
-------------------------------------------------------------- */

#column_right #subnav {
	font-size: 12px;
}
#subnav .navsubhead, #subnav .navsubhead a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

#subnav ul li {
	margin-bottom: 6px;
	margin-left: -24px;
	padding-left: 0px;
	text-indent: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

#subnav ul li a {
	font-weight: normal;
}

.sidebar_box {
	display: block;
	position:relative;
	width:180px;
	padding: 10px;
	background-color:#FC6;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}
