/*  
Theme Name: Blue
Theme URI: http://www.scottnelle.com/
Description: A stripped down version of kubrick with some basic styling
Version: 1.1
Author: Scott Nellé
Author URI: http://www.scottnelle.com/

1.1 3-18-08: Added sidebar widget support
*/

* { margin: 0; padding: 0; }

/* =Structure
-----------------------------------------------
*/
body {
	text-align: center;
}

#wrapper {
	width: 770px;
	margin: auto;
	text-align: left;
}

#content {
	width: 550px;
	float: left;
	margin-top: 20px;
}

#sidebar {
	width: 195px;
	float: right;
	margin-top: 20px;
}

.post {
	margin-bottom: 30px;
}

/* =Base Styles
-----------------------------------------------
*/
body {
	background: #ecf1f4 url("/wp-content/themes/blue/images/bodyblue2.gif") left top repeat-x;
	font: 11px/1.6 Verdana, "Lucida Grande", sans-serif;
	color: #002;
}

a {
	color: #06679e;
}

a:hover {
	text-decoration: none;
}

/* =Header
-----------------------------------------------
*/
h1 {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	height: 92px;
	line-height: 44px;
}

/* =Navigation
-----------------------------------------------
*/
#navbar {
	height: 25px;
	margin: 5px 0 5px 0;
}

#navbar li {
	list-style: none;
	float: left;
	margin: 0;
	display: block;
}

#navbar li, #navbar a{
	height: 25px;
}

#navbar a { 
	color: #fff;
	text-decoration: none;
	margin: 0 25px 0 0;
	font-size: 14px;
	line-height: 25px;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar li#feed {
	background: transparent url("/wp-content/themes/blue/images/feed-icon.gif") center center no-repeat;
	width: 18px;
	padding: 0;
}

#navbar li#feed a {
	display: block;
	width: 18px;
	text-indent: -9999px;
}


/* =Content
-----------------------------------------------
*/
p {
	margin-bottom: 12px;
}

h3, h4, h5, h6 {
	/*margin-bottom: 12px;*/
}

h2, h2 a {
	font-size: 17px;
	font-weight: normal;
	color: #002;
	text-decoration: none;
	margin-bottom: 0;
}

h2 a:hover {
	color: #06679e;
}

ul, ol {
	margin-bottom: 12px;
	margin-left: 20px;
}

blockquote {
	background: #e4edf4;
	padding: 0 24px;
}

/* code formatting */
code {
	font-size: 1.2em;
	color: #040;

}

pre {
	width: 95%;
	margin-bottom: 12px;
	overflow: auto;
	background: #e4edf4;
	border: 1px solid #68a;
	border-width: 1px 0;
	padding: 0 6px 12px 6px;
}

pre {
	overflow-x: auto;
    overflow-y: hidden;
}

/* meta info */
.postmetadata {
	font-size: 80%;
	background: #e4edf4;
	border: 3px double #68a;
	border-width: 3px 0;
	padding: 12px 6px;
}

/* content images*/
.entrytext img {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

.imgright,
.alignright {
	float: right;
	margin-left: 6px;
}

.imgleft,
.alignleft {
	float: left;
	margin-right: 6px;
}

/* =Form Elements
-----------------------------------------------
*/
#contact input, #contact textarea {
	display: block;
	margin-bottom: 1em;
}

#contact textarea {
	width: 350px;
	height: 200px;
}

/* =Comments
-----------------------------------------------
*/
li.authorcomment {
	background: #dae7ee;
}

.commentlist cite {
	font-style:normal;
	font-weight: bold;
}

/* =Sidebar
-----------------------------------------------
*/
#sidebar form {
	margin-bottom: 12px;
}

/* =Widgets
-----------------------------------------------
*/
li.widget {
	list-style: none;
}

/* =Misc
-----------------------------------------------
*/
.update {
	margin: 24px;
	padding: 24px;
	background: #f9eeea;
	border: 1px solid #a22;
	border-width: 1px 0;
	padding: 12px 6px;
}

.update strong {
	color: #d22;
}

/* =cform (basic styles)
-----------------------------------------------
*/
.cform ol {
	list-style: none;
	margin-left: 0;
}

.cform label {
	display: block;
	margin-top: 10px;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

/* =wptwitter widget
-----------------------------------------------
*/
#sidebar #twitters ul {
	list-style: none;
	margin-left: 0;
}