/* 
Theme Name: Vidiyal
Theme URI: http://themecorp.com/
Description: <a href="http://themecorp.com/themes/vidiyal/" title="Vidiyal">Vidiyal</a> is by "Theme Corp", made free by <a href="http://www.webhostingbluebook.com/" title="Web Hosting Bluebook" target="_blank">Web Hosting Bluebook</a>.
Version: 1.1
Author: Sadish Bala
Author URI: http://themecorp.com
*/
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #838c60;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #325400;
}

h2
{
	font-size:1.5em;
	line-height:1.5em;	
}

h3 {
	font-size:1.3em;
	line-height:1.2em;
	padding: 0 0 40px 0;	
}

h5 {
	font-size:0.9em;
	line-height:1em;
	margin: 5px 0 10px 0;	
}

p, blockquote, ul, ol {
	margin: 0 0 30px 0;
	line-height:1.8em;
}

blockquote 
{
	background: url(images/quote.gif) no-repeat left top;
	margin:0;
	padding:0.5em 0 0 5em;
	font-style:italic;
}
fieldset 
{
	border:0;
}

a:link, a:visited 
{
	color: #003c34;
	border-bottom: 1px dotted #558F00;
	text-decoration: none;
}
a:hover, a:active 
{
	color: #900a09;
	border-bottom: 1px solid #326434;
}

a img 
{
    border:0;
    padding:0;
}

a:link img, a:visited img 
{
    border-bottom:1px dotted;
}
a:hover img, a:active img 
{
    border-bottom:1px solid;
}
.clear 
{
	clear: both; 
	height: 1px;
}

/* Header */

#header {
    height: 180px;
    width: 900px;
    margin: 0 auto;
    background:#000  url('img/kopfsteinkircherot.jpg') no-repeat center;
  }

  #header h1 {
  padding: 15px 0 0 20px;
  font-size: 1.8em;
  letter-spacing:1px;
  font-variant:small-caps;
  }

  #header *
  {
  color: #DAEBDB;
  }

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
		
}

/* Latest Post */

#latest-post {
	padding: 40px 0 10px 0;
	background: #fff;
	border-bottom: 3px double #C6DAC7;
}

#latest-post .info {
	float: left;
	width: 220px;
	padding: 0 20px;	
	line-height: 1.2em;
	border-right: 1px solid #C6DAC7;	
}
#latest-post h2 
{
	font-size:1.8em;	
}

#latest-post .story {
	float: right;
	width: 595px;
	padding: 0 20px;
}

/* Footer */

#footer 
{
	width:900px;
	margin:0 auto;
	color: #fff;
}
#footer p 
{
	margin:10px 0;
}
#footer p strong 
{
	text-transform:uppercase;
}
#footer p span 
{
	float:right;
  text-align:right;
	color:#ccc;
	font-size:85%;
  line-height:1.0;
}

#footer a {
	color: #ccc;
	border:0;
}


#header, #content, #sidebar, #latest-post, #footer,.widget 
{
	overflow:hidden;
}
