/*
 *	Theme Name: Wunderkid 
 * 	Theme URI: http://www.nicolysis.net/themes/wunderkid
 * 	Description: Two column, gray and yellow, widget-ready, fluid-width, custom header image
 * 	Author: Nicole M
 * 	Author URI: http://nicolysis.net
 * 
 */

/****** Globals */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(img/stripe.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	overflow-x: hidden;
}

p { margin: 0 0 1em 0; }

blockquote {
	border-left: 5px solid #CCC;
	margin: 0 10% 0 5%;
	padding: 2px;
}

hr {
	background-color: #FC0;
	height: 3px;
	width: 100%;
}

large {
	font-size: 305%;
	font-weight: 700;
	line-height: 1em;
}

abbr {
	border-bottom: 1px dotted #CCC;
}

strong {
	font-family: Georgia, Times, serif;
	font-weight: 800;
}

/****** Headers */
h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }
h1 { font-size: 300%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }

/****** Library */
.center, .aligncenter { text-align: center; }
.aligncenter { margin: 2px auto 2px auto; }
.align-left { margin: 2px 2px 2px 0; }
.align-right { margin: 2px 0 2px 2px; }
.large { font-size: 150%; }
.pseudo-edit { color: #FC0; }

/****** Section Positioning */
#header {
	/* background-image: url(img/header.png); */
	background-position: center;
	background-repeat: no-repeat;
	height: 25px;
	overflow: hidden;
	width: 100%;
}

#header, #container, #footer {
	clear: both;
	margin: 5px auto;
	position: relative;
}

#container, #footer {
	max-width: 1000px;
	width: 95%;
}

#menu {
	float: right;
	font-size: 100%;
	min-height: 400px;
	padding: 2px;
	width: 300px;
}

#navOne {
	margin: 0 315px 0 0;
}

#content {
	margin: 5px 315px 0 0;
	min-height: 400px;
}

/****** Colors */
#header, #content, #footer {
	background-color: #333;
	color: white;
}

#container {
	background-color: transparent;
}

#navOne {
	background-color: #FC0;
}

#menu {
	background-color: #666;
}

#comments {
	background-color: #666;
	color: white;
}

#comments a {
	color: #FC0;
	text-decoration: none;
}

/****** Post Styles */
.post-title {
	background-color: #666;
	padding: 0 5px;
}

.post-title a {
	color: #FC0;
	text-decoration: none;
}

.post-meta {
	color: #CCC;
	font-size: 95%;
	padding: 0 5px;
	text-transform: lowercase;
}

.post-meta a {
	color: #FC0;
	font-variant: small-caps;
}

.post-meta a:hover {
	color: #666;
}

.post-content {
	padding: 5px;
}

.post-content a {
	color: white;
	text-decoration: underline;
}

.post-content a:hover {
	color: #CCC;
}

/****** Single Post Styles */
.single-post-title, .single-post-title a {
	color: white;
	padding: 0 5px;
	text-decoration: none;
}

.single-post-meta {
	color: #CCC;
	font-size: 100%;
	padding: 0 5px;
	text-transform: lowercase;
}

.single-post-meta a {
	color: #FC0;
	font-variant: small-caps;
}

.single-post-meta a:hover {
	color: #666;
}

.single-post-content {
	font-size: 115%;
	padding: 5px;
}

.single-post-content a {
	color: #FFF;
	text-decoration: underline;
}

.single-post-content a:hover {
	color: #CCC;
}

/****** Comments Styles */
#comments {
	font-size: 100%;
	padding: 5px;
}

#commentform {
	margin: 1em auto;
	width: 95%;
}

#comment-sauce {
	margin: 1em 1em 0 1em;
}

.comments-meta {
	background-color: #333;
	color: white;
	font-weight: 700;
	width: 100%;
	padding: 2px;
}

.comment-text {
	padding: 2px;
	background-color: #CCC;
	color: black;
}

.mycomments {
	background-color: #DDD;
	color: black;
}

.otherscomments {
	background-color: #CCC;
	color: black;
}

.comment-text a {
	color: black;
	text-decoration: underline;
}

/****** Search Styles */
#searchform {
	margin: 0 auto 1em auto;
	text-align: center;
}

.searchresult {
	color: white;
	padding: 5px;
	width: 100%;
}

.searchresult li {
	border-bottom: 1px solid #CCC;
	margin: 0 auto;
	width: 90%;
}

.searchresult li a {
	color: white;
	text-decoration: none;
}

/****** Foot Styles */
#footer {
	font-size: 90%;
}

.foot {
	color: #CCC;
	font-size: 95%;
}

.foot a {
	color: #CCC;
	text-decoration: underline;
	font-size: 95%;
}

.foot a:hover {
	text-decoration: none;
}

/****** Menu, Navigation Styles */
#header {
	padding: 5px;
}

#menu h2 {
	border-bottom: 3px solid #FC0;
	color: white;
	width: 100%;
}

.nav a {
	color: #FC0;
	font-size: 90%;
	text-decoration: none;
}

.subNav {
	background-color: black;
	font-size: 110%;
	margin: 1em auto;
	max-width: 500px;
	padding: 5px;
	width: 75%;
}

.subNav a {
	color: white;
	text-decoration: underline;
}

/****** List Styles */
#content ul {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 5px;
}

#content ol {
	list-style-position: inside;
	margin-left: 5px;
}

#content li {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 8px;
}

#navOne ul {
	font-size: 150%;
	font-weight: 700;
	height: 1em;
	list-style-type: none;
	padding: 2px 0;
	width: 100%;
}

#navOne li, #navOne li a {
	color: #333;
	float: left;
	font-weight: 700;
	list-style-type: none;
	padding: 0 10px;
	text-decoration: none;
}

#navOne li a:hover {
	background-color: #333;
	color: #FC0;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 1em 0;
}

#menu li h2, #menu li h2 a, #menu li h2 a:hover {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#menu li, #menu li a {
	color: black;
	list-style-type: none;
	text-decoration: none;
	text-transform: lowercase;
}

#menu li a:hover {
	color: #FC0;
}

/****** Form Styles */
input {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 2px;
	padding: 2px;
	width: 200px;	
}

textarea {
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 150px;
	padding: 2px;
	width: 75%;
}

/****** Miscellaneous */
.twitter-item {
	font-size: 150%;
}

.twitter-link {
	font-size: 80%;
}

.lastfm-item {
	font-size: 125%;
}

.quizzle h4 { font-size: 115%; width:100%; background-color:#000; color:#CCC; text-align:center;}
