/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif; 
}

html {
	background: #e7e7e7 url(../images/gradientBG.jpg) repeat-x top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
IMG{
	border:0px;}
	
#text1 {
	float:left;
	width: 360px;
}

#text2 {
	float: left;
	margin-left: 40px;
}
/* CONTAINER
----------------------------------------- */
#BgContainer {
	width:100%; 
	height:100%;
	margin: 0 auto; 
	background: transparent url(../images/BackgroundMain.jpg) no-repeat top center;
}
#Container { 
	width:984px;
	z-index:-1;
	margin: 0px auto;
	background: transparent url(../images/ContentBG.png) repeat-y;
}
#Layout {
	width: 860px;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
}
#Content {
	
	width: 538px;
	float: right; 	
	margin: 0;
	text-align: left;
}

.newsHolder{
	width:860px;
	border-bottom:2px #cfcfcf solid;
	padding-bottom:25px;
	margin-bottom:25px
	}
	
	.newsHolder .posted{
		padding:0px 0px 15px 0px;
		font-size:10px;
		font-style:italic;
		color:#27124b;
	}
	.newsLeft{
		width:300px;
		
		float:left;
		margin: 0px 45px 0px 0px;
	}
	.newsRight{
		width:505px;
		float:left;
	}
	.imageOverWrap{
	position: relative;
	width: 500px;
	height: 260px;
	}
	.imageOverLay{
		background: url(../images/ListingFrame.png) no-repeat;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 500px;
		height: 260px;
	}
	.Link {
		
	}
	.readMore{
		
		
	}
	.readMoreProjects{
	
	}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 100%; 
 	margin: 0 auto;
	height:213px;
	overflow:visible;
	background: transparent url(../images/HeaderBG.png) repeat-x  center top;
	z-index:100;
	position:absolute;
}
	#HeaderContent{
		margin: 0 auto;
		width:984px;
	}
		#Header h1{
			text-indent:-3000px;
		}
		#Header p {
			text-indent:-3000px;
		}
		#LogoHolder{
		width:984px;
		height:1px;
		margin: 0 auto;
			}
	
		#HeaderLogo{
			margin-left:812px;
		width:150px;
		height:549px;
		position:absolute;
		
		}

#slider{
	width:940px;
	height:355px;
	margin:18px auto;
	overflow:hidden;
}
#sliderOverlay{
	width:40px;
	z-index:1000;
	height:40px;
	position:absolute;
	margin-top:315px;
	background:url(../images/SliderCornerBottom.png) transparent no-repeat;
}
#banners{
	overflow:hidden;
	width:940px;
	height:354px;}
	.newsImage{
		float:right;
		margin-left:20px;}
		
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#navBar li
	{
	padding:0px;
	margin:0px 56px 0px 0px;
	display:inline;
	}
	#navBar ul{
		margin:0px 0px 0px 30px;}
		
		#navBar{
			margin-top:86px;
			width:785px;
			height:38px;
			float:left;
			text-align:right;}
			
			/* Home */
#navhome, #navhome a:link, #navhome a:visited
	{
	width:52px;
	height:28px;
	float:left;
	padding:0px;
	margin:0px 56px 0px 0px;
	display:block;
	}	
	
#navhome a:hover, body#home li#navhome
{
	width:52px;
	background:url(../images/nav/Home_On.png) no-repeat;
	height:37px;
	float:left;
	display:block;
	margin:0px 56px 0px 0px;
	}
		/*  about */
#navabout, #navabout a:link, #navabout a:visited
	{
	width:58px;
	height:28px;
	float:left;
	padding:0px;
	margin:0px 56px 0px 0px;
	display:block;
	}	
	
#navabout a:hover, body#about li#navabout
	{
	width:58px;
	background:url(../images/nav/About_On.png) no-repeat;
	height:37px;
	float:left;
	display:block;
	margin:0px 56px 0px 0px;
	}
	/*  packages */
#navprojects, #navprojects a:link, #navprojects a:visited
	{
	width:82px;
	height:28px;
	float:left;
	padding:0px;
	margin:0px 56px 0px 0px;
	display:block;
	}	
	
#navprojects a:hover, body#projects li#navprojects
	{
	width:82px;
	background:url(../images/nav/Projects_On.png) no-repeat;
	height:37px;
	float:left;
	display:block;
	margin:0px 56px 0px 0px;
	}
	/*  packages */
#navcontact, #navcontact a:link, #navcontact a:visited
	{
	width:76px;
	height:28px;
	float:left;
	padding:0px;
	margin:0px;
	display:block;
	}	
	
#navcontact a:hover, body#contact li#navcontact
	{
	width:76px;
	background:url(../images/nav/Contact_On.png) no-repeat;
	height:37px;
	float:left;
	display:block;
	}
#navpayment, #navpayment a:link, #navpayment a:visited
	{
	width:67px;
	height:28px;
	float:left;
	padding:0px;
	margin:0px;
	display:block;
	}	
	
#navpayment a:hover, body#payment li#navpayment
	{
	width:67px;
	background:url(../images/nav/Client_On.png) no-repeat;
	height:37px;
	float:left;
	display:block;
	}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 30px 0 25px 0;
	padding: 0px 0px 25px 0px;
	
	
	border-bottom:2px #cfcfcf solid;
	}




/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.html) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.html) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.html) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
	margin: 8px 0;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}


#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	margin-bottom: 20px;
}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

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

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;  
	margin: 0 auto;
	width: 984px; 
	height: 10em; 
	text-align: center; 
}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/ContentBG_Bottom.png) no-repeat top center;
		display: block;
		height:4em;
	}
  	#Footer p { 
		color: #7f7f7f;
		text-align: center;
		line-height:25px;
		font-size:14px;
	}
	#footerNav{
		text-transform:uppercase;
	}
	#footerCopyright{
		font-size:11px;
		font-stretch:condensed;
		font-style:italic;
		}
  		#Footer a { 
	   		color: #7f7f7f; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #7f7f7f;
				text-decoration: underline;
			}
	#footerCredits{
		color:#5e5e5e;
	}
	#footerCredits a{
		color:#323232;
	}