/*
Theme Name: Rebecca Mohl
Theme URI: http://www.rebeccamohl.eu
Description: Tested on WP2.8
Version: 1.0
Author: Mihai Mari
Author URI: http://www.medianrg.ro/
*/

body {
	margin:0;
	padding: 0;
	background: #fa6903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4384cb;
}

h1 {
	letter-spacing: -1px;
	font-size: 35px;
}

h2 {
	font-size: 26px;
}

p, ul, ol {
	margin: 0 0 2em 0;
/*	text-align: justify;*/
	line-height: 20px;
}

a:link {
	color: #0864D6;
}

a:hover, a:active {
	
	color:#f4721b;
}

a:visited {
	color: #0864D6;
}

.entry img {
	margin: 0 18px 5px 0;
/*	border: 10px solid #E9EBEB;
*/
	padding: 5px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px #a9ac94;
	-moz-box-shadow: 1px 1px 2px #a9ac94;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	_border: 1px solid #e3e3e3;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	background: #ff6600 url(images/bg.png) repeat-x;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#headerbg {
	background:url(images/bg_header.png) no-repeat center;
	height: 238px;

}

#header {
	width: 900px;
	height: 238px;
	margin: 0 auto 20px auto;
	_margin-bottom: 0;
	padding-top: 10px;
	_padding-top: 0;
	
}

#logo {
	float: left;
	height: 111px;
	margin-left: 10px;
	margin-top:	86px;
}

#logo h1 {
	float: left;
	margin: 0;
	font-size: 38px;
	color: #0099E8;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #0099E8;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 20px 0 0 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	margin-right: 100px;
	_margin-right: 50px;
	margin-top: 54px;
	_margin-top: 60px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: underline;
	font-size: 12px;
	color: #1389c4;
	padding: 3px 7px 3px 7px;
	margin: 15px 0 0 0;
	display: block;
	
}

#menu a:hover {
	text-decoration:none;
	background: #1389c4;
	padding: 3px 7px 3px 7px;
	margin: 15px 0 0 0;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff !important;

}

#menu .active a {

	background: #1389c4;
	padding: 3px 7px 3px 7px;
	margin: 15px 0 0 0;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff !important;
	text-decoration: none;

}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 20px 20px;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding-left: 10px;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 32px;
	border-bottom: 1px dotted #D1D1D1;
	
}

.post .title b {
	font-weight: normal;
	color: #0864D6;
}

.post .title a {
	text-decoration: none;
	color: #333333;
}


.post .entry {
}

.post .meta {
	padding: 8px;
	height: 15px;
	margin-bottom: 30px;
	background: #EEEEEE;
	color: #555;
	font: 11px "Arial", "Tahoma", sans-serif;
	border-top: 1px dotted #D1D1D1;
}

.post-cat {
	float:left;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .meta .byline {
	float: left;
	color: #0000FF;
}


.post .meta .more {
	width: 185px;
	height: 35px;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: 1 px solid #0864D6;
	font-size: 11px;
}

.post .meta .comments {
	
	text-decoration: none;
	font-size: 11px;
}

.comments {
	float:right;
}

.post .meta b {
	display: none;
}

.post .meta a {
	color: #0864D6;
	text-decoration:none;
}
.post .meta small a {
	color: #009EEB;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 10px;
	
}

#sidebar ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px dotted #D1D1D1;
}

#sidebar li li a {
	margin: 0;
	padding-left: 15px;
	background: url(images/img01.jpg) no-repeat left 50%;
}

#sidebar h2 {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #4384cb;
}

#sidebar strong, #sidebar b {
	color: #8BCB2F;
}

#sidebar a {
	text-decoration: none;
	color: #494949;
}

/* Search */

#search {
}

#search h2 {
}

#s {
	width: 150px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	width: 960px;
	background: #fff url(images/footer.png) no-repeat bottom;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #353535;
	border-top:1px dotted #D1D1D1;
}


html>body #footer {
	height: auto;
}

#footer-menu {
}

#legal {
	clear: both;
	font-size: 11px;
	color: #494949;
	margin-left: 30px;
	padding-bottom: 5px;
}

#legal a {
	color: #0864D6;
}

#footer-menu {
	float: left;
	color: #353535;
	text-transform: capitalize;
}

#footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-menu li {
	display: inline;
}

#footer-menu a {
	display: block;
	float: left;
	padding: 1px 15px 1px 15px;
	background: url(images/img03.jpg) no-repeat right 50%;
	text-decoration: none;
	font-size: 11px;
	color: #494949;
}

#footer-menu a:hover {
	text-decoration: underline;
}

#footer-menu .active a {
	padding-left: 0;
}

#comment {
	width: 565px;
	height: 100px;
}


#footer3col {
	clear: both;
	float: left;
	margin-left: 30px;
	width: 650px;
}

.logofooter {
	float: left;
	margin: 5px 25px 0 0;
	width: 95px;
}

.coloana {
	float:left;
	font-size: 11px;
	margin:0 15px 0 0;
	width: 160px;
}

h5 {
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 10px;
}

#footer3col ul {
	list-style-type:none;
	padding-left: 0;
}

#footer3col li {
	border-bottom:1px solid #DBDBDB;
	padding-top: 2px;
    padding-bottom: 2px;

	}

.footerlist a {
	text-decoration:none;
}


.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.edit_post {
	float:right;
	font-size:12px;
}

.data {
	color:#898989;
	font-size: 11px;
	padding:0 0 15px;}

.vizualizari {
	float:right;
	_margin-top: -30px;
}


.rebeccamohl {
	padding:7px 15px 10px 100px; 
	background: url(http://www.rebeccamohl.eu/poze/images/admin.jpg ) no-repeat;  
	height:100%; 
	border-top: 1px solid #FFEF8A; 
	border-bottom: 1px solid #FFEF8A; 
	background-color:#FFFAE0; 
	margin-bottom:10px;
	
}

.bobo {
	padding:7px 15px 10px 100px; 
	background: url(http://www.rebeccamohl.eu/poze/images/bobo.jpg ) no-repeat;  
	height:100%; 
	border-top: 1px solid #EEE; 
	border-bottom: 1px solid #EEE; 
	background-color:#f6f6f6; 
	margin-bottom:10px;
	
}


.lmbbox_smileys_img {
-moz-border-radius:0 !important;
-moz-box-shadow:none !important;
background:none !important;
margin:0 !important;
padding:0 !important;
	
}

/*.item {
border-top: 1px solid #EEE; 
}*/

