/* @override 
	http://localhost/wp-content/themes/yourdon/style.css
	http://yourdon.com/wordpress/wp-content/themes/yourdon/style.css
*/

/*
Theme Name: Edward Yourdon
Theme URI: http://www.yourdon.com/
Description: A custom theme for the yourdon.com website designed by dataLAB.
Author: Andrew Zipkes
Version: 1.0
Tags: 
*/



 html{
 	height: 100%;
 	margin: 0;
 	padding: 0;
 }
 body{
 	
 	height: 100%;
 	padding: 0;
 	margin: 0;
 	color: #333;
 	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
 }
 a{
 	color: #666;
 }
 a img{
 	border: none;
 }
 table{
 	border-collapse: collapse;
 	padding: 0;
 	margin: 0;
 }
 td{
 	padding: 0;
 	margin: 0;
 	vertical-align: top;
 }
 ul{
 	margin: 0;
 	padding: 0;
 }
 li{
 	margin: 0;
 	padding: 0;
 	list-style-type: none;
 }
 .single_post_contents li{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
}
.single_post_contents ul{
	padding-left: 30px;
}
.single_post_contents ol{
	padding-left: 30px;
}
.single_post_contents ol li{
	list-style-type: decimal;
}
 hr{
 	border-style: none;
 	border-bottom: 1px dotted #333;
 	margin-top: 25px;
 	margin-bottom: 25px;
 }
 textarea{
 	border: 1px solid #ccc;
 	width: 305px;
 	height: 125px;
 	padding: 5px;
 	font: 1em "Lucida Console", Monaco, monospace;
 	color: #333;
 }
 input[type="text"]{
 	padding: 5px;
 	font: 1.2em "Lucida Console", Monaco, monospace;
 	color: #333;
 	width: 305px;
 	border: 1px solid #ccc;
 }
 .clear{
 	clear: both;
 }
 #container{
 	width: 940px;
 	height: 100%;
 	margin-left: auto;
 	margin-right: auto;
}
 #left_column{
 	width: 579px;
 	padding-top: 20px;
 	padding-bottom: 30px;
}
 #right_column{
 	background-color: #2a4565;
 	border-right: 1px solid #666;
 	border-left: 1px solid #666;
 	-webkit-box-shadow: 2px 0px 30px #000;
 	-moz-box-shadow:2px 0px 30px #000;
 	box-shadow: 2px 0px 30px #000;
 	float: none;
}

 #left_body_contents{
 	min-height: 600px;
 	border-top-left-radius: 15px;
 	-moz-border-radius-topleft: 15px;	
 	-webkit-border-top-left-radius: 15px;
 	border-bottom-left-radius: 15px;
 	-moz-border-radius-bottomleft: 15px;	
 	-webkit-border-bottom-left-radius: 15px;
 	background: #fff url(left_column_bg.png) repeat-y;
 	border: 1px solid #b3b3b3;
 	border-right-style: none;
 	-webkit-box-shadow: 0px 0px 30px #000;
 	-moz-box-shadow:-4px 4px 20px #000;
 	box-shadow: 0px 0px 30px #000;
 	height: 100%;
 	padding: 50px 60px 60px;
 	float: none;
	width: 458px;
	display: none;
}
 #left_body_contents .title{
 	font-size: 1.6em;
 	margin-bottom: 25px;
 	font-weight: bold;
 }
 #left_body_contents .contents{
 	text-align: justify;
 	letter-spacing: .1em;
 	font: .9em/1.3em Georgia, "Times New Roman", Times, serif;
 }
 #right_body_contents{
 	padding: 20px;
 	color: #fff;
 }
 #right_body_contents a{
 	color: #ccc;
 }
 .sidebar_spacer{
 	height: 1px;
 	width: 100%;
 	border-bottom-style: solid;
 	border-bottom-width: 1px;
 	margin-bottom: 15px;
 	clear: both;
 }
 #header_nav{
 	float: left;
 }
 #logo{

 }
 #logo_spacer{
 	height: 1px;
 	width: 150px;
 	border-bottom-style: solid;
 	border-bottom-width: 1px;
 	margin-bottom: 15px;
 }
 #navigation{
 	margin-bottom: 20px;
 }
 #navigation li{
 	margin-bottom: 5px;
 }

 #navigation a{
 	color: #fff;
 	letter-spacing: .15em;
 	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 	text-decoration: none;
 }
 #navigation a:hover{
 	text-decoration: underline;
 }
 #portrait{
 	float: right;

 }
 #portrait img{
 	border: 1px solid #e6e6e6;
 }

 #navigation_spacer{


 }

 #contact_info{
 	margin-bottom: 15px;
 }
 #contact_info .label{
 	font-size: .7em;
 	margin-bottom: 5px;
 	margin-top: 10px;
 }
 #contact_phone .information{
 	font: 1.5em Georgia, "Times New Roman", Times, serif;
 }
 #contact_email .information{
 	font: 1.5em Georgia, "Times New Roman", Times, serif;
 }
 #contact_vcard .information{
 	font-size: .7em;
 	margin-top: 10px;
 }
 #contact_vcard img{
 	width: 30px;
 	float: left;
 	margin-top: -5px;
 	margin-bottom: 10px;
 }
 #contact_cv{
 	clear: both;
 }
 #contact_cv .information{
 	font-size: .7em;
 	margin-top: 15px;
 }
 #contact_cv img{
 	width: 30px;
 	float: left;
 	margin-top: -10px;
 	margin-bottom: 15px;
 }
 #contact_spacer{

 }
 #contact_form{
 	margin-bottom: 15px;
 }
