/*  
Theme Name: Twirlip
Theme URI: http://twirlip.org/
Description: A WordPress theme.
Version: 0.1
*/

/* html elements */
body { 
	margin: 25px auto;
	width: 782px;
	font-size: 12px;
	font-family: Verdana, sans;
	line-height: 165%;
}
a { 
	color: #555555; 
}
a:hover { 
	background-color: #dddddd; 
}
a.current { 
	font-weight: bold; 
}
a.notcurrent {
	color: #bbbbbb;
}
a.notcurrent:hover {
	color: #555555;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h2 a, h3 a, #header a { 
	color: #336699; 
	text-decoration: none;
}
h2 a:hover, h3 a:hover, #header a:hover {
	color: #3399cc;
	background: none;
	text-decoration: none;
}
hr {
	clear: both;
	display: none;
}
pre {
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 5px;
	font-size: 110%;
}
blockquote {
	font-size: 90%;
}

/* container */
#container {
	background: white;
	text-align: left;
	color: #222222;
}

/* header */
#header {
	color: #555555;
}
#blogtitle {
	float: left;
	margin-left: 0;
	padding-left: 0;
}
.description {
	font-size: 90%;
}
#blogname {
	font-weight: bold;
}
#navmenu {
	float: right;
	text-transform: lowercase;
}

/* main content */
#spacer {
	clear: both;
	float: none;
	height: 0px;
	width: 100%;
	border-top: 1px solid #bbbbbb;
}
#content { 
	float: left;
	width: 69%;
}
.post {
	clear: both;
	float: none;
	padding-bottom: 15px;
}
.postdata {
	text-align: right;
	font-size: 90%;
}
h2.pagetitle {
	margin-bottom: 20px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* sidebar */
#sidebar {
	float: right;
	width: 27%;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	padding: 0 0 5px 0;
	font-size: 90%;
}
#sidebar li.newsitem {
	text-transform: none;
	padding-bottom: 10px;
}
/*
#sidebar ul.nostyle {
	list-style: none;
}
#sidebar ul.nostyle li {
	margin-left: 0;
}
*/
.sidebarheading {
	font-size: 100%;
	color: #336699;
}
#tagcloud {
	text-align: justify;
	line-height: 135%;
}
#searchbox {
	margin-bottom: 10px;
}

/* footer */
#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #bbbbbb;
	font-size: 80%;
	line-height: 125%;
	padding: 10px;
}
