/*
Theme Name: DocOut
Theme URI: http://docout.designsinweb.com
Description: The WordPress Theme for the perfect document outline on your blog
Author: Paul Lamach
Version: 1.0
Tags: two-columns,fixed-width
*/

@import url("../twentyten/style.css");


/*  ****************************************************************************************
*
*                  Colors
*
*
************************************************************************************* */
#access {color: black;}
#access a {color: black;}



/*  ****************************************************************************************
*
*                  Backgrounds
*
*
************************************************************************************* */
/*
#header {background-color: red;}
#masthead {background-color: aqua;}
#site-title {background-color: yellow;}
#masthead h3 {background-color: white;}
#container.one-column #content{background-color: yellow;}
*/
#access {background-color: silver;}

h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
#content .entry-title {font-size: 24px;font-weight: normal;}
#masthead h2 {font-size: 16px;}
#masthead h3 {font-size: 14px;}
#comments h3 {font-size: 14px;font-weight: normal;}
#content {	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}
#sidebarTop {font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}
.widget-area {font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}
.widget-title {font-size: 14px;font-weight:bold;}
h3#reply-title {font-size: 16px;font-weight:bold;}

#header {width: 940px;}
#masthead {width: 940px;}
#site-title {width: 940px;}
#masthead h3 {width: 940px;}
#access {width: 940px;}
#container.one-column {width: 940px;}
#container.one-column #content{width: 880px;}
#container.one-column {padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
#header {padding: 0px 0px 0px 0px;}
#masthead {padding: 0px 0px 0px 0px;}
#masthead h2 {padding: 20px 0px 0px 20px;margin: 0px 0px 0px 0px;}
#masthead h3 {padding: 0px 0px 10px 40px;margin: 0px 0px 0px 0px;}
#access {padding: 5px 0px 0px 5px;}
#content h2 {padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}
#sidebarTop {padding: 10px 0px 20px 0px;margin: 0px 0px 0px 0px;}

.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;
	-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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}












