/*
Theme Name: V+O
Theme URI: http://www.vando.ro/blog
Author: Hyperactive - simply interactive
Author URI: http://www.hyperactive.com/

general styles are imported from main site

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height:0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/***************************************************
begin blog styles
***************************************************/
h2 {
	margin: 0 0 20px 0;
}
ul.tabs li.current-cat a, ul.tabs li.current-cat a:link, ul.tabs li.current-cat a:visited, ul.tabs li.current-cat a:active {
	background-color: #fff;
	color: #91A004;
}
#blog-view {
    background: url(img/blog-view-background.jpg) top center no-repeat;
}
#blog-single {
    background: url(img/blog-single-bg.jpg) top center no-repeat;
}
/***************************************************
begin blog list structure
***************************************************/
#blog-list div.padding {
	font-size: 100%;
	overflow: hidden;
	padding: 55px 0 55px 36px;
	width: 848px;
}
ul.posts-wrap {
	width: 900px;
}
ul.posts-wrap li.post {
	border-right: 1px solid #F0F0E4;
	float: left;
	height: 143px;
	margin: 20px 20px 20px 0;
	padding: 0 0 20px 0;
	width: 276px;
}
li.post div.post-inner {
	border-bottom: 1px solid #F0F0E4;
	height: 183px;
	position: relative;
	width: 256px;
}
li.post div.post-inner h2 {
	font-size: 100%;
	line-height: 1;
	margin: 0 0 10px 0;
}
/***************************************************
begin blog arrows/nav
***************************************************/
li.arrow a, li.arrow a:link, li.arrow a:active, li.arrow a:visited {
	background: transparent url(img/bg-arrows.gif) no-repeat scroll left bottom;
	display: block;
	height: 84px;
	position: absolute;
	text-indent: -1000em;
	top: 185px;
	width: 50px;
}
li#arrow-left a, li#arrow-left a:link, li#arrow-left a:active, li#arrow-left a:visited {
	background-position: left bottom;
	left: -50px;	
}
li#arrow-left a:hover {
	background-position: left top;	
}
li#arrow-right a, li#arrow-right a:link, li#arrow-right a:active, li#arrow-right a:visited {
	background-position: right bottom;
	right: -50px;
}
li#arrow-right a:hover {
	background-position: right top;	
}
/***************************************************
begin blog list post
***************************************************/
a.post-title, a.post-title:link, a.post-title:active, a.post-title:visited {
	color: #5E574A;
	font-size: 16px;
}
a.post-title:hover {
	color: #f00;
}
li.post h2 a img {
	left: 5px;
	position: relative;
	top: 2px;
}
p.metadata {
	bottom: 20px;
	color: #887E6C;
	font: normal 11px Tahoma;
	left: 0;
	position: absolute;
}
p.metadata a, p.metadata a:link, p.metadata a:active, p.metadata a:visited {
	color: #EB7B00;
	font-weight: bold;
}
p.metadata a:hover {
	color: #887E6C;
}
span.day {
	color: #910C04;
	font-size: 90px;
	font-weight: bold;
	letter-spacing: -5px;
}
a.month, a.month:link, a.month:active, a.month:visited {
	display: block;
	clear: both;
}
a.month span.month {
	display: block;
	float: left;
	height: 72px;
	text-indent: -1000em;
	width: 21px;
}
a.month span.January {
	background: url(img/blog_months.gif) 0 0 no-repeat;
}
a.month:hover span.January {
	background: url(img/blog_months.gif) 0 -72px no-repeat;
}
a.month span.February {
	background: url(img/blog_months.gif) -21px 0 no-repeat;
}
a.month:hover span.February {
	background: url(img/blog_months.gif) -21px -72px no-repeat;
}
a.month span.March {
	background: url(img/blog_months.gif) -42px 0 no-repeat;
}
a.month:hover span.March {
	background: url(img/blog_months.gif) -42px -72px no-repeat;
}
a.month span.April {
	background: url(img/blog_months.gif) -63px 0 no-repeat;
}
a.month:hover span.April {
	background: url(img/blog_months.gif) -63px -72px no-repeat;
}
a.month span.May {
	background: url(img/blog_months.gif) -84px 0 no-repeat;
}
a.month:hover span.May {
	background: url(img/blog_months.gif) -84px -72px no-repeat;
}
a.month span.June {
	background: url(img/blog_months.gif) -105px 0 no-repeat;
}
a.month:hover span.June {
	background: url(img/blog_months.gif) -105px -72px no-repeat;
}
a.month span.July {
	background: url(img/blog_months.gif) -126px 0 no-repeat;
}
a.month:hover span.July {
	background: url(img/blog_months.gif) -126px -72px no-repeat;
}
a.month span.August {
	background: url(img/blog_months.gif) -147px 0 no-repeat;
}
a.month:hover span.August {
	background: url(img/blog_months.gif) -147px -72px no-repeat;
}
a.month span.September {
	background: url(img/blog_months.gif) -168px 0 no-repeat;
}
a.month:hover span.September {
	background: url(img/blog_months.gif) -168px -72px no-repeat;
}
a.month span.October {
	background: url(img/blog_months.gif) -189px 0 no-repeat;
}
a.month:hover span.October {
	background: url(img/blog_months.gif) -189px -72px no-repeat;
}
a.month span.November {
	background: url(img/blog_months.gif) -210px 0 no-repeat;
}
a.month:hover span.November {
	background: url(img/blog_months.gif) -210px -72px no-repeat;
}
a.month span.December {
	background: url(img/blog_months.gif) -231px 0 no-repeat;
}
a.month:hover span.December {
	background: url(img/blog_months.gif) -231px -72px no-repeat;
}
/***************************************************
begin blog post single
***************************************************/
#blog-post .padding {
	font-size: 100%;
	padding: 55px 20px 55px 36px;
}
#blog-post .blog-content {
	border-right: 1px solid #F0F0E4;
	float: left;
	padding: 0 20px 0 0;
	width: 548px;
}
#blog-post .blog-content .post-content {
	border-bottom: 1px solid #F0F0E4;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
