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

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	
}



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

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 800px;  
	margin: 0 auto; 
}
#Container { 
	width: 800px;
	padding-bottom: 15px;
	background-color: #E7E1F0;
	margin: 35px 0 0 0;
	background-repeat:repeat-y;
	background-position: left;
}
#Layout {
	width: 790px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
	padding-left: 10px
	
}
#Content {
	width: 728px;
	margin: 5px auto;
	text-align: left;	
	
}
#Indent_Content {
	width: 530px;
	margin: 5px 20px 0 0;
	text-align: left;	
	float: right;
}
#Content_Cleared {
	width: 790px;
	margin: 5px auto;
	text-align: left;
	float:left;
	}
#Page_Icon	{
	text-align: center;
	float: left;
	width: 230px;
	}
#test {width:100%;height: 100%; background-color:#00FF99;}
/* HEADER
----------------------------------------- */
#Header { 
 	height: 158px;
	background: url(../images/background/lowdown_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#TMLN_Header { 
 	height: 158px;
	background: url(../images/background/tmln_logo.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	width: 100%;
}


/* SHADOW
----------------------------------------- */
#Corner	{
	float: left;
	background-repeat:no-repeat;
	background-position: bottom left;
	width: 10px;
	height: 12px;
	}
#Bottom_Shadow {
	background-repeat:repeat-x;
	height: 11px;
	width: 790px;
	float:right;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {width: 790px; background-color: #662D91; height: 20px; float: right;}
.menu {padding:0  0 0 8px; margin:0; list-style:none; height:20px; background:transparent; position:relative; z-index:500; font-family:Tahoma, Arial, Helvetica, sans-serif;}
.menu li.top {display:block; float:left;}
.menu li a.topLink {display:block; float:left; height:22px; line-height:20px; color:#fff; text-decoration:none; font-size:1.1em; font-weight:bold;padding: 0px 0 0 0px;; cursor:pointer;}
.menu li a.topLink span {float:left; display:block; padding:0 20px 0 10px; height:22px;}
.menu li a.topLink:hover {color:#7FB539; line-height:20px;}
.menu li a.topLink:hover span {}
.menu li:hover > a.topLink {color:#7FB539;  line-height:20px;}
.menu li:hover > a.topLink span {}
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
.menu ul li a.current {color:#7FB539;}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible; position:relative; z-index:200;}
.menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu ul.sub {width:160px;}


.menu :hover ul {left:0; top:22px; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300; background:#662D91;}
.menu :hover ul li {display:block;  height:20px; position:relative; font-weight:normal; width:auto; border-bottom:2px solid #E7E1F0;}
.menu :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 10px; color:#fff; text-decoration:none; font-weight:bold;}
.menu :hover ul li a:hover {background:#662D91; color:#7FB539;}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}




/* 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.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) 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;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) 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;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* 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: 25px 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #7FB539;
	
}
	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 { 
 	width: 800px;
	margin: 15px 15px; 
	margin: 0 auto; 
	height: 2.6em;
	background-repeat:repeat-y;
	background-position: left;
}
	
  	#Footer p { 
		color: #fff;
		font-weight:bold;
		text-align: center;
		padding-top: 5px;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}
.image_left	{
	margin-right: 15px;
	float: left;
	}
.image_right	{
	margin-left: 15px;
	float: right;
	}
 a.moreLink 	{
	float: right;
	font-size: 12px;
	}
 a.tmln { 
 	text-decoration: none; 
	color: #662D91;
	font-weight: bold;
	font-size:14px;
	margin-top: 20px;
}
	 a.tmln:hover { 
 		color: #fff;
		}	
	