/*
Theme Name: Marinela
Theme URI: http://marinelapopescu.ro/ 
Description: A Thematic Child Theme 
Version: 1.0 
Author: Dan Mihu 
Author URI: http://mediamorphosis.ro/ 
Tags: Child Theme 
Template: thematic
*/
@import url('../thematic/style.css');

body {
background: darkred url(images/fundal.jpg) repeat;
}

body, #blog-description {
color: beige;
}

#blog-title a {
color: orange;
}

#access {
background: orange;
border-color: tan;
}

a:link, a:visited {
color: orange;
}

#wrapper {
border-top:9px solid black;
min-height: 100%;
}

#container {
border: 1px solid orange;
background-color: darkred;
}

#header {
background-color: black;
}

#branding {
min-height: 200px;
background: url('images/MarinelaPopescu.png') no-repeat bottom right;
}

#blog-title {
border-bottom: 0px;
color: orange;
}

#blog-description {
padding:8px 0 30px;
}

#main {
padding:25px 0;
width:955px;
}

.p1 {
padding: 0px;
}

.hentry {
padding: 10px;
}

img.ngg-right {
float:right;
margin-left:10px;
}

img.ngg-left {
float:left;
margin-right:10px;
}

#secondary {
display: none;
}

label.hidden {
display: none;
}

#footer {
padding: 25px 0;
width:955px;
margin:0 auto;
background: none;
border: 0px;
}

#siteinfo {
background-color: darkred;
width: 620px;
text-align: center;
float: left;
color: orange;
font-size:9px;
padding:0;
border:1px solid orange;
}

h1.entry-title {
color: orange;
}

#bottomNavClose a:link, #bottomNavClose a:visited {
width:26px;
}

#menu .current_page_item a {
background: darkred none repeat scroll 0 0;
border-bottom: 1px solid darkred;
color: beige;
}

#menu .current_page_item a:hover {
background: darkred none repeat scroll 0 0;
border-bottom: 1px solid darkred;
color: beige;
}

#menu a {
background: orange none repeat scroll 0 0;
border-top: 0px;
border-bottom: 1px solid orange;
color: black;
}

#menu a:hover {
background: orange none repeat scroll 0 0;
border-top: 0px;
border-bottom: 1px solid darkred;
color: darkred;
}

#menu a:focus {
background: darkred none repeat scroll 0 0;
border-bottom: 1px solid orange;
color: orange;
}

form#error404-searchform {
margin-bottom: 15px;
}