/*  
Theme Name: dof2
Theme URI: http://www.wpdesigner.com
Description: Not So Sleek WordPress theme created by Small Potato
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Helvetica, Arial, Georgia, Sans-Serif;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #666;
}

h1, h2, h3, h4, h5, h6{
	font-family: Helvetica, Arial, Georgia, Sans-Serif;
	font-size: 14px;
}

h7{
	color: #333;
	font-family: Helvetica, Arial, Georgia, Sans-Serif;
	font-size: 11px;
	padding: 15px 10px 5px;
	text-transform: none;
	line-height: 18px;
	background: #fff;
	font-weight: normal;
}

/*  
below, link text color
*/
a{
	color: #333;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	background-color: #EEEEEE;
	background-image: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #eee;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

/*
hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 1px;
	height: 1px;
	text-align: left;
	background: #ccc;
	color: #ccc;
}
*/

small{
	font-size: 10px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Helvetica, Arial, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}


/* 
.top-menu{
	margin: 0px 0 0px 19px; 
}

.top-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-menu ul li{
	display: inline;
	padding-left: 15px;
}

.top-menu ul li h1{
	display: inline;
	font-size: 11px;
}

.top-menu a{
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #999;
}

.top-menu a:hover{
	text-decoration: none;
}
*/



#container{
	width: 600px;
	text-align: left;
	vertical-align: top;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}

#header{
	margin-bottom: 0px;
	width: 600px;
	height: 270px;
	background: #fff;
}

#page{
	float: left;
	width: 600px;
	margin-bottom: 20px;
	background: #fff;
}

.narrowcolumn{
	float: left;
	width: 400px;
	text-align: left;
	vertical-align: top;
	background: #fff url(images/narrowcolumn.gif) no-repeat;
}






.staticentry{
	border: 0px solid #eee;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	height: 200px;
	padding: 0 19px 19px;
	line-height: 16px;
}

.staticentrycopy{
	height: 170px;
	padding: 0 10px 10px;
	line-height: 16px;
}

.staticentry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	margin: 0;
	background-color: transparent;
}

.staticentry h1{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.staticentry  h4{ font-size: 12px; }

.staticentry h5{ font-size: 11px; }

.staticentry h6{ font-size: 10px; }

.staticentry img{
	border: 1px solid #eee;
	padding: 4px;
	background-color: #fff;
}

.staticentry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.staticentry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.staticentry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}






.post{
	padding: 0 20px 20px;
}

h2{
	margin-top: 2px; 
}

/* background below sets bar color above post */
h2{
	color: #9a1e16;
	padding: 15px 10px 5px;
	font-family: Arial;
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
	background: #fff;
	font-weight: normal;
}

h2 a{
	color: #9a1e16;
}


.entry{
	border: 0px solid #9a1e16;
	padding: 0 10px 10px;
	line-height: 16px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	margin: 0;
	background-color: transparent;
}

.entry h1{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

.entry  h4{ font-size: 12px; }

.entry h5{ font-size: 11px; }

.entry h6{ font-size: 10px; }

.entry img{
	border: 1px solid #eee;
	padding: 4px;
	background-color: #fff;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}


.postmetadata{
	padding-top: 10px;
}




.tenpic{
	float: left;
	width: 66px;
	height: 78px;
	background-color: #fff;
	background-image: url(images/ten_logo_30.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}




.pn{
	border: 1px solid #ddd;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	line-height: 18px;
	background: #fff;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pn a{
	color: #333;
}

.commentlist ol, .commentlist ol li{
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 11px;
	background: #eee;
	color: #000;
}

#sidebar{
	float: left;
	width: 200px;
	background: #fff url(images/sidebar.gif) no-repeat;
	padding-top: 0px;
}


#sidebar ul{
	margin: 20px 20px 20px;
	padding: 0;
	list-style-type: none;
}

#sidebar ul ul{
	border: 1px solid #eee;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0 10px 10px;
	margin: 0;
}

#sidebar ul li#search input{
	margin: 0 0 5px;
}

#sidebar ul li#search{
	padding: 20px 0 0;
}

#sidebar ul ul li{
	padding: 5px 0 0;
	line-height: 18px;
}

#sidebar ul ul li a{
	text-decoration: none;
}

#sidebar ul ul li a:hover{
	text-decoration: none;
}

/* 
#sidebar ul ul li a:before{
	content: "+ ";
	color: #5588bb;
}
*/

#sidebar ul ul ul{
	border: 0;
	padding: 0 0 0 10px;
}

#sidebar ul ul ul li a:before{
	content: "";
}


.linkmenu{
	border: 1px solid #eee;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	line-height: 18px;
	margin-left: 10px;
}




.commentlist ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.commentlist ol{
	margin: 0 0 10px 0;
}

.commentlist ol li{
	margin-bottom: 5px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	font-size: 11px;
	background: #eee;
	color: #000;
}

/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Helvetica, Arial, Georgia, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #eee;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

/*#footer{
	float: right;
	width: 560px;
	margin-left: 40px;
	line-height: 18px;
}
*/
