/*
Theme Name: hdragomir custom 2.0
Theme URI: http://hdragomir.com
Description: New hdragomir cusotm theme
Version: .1
Author: Horia Dragomir
Author URI: http://hdragomir.com
Tags: hd

*/

header, footer, section, article{
	display: block;
}

body, h1, h2, h3, ul, li{
	margin: 0; padding: 0;
}

ul{
	list-style: none;
}

p{
	margin: 1em 0;
	padding: 0;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

body { 
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	
	background: #f5f5f5 url(img/body-background.png) repeat-x
}
a { 
	color: #0088cc;
}
a:visited{
	color: #660066;
}
a:link, a:visited, a:active { 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}



header{
	display: block;
	width: 100%;
	margin: 0px auto;
	text-align: center;	
}

header h1{
	margin-top: 5px;
	font-size: 2.889em;
	font-weight: normal;
	text-shadow:  0 0 2px #666666 , 0 2px 1px #cccccc, 0 1px 0px #FFFFFF, 0 -1px 0 #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}
header h1 a, header h1 a:hover, header h1 a:visited, header h1 a:active{
	color: #333;
	text-decoration: none;
}

/** content */

#main-content{
	width: 680px;
	margin: 7px auto 0 auto;
	min-height: 200px;
	padding: 40px;
	border: 1px solid #ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #fdfdfc;
	
}

.meta-title{
	color: #666;
	position: relative;
	top: -20px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

.post-body{
	margin: 5px 0;
	/*font-size: 1.15em;*/
	/*line-height: 1.4em;*/
}
.post-title{
	margin: 0;
	font-size: 2em;
}
.post-title a, .post-title a:active, .post-title a:hover, .post-title a:visited{ 
	color: #0088cc;
}

.post{
	padding-top: 29px;
	margin-top:  30px;
	border-top: 1px solid #f2f2f2;
}
.post:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.post-babble{
	opacity: .6;
	filter:alpha(opacity=60)
}

.post-meta{
	color: #888;
}

.post-meta a{
	color: #33BBFF;
}

.post-list-navigation{
	overflow: auto;
	height: 45px;
}

.post-list-navigation div{
	
}

.post-list-navigation div a{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	border: 2px solid #0077bb;
	background: #0088cc;
	padding: 10px 20px;
	color: white!important;
	outline: none!important;
	text-decoration: none!important;
}
.post-list-navigation div a:hover{
	border-color: #666;
}

.inter-post-navigation{
	
	height: 32px;
}

.inter-post-navigation div{
	max-width: 50%;
}

.inter-post-navigation div a{
	display: block;
	background: #ccc url(img/button-tile.png) repeat-x;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 1px #ededed solid;
	padding: 2px 10px;
	color: #333;
	text-shadow: 0 1px 0px #FFFFFF;
}
.inter-post-navigation div.left a:before{
	content: "<  ";
	font-size: 9px;
	position: relative;
	text-decoration: none!important;
	top: -2px;
}
.inter-post-navigation div.right a:after{
	content: " >";
	font-size: 9px;
	position: relative;
	text-decoration: none!important;
	top: -2px;
}
#comments h3, #respond h3{
	margin-top: 20px;
	font-weight: normal;
	text-shadow: 0 2px 1px #cccccc, 0 1px 1px #FFFFFF, 0 -1px 1px #ccc;
}


.comment{
	clear: both;
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px #efefef solid;
	overflow: auto;
}

.comment:first-child{
	border-top: none;
}


.comment-text{
	margin-right: 60px;
}
.comment-text p:first-child{
	margin-top: 0;
}

.comment-permalink,.comment-permalink:visited,
.comment-permalink:active,.comment-permalink:hover{
	color: #333;
}


#respond{
	margin-bottom: 20px;
}

	 #submit{
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 2px solid #0077bb;
		background: #0088cc;
		padding: 10px 20px;
		color: white;
		cursor: pointer;
	}

#errors {
	color: #cc0011;
}

/** footer */

footer{
	width: 680px;
	margin: 10px auto;
	padding: 40px;
	padding-bottom: 0px;
	position: relative;
}
	p.i-love-wordpress,
	p.there-is-no-copyright{
		text-align: center;
	}

#fuzzy-clock{
	font-size: 2em;
	text-align: center;
	margin-top: 10px;
	display: block;
	width: 100%;
}

.footer-list{
	display: inline-block;
	float: left;
	width: 30%;
	margin-bottom: 20px;
	margin-left: 20px;
}


#footer-bio,
#header-bio{
	font-size: 19px;
	line-height: 20px;
	letter-spacing: 1px;
	height: 80px;
}

	#footer-bio>span,
	#header-bio>span{
		float: left;
	}
	
	#footer-bio>div,
	#header-bio>div{
		margin-left: 80px;
	}
	
#header-bio{
	margin-bottom: 40px;
}

#search-form{
	width: 600px;
	margin: 0px auto;
	clear: both;
}

#search{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #0077bb;
	background: #0088cc;
	padding: 2px 10px;
	color: white;
	cursor: pointer;
}

