/*  
Theme Name: WordPress Ubermod
Theme URI: http://karlherrick.com/dev/wp-content/themes/ubermod_0.3/style.css
Description: The simplest and plainest theme I could find, with some usability tweaks, also added widget support.
Version: 0.3
Author: Karl Herrick
Author URI: http://www.karlherrick.com
*/

body {
	color: #000000;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	padding: 20px;
}

a, a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #505050;
}

a.twitter_title_link {
	color: #000000;
	text-decoration: none;
}

#header {
	margin: 0px;
	line-height: 1em;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-bottom: 1px dotted gray;
}

#footer {
	clear: both;
	width: 750px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
}

#page {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#searchform {
	float: right;
}

#content {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}

#tagCloud {
	font-size: 16px;
	margin-top: 53px;
	padding: 10px;
	border: 1px dotted #666;
	background-color: #eee;
}

h2 {
	border-bottom: 1px dotted #808080;
	clear: both;
	padding-top: 10px;
}

h3 {
	border-bottom: 1px dotted #808080;
	clear: both;
	padding-top: 2em;
}

/*
#sidebar > ul {
	border-left: 1px dotted gray;
}
*/

#sidebar li {
	list-style-type: none;
	margin-left: -20px;
}

#sidebar li.twitter-item {
	padding-bottom: 5px;
	list-style-type: circle;
}

.twitter-timestamp {
	font-style: italic;
}

#sidebar {
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	width: 210px;
	border-left: 1px dotted gray;
}

#previous {
	padding-top: 2em;
}

#blogroll li {
	list-style-type: none;
}

.narrowcolumn {
	margin-left: auto;
	margin-right: auto;
}





#headersts {
padding-top: 10px;
float:left;
width:100%;
background: #ffffff;
border-bottom: solid 1px #003366;
font-size:93%;
line-height:normal;
white-space:normal;
}

#headersts ul {
margin:0;
/*border-bottom: solid 1px #14285f;*/
padding:10px 10px 0;
list-style:none;
white-space:normal;
}

#headersts li {
float:left;
background: #003366;
border-left: solid 1px white;
border-top: solid 1px white;
border-right: solid 1px white;
margin:0 3px 0 3px;
padding:0 0 0 9px;
white-space:normal;
}

#headersts a {
float:left;
display:block;
background:#14285f;
padding:5px 15px 6px 6px;
text-decoration:none;
font-weight:bold;
color:#FFF;
white-space:normal;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#headersts a {float:none;}
/* End IE5-Mac hack */
#headersts a:hover {
color:#CCC;

}

#headersts #current {
margin-top: 1px;
background:white;
border-left: 1px solid #003366;
border-right: 1px solid #003366;
border-top: 1px solid #003366;
}

#headersts #current a {
background:white;
color:#333;
padding-bottom:5px;
}