#contact_form p{
	margin: 0;
}
 #contact_form .instructions{
 	font-size: .8em;
 	margin-bottom: 10px;
 }
 #contact_form label{
 	margin-bottom: -10px;
 	display: block;
 	font-size: .7em;
}
 #contact_form input[type="text"]{
	margin: 0 0 5px;
}
 #contact_form textarea{
	margin: 0 0 5px;
}
 #contact_form .wpcf7-not-valid-tip-no-ajax{
	font-size: .6em;
	font-style: italic;
 	color: #6ffdfd;
	margin-top: 0;
	display: block;
	margin-bottom: 8px;
}
#contact_form input[type="submit"]{
 	text-decoration: none;
 	color: #fff;
 	background-color: #333;
 	border: 1px solid #666;
 	padding: 3px 10px 5px;
 	font-size: .8em;
	margin-top: 10px;
}
 .required_statement{
 	font-size: .6em;
 	margin-top: 20px;
 	font-style: italic;
 	color: #6ffdfd;
 }

 #credits{
 	font-size: .7em;
 	margin-bottom: 20px;
 }
 #credits li{
 	margin-bottom: 5px;
 }
 #copyright{
 	font-size: .6em;
 	text-align: left;
 }
 #site_map{
	font-size: .7em;
	margin-top: 20px;
}
 #consulting_list{
 	margin-top: 25px;
 	padding-left: 20px;
 }
 #consulting_list li{
 	list-style-type: disc;
 	margin-bottom: 25px;
 	list-style-position: outside;
 }

 .lectures_list{
 	padding-left: 35px;
 	margin-top: 25px;
 	margin-bottom: 25px;
 }
 .lectures_list li{
 	list-style-type: disc;
 	margin-bottom: 10px;
 	list-style-position: outside;
 }

 #about_books{
 	margin-top: 25px;
 	padding-left: 25px;
 }
 #about_books li{
 	list-style-type: decimal;
 	margin-bottom: 10px;
 	list-style-position: outside;
 }

 #pubBook{
 	margin-bottom: 25px;
 }
 #pubImage{
 	float: left;
 	margin-right: 20px;
 	margin-bottom: 5px;
 }
 #pubName{
 	margin-bottom: 10px;
 }
 #pubDescription{

 }
 #pubArticle{
 	margin-bottom: 20px;
 }

/* @group Twitter Styles */

#twitter_header img{
	width: 135px;
}
#twitter_feed{
	margin-top: 10px;
	margin-bottom: 15px;
	width: 315px;
	overflow: hidden;
}
#twitter_feed .tweet_entry{
	margin-bottom: 15px;
 	letter-spacing: .1em;
 	font: .9em/1.3em Georgia, "Times New Roman", Times, serif;
}
#twitter_feed .tweet_date{
	font-size: .8em;
	color: #808080;
	margin-top: 2px;
	margin-left: 1px;
}

#twitterverse_comments{
	padding-top: 30px;
}
#twitterverse_comments .twtr-tweet-text{
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}
#twitterverse_comments .twtr-timestamp{
	font-size: 1.2em;
}
#twitterverse_comments .twtr-hd{
	padding: 0;
	margin-bottom: 15px;
}
#twitterverse_comments .twtr-bd{
	border: 1px solid #ccc;
}
#twitterverse_comments .twtr-widget h4{
	font-size: 1.2em!important;
}
#twitterverse_comments .twtr-ft span a{
	text-decoration: underline!important;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* @end */
 
 

/* @group Blog Styles */


.entry-date{
	background: url(/wordpress/wp-content/themes/yourdon/images/date_icon.png) no-repeat -6px -5px;
	width: 68px;
	height: 71px;
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 0;
}
.entry-month{
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-top: 2px;
}
.entry-day{
	color: #4c4c4c;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-top: 6px;
	margin-left: -2px;
}
.single_post_date{
	font: italic .8em Georgia, "Times New Roman", Times, serif;
	margin-top: -15px;
}

#blog_archive{
	clear: both;
	padding-top: 30px;
}
#blog_archive .title{
	font-size: 1.2em;
	margin-bottom: -5px;
	font-weight: bold;
}
#blog_archive .subtitle{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
	margin-top: 20px;
	clear: both;
}
#blog_archive ul{
	margin-top: 5px;
}
#blog_archive ul li{
	float: left;
	width: 150px;
	letter-spacing: .1em;
 	font: .75em/1.3em Georgia, "Times New Roman", Times, serif;
}
.entry-title{
	font-weight: bold;
	float: left;
	width: 380px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1.4em;
}
.entry-title a{
	text-decoration: none;
	color: #333;
}
.entry-summary{
	text-align: justify;
 	letter-spacing: .1em;
 	font: .9em/1.3em Georgia, "Times New Roman", Times, serif;
}
.read_more_link{
	display: block;
	margin-top: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0;
	word-spacing: 0;
}
#nav-below{
	clear: both;
}
.nav-previous{
	padding-top: 20px;
	float: left;
}
.nav-next{
	text-align: right;
	padding-top: 20px;
	float: right;
}
#nav-below a{
	font-weight: bold;
	font-size: .8em;
}
.post{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

.title .archive_date{
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: .8em;
	margin-top: 5px;
}
.title .category_name{
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: .8em;
	margin-top: 5px;
}
/* @end */
 
 
/* @group Site Map Styles */

.ddsg-wrapper div.ddsg-xml-link p{
	display: block;
	margin-top: 50px;
}

.ddsg-wrapper div p{
	display: none;
}
.ddsg-wrapper ul li.category ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ddsg-wrapper ul li.category ul li.post_entry{
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

/* @end */

 
