/**
  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: /*#666666*/ #FEFFEA;
	color:#434547;
	font-family: "Trebuchet MS";
	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: #00CC00;
	text-decoration:none;
}

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

#Page img{
	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{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#login {float:right; background:#666 url(../images/LoginBack.png) top left no-repeat; width:500px; min-height:25px;}

	#login p {
	text-align:left;
	padding: 2px 0 0 20px;
	font-family:"Trebuchet MS";
	color: #CCCCCC;
	font-size:1em;
	}
#Header {min-height:100px; padding-top:20px; }

	
#Nav{ background:/* #00FF00*/ #FEFFEA; /*border-bottom: 1px solid #8ABF00;*/margin: 0 auto; padding-bottom:100px; width: 1000px; font-family: "Trebuchet MS";}
#Main {/* background: #FFF; */border-bottom: 1px solid #939597; padding: 0px 0 40px; float:left; width:100%; min-height:300px; }
#Footer { background: #CCCCCC; color: #A3A5A7; padding: 20px 0; float:left; width: 100%; min-height:200px; /*margin-top:-50px;*/ border-top:#666666 solid 50px; }

/* Header Styles */

#Header h1#Logo{
	height:150px;
	padding: 30px 0;
}

#Header img{
border:none;
}

	#Header h1#Logo span{
			color: #fff; 
			font-size: 2.5em; 
			float: left;
			text-align:left;
			padding-bottom: 10px; 
			}

/* Navigation Bar Styles */

#Nav ul{
		padding: 0;
		margin: 0;
 }
	#Nav li {
		/*float: left;*/
		margin: 0;
		padding: 0;
		letter-spacing: 2px;
	}
		#Nav li a {
				float: right;
				padding: 10px 12px;
				text-decoration: none;
				color: #3d4b40;
				border: none;
				}
		#Nav li a.current, #Nav li a.section{
				background: /*#f3fdcd*/ #666;
				color:#00FF00;
				text-decoration: none;
		}
		#Nav li a.link:hover{
				background: #c6de84;
				color : #272f28;
				text-decoration:none;
		}

/* Main Content */
#Main #Content{
		float: right;
		width: 660px;
		padding: 20px 20px 20px 40px; 
		/*background:#fff;*/
		min-height:600px;
		border: #F2F2F2 dotted 1px;
}

	#Main #Content h2{
			font-size: 2em;
			color: #00CC33;
			margin: 15px 0pt 5px 0pt;
	}
	
	#Main #Content h3{
			font-size: 1.35em;
			color: #171717;
			margin: 15px 0pt;
	}
	

/* Sidebar styles */
#Main #Sidebar{
		float: left;
		width: 220px;
		padding: 10px 20px 20px 0;
		line-height: 1.5em;
		font-family:"Trebuchet MS";
}

#SidebarContact{
		float: left;
		width: 200px;
		min-height:400px;
		background:url(../images/SideBarBack.png) left no-repeat;
		padding: 20px 20px 30px 20px;
		/*line-height: 1.5em;*/
		font-family:"Trebuchet MS";
}

	#SidebarContact p{
		
		padding: 10px 0 0 30px;
		font-size:1.1em;
		font-weight:bold;
		font-family:"Trebuchet MS";
		color:#FFFFFF;
}

	#SidebarContact a{
		color:#FFFFFF;
		text-decoration:none;
}

	#SidebarContact a:hover{
		color: #333333;
		text-decoration:none;
}

	#Sidebar h1{
			font-size: 1.8em;
			padding: 3px 0 10px 0;
			margin-bottom: 10px;
	}
	#Sidebar h2{
			font-size: 1.5em;
			padding-bottom: 3px;
			margin-bottom: 3px;
	}
	#Sidebar h3{
			font-size: 1.0em;
			padding-bottom: 3px;
			margin-bottom: 3px;
			text-transform:capitalize;
	}
	
	#Sidebar h4{
			font-size: 1.0em;
			padding:30px 0 3px 0;
			margin-bottom: 3px;
			color: #CCCCCC;
	}
	
	#Sidebar a{
			font-size: 1.4em;
			padding-bottom: 3px;
			color: #333333;
	}
	#Sidebar a:hover{
			font-size: 1.4em;
			padding-bottom: 3px;
			color:#00CC33;
			text-decoration:none;
	}
	
	#Sidebar img{ border:none;
	margin:0 0 0 0px;
			
	}
	
	#Main #Sidebar ul{
		list-style-position: outside;
		margin-bottom: 10px;
	}
	
		#Main #Sidebar li{
		border-bottom: #666666 1px dotted; padding:10px 0 0 0;
		}
			#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;
			}
	
	#Main #Sidebar ul.sub{
			margin: 0pt 0pt 0pt 15px;
	}
		#Main #Sidebar ul.sub li{
				border:none;
		}


/* Footer Styles */
#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 p{
			font-size: 0.8em;
			color: #666666;
			padding: 3px 0pt;
			margin-bottom: 8px;
		}
		
#Footer .left{
		float: left;
		width: 200px;
		color: #666666;
		margin-bottom: 10px;
		padding-left: 20px;
		border-right: #999999 dotted 1px;
}

		#Footer .left h3{
			font-size: 1em;
			color: #333333;
			padding: 3px 0pt;
			margin-bottom: 8px;
		}
		#Footer .left a{
			font-size: 1em;
			color: #00CC33;
			padding: 3px 0pt;
			margin-bottom: 8px;
		}
		
#Footer .right{
		float: right;
		width: 520px;
		color: #666666;
		margin-bottom: 10px;
		padding-left: 20px;
}

		#Footer .right h3{
			font-size: 1em;
			color: #333333;
			padding: 3px 0pt;
			margin-bottom: 8px;
		}
		#Footer .right a{
			font-size: 1em;
			color: #00CC33;
			padding: 3px 0pt;
			margin-bottom: 8px;
		}

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

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



	
