/** 
 * Shattock Theme
 * http://www.shattock.co.nz
 *
 * Main Layout File
 */
 

/* set html tags
-------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #1D3156;
}
.BlankPage_Controller {
	background: #FFF !important;
}

/* Steez
-------------------------------------------------------------- */

.articalList {
	padding: 0 20px;
	margin-bottom: 20px;
	border-left: 5px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.articalTitle {
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	font-weight: 300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CB8206; 
}
.articalTitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px; 
}
.articalDate {
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	font-size: 10px !important;
	color: #666; 
}
.articalSummary {
	color: #666;
 	line-height: 18px;
 	font-size: 12px;
	margin: 0 0 18px 0;
}
.articalSummary .arrow {
	color: #CB8206;
}
#PageComments_holder fieldset {
	margin: 0;
	padding: 0;
}
#PageComments_holder form {
	margin: 0 0 30px 0;
}
#CommentHolder  ul#PageComments {
	margin: 0;
	padding: 0;
	list-style: none;
}
#CommentHolder  ul#PageComments .info span {
	font-weight: bold;
	font-size: 10px !important;
}
#CommentHolder ul#PageComments li {
	margin: 0;
	padding: 20px;
}
#CommentHolder ul#PageComments li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#CommentHolder ul#PageComments li ul.actionLinks li {
	margin: 0;
	padding: 0;
	color: #999;
}
#CommentHolder ul#PageComments li ul.actionLinks li a {
	color: #999;
}
#CommentHolder ul#PageComments li ul.actionLinks li a:hover {
	color: #01102C;
}
#CommentHolder ul#PageComments li.even {
	clear: both;
	border-bottom: 1px dashed #CCC;
}
#CommentHolder ul#PageComments li.odd {
	clear: both;
	border-bottom: 1px dashed #CCC;
	background: #F5F5F5;
}
#CommentsRSSFeed {
	clear: both;
	margin-top: 30px;
}

/* divs
-------------------------------------------------------------- */

#bg {
	background: url(../images/bg.png) no-repeat 0 140px #FFFFFF;
}
#header {
	background: url(../images/bg_header.png) repeat-x;
}
#container {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	z-index: 100;
	position: absolute;
	top: 22px;
	left: 0;
}
#logoPrint {
	z-index: 50;
	position: absolute;
	top: 22px;
	left: 0;
}
#slogan {
	z-index: 100;
	position: absolute;
	top: 45px;
	right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
}
#content {
	position: relative;
	padding-top: 140px;
	width: 900px;
}
#masterCol {
	position: relative;
	padding: 25px 30px 30px 30px;
	width: 900px;
	background: #FFFFFF;
}
#breadcrumbs {	
}
#leftCol {
	position: relative;
	display: inline;
	float: left;
	width: 480px;
}
#rightCol {
	position: relative;
	display: inline;
	padding: 0 0 0 40px;
	float: right;
	width: 320px;
	border-left: 1px solid #DDD;
}
#rightCol .imageBorder {
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 20px;
	width: 260px;
	height: 162px;
	background: url(../images/image_border.png) #00FF00;
}
#clearCol {
	clear: both;
}
#footer {
	position: relative;
	padding: 10px 0 0 0;
	width: 100%;
	height: 100px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background: url(../images/bg_footer.png) repeat-x;
}

@media print {

/* html tags
-------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: white;
}
p {
	margin-top: 0;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.3em;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
td, th {
    padding: 0;
	margin: 0;
}
hr {
	border:0;
	background:#FFFFFF;
	color:#FFFFFF;
	border-top:1px dashed #CCCCCC;
}
img a {
	border: 0;
}


/* divs
-------------------------------------------------------------- */
.sf-menu {
	display: none !important;
}
#bg {
	background: transparent;
}
#header {
	background: transparent;
}
#container {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	display: none;
	z-index: 50;
	position: absolute;
	top: 22px;
	left: 0;
}
#logoPrint {
	z-index: 100;
	position: absolute;
	top: 22px;
	left: 0;
}
#slogan {
	display: none;
	z-index: 100;
	position: absolute;
	top: 62px;
	right: 0;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FFFFFF;
}
#content {
	position: relative;
	padding-top: 140px;
	width: 900px;
}
#masterCol {
	position: relative;
	padding: 30px;
	width: 900px;
	background: #FFFFFF;
}
#masterCol a {
	text-decoration: none;
	color: #CB8206;
}
#masterCol a:hover {
	text-decoration: none;
	color: #CB8206;
}
#leftCol {
	position: relative;
	display: inline;
	float: left;
	width: 480px;
}
#rightCol {
	position: relative;
	display: inline;
	padding: 0 0 0 40px;
	float: right;
	width: 320px;
	border-left: 1px solid #CCCCCC;
}
#rightCol .imageBorder {
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 20px;
	width: 260px;
	height: 162px;
	background: url(../images/image_border.png) #00FF00;
}
#clearCol {
	clear: both;
}
#footer {
	position: relative;
	padding: 10px 0 0 0;
	width: 100%;
	height: 100px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	background: transparent;
}

}
