/*
Theme Name: Murialdo
Theme URI: http://www.murialdo-roman.ro
Version: 1.0
Description: 3 Column theme
Author: webmaster
Author URI: http://www.murialdo-roman.ro
*/

*
{
	padding: 0px;
	margin: 0px;
}
body
{
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	background: #fff url('images/bg-lateral.jpg') repeat-x top left;
}
body,input ,textarea
{
	color: #3B3B3B;
	background-color: #FFFFFF;
	font-family: Arial, "georgia", "times new roman", serif;
}
a 
{
	color: #465159;
	text-decoration: none;
}
a:hover 
{
	color: #3B3B3B;
	text-decoration: none;
}
blockquote
{
	color: #5C6A74;
	border: dashed 1px #5C6A74;
	margin: 0.5em 0.5em 0.5em 2em;
	padding: 1.0em 1.0em 1.0em 1.0em;
}

#outer 
{
	width: 975px;
	margin: auto;
	padding: 0px;
	background-color: #fff;
}

.left
{
	float: left;
}
.right 
{
	float: right;
}
.clear 
{
	clear: both;
}
.divider 
{
	width: 100%;
	height: 15px;
	background: #FFFFFF;
	border-top: 1px dashed #E4E4E4;
}

#header
{
	width: 100%;
}
#headercontent
{
	font-variant: small-caps;
	padding: 1em 0.5em 1em 0.5em;
}
#headercontent h1 {
	color: #E4E4E4;
	font-size: 1.5em;
	font-weight: bold;
}
#headercontent h1 a {
	color: #E4E4E4;
	text-decoration: none;
}
#headercontent h1 a:hover {
	color: #FFFFFF;
}
#headercontent h2 {
	color: #E4E4E4;
	font-size: 1.2em;
	font-weight: normal;
}
#headerimage {
	width: 100%;
	height: 170px;
	background: #FFFFFF url('images/headerimage.gif') no-repeat top left;
}
#headermenu-flash
{
	position: absolute;
	top: 169px;
	margin: 0 0 0 217px;
	height: 63px;
	width: 762px;
}
#headermenu
{
	padding: 0px;
	height: 36px;
	width: 100%;
	background: #fff url('images/search-box-menu.gif') no-repeat top left;
}

#l_sidebar 
{
	width: 215px;
	float: left;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}
#r_sidebar 
{
	width: 215px;
	float: left;
	background-color: #fff;
	margin: 29px 0 0 0;
}
.sidebar
{
	margin: 0px;
}
.sidebar h2
{
	color: black;
	font-size: 1em;
	font-weight: bold;
	padding: 8px 0 0 30px;
}
.sidebar ul
{
	list-style-type: none;
	margin: 0.1em 0.1em 0.1em 0em;
}
.sidebar ul li ul
{
	list-style-type: disc;
	margin: 0.1em 0.1em 0.1em 0em;
}
.textwidget
{
	padding: 20px 10px 10px 10px;
}

#content-template 
{
	width: 542px;
	float: left;
	background-color: #FFF;
	margin: 29px 0 0 0;
}
#content-extender
{
	float: left;
	width: 1px;
	height: 853px;
}
.contentbar
{
	margin: 10px 10px 0 0;
	float: right;
	width: 518px;
}
.contentbar ul, .contentbar ol
{
	margin: 0.1em 0.1em 0.1em 0em;
}
.contentbar li
{
	margin: 1.0em 0.1em 0.1em 0em;
}
.contenttitle
{
	width: 100%;
}
.contenttitleinfo
{
	float: left;
}
.contentarea
{
	clear: both;
	padding: 0.0em 0.0em 0.5em 0.0em;
}
.contentarea img
{
	padding: 10px;
}
.contentarea p
{
	padding: 0.0em 0.0em 0.5em 0.0em;
}
.contentarea ul li
{
	margin: 0.3em 0em 0.5em 1em;
}
.contentbar h2
{
	font-size: 15px;
	font-weight: bold;
}
.contentbar h2 a
{
	text-decoration: none;
}
.contentbar h2 a:hover
{
	color: #3B3B3B;
	text-decoration: underline;
}
.contentbar h3
{
	margin: 1.5em 0em 0em 0em;
}
.post ul.controls
{
	padding: 0.5em 0.0em 0.5em 0.0em;
}
.post ul.controls li
{
	display: inline;
	font-size: 0.8em;
}
.post ul.controls li a
{
	background-repeat: no-repeat;
	background-position: left;
	padding: 0.0em 1.0em 0.0em 2.0em;
}
.post ul.controls li a.printerfriendly
{
	background-image: url('images/icon-printerfriendly.gif');
}
.post ul.controls li.comments a
{
	background-image: url('images/icon-comments.gif');
}
.post ul.controls li.readmore a
{
	background-image: url('images/icon-more.gif');
}



.commentlist li {
        margin: 15px 0 3px;
        padding: 5px 10px 3px;
        list-style: none;
        background-color: #F0F4FF;
        -moz-border-radius: 7pt;
        }
li.graybox {
        background-color: #DFE4F8;
        }
