/*  
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

*/

#content {margin-bottom:0px; padding-bottom:20px;}
.cta {margin-top:20px, font-weight:bold;}
#page_title {padding-top:20px; float:left;}
#page_title a {text-decoration:none;}
#page_title a:hover {text-decoration:underline;}


#login { background-image: url(../images/login_lft_bk.jpg); background-repeat: no-repeat; background-position: left top; height:80px; position: absolute; top:0px; float:right; right:30px; width:500px;}
#login div { padding-right:25px; padding-top: 10px; font-size: 90%; font-weight: bold; background-image: url(../images/login_rgt_bk.jpg); background-repeat: no-repeat; background-position: right top; height:80px; text-align: right;}

#content {margin-bottom:0px; padding-bottom:20px;}
.cta {margin-top:20px, font-weight:bold;}
#page_title {padding-top:20px; float:left;}
#page_title a {text-decoration:none;}
#page_title a:hover {text-decoration:underline;}

/* Header */
#header {
	position:relative;

#rsheader { z-index:1; height:75px; background-color:#FFF; padding-top:35px; vertical-align:top; padding-bottom:10px; }
#nav ul { margin-left: 155px; margin-top: 49px;}
#nav li { float:left; list-style-position: outside; list-style-image: none; list-style-type: none; padding:0 2.5em 0 0; font-size: 90%; font-weight: bold; }
#nav a { color: #333; text-decoration : none; padding-bottom:10px; }
#nav a.active { color:#F60; }
	
}

.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;
	margin-bottom:15px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top:0px;
	position:relative;
}

#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;
} 





#search {
	position:absolute;
	right:10px;
	bottom:10px;
}

#subscribe {
	position:absolute;
	right:20px;
	top:10px;
	
	padding:2px 0 2px 28px;
}

/* Posts */
.post h3 {
	margin-bottom:7px; font-size:1.85em;
}

.post h3 a {
	text-decoration:none;	
}

.post h3 a:hover {
	text-decoration:underline;
}


.postmetadata a{
	color:#878787; text-decoration:none;
}

.postmetadata a:hover{
	text-decoration:underline;
}

/* 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;
}

/* 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;
}

.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;
}
