/*   
Theme Name: Atlantis
Theme URI: http://rogersmj.com/design/wordpress/atlantis
Description: A dark theme with bold colors. Easily customizable with different color schemes
Author: Matthew Rogers
Author URI: http://rogersmj.com
Version: 1.01
.
Copyright 2006 Matthew Rogers. Free for use on personal sites. Please leave this comment
and the footer text intact.
.
*/

body {
	background: url("images/body_bg.gif") top left repeat;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

img { border: 0px; }
form { margin: 0px; } /* Fix for IE since it thinks it's cool and puts margins on every form by default */

#container {
	width: 868px;
	padding: 0px 4px;
	margin: 0 auto;
	background: url("images/main_bg.jpg") top left repeat-y;
}


#header {
	font-size: 25px;
	height: 64px;
	padding: 0px 0px 0px 15px;
	position: relative;
	background: url("images/banners/blue.jpg") top left no-repeat;
}

#headertext {
	position: absolute;
	top: 18px;
}

#recentupdates {
	display: block;
	background-color: #444;
	padding: 5px;
	border: 1px dotted #777;
	width: 100%;
	border-top: none;
	position: relative;
	bottom: 15px;
}

#topmenu {
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	background: url("images/top_bar.jpg") top left no-repeat;
	padding: 8px 10px 0px 10px;
	position: relative;
}

#sitename {
	position: absolute;
	right: 8px;
	top: 0px;
}

#topmenu a {
	padding: 8px 18px;
	color: white;
	text-decoration: none;
	z-index: 10;
}

#topmenu a.t_blue:hover, .t_blue_selected, .t_blue_selected:hover {
	background-color: #0099ff;
	background: url("images/tab_blue.gif") top left repeat-x;
}

#topmenu a.t_gray:hover, .t_gray_selected, .t_gray_selected:hover {
	background-color: #cccccc;
	background: url("images/tab_gray.gif") top left repeat-x;
}

#topmenu a.t_green:hover, .t_green_selected, a.t_green_selected:hover {
	background-color: #3bab3b;
	background: url("images/tab_green.gif") top left repeat-x;
}

#topmenu a.t_red:hover, .t_red_selected {
	background-color: #990000;
	background: url("images/tab_red.gif") top left repeat-x;
}

#topmenu a.t_orange:hover, .t_orange_selected {
	background-color: #cc3300;
	background: url("images/tab_orange.gif") top left repeat-x;
}

#topmenu a.t_purple:hover, .t_purple_selected {
	background-color: #660066;
	background: url("images/tab_purple.gif") top left repeat-x;
}

#footer {
	width: 868px;
	padding: 12px 4px;
	margin: 0 auto;
	color: #999999;
	font-size: 9px;
	height: 10px;
	text-align: center;
	background: url("images/footer.jpg") top left no-repeat;
}

a {
	color: #0099ff;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

#content {
	width: 600px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	position: relative;
}
#content img {
        margin: 5px 10px;
}

#sidebar {
	width: 190px;
	margin-right: 22px;
	float: right;
	font-size: 10px;
	padding-top: 15px;
}

#sidebar h2 {
	font-size: 12px;
}

#sidebar ul {
	list-style: square;
	list-style-position: inside;
	color: #0099ff;
	color: #DDD;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#sidebar ul.pagelist {
	margin-left: 0px;
	margin-bottom: 5px;
	color: white;
}

#sidebar .pagelist a.selected {
	font-weight: bold;
	color: white;
}

#sidebar ul li {
	padding: 1px 0px;
}

#sidebar .divider {
	border-bottom: 1px solid #666666;
	margin: 15px 0px;
}

#userspace {
	margin-bottom: 15px;
}

#userspace label {
	float: left;
	width: 93px;
	margin: 0px;
}

#userspace #log, #userspace #pwd {
	width: 88px;
	background-color: #EFEFEF;
	border: 1px solid black;
}

#userspace #loginsubmit {
	background-color: #EFEFEF;
	border: 1px solid black;
	position: relative;
	top: 1px;
	left: 14px;
	font-size: 10px;
}

#userspace #rememberme {
	position: relative;
	top: 3px;
}

.simplesearch {
	
}

.searchfield {
	border: 1px dotted #cccccc;
	background-color: #333333;
	font-size: 10px;
	color: white;
	width: 100%;
}

.sidepanel {
	line-height: 1.1em;
	color: #bbbbbb;
	margin-bottom: 15px;
	position: relative;
}

.sidepanel h4 {
	margin: 0px 0px 3px 0px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

.sidepanel ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none !important;
}

.sidepanel li {
}

.clear {
	clear: both;	
}

/* Text styles */

h2 {
	font-size: 20px;
	color: white;
	font-weight: normal;
	line-height: normal;
	margin: 0px;	
}

h2 a {
	color: white;
}

h3 {
	margin-top: 25px;
	margin-bottom: -10px;
	padding: 0px;
}

hr { 
	position: relative;
	top: 5px;
	border: 0px;
	background-color: #666;
	height: 2px;
	width: 100%;
}

.post {
	margin-bottom: 35px;
	text-align: justify;
}

.post .image, .thickbox img {
	margin: 8px 15px;
}

.metadata {
	color: #cccccc;
	font-size: 10px;
	margin-bottom: 10px;
	display: block;
}

.commenticon {
	position: relative;
	top: 4px;	
	margin: 0px !important;
}

.clockicon {
	position: relative;
	top: 4px;
	margin: 0px !important;
}

.commentlist {
	list-style: none;
	margin: 0px;
	_margin-left: 20px;
}

.commentlist .metadata {
	margin-top: 8px;
	margin-bottom: 0px;
}

.commentlist p {
	margin: 5px 0px;
}

.commentlist li {
	padding: 2px 10px;
	position: relative;
}

.commentlist .commentnumber {
	color: #666666;
	font-size: 36px;
	position: absolute;
	left: -50px;
	_left: -60px;
	top: 5px;
	width: 60px;
	text-align: right;
}

.commentlist .comment1 {
	background-color: #393939;
}

.commentlist .comment2 {
	
}

#commentform input {
	background-color: #EFEFEF;
	border: 1px solid #000;
}

#comment {
	width: 90%;
	background-color: #EFEFEF;
	border: 1px solid #000;
}

.navigation {
	background-color: #393939;
	padding: 5px;
	margin: 5px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left img {
    margin-left: 0px !important;
}

.right img {
    margin-right: 0px !important;
}

.feedlink {
	position: absolute;
	right: 0px;
	top: 0px;
}

#pollanswers li {
	color: white !important;
	margin: 0px;
	_margin-left: -18px;
}

#bottomNav a {
	margin: 0px 10px;
}