/**
  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:#273138 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: #efa21d;
	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{
	margin-left: 10px;
	text-align: left;
}

#Header {background: #273138 url(../images/header.gif) repeat-x scroll left top; }
#Nav{ background: #1d3d87 url(../images/nav.gif) repeat-x 0% 0%; width: 100%; float:left;}
#Main { background: #fff; border-bottom: 1px solid #939597; padding: 5px 0 10px; float:left; width:100%; }
#Footer { background: #273138 url(../images/footer-bg.gif) repeat-x scroll left top; color: #A3A5A7; padding: 30px 0; float:left; width: 100%; }

/* Header Styles */

#Header h1#Logo{
	height:70px;
	padding-top: 70px;
	padding-bottom: 5px;
	background: url(../images/logo.png) transparent no-repeat bottom left;
}

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

/* Navigation Bar Styles */

#Nav ul{
		padding: 0;
		margin: 0;
 }
	#Nav li {
		float: left;
		margin: 0;
		padding: 0;
		letter-spacing: 2px;
	}
		#Nav li a {
				float: left;
				padding: 10px 12px;
				text-decoration: none;
				font-weight: bold;
				color: #7ec3e6;
				border: none;
				}
		#Nav li a.current, #Nav li a.section{
				background: #fff;
				color : #27282f;
				text-decoration: none;
				font-weight: bold;
		}
		#Nav li a.link:hover{
				background: #cddbfd;
				color : #27282f;
				text-decoration:none;
				font-weight: bold;
		}

/* FAQs Content */
#Main #faqsContent{
		float: left;
		width: 53%;
		padding-left: 2em;
		padding-right: 2em;
}

#Main .faqsList{
		margin-bottom:30px;
}

#Main .faqsList h2{
		margin-bottom:10px;
}

#Main .blogEntry h1{
		margin-bottom:15px;
		line-height:1em;
}

/* Main Content */
#Main #Content{
		float: left;
		width: 53%;
		padding-left: 2em;
		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;
	}

/* Search */
.searchResults{
	 margin-left:225px;
}

ul#SearchResults li{
	 margin-bottom:40px;
}

/* Sidebar styles */
#Main #Sidebar{
		float: left;
		width: 15%;
		padding-right: 2em;
		line-height: 1.5em;
		min-height:450px;
}

	#Main #Sidebar h3{
			font-size: 1.5em;
			border-bottom: 1px solid #E1DABF;
			padding-bottom: 3px;
			margin-bottom: 3px;
	}
	
	#Main #Sidebar ul{
		list-style-type:none;
		list-style-position: outside;
	}
	
		#Main #Sidebar li{
			border-bottom: 1px dotted #666;
		}
			#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: 0px 15px 0px 0px;
	}
		#Main #Sidebar ul.sub li{
				border:none;
				padding-left:5px;
		}
	

/* Widgetbar styles */
#Main #Widgetbar{
		margin-right:10px;
		float: right;
		width: 15%;
		padding-left: 2em;
		line-height: 1.5em;
		min-height:450px;
}

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

	#Main #Widgetbar .sidebarBox{
			width:180px;
			margin:0 0 20px 0;
			padding:0 0 12px 0;
			background: url(../images/div_bottom.gif) no-repeat bottom left;
	}

	#Main #Widgetbar .sidebarBox h3{
			margin:0px;
			padding:6px 8px 4px 10px;
			font-size:120%;
			color:#333;
			border-bottom: 1px solid #707070;
			background: url(../images/h3_bg.gif) no-repeat top left;
	}

	#Main #Widgetbar .sidebarBox p{
			margin:0px;
			padding:14px 10px 14px 10px;
	}

	#Main #Widgetbar .sidebarBox ul{
			margin:0px;
			padding:14px 10px 14px 10px;
	}

	#Main #Widgetbar .sidebarBox ol{
			margin:0px;
			padding:14px 10px 14px 10px;
	}

	#Main #Widgetbar .sidebarBox fieldset{
			border:none;
	}

/* Footer Styles */
#Footer .innerWrap {
}
#Footer div.WidgetHolder{
		float: left;
		width: 220px;
		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;
}

#Footer .footer_menu {
	margin-right:20px;
	float:right;
}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 250px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
		margin-top: 5px;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

