/* @override 
	http://www.yourdonreport.org/wp-content/themes/yourdonreport/style.css
	http://www.yourdonreport.com/wp-content/themes/yourdonreport/style.css
*/

/* 
Theme Name: Yourdon Report

Description: Theme built specifically for the Yourdon Report 
Version: rev. 0407
Author: dataLAB
Author URI: http://www.datalabprojects.com
*/

/* Various elements */

body {
	background-color: #fff;
	margin: 0;
	font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

div {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.1em;
}

a {
 	font-weight: normal;
	border-bottom: 1px dotted #333;
	text-decoration: none;
	border-color: #1b06fc;
	color: #1b06fc;
}

a:hover {
	color: #1b06fc;
}

code {
	font-size: 1.1em;
	display: block;
	font-family: "Courier New", Courier, monospace;
	background-color: #ffffcc;
	padding: 5px;
	margin: 10px;
	border: 1px solid #959595;
}

blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 0;
	padding: 0 40px 0 40px;
	text-align: justify;
	font-size: 0.9em;
}

/* Main wrapper */

#wrap {

	width: 1000px;
	margin:  0 auto;
	border: 1px solid #969696;
	border-bottom-style: none;
}

/* Masthead --- top of header */

#masthead {
	background: url(images/header_full.png) repeat-x;
	height: 140px;
	margin: 0;
	padding: 0;
	font-family:"trebuchet ms",arial,sans-serif;
}

/* Site name, description and logo */

#masthead div.left-masthead {
	float: left;
	width: 820px;
	height: 81px;
}

#site-logo {
	float: left;
	margin: 0px 0px 0px 0px;
	z-index:1;
	padding-top: 33px;
	padding-left: 60px;
}
#site-logo a{
	border-style: none;
}
#site-logo img{
	border-style: none;
}

#masthead h1 {
	text-transform: uppercase;
	padding: 19px 0 0 0;
	margin: 0;
	font-size: 2.2em;
	font-weight: bold;
}

#masthead h1 a {
	color: #7d7d7d;
	text-decoration: none;
}

#masthead h1 a:hover {
	color: #000;
}

#masthead p.description {
	margin: -5px 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #7d7d7d;
}

/* Left hand side of masthead */

#masthead div.right-masthead {
	float: right;
	margin: 0;
	padding: 0;
}

#masthead div.right-masthead a.rss-logo {
	background: url(images/rss.gif);
	height: 64px;
	width: 64px;
	margin: 9px 9px 0 0;
	display: block;
}

#masthead div.right-masthead a.rss-logo:hover {
	background: url(images/rss-hover.gif);
}

/* Middle header image and text */

#header {
	background: url(images/bg_head_middle.jpg) no-repeat top left;
	height: 150px;
	margin: 0;
	padding: 0;
	color: #EAEFF7;
}

#header #textbox {
	float: right;
	width: 900px;
	text-align: right;
	font-weight: bold;
}

#header a {
	color: #EAEFF7;
	text-decoration: none;
}

#header a:hover {
	color: #000;
}

#header h2 {
	font-family:"trebuchet ms",arial,sans-serif;
	padding: 20px 20px 5px 10px;
	margin: 0;
	font-size: 2em;
}

#header p {
	font-family:"trebuchet ms",arial,sans-serif;
	margin: 0;
	padding: 0 20px 5px 20px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 18px;
}

/* Horizontal navigation menu */

#navigation {
	float:right;
	width:100%;
	font-size:110%;
	line-height:normal;
	margin-top:-30px;
	z-index:4;
	padding-bottom:15px;
	}

#navigation ul {
	margin:0;
		margin-top:5px;
	padding:0px 20px 0;
	list-style:none;
}

#navigation li {
	float:right;
	background:url(images/nav_tab_left.png) no-repeat left top;
	margin: 0 15px 0 0;
	padding:0px 0px 0 14px;
}

#navigation li a {
	display:block;
	background:url(images/nav_tab_right.png) no-repeat right top;
	padding:5px 22px 10px 10px;
	color: #343434;
	font: normal 12px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-style: none;
}


#navigation li a img{
	border-style: none;
}

#navigation li a:hover {

}

/* Breadcrumbs and search bar */

#crumb-search {


	margin: 0;
	padding: 0;
}

/* Breadcrumbs */

