@charset "utf-8";
/* CSS Document */
/* Created By- Alex Ward*/
/* http://www.invasionmedia.co.uk */
/* Date Created 26/01/09 */
/* Last Updated: 06/11/09 */

/* All section's in this document are prefixed by a "=" to make searching easier, therefore if you wanted to find the 'Global' section you could search for "=global" which would take you right to the top of the appropriate section. */

/** =Zero's & Standard Functions**/
/* In order to get FireFox and IE behaving in a similar fashion it is often useful to set up a standard in the CSS rather than let the browsers have any control, to this end I always set the height of the browser's viewport and I remove any default margins or padding by setting the values to zero.
*/

.hidden { display:none;}

html, body, a, p, img, strong, em, ul, br, fieldset, object, span, embed {
	margin: 0px;
	padding: 0px;
}
html { /* Forces FireFox to display the scrollbar holder */
	overflow: -moz-scrollbars-vertical;
	overflow: -webkit-scrollbars-vertical;
	overflow-x:hidden;
}
a { /* Remove this funtion if you want links to be underlined by default */
	text-decoration:none;
}
img { /* Remove this funtion if you want linked images to have a border */
	border: 0px;
}
/* Begin Structural CSS */

html, body {
	min-height:100%;
	height: 100%;
	margin: 0px;
}
form, input {
	border: 0px;
}
/* Begin site specific CSS */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em; /* 12px */
	background: url(../../../elements/bg_tile_x.png) repeat-x #000000;
	color: #ffffff;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
	min-height: 100%;
}
#logo {
	float: left;
	padding: 1.25em 0 1.25em 0; /* 15px */
}
#header {
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	top: 1px;
	width: 100%;
	height: 87px;
	margin: 0 0 2.083em 0;
	height: 123px;
}
#search, #topIcons {
	float: right;
	margin: 1.167em 0 0 0; /* 14px */
	padding: 1.25em;
}
#search fieldset {
	border: 0;
}
#searchField {
	padding: 6px 6px 6px 26px;
	margin: 0px;
	background: url(../../elements/search.png) no-repeat #ffffff;
	background-position: 0.417em;
	border: 1px solid #ffffff;
}
.searchButton {
	margin: 0;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	background: transparent;
	border: none;
	color: #ffffff;
	cursor: pointer;
}
#topIcons .twitterLink {
	background: url(../../elements/twitter_32.png) no-repeat;
	height: 2.667em; /* 32px */
	width: 2.667em; /* 32px */
	display: inline-block;
	margin: 0 4px 0 0;
}
#topIcons .facebookLink {
	background: url(../../elements/facebook_32.png) no-repeat;
	height: 2.667em; /* 32px */
	width: 2.667em; /* 32px */
	display: inline-block;
	margin: 0 4px 0 0;
}
#topIcons .rssLink {
	background: url(../../elements/rss_32.png) no-repeat;
	height: 2.667em; /* 32px */
	width: 2.667em; /* 32px */
	display: inline-block;
}
#mainMenu {
	position:absolute;
	bottom: 2px;
	left: 0px;
	clear: both;
}
#mainMenu ul {
	list-style-type: none;
	padding: 0.417em 0 0 0; /* 5px */
}
#mainMenu li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float:left;
	padding: 6px;
	font-size: 1.167em; /* 14px */
}
#mainMenu li a {
	text-shadow: 0px 0px 2px #000000;
	text-decoration: none;
	padding: 5px;
}
#mainMenu .selected {
	background: #8dc63f;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	color: #ffffff !important;
}
#mainMenu .selected a {
	color: #ffffff !important;
}
#breadcrumbs {
	position: absolute;
	top: 128px;
	text-indent: 2px;
	display: block;
	width: 1000px;
	height: 21px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 19px;
	border-bottom: 1px dotted #666;
	text-transform:capitalize;
}
#breadcrumbs a {
	text-decoration:none;
}
#breadcrumbs .divider {
	color: #8dc63f;
}
#main_content {
	position: absolute;
	top: 155px;
	width: 100%;
}
#main_content p {
	text-align: justify;
	line-height: 1.5em;
}
#bodytext {
	margin-top: 10px;
}
#bodytext p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 10px;
}
#bodytext a {
	text-decoration:none;
}
#bodytext ul {
	list-style-position:inside;
	margin: 10px 0px 10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#leftColumn {
	float: left;
	width: 640px;
}
#leftColumn h1 {
	font-size: 24px; /* 28px */
	color: #8dc63f;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
