/* 
Theme Name: whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 1.0.4

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */
@import url('reset.css');
@import url('blueprint/grid.css');
@import url('blueprint/forms.css');
@import url('blueprint/typography.css');
@import url('blueprint/plugins/fancy-type/screen.css');

/*
Here is a list of all the <DIV>s in Whiteboard.
*/

.container {
	margin-top: 2em;
	position: relative;
}

/*-------  HEADER   -------*/
#header {
	padding: 0 0 10px 0;
	background: url(../../../img/header_bg.gif) bottom left repeat-x #fff;
}
#header .container {
	background: url(../../../img/logo.jpg) top left no-repeat;
	height: 76px;
	margin-top: 0;
}
#header .replace { display: none; }
#header h1 {
	margin-bottom: 0.1em;
}
#header h2 {
	font-size: 1.3em;
}
#home_link {
	width: 360px;
	height: 76px;
	display: block;
}

/*-------  NAV  -------*/
#primary_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#primary_nav li {
	float: left;
}
#primary_nav a {
	display: block;
	height: 76px;
	font-size: 2em;
	margin-left: 1.35em;
	line-height: 66px;
	text-decoration: none;
	color: #777;
	border-top: 10px solid #fff;
}
#primary_nav a:hover,
#primary_nav a:focus {
	color: #F60;
	border-top: 10px solid #F60;
}


/*-------  LATEST  -------*/
#latest {
	padding-bottom: 1em;
	margin-bottom: 2em;
	background: url(../../../img/latest_bg.png) bottom left repeat-x #6f6f6f;
	color: #ddd;
}
#latest .container {
	margin-top: 0;
}
#latest #ltitle {
	line-height: 2.3em;
	font-size: 1.1em;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #888;
	margin-bottom: 1em;
}
#latest h1,
#latest h2,
#latest h3,
#latest h4,
#latest h5,
#latest h6 { color: #eee; }

#latest .post {
	padding: 0;
	margin: 0;
	border: 0;
}
#latest .post h5.tags {
	margin-top: -2.5em;
}
#latest .post h3.title {
	font-size: 2.5em;
}
#latest .post .post_content {
	font-size: 125%;
}
#latest h3.alt {
	color: #bbb;
}
#latest blockquote  { color: #c3c3c3; background: #666; border: 1px dotted #333; }
#latest a:focus,
#latest a:hover {
	color: #ccc;
}
#latest a { color: #fff; }
/*-------  POST     -------*/
.post {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #eee;
	position: relative;
}

.post h3.title {
	font-size: 2em;
	margin-right: 5.5em;
}

#recentposts .post h3.title {
	font-size: 1.6em;
}
#recentposts .post h5.tags {
	margin-top: -1.6em;
}
.post h3.title a:link,
.post h3.title a:visited { text-decoration: none; color: inherit; }
.post h3.title a:hover { text-decoration: underline; color: black; }
.post h5.tags {
	margin-top: -1.9em;
}
.post h5.byline {
	text-align: center;
	font-size: 1.25em;
	color: #777;
	position: absolute;
	top: 0;
	left: -2.5em;
	width: 2.5em;
}
.post h6.comments {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
}
.network-links {
	border: 1px solid #ccc;
	background: #eee;
	padding: 0 0 0 10px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 1.5em;
}
.network-links a {
	margin: 4px 10px 4px 0;
	padding: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(images/links.gif);
	background-repeat: no-repeat;
}
.network-links a#technocrati { background-position: 0px -752px ; }
.network-links a#stumble { background-position: 0px -704px ; }
.network-links a#digg { background-position: 0px -160px ; }
.network-links a#delicious { background-position: 0px -144px ; }
.network-links a#google { background-position: 0px -320px ; }
.network-links a#twitter { background-position: 0px -784px ; }
.network-links a#yahoo { background-position: 0px -800px ; }
.network-links a#reddit { background-position: 0px -592px ; }
.network-links a#blogmarks { background-position: 0px -112px ; }
.network-links a#magnolia { background-position: 0px -832px ; }

/*-------  GALLERY  -------*/

.panel-overlay {
	color: white;
}
.panel-overlay h2 {
	color: white;
}
.panel-overlay p {
}
.panel-overlay h2,
.panel-overlay p{
	margin: .3em 0;
}
.panel-overlay p {
	line-height: 1.2em;
}

/*-------  COMMENTS  -------*/
#commentlist li {
	padding: 1em 1em 0 1em;
}
.authcomment {
	border: 1px solid #FFD324;
	background: #FFF6BF;
}
.singlecomment {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.commenttext,
.commenttext-admin {
	margin-left: 2em;
}
#commentlist img { margin: 0; }
/*-------  SIDEBAR  -------*/
#sidebar h3 	{ margin-top: 1em; }
#sidebar ul		{ list-style:none; margin:0; padding:0; }
#sidebar ul li	{ margin:0; padding:0; }
#sidebar .recent_posts li { margin-left: 3.6em; text-indent: -3.6em; margin-bottom: 0.4em; }


table.options {
	border: 1px solid #aaa;
}
#parts-p {
	height: 60px;
}
#parts-p p {
	display: none;
}
