/*
Theme Name: BDM
Theme URI: http://kolor-designs.com/
Description: First theme for Blog de Mireasa.
Version: 1
Author: Razvan Horeanga
Author URI: http://kolor-designs.com/
Tags: blue, custom, wedding blog

	BDM v1
	 http://kolor-designs.com

	This theme was designed and built by Razvan Horeanga and it is based on Kubrick

	All rights reserved

*/



/* CSS reset */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General */

body {
	background:#fff url('images/body_bg.jpg') top center no-repeat;
	background-attachment:fixed;
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

#page {
	width:960px;
	margin:0 auto;
	background:transparent url('images/page_bg.png') ;
	padding:1px 9px 0 9px;
}

p.postmetadata {
	color:#666;
	margin:10px 0;
	border-left:3px #ccc solid;
	padding:10px !important;
	background-color:#ffffcc;
	font-size:.8em;

}

div.post {margin-bottom:40px;}

p.sursa {font-size:.8em;}

.prev_next {
	background-color:rgba(255,255,204,1);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
}



.prev_next a {
	text-decoration:none;
	font-size:.8em;
}

.prev_next div.alignleft {float:left;width:45%}
.prev_next div.alignright {float:right;width:45%;text-align:right;}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

a.rss_link {
	position:absolute;
	top:15px;
	right:30px;
	color:rgb(255,255,255);
	text-transform:uppercase;
	text-decoration:none;
	padding-left:20px;
	background:url('images/rss.gif') top left no-repeat;
	}
	
p.single-img {
	text-align:center;
	border:1px rgb(204,204,204) solid;
	background:#f1f5f8;
}	
p.single-img img {border:5px #fff solid;}

p.call-to-action {
	text-align:center;
	background-color:#c00;
	color:rgb(255,255,255);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:20px 0;
}

div#content div.entry p.call-to-action a {color:rgb(255,255,255);
	font-weight:bold;
	}
blockquote {
	font-style:italic;
	font-family: 'Clarendon Std', 'Century Old Style Std', 'Century Schoolbook', Georgia, serif;
	padding-left:15px;
	}	
/*Header*/

#header {
	background-color:#dbf5f3;
	margin:10px;
}

#branding {
	position:relative;
	height:120px;
	}
	
#branding h1 {
	position:absolute;
	height:96px;
	width:451px;
	top:10px;
	left:5px;
	}

#branding h1 a {
	display:block;
	width:451px;
	height:96px;
	background:transparent url('images/logo.gif') top left no-repeat;
	text-indent:-9999px;
}	

#branding_links {
	position:absolute;
	right:20px;
	top:15px;
	}	
#branding_links li {
	display:inline;
	padding-right:8px;
}	

#branding_links li.page_item {
	border-left:1px #000 solid;
	padding-left:8px;
	
}

#branding_links li a {
	font-family:Arial,Helvetica,sans-serif;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	font-size:.7em;
}

#branding_links li.current_page_item a {
	font-weight:bold;
}

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

#search {
	position:absolute;
	top:70px;
	left:640px;
}

#search input[type="text"] {
	border:1px #000 solid;
	padding:3px;
}

#search input[type="submit"] {
	border:1px #fff solid;
	font-family:Georgia,"Times New Roman", serif;
	font-style:italic;
	text-transform:lowercase;font-weight:bold;
	background-color:#82d8d0;
	padding:3px 8px;
	font-size:.8em;
}

#main_menu {
	position:relative;
	border-top:3px #fff solid;
	background-color:#78b9b3;
	padding:10px 5px;
}

#main_menu ul li {
	display:inline;
	margin-right:20px;
}

#main_menu ul li a {
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
}

#main_menu ul li.current-cat a {font-weight:bold;}

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

p.autor {font-family:Georgia,Times New Roman, serif;
	color:#666;
	font-style:italic;
	border-bottom: 1px #ccc dashed;
}

.entry ul {padding-left:30px;}
.entry ul li {list-style-type:disc;margin:5px 0 10px;line-height:130%;}

/* Content */

#content {
	float: left;
	padding: 0 10px 20px 10px;
	margin: 0px 0 0;
	width: 600px;
}

#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 640px;
	width: 302px;

	}