.comment-content {
	width:470px;
	background-color:white;
	margin:10px 0 10px 0;
	padding:10px;
}
.commentnumber {
        font: italic normal 14px Georgia,'Times New Roman', Times, serif;
        margin-top: -5px;
        float:right;
        color: #818181;
        font-size: 28pt;
}        

#commentform 
{
	margin: 1em 0;
	background: #FFFFFF;
	width: 75%;
}

#commentform textarea 
{
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 75%;
}
#commentform textarea:hover 
{
	background: #FFFFFF;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus 
{
	background: #FFFFFF;
	border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url 
{
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 75%;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover 
{
	font-size: 1.1em;
	background: #FFFFFF;
	border: 1px solid #d6d3d3;
	width: 75%;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus 
{
	font-size: 1.1em;
	background: #FFFFFF;
	border: 1px solid #939793;
	width: 75%;
}
#commentform input
{
	margin-bottom: 3px;
}



#footer
{
	width: 100%;
	color: #fff;
	font-size: 1em;
	background: #8C282B;
	padding: 1.0em 0 1.0em 0;
	margin: 10px 0 0 0;
	text-align: center;
}
#footer a
{
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

/*LEFT SIDEBAR*/
#left-murialdo-profile
{
	width: 214px;
	height: 326px;
	background: #fff url('images/murialdo-profile.jpg') no-repeat top left;
}
#box-left-articole
{
	width: 215px;
	background: #fff url('images/articole-left-bg.gif') no-repeat top left;
	margin: 0px;
}
#box-left-photo
{
	width: 215px;
	background: #fff url('images/photo-left-bg.gif') no-repeat top left;
	margin: 0px;
}
/*right sidebar*/
#box-right-idei-proiecte
{
	width: 215px;
	background: #fff url('images/box-right-top.gif') no-repeat top left;
	margin: 0px;
}
#box-right-evenimente
{
	width: 215px;
	background: #fff url('images/box-right-middle1.gif') no-repeat top left;
	margin: 0px;
}
#box-right-evenimente-bottom
{
	width: 215px;
	height: 29px;
	background: #fff url('images/box-right-middle2.gif') no-repeat top left;
	margin: 0px;
}
.box-title-white {padding: 7px 0 0 30px;}
.box-title-white a
{
	color: White;
	font-size: 1em;
	font-weight: bold;
}
.box-title-white a:hover {text-decoration: underline; color: white;}

.box-title-black {padding: 7px 0 0 30px;}
.box-title-black a 
{
	color: Black;
	font-size: 1em;
	font-weight: bold;
}
.box-title-black a:hover {text-decoration: underline;}

.box-left-content {
	padding: 22px 14px 2px 14px;
	font-size: 0.9em;
}
.box-left-content a {font-weight: bold;}
.box-left-content a:hover {text-decoration: underline;}

.box-right-content {
	padding: 18px 10px 2px 10px;
	font-size: 0.9em;
}
.box-right-content a {font-weight: bold;}
.box-right-content a:hover {text-decoration: underline;}

.box-right-content-alt {
	margin: 5px 10px 5px 10px;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	border-top: 1px dashed #C9C9C9;
}
.box-right-content-alt a {font-weight: bold;}
.box-right-content-alt a:hover {text-decoration: underline;}

#box-right-idei-proiecte-text {padding: 7px 0 0 0;}
.box-right-evenimente-text {
	padding: 7px 0 0 0;
}
.box-right-detalii-link {
	float: right;
	padding: 7px 10px 0 0;
}

/*top links*/
#top-links
{
	float: right;
	margin: 26px 0 0 0;
}
#top-links ul li
{
	display: inline;
}
#top-links ul li a
{
	color: #fff;
	text-decoration: none;
	padding: 1.0em 0.7em 0 0;
	font-weight: bold;
}
#top-links ul li a:hover
{
	text-decoration: underline;
}
/*home link*/
#home-link-header
{
	position: absolute;
	width: 972px;
	height: 90px;
	top: 52px;
}
#home-link-header a
{
	display: block;
	width: 972px;
	height: 116px;
}
#home-link-header a:hover {
	background: transparent;
	text-decoration: none;
}

/*search*/
#search-header
{
	position: absolute;
	width: 205px;
	height: 22px;
	top: 176px;
}
#search-text
{
	padding: 2px 0 0 26px;
}
#search-input
{
	padding: 2px 10px 0 0;
}
.search-top-text {
	width: 108px;
	border: 0px;
	background: transparent;
	font-weight: normal;
}

.g2image_normal
{
margin: 4px;
}

.g2image_float_left
{
float: left;
clear: left;
margin: 4px;
}

.g2image_float_right
{
float: right;
clear: right;
margin: 4px;
}

.g2image_centered
{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/*left sidebar image album*/
.one-image {
	padding: 24px 0 0 1px;
	text-align: center;
}
.one-image a img {
	border: 0px;
}
.giDescription {
	font-size: 12px;
}

/*date-details*/
.date-details {
	color: #6D777D;
	font-size:0.91em;
	margin: 0 0 10px 0;
}
.date-details a {
	border-bottom: 1px dashed;
}
#top-image-promo {
	padding: 0px;
	float: left;
}
.page-title {
	padding:5px 0 10px 0;
	font-size:18px;
}
