/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License

Name       : Definitive
Description: A two-column, fixed-width design with dark color scheme.
Version    : 1.0
Released   : 20120805
*/

* {
	padding: 0;
	margin: 0;
}

a {
	/* color: #EFF0EF; */
	color:#FF9900; /* light orange */
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#293d59; /* dark purple */
	color:#8094b7; /* light purple */
	
}

body {
	font-size: 12.5pt;
	line-height: 1.75em;
	color: #000000; 
	background: #000;/* black */
	/*text-shadow: 1px 1px 0px rgba(0,0,0,0.3);*/
}

body,input {
	font-family: Ubuntu, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

h2 {
	font-size: 1.75em;
}

h2,h3,h4 {
	color: #FFF;
	margin-bottom: 1em;
	font-family: Abel, sans-serif;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.25em;
}

img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

p {
	margin-bottom: 1.3em;
	line-height: normal;
}

ul {
	margin-bottom: 1.5em;
}

ul h4 {
	margin-bottom: 0.35em;
}

.box {
	/*margin: 0 0 45px 0;*/
	margin: 0 0 0px 0;
}

#content {
	/* padding: 35px; */
	padding: 30px 30px 15px 30px;
	background: #FFF;
	float: left;
	color: #262626;
	/*width: 515px;*/
	width: 500px;
	margin-left: 25px;
	/*box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.1);*/
	text-shadow: none;
}

#content a {
	color: #262626;
}

#content h2, #content h3, #content h4 {
	color: #0F0F0F;
}

#third_info p {	
	font-size: 1em;
	margin-bottom: 6px;}

#main_info a:link, #main_info a:visited,
#third_info a:link, #third_info a:visited {
	color: #ff4e00; /* dark orange*/
	text-decoration: underline;
	}
#main_info a:hover,
#third_info a:hover {
	color: #8094b7; /* purple*/
	text-decoration: none;
	}


#footer {
	padding: 0 0 95px 0;
	text-align: center;
	color: #CCD1CA;
}

#footer a {
	color: #CCD1CA;
}

#header {
	/*height: 110px;*/
	height: 70px;
	/*padding: 35px;*/
	padding: 25px 25px 5px 25px;
	position: relative;
}

#logo {
	position: absolute;
	/* height: 110px; */
	height: 70px;
	/*line-height: 110px;*/
	line-height: 70px;
	/*top: 35px;*/
	top: 20px;
	/*left: 35px;*/
	left: 30px;
}

#logo a {
	color: #FFF;
	text-decoration: none;
}

#logo h1 {
	font-size: 3.25em;
	font-family: Lobster, script;
}

#signup_box {
	/*position: absolute; 
	position: relative; 
	top: 120px; left: 300px;
	z-index: 50;
	width: 400px;*/
	padding: 10px 10px 10px 10px;
	background-color:#000;
	/* border: 3px solid #9F3;  green for testing*/
	color: #FFF;
	}
#signup_box input:focus {
	background-color: #bcc9e0; /* pale blue */ }
#signup_box select:focus {
	background-color: #bcc9e0; /* pale blue */  }

#signup_box .label {
	color: #8094b7; /* purple */
	font-family: "Courier New", Courier, monospace;
	font-size: 1.0em;
	}  
	  
	
#signup_box a.terms:link, #signup_box a.terms:visited {
	color: #50627c; /* dark purple */
	text-decoration:underline;
	}
#signup_box a.terms:hover {
	color: #95a6c4; /* light purple */
	text-decoration: none;
	} 	
#signup_box h3 {
	color: #FFF;
	}	
	
#menu {
	/*top: 66px;*/
	top: 18px;
	line-height: 64px;
	right: 43px;
	height: 64px;
	position: absolute;
	padding: 0 15px 0 15px;
	font-family: Abel, sans-serif;
	background: rgba(0,0,0,0.05);
	/*box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1), 1px 1px 3px 0px rgba(255,255,255,0.1);*/
}

#menu a:link, #menu a:visited {
	color: #EFF0EF;
	text-decoration: none;
	font-size: 1.25em;
}

#menu a:hover {
	color: #EFF0EF;
	text-decoration: underline;
	font-size: 1.25em;
}


#menu ul {
	list-style: none;
	padding: 0 15px 0 15px;
}

#menu ul li {
	/* display: inline; */
	display: compact;
	padding: 0 10px 0 10px;
}

#page {
	/*margin: 25px 0 0 0;*/
	margin: 5px 0 0 0;
	padding: 0;
	width: 980px;
	position: relative;
}

#page .section-list {
	list-style: none;
	padding-left: 0;
}

#page .section-list li {
	padding: 20px 0 20px 0;
	clear: both;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #D6D6D6;
}

#page ul li.first {
	border-top: 0;
	padding-top: 0;
}

#page-bottom {
	position: relative;
	width: 910px;
	padding: 50px 35px 20px 35px;
}

#page-bottom ul {
	list-style: none;
}

#page-bottom ul li {
	padding: 10px 0 10px 0;
	border-top: dotted 1px #A7AEA5;
}

#page-bottom ul li.first {
	padding-top: 0;
	border-top: 0;
}

#page-bottom-content {
	width: 515px;
	float: left;
}

#page-bottom-sidebar {
	width: 300px;
	margin: 0 0 0 610px;
}

#col1 {
	overflow: hidden;
	width: 240px;
	float: left;
}

#col2 {
	width: 240px;
	overflow: hidden;
	margin: 0 0 0 275px;
}

#search input.form-submit {
	padding: 5px;
	background: #D555FC;
	border: 0;
	font-family: Abel, sans-serif;
	margin-left: 1em;
	color: #000;
}

#search input.form-text {
	padding: 5px;
	border: dotted 1px #A7AEA5;
}

#sidebar, #sidebar2 {
	/*width: 300px;*/
	width: 280px;
	/*padding: 0 35px 0 35px;*/
	padding: 0 30px 0 30px;
	margin: 0 0 0 610px;
}

#sidebar a:link, #sidebar a:visited {
	color:#FF9900; /* light orange */
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#sidebar .date, #sidebar2 .date {
	color: #95a6c4; /* light purple */
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	}
	
#sidebar .time, #sidebar2 .time {
	color: #95a6c4; /* light purple */
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	}

#sidebar .powell {
	color: #0C0; /* green */
	font-family: "Courier New", Courier, monospace;
	/*font-size: 1.2em;*/
	}


#sidebar ul, #sidebar2 ul  {
	list-style: none;
}

#sidebar ul li, #sidebar2 ul li {
	border-top: dotted 1px #A7AEA5;
	/* padding: 10px 0 10px 0; */
	padding: 6px 0 6px 0;
	font-family: "Courier New", Courier, monospace;
	color: #5f7493; /* light purple */
	line-height: normal;
	font-size: .8em;
}

#sidebar ul li.first {
	padding-top: 0;
	border-top: 0;
}

#sidebar h3, #sidebar2 h3 {
	background: rgba(0,0,0,0.05);
	/*box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1), 1px 1px 3px 0px rgba(255,255,255,0.1);*/
	padding: 13px 15px 10px 15px;
	position: relative;
	left: -15px;
}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 980px;
	/* background: #5f7493;bluish purple */
	background: #000;/* bluish purple */
	background-image:url(images/large_bg.jpg);
	background-position: top ;
	background-repeat:no-repeat;

}