/*  
Theme Name: NeeWee
Theme URI: http://neewee.com/wordpress/neewee-wordpress-theme/
Tags: fixed width, 3 columns, blue, white, right sidebar, widgets, gravatars, widget ready, color schemes, blueprint, feedburner, google analytics, featured category, admin options
Description: NeeWee Theme is a WordPress Theme built on Blueprint CSS brought to you by <a href="http://frontendbook.com">Front End Book</a>
Version: 1.0.3
Author: Mattias Hising
Author URI: http://frontendbook.com/

	NeeWee 1.0.3
	http://neewee.com/wordpress/neewee-wordpress-theme/

	This theme was designed and built by Mattias Hising,
	whose blog you will find at http://frontendbook.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin:0;
	padding:0;
	font-size:83%;
	font-family: "Lucida Grande", "Tahoma", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Header */
#header {
}

#header #title {
	
}

.alt {
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
	font-style: italic;
	font-weight: normal;
}

form p + p  {
	text-indent: 0;
} /* Don't want this in forms. */

.dquo {
	margin-left: -.5em;
} 

p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}
.caps { 
font-variant: small-caps; 
letter-spacing: 1px; 
text-transform: lowercase; 
font-size:1.2em;
line-height:1%;
font-weight:bold;
padding:0 2px;
}

/* Navigation */

#navigation {
	padding:10px 0;
	margin-bottom:15px;
	border-top:0px;
}

#navigation #links,
#navigation #search {
	margin: 0 auto;
	text-align: center;
}

#navigation #links {
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom:1px solid #cccccc;
}

#navigation ul {
	list-style:none;
	margin:0;
	padding:0;

}

#navigation ul li {
	display:inline;	
}

#navigation ul li ul {
	display:none;
}

#navigation ul li a {
	
	text-decoration:none;
	padding:6px 12px;
}

#navigation ul li a:hover {
	text-decoration:underline;
} 

#header #title {
	margin-top: 20px;
}

#header h1, #header h2 {
	margin:0 0 0 0;
	padding:0 0 0 70px;
}

#header h1 a {
	text-decoration:none;
	font-size:24px;
}

#header h2 {
	font-size:13px;
	font-family:"Myriad Pro", "Lucida Grande", "Tahoma", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

#search {
	right:10px;
	bottom:10px;
}

#subscribe {
	position:absolute;
	right:20px;
	top:10px;
	
	padding:2px 0 2px 28px;
}

/* Posts */
.post h3 {
	margin-bottom:7px;
}

.post h3 a {
	text-decoration:none;	
}

.post h3 a:hover {
	text-decoration:underline;
}

.postmetadata {
	margin-bottom:7px;
}

/* Comments */
.gravatar {
	width:96px;
	float:left;
	padding:0 10px 0 0;
}

.comment {
	padding-bottom:10px;
}

.form-row label {
	float:left;
	width:120px;
	text-align:right;
	margin-right:10px;
}


.comment-holder {
	width: 500px;
	background: #ddd url(images/comment-bottom.png) no-repeat 0 bottom;
}

.comment-holder-content {
	padding: 1px 10px 1px;
}

.comment-holder-top{
	background-image: url(images/comment-top.png);
	height: 30px;
	margin: 0;
	width: 500px;

}


/* Widgets */
.widget {
	margin:0 0 20px 0;
	padding-bottom:10px;
}

.widget h4 {
	margin:0;
	padding:0;
}

.widget ul {
	padding:0;
	margin:0;
	list-style:none;
}

.widget ul li {
	padding:0 0 2px 8px;
}

/* WP Theme Requirements Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

img.alignnone, .entry img {
	float: none;
	display: block;
}


.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

span.comments {
	float:right;
}
.ui-tabs-nav-item.rss {
}

.ui-tabs-nav-item.rss a {
	background-image: url("images/rss-header.png");
	padding-left:26px !important;
	background-repeat: no-repeat;
	background-position: 0 3px;
}

strong.search-excerpt { background: #FFFF00; }
.flickr-image img { margin: 1px; }

ul.twitter {font-size: 0.8em;}
ul.twitter .twitter-timestamp {text-decoration:none; font-variant:small-caps; color: #888;}

p {
display: block;
}

blockquote {
  font-style: normal;
}

    #lastfmrecords    { margin: 0; padding: 0px; padding-bottom: 2px; }
    #lastfmrecords li, #lastfmrecords ol { display: inline; margin: 0; padding: 0; }
    img.cdcover       { height: 70px; width: 70px; margin: 0px 1px 1px 0px; padding:0; border: 0px; }

