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

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

				background: url(../images/background.gif) repeat 0% 0%;
}

/*#Bgrnd {
	background:#fff;
	width:1000px;
}*/

/*#Page a {
	color:#434547;
	text-decoration:none;
}*/ /*james*/

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

#Page img{
padding-top:10px;
	/*margin: 2px;
	border:3px solid #fff;*/
}
#Page img.left{
	float: left;
	margin: 0.1em 1em;
}

#Page img.right{
	float: right;
	margin: 1em;
}

#Page h1, h2, h3, h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,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{
	/*background: white;*/ 
	width: 810px;
	margin: 0 auto;
	text-align: left;
	/*tim remove padding to sort out black nav bar
	padding-bottom:20px;*/
}

#Header {
  background: #fff; 
  }

#Nav{ 
/*tim remove background colour*/
    background: url(../images/nav.gif) repeat-x 0% 0%;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    width: 100%; float:left
}

#Main { 
    /*background: #fff;*/
   /* border-bottom: 1px solid #939597;*/ 
    padding: 30px 0 40px;
    float:left; width:100%; 
    }
    
#Footer { 
    background: #273138 url(../images/footer-bg.gif) repeat-x scroll left top; 
    color: #A3A5A7;
    padding: 10px 0;
    float:left; 
    width: 100%;
	bottom : 0px;
	/*position : absolute;*/
	position:static;
}

/* Header Styles */

#Header h1#Logo{
/*tim add line height and set height to 60 from 50px)*/
	line-height:2.6em;
	height:60px;
	padding: 10px 0 10px 0;

}
	#Header h1#Logo span{
			color: #2a4352; 
			font-size: 2.6em; 
			font-weight:bold;
			float: left;
			text-align:left;
			/*padding-bottom:4px; */
			}

/* Navigation Bar Styles */

#Nav ul{
		padding: 0;
		margin: 0;
 }
	#Nav li {
		float: left;
		margin: 0;
		padding: 0;
		letter-spacing: 1px;
	}
		#Nav li a {
				float: left;
				padding: 6px 12px;
				text-decoration: none;
				color: #3d4b40;
				border: none;
								font-weight:bold;
				}
		#Nav li a.current, #Nav li a.section{
				background: #78ADDF;
				background: url(../images/navcurrent.gif) repeat-x 0% 0%;
				text-decoration: none;
                                color:white;
		}
		#Nav li a.link:hover{
				background: #6490B9;
				background: url(../images/navhover.gif) repeat-x 0% 0%;
        color : #272f28;
				text-decoration:none;

		}

/* Main Content */

/*#Main {
		background:#d8bba5;
}*/

#Main #Content{
		background:#fFf;
		float: left;
		/* tim was 590 adding was 0*/
		width: 574px;
		padding: 8px;
		/*padding-right: 2em;*/
		min-height:300px;
		/*margin-bottom:75px;*/
}

/*tim added to bring bullets inside main section)*/
#Main #Content ul{
padding-left:24px;
}

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

#Main #Content ul {
	list-style: disc;
}/*james*/

	

/* Sidebar styles */

#Header #Sidebar1{
		float: right;
		width: 200px;
		height: 100px;
/*		line-height: 1.5em;*/		
			background: #EFEFEF /*url(../images/sidebarHeader.gif) no-repeat left top*/;
}

#Main #Sidebar{
		float: right;
		width: 200px;
		line-height: 1.5em;	
	  background: #EFEFEF url(../images/sidebarHeader.gif) no-repeat left top;
/*	 border-right: 1px solid #7BB2E4;
	 border-bottom: 1px solid #7BB2E4;
	 	 border-left: 1px solid #7BB2E4;
*/
}

#Main #Sidebar a{
		color:#333;
		text-decoration:none;
}

#Main #Sidebar a:hover {
	text-decoration:underline;
}



	#Main #Sidebar h3{
	/*			font-size: 1.1em;
		border-bottom: 1px solid #E1DABF;
			padding-bottom: 3px;
			margin-bottom: 3px;
*/
/*from candy*/
		clear: both; 
		/*text-transform: lowercase;*/
		color: #fff;
		font-weight: 700; 
		font-size: .9em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
	/*	background:;*/

	}
	
	#Main #Sidebar ul{
		list-style-position: outside;
		margin-bottom: 5px;
	}
	
		#Main #Sidebar li{
			/*border-bottom: 1px dotted #666666;*/
			/*font-weight:bold;*/
		}
			#Main #Sidebar li a.link{
				background: transparent url(../images/bullet_orange.png) no-repeat scroll 0pt 50%;
				padding-left:15px;
				position:relative;
			}
			
			#Main #Sidebar li a.current, #Main #Sidebar li a.section{
					background: transparent url(../images/bullet_green.png) no-repeat scroll 0pt 50%;
					padding-left:15px;
					position:relative;
					font-weight:bold;
			}
	
	#Main #Sidebar ul.sub{
			margin: 0pt 0pt 0pt 15px;
	}
		#Main #Sidebar ul.sub li{
				border:none;
		}

/*tim add section to remove space in IE7 sidebar when submenu open*/
	#Main #Sidebar ul li ul li ul{
  display:inline;
  }
/* Footer Styles
#Footer {
		background: red;
		width: 800px;
} */

#Footer .innerWrap {
}
#Footer div.WidgetHolder{
		float: left;
		width: 30%;
		color: #eae7e7;
		margin-bottom: 10px;
		margin-right: 10px;	
}

	#Footer div.WidgetHolder h3{
			font-size: 1.5em;
			color: #fbf6f6;
			padding: 3px 0pt;
			margin-bottom: 8px;
		}

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

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

.leftimage {
	float: left;
	margin: 10px 10px 10px 0px;
}
.rightimage {
	float: right;
	margin: 10px 0px 10px 10px;
	/*border: 1px solid #000000; 
	margin-left: 20px;
	margin-right: 20px; james */
}


	