#breadcrumb {
	float: left;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	color: #7D7D7D;
	font-weight: bold;
	font-size: 0.9em;
	width:700px;
}

#breadcrumb a {
	background: url(images/bg_bullet_arrow.gif) left no-repeat;
	padding: 0 2px 0 10px;
	text-decoration: none;
	color: #467AA7;
}

#breadcrumb a:hover {
	color: #2a5a8a;
	text-decoration: underline;
}

/* Search form */



#searchform fieldset {
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#searchform {
	padding: 0;
	margin: 0;
}

#searchbox {
	width: 200px;
}

#searchbutton {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	font-size: 1em;
	height: 20px;
	width: 35px;
	text-align: center;
	cursor: pointer;
}

#searchbutton:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Container wrappers */

#container {
	clear: both;
	margin: 0;
	padding: 0; 
}

#left-wrap {
	width: 676px;
	float: left;
	margin-left: 10px;
	padding: 0;
}

/* Main content area */

#content {
	float: right;
	width: 494px;
	margin: -9px 0 0;
	padding: 0;
}



.entry {
	overflow: hidden;
	width: 450px;
	margin-left: 19px;
}

.entry p {
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;
}
.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
}

/* Monsterous hack to get IE6 to cut off an image bigger than the post area */

* html .entry p {
	width: 99%;
	overflow: hidden;
}
/* Recent Posts */
#recent_post{
	width: 674px;
	padding-bottom: 10px;
	margin: -6px 0 0;
	padding-top: 0;
}
#recent_post_top{
	background: url(images/recent_post/blog_cell_header.png) left no-repeat;
	width:674px;
	height: 36px;
	margin: 0;
	padding: 0;
}
#recent_post_top h2, h2 a, h2 a:hover{
	color: #fff;
	text-decoration: none;
	border-style: none;
	font: normal 14px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding-top: 12px;
	padding-left: 18px;
	overflow: hidden;
	width: 625px;
	height: 20px;
}
#recent_post_body{
	background: url(images/recent_post/blog_cell_body.png) left repeat-y;
	width:674px;
	padding: 0;
	margin: 0;
}
#recent_post_body p{
	margin-top: 0;
	padding: 0 24px 0 20px;
	font-size: 14px;
	line-height: 18px;
}
#recent_post_body h4{
	margin: 0;
	padding-left: 18px;
	padding-top: 8px;
}
#recent_post_body h4 a{
	font: normal 18px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	border-style: none;
	color: #333;
}

#recent_post_body p.post_date {
	font-size: 10px;
	margin: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
}

#recent_post_body p.post_excerpt {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#recent_post_body p.post_footer {
	font-size: 10px;
	margin: 0;
	padding: 8px 15px 0 20px;
}

#post_body p.prefix {
	font-size: 10px;
	padding: 15px 15px 0 20px;
	margin: 0;
}
#post_body p.suffix {
	font-size: 9px;
	padding: 15px 15px 0 20px;
	margin: 0;
}
#recent_post_bottom{
	background: url(images/recent_post/blog_cell_bottom.png) left no-repeat;
	width:674px;
	height: 36px;
}
/* Pages */
#post_top_not_found h5, h5 a, h5 a:hover{
	color: #fff;
	text-decoration: none;
	border-style: none;
	font: normal 14px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding-top: 12px;
	padding-left: 15px;
	overflow: hidden;
	width: 456px;
	height: 18px;
}
#post_top_not_found{
	background: url(images/middle_column/blog_cell_header.png) left no-repeat;
	width:494px;
	height:38px;
	margin: 0;
	padding: 0;
}

#post_top_not_found h2, h2 a, h2 a:hover{
	color: #fff;
	text-decoration: none;
	border-style: none;
	font: normal 14px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding-top: 12px;
	padding-left: 10px;
	overflow: hidden;
	width: 456px;
	height: 18px;
}
#post_top_page h5, h5 a, h5 a:hover{
	color: #fff;
	text-decoration: none;
	border-style: none;
	font: normal 14px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding-top: 12px;
	padding-left: 15px;
	overflow: hidden;
	width: 456px;
	height: 18px;
}
#post_top_page{
	background: url(images/middle_column/blog_cell_header.png) left no-repeat;
	width:494px;
	height:38px;
	margin: 0;
	padding: 0;
}

