/*
Theme Name: Room 34 Baseline
Theme URI: http://room34.com/downloads/wppi
Description: A simple baseline WordPress theme built with HTML 5 and Blueprint CSS.
Version: 1.5
Author: Scott Anderson
Author URI: http://room34.com/
Tags: white, silver, light, two-columns, fixed-width

	This is a barebones, yet elegantly designed theme written in valid (X)HTML 5
	and using the Blueprint CSS framework.  It works well on its own and is also
	an excellent starting point for custom theme development.
	
	The theme is suitable for use with a standard WordPress blog, but is also
	designed for sites that use WordPress as a CMS, with a horizontal navigation
	bar in the header area, with drop-down menus for secondary navigation.
	Secondary navigation also appears in a sidebar menu when viewing appropriate
	primary and secondary pages.
	
Credits and license:

Uses the Blueprint CSS framework:
http://www.blueprintcss.org/

Design, CSS and HTML are released under LGPL version 3:
http://www.gnu.org/licenses/lgpl-3.0-standalone.html

Last update: August 20, 2009
*/

/* STANDARD HTML TAGS */

body {
margin-top: 0;
background-color: #1d2022;
color: #ffffff;
}

h1 {
color: #1d2022;
font-size: 28px;
line-height: 32px;
}
h2 {
color: #1d2022;
font-size: 15px;
letter-spacing:2px;
font-weight: bold;
text-transform: uppercase;
}
h3 {
color: #75848b;
font-size: 14px;
}
h4 {
color: #999999;
font-size: 15px;
}

h1, h2, h3, h4, .subcontent {
color: #1d2022;
}

h4, .subcontent {
color: #666666;
}

p, .subcontent {
font-size: 15px;
line-height: 19px;
color: #000000;
}

.maincontent {
background-color: #303639;
}

.subcontent {
background-color: #ffffff;
}

.pushdown-60 {
margin-top: 70px;
}

.pushdown-50 {
margin-top: 50px;
}
.pushdown-40 {
margin-top: 40px;
}


#navbar {
text-align: right;
}
#navbar ul {
	margin-left: 40px;
	display: inline;
	} 

#navbar ul li {

	margin: 0;

	list-style: none;
	display: inline;
	}	
		
#navbar ul li.first {
	border-left: none;
	list-style: none;
	display: inline;
        }
	
#navbar ul li a {
     font-family:"Lucida Grande", Arial, sans-serif;
     font-style: normal;
     padding-top: 9px;
     padding-left: 15px;
     padding-right: 15px;
     padding-bottom: 15px;
     color: #4f595e;
     text-decoration: none;
     text-transform: uppercase; 
     letter-spacing:2px;
     border-bottom: none;
     font-size: 11px;
     }

#navbar ul li a:hover {
	color: #ffffff;

	}
#navbar ul li a:active {
	color: #ffffff;
	}

 /*
  This style the single state of the “current_page_item” class link. Not needed for
  the “rss” class link since that target page won’t display the menu
 */
 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
	color: #ffffff;
   cursor : default;
   text-align : left;


 }

.widget {
margin-bottom: 40px;
}

#sidebar h3{
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #333333;
font-size: 11px;
line-height: 10px;
}

#sidebar a {
border-bottom: none;
color: #0000ff;
}

#sidebar {
margin: 0;
padding-top: 40px;
}

#sidebar ul {
list-style:none;
line-height: 25px;
margin-left: 0;
}
#sidebar li {
list-style:none;
}

#footlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

#footlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#footlist li a { 
text-decoration: none; 
color: #ffffff;
}


.commentlist .quote {
background:url(http://www.yoursite.com/images/bg_quote.gif) no-repeat top right;
}

.commentlist li {
padding: 5px 18px 22px 18px;
margin-top:15px;
background:#e5e5e5;
color:#666666;
}

.commentlist cite {
display:block;
font-style:normal
}

.commentlist cite a:link, .commentlist cite a:visited {
color:#0000ff;
text-decoration:none;
}

.commentlist cite a:hover, .commentlist cite a:active {
text-decoration:underline;
}


a:link, a:visited {
color:#0000ff;
text-decoration:none;
}

a:hover, a:active {
text-decoration:underline;
}
