/*   
Theme Name: Ebony
Theme URI: http://jason.lymannuthouse.com/blog/
Description: Black and white theme for Jason Lyman's blog at <a href="http://jason.lymannuthouse.com">Jason.LymanNuthouse.com</a>.
Author: Jason Lyman
Author URI: http://jason.lymannuthouse.com
Version: 1
.
General comments/License Statement if any.
.
*/

@import "http://jason.lymannuthouse.com/css/main.css";

/* ================ @ Blog Styles ================*/

h2 {
	font-size: 18px;
}
h3 {
	border-bottom: none;
}

#content {
	float: left;
	width: 570px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal;
}
#content h2 {margin: 0 0 5px 0;}
#content h2 a {margin: 0 0 20px 0; font-style: normal; font-size: 120%; text-transform: uppercase; color: #334666;}
#content .entry h3 {margin: 15px 0 5px 0; text-transform: uppercase; color: #334666;}
.postmetadata {margin: 15px 0 25px 0;}

#sidebar {
	float: right;
	margin: 0 0 15px 0;
	padding: 0 10px;
	width: 360px;
}
#sidebar a {color: #369;}
#sidebar h2 {
	margin: 0 0 5px 0;
	font-style: italic;
	font-size: 110%;
	color: #FFF;
}
#sidebar ul {list-style-type: none;}
#sidebar h2.widgettitle {color: #333;}
#sidebar .widget {
	float: left;
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 0;
}
table#wp-calendar {
	margin: 0 auto;
	width: 200px;
}
table#wp-calendar td a {
	padding:  2px 5px;
	font-weight: bold;
	color: #77889A;
	background: #FFF;
}
table#wp-calendar td a:hover {
	color: #FFF;
	background: #445576;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




