/*  
Theme Name: White Onion
Theme URI: http://nokrev.com/
Description: Nokrev.com
Version: 1.0
Author: Jeff Wheeler
Author URI: http://nokrev.com/
*/

/* IE is fun! It reliably is unreliable. */

body {
	
	font-size: 76%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* A classic one-liner:
 * What browser doesn't support body width constraints?
 * Go to the #main selector, and immediately before you'll see the answer!
 */

#wrap {
	color: #333;
	font-family: Verdana, Verdana, sans-serif;
	line-height: 160%;
	margin: 0 auto;
	max-width: 800px;
	min-width: 720px;
	padding: 0;
	text-align: left; /* For IE, duh! */
	width: 750px;
}

#text {
	clear: right;
}

p, li {
	font-size: 0.9em;
}

/* Jump to Links */

@media screen, prejector {
	.jump {
		display: none;
	}
}

/* Links */

a {
	color: #3486AE;
	text-decoration: underline;
}

a:visited {
	color: #739BAE;
}

h2 a, h2 a:visited {
	color: #3486AE; /* Never let headers seem visited */
	text-decoration: none; /* Just a small styling fix */
}

a:hover, h2 a:hover {
	color: #999794;
}

/*
 * Header!
 */








/* Use my special hover technique! */
/* Leave this commented unless you have made special logo images for your site *
#header h1 a {
	background: url(images/logo-rollover.jpg) top left no-repeat;
	color: #fff;
	font-size: 0.9em;
	font-weight: lighter;
	overflow: none;
	padding: 9px 6px 11px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

#header h1 a:active, #header h1 a:hover {
	background: url(images/logo-rollover.jpg) bottom left no-repeat;
}

/*================*/
/*==== Right =====*/
/*================*/

/* Lame hover technique */
/* This is for ya'll who don't have special logo images, it simply places your text over the blank image */
/* Comment this out if you neable the above */

#right {
	float: right;
	margin: 0 0 10px;
	width: 150px;
}

/* Navigation */

#right #nav, #right #nav * {
	margin: 0;
	padding: 0;
}

#right #nav {
	margin-top: 20px; /* Ack, the aboove kills this... */
	padding-bottom: 16px;
}

#right #nav ul {
	background: url(images/sidebar-top.jpg) top no-repeat;
	padding-top: 16px;
}

#right #nav ul li {
	list-style-type: none;
}

#right #nav ul li a {
	color: #739BAE;
	display: block;
	padding: 2px 8px;
}

* html #right .sidebar ul li a {
	display: inline; /* Fix spacing issues... */
}

#right #nav ul li a:hover {
	color: #999794; /* This must be after all other link rules */
}

/* Sidebars! */

#right .sidebar {
	background: #EAF1F5 url(images/sidebar-bottom.jpg) right bottom no-repeat;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#right .sidebar h2.first {
	background: url(images/sidebar-top.jpg) top no-repeat;
	margin: 0;
	padding: 4px 8px 0;
}

#right .sidebar h2 {
	font-family: Verdana, Times, serif;
	font-weight: normal;
	margin: 1em 8px 0;
	padding: 0;
}

* html #right .sidebar h2 {
	font-size: 12px;
}

#right .sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#right .sidebar ul li {
	margin: 0;
	padding: 0;
}

#right .sidebar ul li a {
	display: block;
	margin: 0;
	padding: 0 8px 0 16px;
}

#right .sidebar ul li#current_theme {
	color: #666;
	margin: 0 16px;
}

* html #right .sidebar ul li a {
	display: inline; /* Fix spacing issues... */
}

#right .sidebar p {
	margin: 0 8px;
	padding: 0 0 1em;
}

#right .sidebar strong, #right .sidebar em {
	margin: 0;
}

/*================*/
/*===== Main =====*/
/*================*/

/* Answer from first joke:
 * IE! A true classic.
 */

#main {
	margin: 0 165px 40px 0;
}

#main .top {
	clear: left;
	text-align: right;
}

#main .float {
	float: right;
	margin-left: 10px;
}

#main pre {
	border-left: 6px solid #eee;
	font-size: 1.1em;
	padding-left: 8px;
}

* html #main pre { font-size: 0.9em; }

#main hr {
	background: #ccc;
	border: 0 none;
	color: #ccc;
	height: 1px;
}

/* Images */

#main img {
}

#main img.flickr-photo {
	width: 430px;
}

#main a.flickr-link img {
	border: 6px solid #EAF1F5;
}

#main a.flickr-link:hover {
	background: #3486AE;
	color: #3486AE;
	text-decoration: underline;
}

/* Headers */

#main h2 {
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 0;
}

#main h3 { font-size: 1.5em; }

#main h4 { font-size: 1.2em; }

#main h5 { font-size: 1em; }

#main h6 { font-size: 0.8em;}

#main h2, #main h3, #main h4, #main h5, #main h6 {
	font-family: Verdana, Times, serif;
	font-weight: bold;
}

/* Comments */

#comment_list {
	margin: 0;
	padding: 0;
}

#comment_list li {
	list-style-position: inside;
	margin: 0;
}

#comment_list li .gravatar {
	border: 1px solid #ccc;
	float: right;
	height; 40px;
	margin-left: 5px;
	padding: 2px;
	width: 40px;
}

/* Comment Form */

#reply {
	background: #eee url(images/comments-form.jpg) repeat-x;
	border: 1px solid #ccc;
	padding: 10px;
}

#reply label {
	color: #666;
	float: left;
	padding: 0 6px 0 0;
	text-align: right;
	width: 15%;
}

#reply input.text, #reply textarea {
	margin-bottom: 1em;
	width: 80%;
}

#reply .button {
	margin-left: 15%;
}

#reply p {
	color: #666;
	margin: 0 2px 1em;
}

/* Foot */

#foot {
	margin-top: 100px;
}

/* Super Archives */

#teb-super-archive {
margin-left: 10px;
}
 
#teb-super-archive ul {
padding: 0;
}
 
#teb-super-archive ul li {
list-style-type: none;
text-align: left;
padding: 1px 8px;
}
 
#teb-super-archive ul li:hover {
background: #f3f3f3;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-top: 0;
padding-bottom: 0;
}
 
html>body .post #teb-super-archive ul li {
text-indent: 0;
margin: 0;
}
 
.post #teb-super-archive ul li:before {
content: "";
}
 
#teb-super-archive-year {
float: left;
width: 18%;
margin: 0;
padding: 0;
}
 
#teb-super-archive-year li {
position: relative;
font-weight: bold;
}
 
#teb-super-archive-month {
float: left;
width: 23%;
margin: 0;
border-left: 1px solid #ccc;
font-weight: bold;
}
 
#teb-super-archive-month li {
position: relative;
}
 
#teb-super-archive-post {
float: left;
width: 55%;
margin: 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
 
#teb-super-archive-post li {
position: relative;
font-weight: bold;
}
 
#teb-super-archive ul li span {
position: absolute;
right: 8px;
font-weight: normal;
color: #aaa;
}
 
#teb-super-archive .selected, #teb-super-archive-post li:hover {
background: #FFF6BF;
border-top: 1px solid #FFD324;
border-bottom: 1px solid #FFD324;
padding-top: 0;
padding-bottom: 0;
}