/*  
Theme Name: Unsuper
Theme URI: http://www.unsuper.com
Description: This is my theme for Unsuper.com.
Version: 1.0
Author: Pete Labrozzi
Author URI: http://www.unsuper.com/

*/

body,h1,h2,h3,h4,h5,h6,blockquote,dd,dl,hr,p,form{
	margin:0;
	padding:0;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	background: #000000 url('http://www.unsuper.com/images/unsuperbg.jpg') no-repeat center top;
	color: #000000;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size:24px;
	padding: 0 0 10px 0;
}

a:link,a:visited{
	text-decoration: none;
	color:#336699;
	border:none;
}

a:hover{
	text-decoration:none;
	color:#ff0000;
}

p{
	padding: 10px 0 0 0;
}

#border{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	text-align:center;
	vertical-align:top;
	background: #ffffff url('http://www.unsuper.com/images/unsuperborder.gif') repeat-y left top;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	margin:0;
	padding:0;
	float: left;
	width:750px;
}

#navbar{
	float: left;
	width:750px;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#BookmarkRSS{

}

#BookmarkEntry{
	vertical-align:top;
	text-align:right;
}

.swap span {
	display: none;
}

ul#nav {
	background: #000000 url('http://www.unsuper.com/images/navbar/navbg3.jpg') repeat-x left top;
	height: 50px;
	margin: 0px;
	padding: 0px;
}
ul#nav li {
	display: inline;
	list-style-type: none;
}
ul#nav li a {
}
ul#nav li a img {
	margin-top: 0;
	margin-right: 15px;
	margin-left: 15px;
}

#container{
	float:left;
	width:525px;
	background: #eeeeee;
	margin: 3px 0 0 3px;
}

.post{
	padding:10px 5px 10px 5px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size:18px;
}

.entry{
	line-height:18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin:10px 0 0 0;
	font-size:10px;
	line-height: 12px;
	padding: 2px 0 0 5px;
}

.navigation{
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

.sidebar{
	float:left;
	width:216px;
	background:#eeeeee;
	margin: 3px 3px 0 3px;
	display:inline;
}

.sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0 10px 0 10px;
}

.sidebar ul li{
	padding:10px 0 10px 0;
}

.sidebar ul li h2{
	font-family:Georgia, Sans-serif;
	font-size:14px;
}

.sidebar ul ul li{
	padding:0;
	line-height:24px;
}

#footer{
	clear:both;
	float:left;
	width:744px;
	margin:3px 3px 3px 3px;
	background: #ffffff url('http://www.unsuper.com/images/footer.jpg') no-repeat left top;
	height: 25px;
}

#footer p{
	line-height:25px;
	text-align: right;
	font-family:Georgia, Sans-serif;
	font-size:10px;
	color:#CCCCCC;
	padding: 0 5px 0 0;
	vertical-align:middle;
}

#footer p img{
	line-height:25px;
	padding: 0 0 0 5px;
	vertical-align:middle
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}