/*  
Theme Name: Zipfo - BPSimple
Theme URI: http://www.blogpersonal.ro
Description: A pretty simple Wordpress theme
Version: 1.0
Author: Aurel Dragut
Author URI: http://www.blogpersonal.ro

*/
body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	min-width: 900px;
	text-align: center;
	color: #333333;
}

html {
	background-color: #cdeb8b;	
}

h1{
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}
a:link, a:visited{
	text-decoration: none;
	color: #1071AD;
}
a:hover{
text-decoration: underline;
}
p{
padding: 10px 0 0 0;
}

/*head*/
#head {
	width: 100%;
	height: 109px;
	background: url(images/header_bg.png) repeat-x;
}

#head .title {
	margin: 0;
}

#head .title a {
	color: #95ba47;
	font-size: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	letter-spacing: -1px;
	text-decoration: underline;
	margin: 0;
}

#head .title a img {
	margin: 0;
	border: 0;
}

#head ul {
	margin: 0;
}

#head li {
	display: inline;
}

#head li a {
	font-size: 17px;
	color: white;
	padding: 25px 11px 38px;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	float: right;
}

#head li a:hover {
	background-color: #5f6e42;
	background-image: url(images/header_hover.png);
}

#wrapper{
	margin: 35px auto 0 auto;
	position: relative;
	width: 960px;
	background-color: #fafafa;
	margin: 7px auto;
	padding: 0;
	text-align: left;
	background-image: url(images/page_bg.png);
}

#wrapper2 {
	margin: 16px auto;
	width: 880px;
}

#page_top {
	width: 960px;
	height: 19px;
	background-image: url(images/page_top.png);
	margin: 0 0 0 0;
}

.img_phone {
	position: absolute;
	top: -7px;
	right: 62px;
}

#slogan {
	position: absolute;
	top: 38px;
	right: 151px;
}

/*tab nav*/
#tab_nav ul {
	margin: 0 0 0 20px;
}

#tab_nav li, #footer li {
	display: inline;
}

#tab_nav li a {
	background: url(images/tab_bg.png) repeat-x;
	text-decoration: none;
	color: #000;
	font: bold 18px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	padding-top: 20px;
	height: 49px;
	margin-bottom: -20px;
}

#tab_nav li a:hover {
	text-decoration: underline;
}

#tab_nav li a.current {
	text-decoration: none;
	position: relative;
	width: 163px;
	color: #fff;
	background: url(images/tab_current_bg.png) no-repeat;
	margin-right: -22px;
	margin-left: -22px;
	padding-top: 11px;
	font-size: 18px;
}

#tab_nav ul li a.tab_end_left {
	width: 10px;
	background-image: url(images/tab_end_left.png);
}

#tab_nav ul li a.tab_end_right {
	width: 10px;
	background-image: url(images/tab_end_right.png);
}

#sub_nav {
	font-size: 14px;
	padding: 8px;
	margin: 0 0 14px 0;
	height: 17px;
}

.clear_both {
	clear: both;
}

.black_bg, .black_bg a {
	background-color: black;
	color: white;
}

#header{
	float: left;
	width: 738px;
	padding: 0 5px;
	height: 125px;
	background-color:#8f0000;
	border: 1px solid white;
}
#container{
	float: left;
	width: 600px;
}
.sidebar{
	width: 242px;
	background-color: white;
	margin-left: 10px;
	float: right;
	border: 1px solid #000;
	padding: 0 9px 9px 9px;
}

/*footer*/
#footer {
	height: 35px;
	margin: 11px -11px;
	padding-top: 4px;
}

.feedback_button {
	float: right;
	margin-top: -2px;
	margin-right: 3px;
}

#footer ul {
	margin: -3px 0 0;
	text-align: center;
	font-size: 12px;
	padding: 3px;
}

.copyright_notice {
	padding-top: 1px;
	width: 100%;
	text-align: center;
	font-size: 9px;
	margin: -3px 0 0;
}

#page_bottom {
	width: 960px;
	height: 19px;
	margin-top: -16px;
	background: url(images/page_bottom.png) -1px;
}

.feedback_button {
	float: right;
	margin-top: -2px;
	margin-right: 3px;
}

#feedback {
	margin: 11px 7px;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	padding: 10px;
}

#linkcat-2 h2{
	background: url(images/blog.png) no-repeat;
	padding-left:33px;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}
.post{
	padding: 10px 5px 10px 5px;
}
.post h2{
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 24px;
	margin-bottom:15px;
}

.post p{
	margin-bottom:15px;
	text-align: justify;
}
.entry{
	line-height: 16px;
}


p.postmetadata{
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding:5px;
	background-color:#CDEB8B;
	font-size:11px;
}
.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar img{
	margin-right: 7px;
	vertical-align: bottom;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}
.sidebar ul li h2{
	margin: 14px 0;
	border-bottom: 1px solid #95ba46;
}
.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

.section_title {
	margin: 14px 0;
	border-bottom: 1px solid #95ba46;
}

.section_title img {
	margin-right: 7px;
}

.section_title h2 {
	display: inline;
	margin: 7px 0 -1px;
	color: black;
}

table#wp-calendar{
	width: 100%;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
}

#search {
	width:100%;
}
ul.latestactivity {
	font-size:11px;
}
#quotes {
	font-size:11px;
}
li.alternate {
	line-height:12px;
}
a.postday {
	color:#6a7880;
}