.post-content blockquote {
	padding: 0 0 0 30px;
	margin: 0 0 30px 0 ;
}
.post-content blockquote * {
	font-style: italic !important;
	margin: 0 !important;
	padding: 0 !important;
}
.post-content ul {
	line-height: 1.6;
	list-style: disc inside;
	margin: 0 0 20px 0;
}
.post-content ol {
	line-height: 1.6;
	list-style: decimal inside;
	margin: 0 0 20px 0;
}
.post-content p {
	color: #887E6C;
	font: normal 12px/1.7 Georgia;
	margin: 0 0 20px 0;
}
.post-content strong {
	font-weight: bold;
}
.post-content em {
	font-style: italic;
}
.post-content a, .post-content a:link, .post-content a:active, .post-content a:visited {
	color: #EB7B00;
	text-decoration: underline;
}
.post-content a:hover {
	color: #887E6C;
	text-decoration: none;
}
.post-content hr {
	margin: 0 0 20px 0;
}
#blog-post .sidebar {
	float: left;
	width: 295px;
}
#leaf {
    background: url(img/leaf.jpg) top left no-repeat;
    height: 187px;
    left: 33px;
    position: relative;
    width: 283px;
}
ul.meta li, ul.tags li {
	list-style: none outside;
}
ul.meta li.by_author {
	float: right;
	margin: 0 0 30px 0;
}
ul.meta li.by_author a, ul.meta li.by_author a:link, ul.meta li.by_author a:active, ul.meta li.by_author a:visited {
	background: #EB7B00;
	color: #fff;
	font-size: 16px;
	left: 20px;
	padding: 2px 20px 4px 10px;
	position: relative;
	text-decoration: none;
}
ul.meta li.by_author a:hover {
	color: #F3F3E9;
}
ul.meta li.list_posts {
	float: left;
	margin: 0 0 30px 0;
}
ul.meta li.list_posts a, ul.meta li.list_posts a:link, ul.meta li.list_posts a:active, ul.meta li.list_posts a:visited {
	background: url(img/list_posts.gif) top left no-repeat;
	color: #BBB4A8;
	display: block;
	font: normal 11px Tahoma;
	height: 23px;
	padding: 7px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 110px;
}
ul.meta li.list_posts a:hover {
	color: #EB7B00;
}
ul.tags li {
	float: left;
	margin: 0 10px 10px 0;
}
ul.tags li a, ul.tags li a:link, ul.tags li a:active, ul.tags li a:visited {
	background: url(img/arrow_tags.gif) top right #887E6C no-repeat;
	color: #fff;
	display: block;
	float: left;
	font: normal 11px Tahoma;
	height: 17px;
	padding: 2px 10px 0 10px;
	text-align: center;
	text-decoration: none;
	width: auto;
}
ul.tags li a:hover {
	background: url(img/arrow_tags.gif) bottom right #EB7B00 no-repeat;
}
.sidebar .author {
	border-bottom: 1px solid #F0F0E4;
	height: 454px;
	position: relative;
	width: 295px;
}
.sidebar div#Aela_Cotabita {
	background: url(img/Aela_Cotabita.jpg) top left no-repeat;
}
.sidebar div#Lori_Visa {
	background: url(img/Lori_Visa.jpg) top left no-repeat;
}
.sidebar div#Irina_Alexandruztes {
	background: url(img/Irina_Alexandruztes.jpg) top left no-repeat;
}
.sidebar div#Eugen_Secmerean {
	background: url(img/Eugen_Secmerean.jpg) top left no-repeat;
}
.sidebar div#Andreea_Keresztes {
	background: url(img/Andreea_Keresztes.jpg) top left no-repeat;
}
.sidebar div#Alina_Badea {
	background: url(img/Alina_Badea.jpg) top left no-repeat;
}
.sidebar div#Alex_Filip {
	background: url(img/Alex_Filip.jpg) top left no-repeat;
}
.sidebar div#Simona_Lupica {
	background: url(img/Simona_Lupica.jpg) top left no-repeat;
}
.sidebar div#Loredana_Podarascu {
	background: url(img/Loredana_Podarascu.jpg) top left no-repeat;
}
.sidebar div#Antonia_Mihaileanu {
	background: url(img/Antonia_Mihaileanu.jpg) top left no-repeat;
}
.sidebar p.date {
	bottom: 0;
	position: absolute;
	right: -20px;
}
.sidebar span.month {
	background: #91A004;
	color: #fff;
	display: block;
	padding: 3px 0 5px 10px;
	width: 158px;
}
.sidebar #related_posts {
	padding: 20px 0 0 10px;
}
.sidebar ul.related_post li {
	border-bottom: 1px solid #F0F0E4;
	padding: 10px 0;
}
.sidebar ul.related_post li a, .sidebar ul.related_post li a:link, .sidebar ul.related_post li a:active, .sidebar ul.related_post li a:visited {
	color: #5E574A;
	display: block;
	font-size: 16px;
}
.sidebar ul.related_post li a:hover {
	color: #958B77;
}
/***************************************************
begin blog post single comments
***************************************************/
ol.comment-list {
	list-style: none inside;
}
ol.comment-list p.meta small {
	line-height: 11px;
	position: relative;
	top: 23px;
}
* html ol.comment-list p.meta small {
	left: -18px;
}
*:first-child + html ol.comment-list p.meta small {
	left: -18px;
}
ol.comment-list span.number {
	background: #887E6C;
	color: #fff;
	display: block;
	float: right;
	font-size: 21px;
	font-weight: bold;
	height: 27px;
	padding: 7px 0 0 0;
	text-align: center;
	width: 55px;
}
ol.comment-list p.meta strong  {
	background: url(img/arrow_comments.gif) #91A004 top left no-repeat;
	color: #fff;
	float: right;
	font-size: 15px;
	height: 24px;
	padding: 10px 10px 0 15px;
}
ol.comment-list p.meta strong a, ol.comment-list p.meta strong a:link, ol.comment-list p.meta strong a:active, ol.comment-list p.meta strong a:visited {
	color: #fff;
}
ol.comment-list p.meta strong a:hover {
	color: #F3F3E9 ;
}
div.comment-content p {
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 0 20px 0;
}
#comment-form label {
	color: #887E6C;
	font: normal 11px Georgia;
}
#comment-form li {
	margin: 0 0 20px 0;
}
#comment-form input.text {
	background: #F0F0E4;
	border: none;
	color: #887E6C;
	font: normal 12px Tahoma;
	height: 18px;
	padding: 8px 6px 6px 6px;
	width: 200px;
}
#comment-form textarea {
	background: #F0F0E4;
	border: none;
	color: #887E6C;
	font: normal 12px Tahoma;
	height: 150px;
	padding: 5px;
	width: 400px;
}
#comment-form button#submit {
	background: url(img/button_submit.gif) #EB7B00 top right no-repeat;
	color: #fff;
	font-size: 13px;
	height: 31px;
	padding: 3px 15px 5px 5px;
}
#comment-form button#submit:hover {
	background: url(img/button_submit.gif) #91A004 bottom right no-repeat;	
}
li#rss {
	background: #fff;
	float: right;
	height: 35px;
	padding: 10px 0 0 11px;
        margin: 0;
	width: 39px;
}
li#rss a, li#rss a:link, li#rss a:active, li#rss a:visited {
	background: url(img/icon_rss.gif) top left #fff no-repeat;
	display: block;
	height: 26px;
	padding: 0;
	text-indent: -9999px;
	width: 26px;
}
*:first-child + html #blog-post div.padding {
    padding: 20px 20px 55px 36px !important;
}
