/*
Theme Name: APS
Theme URI: http://aps-technology.com
Description: Custom WordPress Theme for APS Technology Group, Inc.
Author: Realskies UX Engineering
Author URI: http://realskies.com
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

body {
	font: 80%/1.5 "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #555655;
	background: url(images/body_bg.gif) repeat #222;
	margin: 50px 0px;
	}
	
h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #197da3;
}
h1.news {
	color: #000;
	font-size: 1.4em;
}
h2 {
	font-size: 1.1em;
	color: #1d5983;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 9pt;
}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

.logo {
	float: left;
	width: 200px;
	padding: 0 20px 20px 0;
}
.logo img {
	max-width: 200px;
	height: auto;
}

.project {
	float: right;
	width: 200px;
	padding: 0 0 20px 20px;
	text-align: right;
}
.project img {
	max-width: 200px;
	height: auto;
}


blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}
hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
	clear: both;
}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* links */

a {
	color: #295680;
}
a:visited {
	color: #5b86ae;
}
a:hover {
	color: #000;
	text-decoration: underline !important;
}
a:active {
	color: #000;
}

/* container */

#stripe {
	background-color: #FFF;
	height: 314px;
	width: 100%;
	position: absolute;
	top: 186px;
	left: 0;
	z-index: -1;
}

#shadow {
	background: url(images/container_bg.png) repeat-y;
	width: 950px;
	padding: 0 4px;
	margin: auto;
}
#container {
	padding: 20px;
	}
	
/* header */

#header {
	height: 117px;
}
#contactTop {
	float: right;
	clear: both;
	margin-top: -40px;
	color: #FFF;
	font-size: .85em;
}
#contactTop a {
	color: #FFF;
	text-decoration: none;
}
#contactTop a.current {
	text-decoration: underline;
	font-weight: bold;
}	

#logo a {
	display: block;
	width: 200px;
	height: 100px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
}

#tagline {
	float: right;
	clear: right;
	margin: 10px 0 0 0;
	background: url(images/tagline.gif) no-repeat right;
	text-indent: -9999px;
	width: 441px;
	height: 55px;
}
.es #tagline {
	background: url(images/tagline_spanish.gif) no-repeat right;
	width: 544px;
	height: 57px;
}

/* main menu */

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	clear: right;
	height: 35px;
	background: url(images/menu_bottom.gif) no-repeat bottom right;
}
.es #menu ul {
	font-size: .9em;
}
#menu ul li {
	float: left;
	padding: 0;
	margin: 0;
}
#menu ul li.spacer {
	padding: 0 7px;
}
.es #menu ul li.spacer {
	padding: 0 3px;;
}
#menu a {
	color: #d31145;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 0;
}

/* banner */

#banner .subs {
	background: url(images/banner_subs_bg.gif) repeat-x;
	height: 44px;
	margin-top: 2px;
	text-align: center;
	color: #FFF;
	font-size: 1.4em;
}
#banner .photo a {
	display: block;
	width: 444px;
	height: 313px;
	text-indent: -9999px;
}
#banner .left .photo {
	background: url(images/banner_home_left.jpg) no-repeat;
}
#banner .right .photo {
	background: url(images/banner_home_right.jpg) no-repeat;
}
.es #banner .left .photo {
	background: url(images/banner_home_left_es.jpg) no-repeat;
}
.es #banner .right .photo {
	background: url(images/banner_home_right_es.jpg) no-repeat;
}
#banner .subs ul {
	width: 444px;
	padding: 10px 0;
	margin: 0;
	list-style: none;
}
#banner .subs ul li {
	display: inline;
}
#banner .subs ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 25px;
}
.es #banner .subs ul li a {
	padding: 0 12px;
}



/* content */

#main {
	clear: both;
	background: url(images/left_column_border.gif) repeat-y 40px;
	min-height: 400px;
	overflow: auto;
}
.home #main {
	overflow: hidden;
}
#content {
	padding: 10px 0 0 0;
}
#content p {
	margin: 15px 0;
}
#content p,
#content span {
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif !important;
	font-size: 1em !important;
	line-height: 150% !important;
}

#content.narrow {
	/*margin-left: 250px;*/
	float: left;
	width: 660px;
	padding-left: 30px;
}

#content ul {
	margin: 15px 0;
}
#content ul li {
	margin-left: 30px;
}

#bottomBoxes {
	clear: both;
}
#bottomBoxes .box {
	width: 193px;
	height: 77px;
	padding: 10px;
	margin-right: 19px;
	float: left;
	background: url(images/bottom_boxes_bg.gif) no-repeat;
}
#bottomBoxes .box.last {
	margin: 0;
}
#bottomBoxes .box h2 {
	margin: 0;
}
#bottomBoxes .box p {
	font-size: .9em !important;
	line-height: 140% !important;
	margin-top: 5px;
}
#bottomBoxes .box p a {
	color: #295680;
}


.post {
	margin:0;
	padding:0;
	}
	
.post h1 a{
	color: #000;
	text-decoration: none;
	}
	
.post h1 a:hover{
	color: #777;
	text-decoration: none;
	}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.pager {
	text-align: center;
}
.pager a {
	padding: 5px 10px;
	text-decoration: none;
}
.pager a.active {
	font-weight: bold;
	font-size: 1.2em;
	background: #EFEFEF;
}
	
.alignleft {float:left; margin:20px 0 0 0;}
.alignright {float:right; margin:20px 0 0 0;}



/* sidebar */

#sidebar {
	width:220px;
	float:left;
	margin:0;
	padding: 0;
	}

#sidebar h2{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #1d5a84;
	text-decoration: underline;
}
#sidebar a {
	font-size: .95em;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	color: #666;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:5px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}
#sidebar ul ul li a {
	border: none;
	font-size: .9em;
	margin: 0 0 0 20px;
	padding: 3px 0;
	color: #999;
}
#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#sidebar .tags {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
#sidebar .tags a {
	display: inline;
	padding: 5px 10px;
	border: none;
}


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
img.service {
	border: 1px solid #bbb;
}	
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.blue {
	color: #29b0cc;
}

.left {
	float: left;
}
.right {
	float: right;
}

#bottomBoxes:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}


/* footer */

#footer {
	width: 910px;
	margin: 0 auto;
	color: #FFF;
	font-size: .85em;
	padding: 5px 20px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

