/*  
Theme Name: Didenhover.org
Theme URI: http://wordpress.org/
Description: The default layout for the Didenhover Place
Version: 1.0
Author: Kurt Didenhover
Author URI: http://kurt.didenhover.org/

	Didenhover v1.0
	
	This theme was designed and built by Kurt Didenhover

*/

@import "reset.css";
@import "960.css";
@import "text.css";

body {
	padding:20px 0;
	font-family:Helvetica, Arial, sans-serif;
	color:#333;
	background-image: url("images/bg.jpg"); 
	background-position: center; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6 {
	color:#4C4032;
	font-weight:normal;
}

h2 {
	font-size:30px;
	line-height:40px;
	margin-bottom:10px;
}

.logo {
	margin:20px 0;
}

.head_img {
	height:181px;
}

hr {
	border-top:1px solid #777777;
	margin-left:10px;
	margin-right:10px;
	padding:2px 0pt 0pt;
}

.br {
	border-right:1px solid #777777;
}

.flickr h4 {
	color:#555;
	
}
.flickr img {
	margin:0 10px 10px 0;
	border:1px solid #333;
}

.post {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#234048;
}

a:hover {
	text-decoration:underline;
}

.info {
	background:red;
}

.secondary .featured p{
	border-bottom:1px solid #CCC;
	border-top: 1px solid #CCC;
}
.secondary .featured dl{
	border-bottom:1px solid #CCC;
}
.secondary dd a{ color:#7F7F7F; }
.secondary dd a:hover{ color:#000; }


.secondary .featured dt{
	color:#333;
}
#primary .story h2, #primary .primary h2, #primary .single-story .primary h3, .story h3, .story h3 a{
	color:#333;
}

#secondary{
	border-top:1px solid #E3E3E3;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #c2c2c2;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #c2c2c2;
}
ul.dates .date{
	color:#4D3300;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#4D3300;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#4D3300;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	color:#332200;
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}

#footer {
	background:#E5E5E5;
}
           
#videoBar-bar {
      width : 260px;
      margin-right: 5px;
      margin-left: 5px;
      padding-top : 4px;
      padding-right : 4px;
      padding-left : 4px;
      padding-bottom : 0px;
    }