#rightColumn {
	float: left;
	margin: 0 0 0 20px; /* 20px */
	width: 336px;
}
#rightColumn h1 {
	font-size: 1.5em; /* 18px */
	margin: 12px 0 12px 0;
}
#rightColumn ul {
	margin: 0 0 1.667em 0; /* 20px */
	list-style-type:none;
}
/* Displays error or success messages to the user */
.success {
	width: 93%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../elements/notification_success.png);
	background-position:top-left;
	background-repeat:no-repeat;
	background-color: #9C3;
	color: #FFF;
	padding:0px 10px 0px 35px;
	display: block;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.success p {
	line-height: 15px;
	text-shadow: 1px 1px 1px #01320f;
	font-weight:bold;
	padding-bottom:4px;
}
.success strong {
	font-size:18px;
	color:#9F0;
	margin-right: 5px;
	text-shadow: 2px 2px 1px #01320f
}
.failure {
	width: 93%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../elements/notification_error.png);
	background-position:top-left;
	background-repeat:no-repeat;
	background-color:#C00;
	color: #FFF;
	padding:0px 10px 0px 35px;
	display: block;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.failure p {
	line-height: 15px;
	text-shadow: 1px 1px 1px #3d0000;
	font-weight:bold;
	padding-bottom:4px;
}
.failure strong {
	font-size:18px;
	color: #F00;
	margin-right: 5px;
	text-shadow: 2px 2px 1px #3d0000
}
.noborder {
	border: 0 !important;
}
#relatedPosts {
	margin: 1.667em 0 0 0; /* 20px */
	width: 31.667em; /* 380px */
}
#relatedPosts li a, #rightColumn li a {
	display: block;
	padding: 0.417em; /* 5px */
	margin: 5px 0 0 0; /* 5px */
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.167em; /* 16px */
	border-left: 3px solid #8dc63f;
	background: #151515;
	line-height: 1.5em; /* 18px */
	height: 1%;
}
#footer {
	width: 100%;
	padding: 1.667em 0 1.667em 0; /* 20px */
	color: #909090;
	font-size: 0.917em;
	border-bottom: 1px solid #606060;
	margin: 0 0 1.667em 0;
}
#footer li {
	display: inline;
	margin: 0 1.167em 0 0;
}
#footer a {
	color: #909090;
	font-size: 0.917em;
}
a {
	color: #ffffff;
}
a:hover {
	color: #8dc63f;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
hr {
	height: 3px;
	border: 0;
	background: #454545;
	margin: 10px 0px 20px 0px;
}
#pagination {
	margin-top: 10px;
	display:block;
}
#pagination_box {
	list-style-type:none;
}
#pagination_title {
	float: left;
	margin: 0 2px 0 0;
	padding: 3px 3px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.pagination_null {
	display: inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;
	background-color: #999;
	font-size:12px;
	color:#000;
	margin-right: 1px;
	font-weight: bold;
}
.pagination {
	display: inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;
	background-color:#9C0;
	font-size:12px;
	color:#000;
	margin-right: 1px;
	font-weight: bold;
}
.pagination a {
	color:#000;
}
.pagination:hover {
	background-color:#693;
	color:#000;
}
/* CSS for SOCKET Tag */
#vandc {
	display: block;
	margin-top: 20px;
	background-color:#333;
	padding: 2px;
	text-indent: 5px;
}
/* UC - Delete when live */

#UC_float {
	width: 900px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
}
pre {
	color: #000099;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.tip { background: url(/articleimages/lightbulb.png) no-repeat #ffffc1; background-position: 6px; padding: 5px 5px 5px 27px; -moz-box-shadow: 0 0 3px #606060; }
