/*  
Theme Name: SCG-Theme
Theme URI: http://www.strategycapabilities.com/
Description: A custom theme for SCG and Joe Black
Author: William Mead
Author URI: http://meaddesign.net/
*/
@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	line-height: 1.6em;
	color: #333;
	background-color: #f4f7fe;
	background-image: url(images/topBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#header {
	background-image: url(images/headerBG.jpg);
	background-repeat: no-repeat;
	height: 204px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header .tagline {
	color: #a71e22;
	font-weight: normal;
	font-size: 1.2em;
	position: absolute;
	width: 300px;
	left: 568px;
	top: 156px;
}
#container {
	background-image: url(images/wrapBG.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	background-image: url(images/sideTopBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 261px;
	margin-left: 19px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:30px;
	display: inline;
}
#sidebar h2 {
	font-size: 1.3em;
	color: #314876;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #adbfe7;
	padding-top: 30px;
	padding-bottom:5px;
}
#sidebar ul {
	list-style-type: none;
}

#sidebar ul ul li a {
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #4465a8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #adbfe7;
	background-image: url(images/square-bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	height:100%;
	display: block;
}
#sidebar ul ul ul li a {
	color: #6583c2;
	background-image: url(images/square-bullet2.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 15px;
	background-position: 0px;
	height:100%;
	display: block;
}
#sidebar ul ul li a:hover {
	color: #a71e22;
}
#sidebar input {
	margin-top: 10px;
	margin-bottom: 5px;
	padding:2px;
}

#main {
	float: right;
	width: 550px;
	margin-right: 30px;
	display: inline;
}
.top_meta {
	font-size: .8em;
}
.bottom_meta {
	font-size: .8em;
	display:block;
	padding-bottom: 5px;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#999;
	margin-bottom: 30px;
}

.navigation {
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}

#footer {
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 50px;
	width: 580px;
	font-size: .8em;
	line-height: 30px;
	padding-left: 320px;
}

p {
	padding-bottom: 1.6em;
}
h1 {
	font-size: 1.8em;
	color: #314876;
	padding-bottom: 0.5em;
}
h2 {
	font-size: 1.5em;
	color: #6583c2;
	padding-bottom: 0.5em;
}
h3 {
	font-size: 1.5em;
	color: #6583c2;
}
h4 {
	color: #5c5c27;
	font-size: 1.2em;
	padding-bottom: .5em;
}
h5 {
	color: #5c5c27;
	font-size: 1.2em;
}
#main ul{
	padding-bottom: .5em;
	list-style-type: none;
}
#main ul li{
	background-image: url(images/square-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 0.5em;
	padding-left: 20px;
	line-height: 1.3em;
}
ol {
	padding-bottom: 1em;
	padding-left: 2em;
}
ol li {
	padding-bottom: .5em;
	line-height: 1.3em;
}
a {
	color: #6583c2;
	text-decoration: none;
}
a:hover {
	color: #a71e22;
	text-decoration: underline;
}
blockquote {
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 40px;
	font-style: italic;
	color: #314876;
	text-indent: -5px;
}

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