/*
Theme Name: 960bc
Theme URI: http://www.guardianwebdesign.com.au/960bc
Description: A blank canvas WordPress theme for developers based on the 960 CSS framework.
Version: 1.6
Author: Troy Dean
Author URI: http://www.guardianwebdesign.com.au/
Tags: fixed-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

	960bc v1.6
	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%;
		}

#header {
		height: 100px;
		width: 100%;
		}

#headerimg {
		margin-top: 23px;
		height: 41px;
		width: 210px;
		}

/* This hides the 'skip to' links and maintains accessibility */

#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#header #global-nav {
		font-family: 'Arvo', arial, serif;
		//font-size: 10px;
		font-size: 10px;
		color: #EEEEEE;
}

#header #global-nav ul {
		list-style: none;
		float: right;
}

#header #global-nav ul li {
		display: inline;
		float: left;
		padding: 45px 3px 6px 3px;
		margin: 0 0 0 0;
		text-transform: uppercase;
		letter-spacing: .5px;
		list-style: none;
}

#header #global-nav ul li a {
		font-family: 'Arvo', arial, serif;
		font-size: 10px;
		padding: 45px 8px 6px 8px;
		margin: 0 0 0 0;
		color: #EEEEEE;
		text-decoration: none;
		text-shadow: 1px 1px 3px #222222;
}

#header #global-nav li a:hover {
		background: url("../images/hover-bg.png") #cf2022 repeat-x;
		font-family: 'Arvo', arial, serif;
		font-size: 10px;
		//padding: 45px 8px 6px 8px;
		//margin: 0 0 0 0;
		color: #EEEEEE;
		text-decoration: none;
		text-shadow: 1px 1px 3px #222222;
}

#featured-slider {
		height: 444px;
		width: 960px;
		margin: 0 0 0 0;
		padding-bottom: 53px;
		background: #000000 url("../images/slider-shadow.jpg") no-repeat;
		background-attachment: bottom;
		background-position: bottom;
		overflow-y: visible;
}

#content {
		margin-top: 0px;
		}

#featured-content-container {
		position: relative;
		margin: 0 auto;
		height: 354px;
		width: 100%;
		background: url("../images/featured-bg.jpg") repeat-x;
}

#featured-content {
		height: 313px;
		width: 960px;
		margin: 0 auto;
		padding-top: 37px;
		position: relative;
		}

#sharepoint-container {
		//float: right;
		position: absolute;
		left: 0px;
		background: url("../images/featured-shadow.jpg") transparent no-repeat;
		background-attachment: bottom;
		background-position: bottom;
		//padding-bottom: 35px;
		padding-bottom: 0px;
		overflow: hidden;
		height: 277px;
		width: 460px;
		margin: 0 0;
}

##JavaScript  {
		/*//float: right;*/
		position: absolute;
		left: 0px;
		background: url("../images/featured-shadow.jpg") transparent no-repeat;
		background-attachment: bottom;
		background-position: bottom;
		padding-bottom: 35px;
		overflow: hidden;
		height: 277px;
		width: 460px;
}

#dotnet-container {
		//float: left;
		position: absolute;
		left: 500px;
		background: url("../images/featured-shadow.jpg") transparent no-repeat;
		background-attachment: bottom;
		background-position: bottom;
		//padding-bottom: 35px;
		padding-bottom: 0px;
		overflow: hidden;
		height: 277px;
		width: 460px;
		margin: 0 0;
}

##dotnet {
		//float: left;
		position: absolute;
		left: 500px;
		background: url("../images/featured-shadow.jpg") transparent no-repeat;
		background-attachment: bottom;
		background-position: bottom;
		padding-bottom: 35px;
		overflow: hidden;
		height: 277px;
		width: 460px;
}




			.boxgrid{
				width: 325px;
				height: 260px;
				//margin:10px;
				float:left;
				background:#161613;
				border: solid 0px #8399AF;
				overflow: hidden;
				position: relative;
				}

			.boxgrid img{
				position: absolute;
				top: 0;
				left: 0;
				border: 0;
				}

			.boxgrid p{
				padding: 0px 0px;
				color:#afafaf;
				font-weight:bold;
				font:10pt "Lucida Grande", Arial, sans-serif;
				}

			.boxcaption{
				float: left;
				position: absolute;
				background: #000;
				height: 70px;
				width: 100%;
				padding: 10px 15px;
				opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 				overflow: hidden;
 				}

 			.captionfull .boxcaption {
 				top: 277px;
 				left: 0;
 				}

 			.caption .boxcaption {
 				top: 187px;
 				left: 0;
 				}

div.boxcaption #read-button-small {
		position: absolute;
		left: 320px;
		top: 30px;
}


#sidebar {
		text-align: left;
		padding-top: 40px;
		padding-bottom: 25px;
		}

#footer {
		margin: 0 0 0 0;
		margin-top: 50px;
		padding: 0 0;
		//height: 54px;
		width: 100%;
		//overflow: hidden;
		float: left;
		}

#footerContent {
		width: 100%;
		height: 54px;
		overflow: hidden;
		float: left;
		display: inline;
}

#copyright {
		font-family: 'Arvo', arial, serif;
		font-size: 8.5px;
		color: #EEEEEE;
		height: 54px;
		padding-top: 10px;
		margin-left: 0px;
}

#footer-nav {
		font-family: 'Arvo', arial, serif;
		font-size: 8.5px;
		color: #EEEEEE;
		padding-top: 14px;
		margin-left: -8px;
		//width: 550px;
		height: 54px;
		display: inline;
		float: left;
}