li.scrie {
	background:#fff url('images/scrie.gif') top left no-repeat;
	height:130px;
	width:230px;
	padding:70px 40px 0 30px;
}	


li.scrie p {
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	font-size:.8em;
	padding:8px 0;
	color:#666;
}

li.scrie p a{
	color:#fcba63;
	text-decoration:none;
	font-family:Georgia,"Times New Roman",serif;
	font-size:1em;
	font-style:italic;
}

ul.side li {margin-bottom:10px;}

#content h2, #content h2 a {
	font-family:Georgia,"Times New Roman", serif;
	color:#528d88;
	font-size:22px;
	font-weight:normal;
}
#content h2 {
	margin-top:22px;
	margin-bottom:15px;
}
#content h2 a{
	text-decoration:none;
}

#content h4 {color:#528d88;}

#content p {
	padding:10px 0 5px 0;
	line-height:125%;
}

#content a {
	color:#3366cc;
}

.entry_info {
	font-size:.7em;
	color:#666;
	padding:5px 0;
	border-top:1px #ccc dashed;
	border-bottom:1px #ccc dashed;
	position:relative;
}

span.comm {
	position:absolute;
	right:10px;
	top:-10px;
}

span.comm a {
	text-decoration:none;
}

span.comm span {
	font-size:1.5em;
	font-weight:bold;
	color:#000;
	font-family:Georgia,"Times New Roman", serif;
	display:inline-block;
	width:24px;
	height:37px;
	background:transparent url('images/comments_no.png') top left no-repeat;
	padding-top:10px;
	padding-left:10px;
}
*span.comm {top:-5px;}
*span.comm span{display:inline;height:1%;background:none;}
/* Footer */

#footer {
	margin-top:10px;
	border-top:5px #78b9b3 solid;
	background-color:#dbf5f3;
	padding-top:20px;
	}
	
ul.footer_columns li{float:left;padding:10px;}	
li.column-3 {width:220px;}
li.column-4 {width:280px;}
li.column-5 {width:340px;}

ul.footer_columns li ul li {padding:5px 0; float:none;}
ul.footer_columns li ul {
	padding-top:10px;
	border-top:1px #e9fdfb solid;
}

ul.footer_columns li h3 {
	font-variant:small-caps;
	border-bottom:1px #78b9b3 solid;
	font-family:Georgia,"Times New Roman",serif;
}
ul.footer_columns li ul li a {
	color:#3366cc;
	text-decoration:none;
}

p.copy {
	background-color:#000;
	color:#fff;
	padding:5px;
}
p.copy a {color:#fff;}

div.despre p{
	text-shadow: #fff 1px 1px 1px;
	
}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
select {
	width: 130px;
		}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
		}

#commentform {
	margin: 5px 10px 0 0;
		}
#commentform textarea {
	width: 100%;
	padding: 2px;
		}
#respond:after {
	content: "."; 
	display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
		}
#commentform #submit {
margin: 0 0 5px auto;
float: right;
}	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}			

/* End Comments */

/*Contact form*/
#contactform {width:500px;}

#contactform form p {
	margin-bottom: 0px;
	text-align: right;
	line-height: 35px;
}

#contactform form p input,
#contactform form p textarea {
	width: 300px;
	padding: 5px;
	height: 15px;
	border:1px #ccc solid;
}

#contactform form p label {
	float: left;
	width: 150px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	font-size:14px;
}


#contactform form p textarea {
	height: 160px;
}

#contactform form p.textarea {
	height: 180px;
}



#contactform p.buttons {
	line-height: 33px;
	height: 35px;
	width:100%;
}

#contactform p.buttons input {
	width: 100px;
	float: left;
	padding: 1px 0;
	height: 35px;
	margin-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff; 
	background-color: #488882;
	cursor: pointer;
	float:right;
}

#contactform p.buttons input:hover,
#contactform p.buttons input:focus {
	background-color: #78b9b3;
}

#contactform p.buttons input:active {
	background-color: #78b9b3;
}

/*Lista BDM*/

h3.lista {
	padding:5px 0;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	margin:20px 0;
	color:#528d88;
	}
ul.lista li {
	padding:6px 0;
	}	

/*IE fixes*/


/* self-clear floats */

*.group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}