#post_top_page h2, h2 a, h2 a:hover{
	color: #fff;
	text-decoration: none;
	border-style: none;
	font: normal 14px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding-top: 12px;
	padding-left: 10px;
	overflow: hidden;
	width: 456px;
	height: 18px;
}



/* Posts */

#post{
	width: 494px;

}

#post_top_post{
	background: url(images/middle_column/blog_cell_header.png) left no-repeat;
	width:494px;
	height:39px;
	margin: 0;
	padding: 0;
}

#post_top_post h2, h2 a, h2 a:hover{
	color: #fff;
	text-decoration: none;
	border-style: none;
	font: normal 14px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding-top: 12px;
	padding-left: 10px;
	overflow: hidden;
	width: 456px;
	height: 18px;
}

#post_top{
	background: url(images/middle_column/blog_cell_header.png) left no-repeat;
	width:494px;
	height:41px;
	margin: 0;
	padding: 0;
}

#post_top h2, h2 a, h2 a:hover{
	color: #fff;
	text-decoration: none;
	border-style: none;
	font: normal 14px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding-top: 12px;
	padding-left: 10px;
	overflow: hidden;
	width: 456px;
	height: 18px;
}

#post_body{
	background: url(images/middle_column/blog_cell_body.png) left repeat-y;
	width:494px;
	padding: 0;
	margin: 0;
}

#post_body p{
	padding-left: 20px;
	padding-right: 24px;
	font-size: 11px;
}

#post_body p.post_date {
	font-size: 9px;
	margin-top: -1px;
	padding-top: 8px;
}

#post_body p.post_excerpt {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#post_body p.post_footer {
	font-size: 9px;
	margin: 0;
	padding: 0 15px 0 20px;

}

#post_body p.prefix {
	font-size: 10px;
	padding: 10px 15px 0 20px;
	margin: 0;
}
#post_body p.suffix {
	font-size: 9px;
	padding: 15px 15px 0 20px;
	margin: 0;
}

#post_bottom{
	background: url(images/middle_column/blog_cell_bottom.png) left no-repeat;
	width:494px;
	height: 34px;
	padding: 0;
	margin: 0;
}


/* Bottom Navigation, right under the post */

#bottomnavigation{
	margin-left: 23px;
}

.navigation, .bottomnavigation {
	height: 15px;
}

.navigation .alignleft, .bottomnavigation .alignleft {
	float: left;
	margin-left: 30px;
	width:200px;
	height:15px;
	text-align: left;
	overflow: hidden;
}
.navigation .alignright, .bottomnavigation .alignright {
	float: right;
	margin-right: 40px;
	width: 200px;
	height:15px;
	text-align: right;
	overflow: hidden;
}


/* Sidebars */


/* Left sidebar */

#sidebar {
	width: 178px;
	padding: 0 0 0px 0;
	margin: 0;
}

#left_sidebar_item{
	width: 178px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -18px;
	padding-bottom: 11px;
}

#left_sidebar_top {
	width: 178px;
	height: 33px;
	background-image: url(images/left_column/blog_cell_header.png);
}

#left_sidebar_top h2{
	color: #fff;
	padding-top: 2px;
	padding-left: 18px;
	font: normal 12px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#left_sidebar_body {
	width: 178px;
	background-image: url(images/left_column/blog_cell_body.png);
}

#left_sidebar_body ul {
	margin: 0;
	font-size: 9px;
	line-height: 18px;
	padding: 8px 34px 0 20px;
}

#left_sidebar_body ul a{
	margin: 0;
	font-size: 9px;
	line-height: 18px;
}

#left_sidebar_body li {
	list-style-type: none;
	margin: 0;
	font-size: 9px;
	line-height: 18px;
}
#left_sidebar_body li a{
	list-style-type: none;
	margin: 0;
	font-size: 9px;
	line-height: 18px;
	color: #1b06fc;
}
#left_sidebar_body ul img{
	border-style: none;
}
#left_sidebar_body .nolink{
	font-size: 12px;
}
#left_sidebar_body .nolink a{
	border-style: none;
}

#left_sidebar_bottom {
	height: 33px;
	background-image: url(images/left_column/blog_cell_bottom.png);
}


/* Right sidebar */