#footer-nav ul {
		list-style: none;
}

#footer-nav ul li {
		display: inline;
		float: left;
		padding: 10px 7px;
		//padding: 45px 3px 6px 3px;
		margin: 0 0 0 0;
		text-transform: uppercase;
		letter-spacing: .5px;
		list-style: none;
		color: #fff;
}

#footer-nav ul li a {
		font-family: 'Arvo', arial, serif;
		font-size: 8.5px;
		//padding: 45px 9px 6px 9px;
		margin: 0 0 0 0;
		color: #BBBBBB;
		text-decoration: none;
		text-shadow: 1px 1px 3px #222222;
}

#footer-nav ul li a:hover {
		font-family: 'Arvo', arial, serif;
		font-size: 8.5px;
 		color: #EEEEEE;
		text-decoration: none;
		text-shadow: 1px 1px 3px #222222;
		background: none;
}

#social-container {
	background:  #0f0f0f no-repeat;
	width: 142px;
	height: 37px;
	margin-top: 9px;
	padding-left: 13px;
	display: inline;
	float: right;
}

#social-container a {
	opacity: .80;
}

#social-container a:hover {
	opacity: 1.0;
}

.social-icon {
	margin: 6px 3px;
}

.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 10px 0 2px;
		list-style: none;
		//padding-left: 20px;
		//text-indent: -10px;
		}

html>body .entry li {
		margin: 8px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		}

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

#updates-container {
		background: url("../images/updates-bg.png") no-repeat;
		margin-bottom: 25px;
		padding: 20px 20px;
		width: 260px;
		height: 130px;
}

#updates-container label {
	color: #AAA;
}

#updates-container #email {
	margin-bottom: 15px;
}

#testimonials-container {
		/*background: url("../images/updates-bg-R1.png") no-repeat;*/
		margin-bottom: 25px;
		padding: 20px 20px;
		width: 260px;
		/*height: 200px;*/
		background: rgba(42, 45, 47, 0.54);
		border: 1px solid white;
}

#updates-container input {
    	border-width: 0;
    	color: #F9F9FA;
    	font: 11px/18px "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
    	height: 18px;
    	outline: 0 none;
    	text-shadow: 0 1px 1px #050E11;
    	vertical-align: bottom;
    	width: 180px;
    	overflow: hidden;
    	margin-top: 5px;

    -moz-border-radius: 2px 2px 2px 2px;
    background-color: #222526;
    border: 1px solid #444444;
    height: 20px;
    padding: 4px 8px;
    position: relative;
}

#updates-container input:focus {
		//-moz-box-shadow: 0px 0px 5px #555555;
		//background-position:0 -30px;
		//background-position: 0 -24px;
		}

.textbox {

}

.textbox:focus {
		-moz-box-shadow: 0px 0px 5px #555555;
}

#updates-container #submit-button {
		background-image: url("../images/submit-button.png");
    	width: 130px;
    	height: 36px;
    	background-color: transparent;
    	border: 0px;
    	margin-left: -3px;
    	margin-top: 6px;
		}

#updates-container .btn {
		background-image: url("../images/submit-button.png");
    	width: 130px;
    	height: 36px;
    	background-color: transparent;
    	border: 0px;
    	margin-left: -3px;
    	margin-top: 6px;
		}

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

		border-width: 0;
    	color: #F9F9FA;
    	font: 11px/18px "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
    	//height: 18px;
    	outline: 0 none;
    	text-shadow: 0 1px 1px #050E11;
    	vertical-align: bottom;
    	width: 180px;
    	overflow: hidden;
    	//margin-top: 5px;
    	-moz-border-radius: 2px 2px 2px 2px;
    	background-color: #222526;
    	border: 1px solid #444444;
    	height: 20px;
    	padding: 4px 8px;
    	position: relative;
		}

#commentform input:focus {
		-moz-box-shadow: 0px 0px 5px #555555;
}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		//width: 100%;
		width: 530px;
		padding: 2px;

		border-width: 0;
    	color: #F9F9FA;
    	font: 11px/18px "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
    	outline: 0 none;
    	text-shadow: 0 1px 1px #050E11;
    	vertical-align: bottom;
    	overflow: hidden;
    	//margin-top: 5px;
    	-moz-border-radius: 2px 2px 2px 2px;
    	background-color: #222526;
    	border: 1px solid #444444;
    	padding: 4px 8px;
    	position: relative;
		}

#commentform textarea:focus {
		-moz-box-shadow: 0px 0px 5px #555555;
}

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

#commentform #submit {
		margin: 0 0 5px auto;
		float: left;
		font-size: 0px;
		background-image: url("../images/submit-button.png");
    	width: 130px;
    	height: 36px;
    	background-color: transparent;
    	border: 0px;
    	margin-left: -4px;
    	margin-top: 6px;
    	display: block;
    	cursor: pointer;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		//margin: 0;
		//padding: 10px;
		border-top: 1px solid #444444;
		border-bottom: 1px solid #444444;
		padding: 16px 0px;
		margin: 25px 0px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 25px 20px 25px 20px;
		list-style: none;
		width: 506px;
		}

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

/* 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 */



.box-logo-wrap {
	display:inline-block;
}
.box-logo-image {
	display:inline-block;
}
.box-logo-text {
	color:#CF2022;
	margin-left:80px;
	padding:16px 0;
	font-size:24px;
}

.box-logo-tag {
	display:block;
	font-size:11px;
	margin-top:3px;
	color:#878b8e;
}
