/**
  SilverStripe PaddyGreen Theme
  developed by Lakshan Perera
  http://www.web2media.net/laktek
 
  This is the layout file which defines the visual representation of the site
 */
 
/* Import whitespace resetting code */
@import url(reset.css);

img, div, #Page, innerWrap  { behavior: url(/iepngfix.htc) }
 
/* Page Element Styles */
body#Page {
	background:#fff none repeat scroll 0%;
	color:#434547;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size:0.8em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
	text-align:center;
}

#Page a {
	color:#2596a1;
	text-decoration:none;
}

#Page a:hover {
	text-decoration:underline;
}


#Page h1, h2, h3, h4 {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
}

#Page blockquote {
	background:transparent url(../images/quotes-meta.gif) no-repeat scroll 0pt 2px;
	color:#666B75;
	font-family:Georgia,serif;
	font-size:107%;
	line-height:1.5em;
	padding-left:23px;
}

#Page em {
	font-style:italic;
}
#Page strong {
	font-weight:bold;
}

#Page blockquote em {
	font-style:italic;
	display:block;
	padding-left:50%;
}

#Page code, #Page pre {
	color: #000;
	background-color: #e3e3e3;
	font-family: Monaco, monospace;
	text-align: left;
	padding-left: 2em;
	}

#Page hr {
	margin-bottom:20px;
	border:none;
	width:99%;
	color:#eeeeee;
	background-color:#eeeeee;
	height:1px;
	clear:both;
}

#Page ol {
	list-style: decimal inside;
	padding-left: 2em;
}

/* Basic Layout Styles */
.innerWrap{
	width: 64em;
	margin: 0 auto;
	text-align: left;
}

#Header {background: #384047 url(../images/header.gif) repeat-x scroll left top; }
#Nav{ background: #60dae3 url(../images/nav.gif) repeat-x 0% 0%; border-bottom: 1px solid #384047; width: 100%; float:left;}
#Main { background: #FFF; border-bottom: 1px solid #939597; padding: 30px 0 40px; float:left; width:100%; }
#Footer { background: #384047; color: #fff; padding: 5px 0; float:left; width: 100%; }


/* Header Styles */

#Header p#Logo{
	height:110px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 200px;
}

/* Navigation Bar Styles */

#Nav ul{
		padding: 0;
		margin: 0;
 }
	#Nav li {
		float: right;
		margin: 0;
		padding: 0;
		letter-spacing: 2px;
	}
		#Nav li a {
				float: left;
				padding: 10px 12px;
				text-decoration: none;
				color: #3d4b40;
				border: none;
				font-weight:bold;
				}
		#Nav li a.current, #Nav li a.section{
				background: #384047;
				color : #ffffff;
				text-decoration: none;
				font-weight:bold;
		}
		#Nav li a.link:hover{
				background: #96eaec;
				text-decoration:none;
				font-weight:bold;
		}

/* Main Content */
#Main #Content{
		float: left;
		width: 40em;
		padding-right: 2em;
}

	#Main #Content h2{
			font-size: 1.85em;
			color: #636567;
			margin: 15px 0pt 5px 0pt;
	}
	
	#Main #Content h3{
			font-size: 1.35em;
			color: #636567;
			margin: 15px 0pt;
	}



/* Sidebar styles */
#Main #Sidebar{
		float: right;
		width: 18em;
		padding-left: 2em;
		line-height: 1.5em;		
}

	#Main #Sidebar h3{
			font-size: 1.5em;
			border-bottom: 1px solid #E1DABF;
			padding-bottom: 3px;
			margin-bottom: 3px;
	}
	
	#Main #Sidebar ul{
		list-style-position: outside;
		margin-bottom: 20px;
	}
	
		#Main #Sidebar li{
		}
			#Main #Sidebar li a.link{
				background: transparent url(../images/bullet-b.png) no-repeat;
				padding-left:15px;
				position:relative;
			}
			
			#Main #Sidebar li a.current, #Main #Sidebar li a.section{
					background: transparent url(../images/bullet-a.png) no-repeat;
					padding-left:15px;
					position:relative;
			}
	
	#Main #Sidebar ul.sub{
			margin: 0pt 0pt 0pt 15px;
	}
		#Main #Sidebar ul.sub li{
				border:none;
		}

#Main #Homepage{
		float: left;
		width: 45em;
		padding-right: 2em;
}

	#Main #Homepage h2{
			font-size: 1.85em;
			color: #636567;
			margin: 15px 0pt 5px 0pt;
	}

	#Main #Homepage h3{
			font-size: 1.65em;
			color: #636567;
			margin: 15px 0pt 5px 0pt;
	}

#Main #Weatherbar{
		float: right;
		width: 16em;
		line-height: 1.5em;
	/*	border: thin solid #FF0000;*/
}

#Main #Platinum{
		float: left;
		width: 45em;
		background: #f6f6f6 url(../images/platinum.png) no-repeat top left;
		border:1px dashed #000;
}

#Main #Platinum h1{
			font-size: 1.85em;
			color: #636567;
			margin: 15px 0pt 5px 0pt;
	}

/* Footer Styles */
#Footer .innerWrap {
}


#Footer #Copyright{
		clear: both;
		padding-top: 0px;
}

	#Footer #Copyright p {
			text-align: left;
			font-size: 10px;
	}
	
	#Footer #Copyright img{
			border: none;
	}

/*
	Auxillary Styles
*/

/* Page Comments */
#PageComments_holder h4{
	font-size:1.5em;
}

#PageComments_holder form{
	margin-bottom : 10px;
}

#PageComments li{
	float:left;
	margin: 5px 0;
	width:100%;
	padding: 5px;
}
#PageComments li p.comment{
	
}
#PageComments li p.info{
	font-style:italic;
	font-size: 0.8em;
}
#PageComments .odd{background:#f1f1ef;}
#PageComments .even{background:#fff;}

.commentrss {
	background: url(../images/feed.png) no-repeat left center;
	padding: 4px 0 1px 25px;
}


#Fox
{
position:absolute;
top: 5px;
margin-left: -55px;
width: 261px;
height: 207px;
background-image:url(../images/fox.png);
}