#right-sidebar {
	float: right;
	width: 314px;
	margin: -9px 0 0;
	padding: 0;
}

#right_sidebar_item{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	width: 314px;
}

#right_sidebar_top{
	height: 35px;
	background-image: url(images/right_column/blog_cell_header.png);
}

#right_sidebar_top h2{
	color: #fff;
	padding-left: 18px;
	font: normal 12px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	padding-top: 12px;
}

#right_sidebar_body{
	background: url(images/right_column/blog_cell_body.png) left repeat-y;
}

#right_sidebar_body ul {
	margin: 0;
	font-size: 9px;
	line-height: 18px;
	padding: 8px 34px 0 20px;
}
#right_sidebar_body ul img{
	border-style: none;
}
#right_sidebar_body .nolink a{
	border-style: none;
}
#right_sidebar_body .flickr a{
	border-style: none;
}
#right_sidebar_body .flickr{
	border-style: none;
}
#right_sidebar_body .flickr img{
	margin: 5px;
}
#right_sidebar_body li {
	list-style-type: none;
}

#right_sidebar_bottom{
	height: 32px;
	background-image: url(images/right_column/blog_cell_bottom.png);
}


/* Footer */

#footer {
	clear: both;
	height: 25px;
	text-align: center;
	padding-bottom: 50px;
}

#footer p {
	padding: 11px 0 2px 0;
	font-size: 8px;
}

#footer a {
}

#footer a:hover {
}

#footer .webrageous{
	padding-top: 15px;
	font-size: 11px;
}

/* Comment form */

h3#respond, h3#comments {
	font: normal 12px Charcoal, "Lucida Grande", Lucida, Verdana, sans-serif;

	margin-left: 15px;
	padding-left: 18px;
}

#commentwrap {
	width: 450px;
	margin: 45px 0 0 19px;
}

#commentform {
	margin: 0 0 0 15px;
	padding: 0px;
}
#commentform p {
	margin: 0;
	padding: 0 0 10px;
}
#commentform textarea {
	margin: 0;
	padding: 0;
	width: 420px;
}


#author {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#email {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#url {
	border: 1px solid #DCDCDC;	
	height: 17px;
	width: 190px;
}

#comment {
	width: 405px;
	border: 1px solid #DCDCDC;
}

#submit {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	color: #808080;
	padding:0;
	font-size: 1em;
	height: 30px;
	width: 120px;
	text-align: center;
	cursor: pointer;	
}

#submit:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Comments display */

#content ol.commentlist {
	width: 380px;
	font-size: 9px;
	margin: 0 15px 10px 60px;
	padding: 0 0px;
}

#content ol.commentlist li{
	padding-bottom: 15px;
}


#content small.commentmetadata {
	font-size: 9px;

}



/* Images */

img.left {
	float: left;
	margin: 5px 5px 0 0;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

img.right {
	float: right;
	margin: 5px 0 0 5px;
	padding: 5px;
	border: 1px solid #E6E6E6;
}

.entry img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.entry img {
	margin: 5px;
	padding: 5px;	
	border: 1px solid #E6E6E6;
}

.entry a img {
	border: 1px solid #E6E6E6;
}

.entry a:hover img {
	border: 1px solid #515151;
}

/* Various styles */

.strong {
	font-weight: bold;
	font-size: 1.1em;
}
#event_time{
	margin: 0;
	padding-left: 18px;
	font: 11px Charcoal, ""Lucida;;
}

#tagbots {
	width: 400px;
	margin-left: 38px;
	margin-top: 20px;
	margin-bottom: 30px;

}
#tagtitle{
	font-size: 10px;
	padding-bottom: 5px;
}
#tagbotentries{
	border: 1px solid #999;
	background-color: #fff;
	padding: 8px 10px 6px;
}

#tagbotentries ul{
	list-style-type: none;
	display: inline;
	padding-left: 10px;
}
#tagbotentries li{
	display: inline;
	padding-right: 8px;
}
#tagbotentries li a{
	border-style: none;
}
#tagbotentries li img{
	border-style: none;
}

#bookmark_button{
	float: right;
	margin-top: -15px;
	margin-right: 25px;
	display: block;
	position: relative;
}
#bookmark_button a{
	border-style: none;
}
#syndication_buttons a{
	border-style: none;
}

.tweet_entry{
	margin-top: 10px;
}