/*
Theme Name: 960bc
Theme URI: http://www.wootencomm.com
Description: Wooten Communications website based on on the 960bc theme CSS framework.
Version: 1.0
Author: Vincent Carpenter
Author URI: http://www.vincentcarpenter.com
Tags: custom

	960bc v1.5
	http://www.guardianwebdesign.com.au/960bc

	This theme was designed and built by Troy Dean
	as a starting point for WordPress developers who
	like the 960 grid system.
	http://www.960.gs
	The theme includes no images and minimal styling,
	providing a blank canvas for the designer to unleash
	her css magic.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		background:url(images/sub_bg.gif) no-repeat 0 0;
		min-height:900px;
		}
		
.home { background:#d31145 url(images/home_bg2.gif) no-repeat -50px 0!important; min-height:1200px!important;
}


#header {
		height: 192px;
		width: 100%;
		background:url(images/header_bg.gif) repeat-x 0 200px;
		}

#headerimg {
		margin-top: 35px;
		background:url(images/WootenComm-logo.png) no-repeat 0 0;
		height:113px;
		}

#headerimg h2 a {
		display:block;
		height:113px;
		width:240px;
		text-indent:-9000px;
		}

#navContainer {
		height:45px;
		position:relative;
		margin-left:0;
		margin-right:0;
		margin-top:30px;
		}
		
.nav {
}
.sp {margin-left:137px!important;}
#current a {color:#D31145;}
#current a span {color:#D31145;}
#current a:hover {color:#D31145;}
.nav li {
	display: block;
	float: left;
}
.nav li a {
	display: block;
	padding: 0;
	width: 194px;
	height: 39px;
	color:#626365;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.nav li a span { font-size:11px; color:#626365; display:block; padding-top:4px; font-weight:normal;}
.nav li a:hover {
	color:#D31145;
	text-decoration:none;
}
.nav li a.focus {
	background: #3c6c92;
}
.nav li.searchField {
	float: right;
	border: 0;
}



.fix{
	display:
	block;
}

#navContainer2 {
		position:relative;
		margin-left:0;
		margin-right:0;
		margin-top:30px;
		}

.nav2 li {
	display: block;
	float: left;
}
.nav2 li a {
	display: block;
	padding: 7px 4px 0 9px;
	width: 195px;
	height: 39px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
.nav2 li a span { font-size:11px; color:#fff; display:block; padding-top:4px; font-weight:normal;}
.nav2 li a:hover {
	color:#ccc;
	text-decoration:none;
}
.nav2 li a.focus {
	background: #3c6c92;
}
.nav2 li.searchField {
	float: right;
	border: 0;
}

		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 40px;
		min-height:400px;
		}

#sidebar
{
		text-align: left;
		padding-top: 40px;
		padding-bottom: 25px;
		margin-left:0;
		margin-right:20px;
		}


#footer {
		margin: 40px 0 0 0;
		padding: 60px 0;
		}	
#footerContent {margin-left:0;}
#footerContent p {font-size:1.2em; color:#666;}

.home #footerContent p {color:#fff;}

.home #footerContent a {color:#fff;}
.home #content {min-height:450px;}



.post {
		margin: 0 0 40px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

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
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
font-size:1.4em;
line-height:1.4em;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 108px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
margin-top:4px;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

hr {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

.a {
	border-top:10px solid #d31145!important;
	width:200px;
	float:left;
}
.a p {
	margin-right:10px;
}

.a2 {
	border-top:10px solid #d31145!important;
	width:320px;
	float:left;
}
.a2 p {
	margin-right:10px;
}
.b {
	border-top:10px solid #dc525e!important;
	width:200px;
	float:left;
}
.b p {
	margin-right:10px;
}
.c {
	border-top:10px solid #e88f8d!important;
	width:200px;
	float:left;
}
.c p {
	margin-right:10px;
}

.c2 {
	border-top:10px solid #e88f8d!important;
	width:260px;
	float:left;
}
.c2 p {
	margin-right:10px;
}
.redlight { color:#d31145;}

#ssp_g_client_samples {margin-left:-15px; margin-top:30px;}

.linkbtn {clear:both; text-align:right; margin-right:30px; font-size:18px;}

#sidebar h2 {font-size:1.6em; text-transform:uppercase; color:#666; font-weight:bold; margin-bottom:1em;}

.servs {margin-left:0; margin-right:20px;}

.servs ul li {
	font-size:1.2em;
	line-height:1em;
	margin-bottom:.8em;
	
	}
	
.servs ul {
	margin-right:100px;
	}

.imgBdr {
	border: 2px solid #EDA0B5;}

