/*
Theme Name: TOTCI News Theme
Theme URI: http://theotcinvestor.com
Description: Custom News Theme by Justin Kuepper.
Version: 1.0
Author: Justin Kuepper
Author URI: http://theotcinvestor.com/
Tags: news, custom

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	text-align:center;
	font:12px Verdana, Geneva, sans-serif;
	background-color:#999;
	margin:20px 0 0 0;
}

a { text-decoration:none; color:#666; }

a:hover { text-decoration:underline; }

h1 {
	font-family: Arial, Helvetica, Sans-sarif; font-weight:bold; color:#009900; font-size: 12px;
	background-color:#eee;
	border-top:3px solid #000;
	margin:0;
	padding:5px 0 5px 5px;
}

h5 {
	font:18px Georgia, "Times New Roman", Times, serif;
margin:0;
padding:0 0 5px 0;
}

h1.title {
	font-family: Arial, Helvetica, Sans-sarif; font-weight:bold; color:#009900; font-size: 20px;
	background:#FFF;
	border:none;
	padding:5px 0 5px 0;
}

h2 {
	font-family: Arial, Helvetica, Sans-sarif; font-weight:bold; color:#009900; font-size: 16px;
	margin:0;
	padding:5px 0 5px 0;
}

h2 a { color:#666; }

h2 a:hover { text-decoration:underline; }

h3 {
	font-family: Arial, Helvetica, Sans-sarif; font-weight:bold; color:#009900; font-size: 14px;
	margin:0;
	padding:5px 0 5px 0;
}

h3 a { text-decoration:none; }

h3 a:hover { text-decoration:underline; }

p { margin:0; padding:5px 0 5px 0; line-height:18px; }

p.author { color:#999; }

#spaceit {
	line-height:18px;
}

#container {
	margin:0 auto;
	width:950px;
	background-color:#fff;
	text-align:left;
	padding:5px;
	border:3px solid #eee;
}

#header { }

#google_search {
	width:310px;
	height:78px;
	position:relative;
	left:3px;
	top:25px;
	float:right;
	background-image:url(http://theotcinvestor.com/wp-content/themes/totci/images/totci_searchbg.jpg);
	background-repeat:no-repeat;
}
#searchbox {
	position:relative;
	top:35px;
	left:12px;
}
#searchSubmit {
	position:relative;
	top:41px;
	left:15px;
}
/* search-results */
#css-search-results table.t bb td {
	float:right;
}


#nav {
	background-color:#000;
	color:#fff;
	height:34px;
	text-transform:uppercase;
	margin-top:10px;
}

#nav ul {
	margin:0px;
	padding:0px;
}

#nav li {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}

#nav li:hover {
	background-color:#090;
}

#nav a, #nav a:visited {
	margin:0;
	padding:10px 20px;
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#nav a:hover {
	text-decoration:none;
	display:block;
}

#nav li ul {
	position:absolute;
}

#nav li:hover ul {
	left:auto;
	display:block;
}

#leftcol {
	float:left;
	width:630px;
	padding:5px;
}

#leftcol ul {
	margin-left:1px;
	padding-left:1px;
	
}

#leftcol ul li {
	margin-bottom:5px;
	list-style:none;
	border-bottom:1px solid #DDDDDD;
	margin-left:1px;
	padding-left:1px;
}

#leftcol ul li a {
	color:#007f01;
	font-weight:bold;
	font-size:11px;
}

#fullcol {
	width:945px;
	padding:5px;
}

#leftcol_div {
	float:left;
	width:305px;
	padding:5px;
}

#rightcol {
	float:right;
	width:300px;
	padding:5px;
}

#newsletterad {
	background:url(images/newsletterad.gif) no-repeat;
	width:300px;
	height:250px;
	text-align:center;
	color:#FFF;
	padding:185px 0 5px 0px;
	margin-bottom:-185px;
}

#signup {
	background:url(images/signupbg.gif) no-repeat;
	width:300px;
	height:379px;
	padding:10px;
	text-align:center;
}

#signup h4 {
	padding:5px 0 5px 0;
	margin:0;
	font-size:20px;
}

#signup p.buttons {
	padding:2px 0 2px 0;
	margin:0;
}

#footer {
	padding:5px;
	background-color:#eee;
	text-align:center;
	clear:both;
}
