/*
Theme Name: Going Pro - Domus Events (GREEN)
Theme URI: http://domus-events.ro
Description: Simple theme for Wordpress
Version: 1.0
Author: Alexandru Negrea
Author URI: http://buddha.voce.ro
Tags: left sidebar, single sidebar, ads ready, seo ready, wordpress 2.6

*/



/* Begin Css Layout */

{
    margin:0;
    padding:0;
}

body {
	font: normal normal 12px Tahoma, Arial, Verdana, sans-serif;
    background: #333333 url('images/body_bg.gif') top left repeat-x;
	color: #333;
	text-align: center;
	margin:0;
	padding:0;
	}

.clear {
    clear:both;
}

img {
border:0;
}

#header {
    height:52px;
    width:960px;
    margin:10px auto 0 auto;
    padding:0;
}

#logo {
    float:left;
    margin:0;
    padding:0;
    width:219px;
    height:52px;
    background:url('images/logo.jpg') top left no-repeat;
	}
	
#meniu {
    float:right;
	margin:0 0 0 0;
	padding:0;
	width:741px;
	height:52px;
    background:url('images/meniu_bg.gif') top left no-repeat;
	}
	
#meniu ul {
    margin:16px 0 0 110px;
	padding:0;
	list-style:none;
	text-align:left;
    }
	
#meniu ul li {
    display:inline;
    margin:0;
	padding:0;
    }
	
#meniu ul li a, #meniu ul li a:visited {
    background:url('images/menu_item.gif') top left no-repeat;
	text-decoration:none;
	color:#7c0d0d;
	text-transform:uppercase;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	width:113px;
	height:30px;
	margin:0;
	padding:8px 0 0 12px;
	float:left;
	display:block;
    }
	
#meniu ul li a:hover {
    background:url('images/menu_item_hover.gif') top left no-repeat;
}		

#content {
    margin:-15px auto 0 auto;
	padding:0;
	background:url('images/content_bg.gif') top left repeat-y;
	color:#59421f;
	width:948px;
	}

.posts {
    float:right;
    width:706px;
	background:#ffffff;
	padding:10px;
	margin:0 5px 5px 0;
	text-align:left;
    font-size:12px;
    line-height:17px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

.posts a, .posts a:visited {
color:#de1902;
text-decoration:none;
}

.posts a:hover {
text-decoration:underline;
}

.posts h2 {
    color:#de1902;
    font-size:21px;
    font-family:Georgia;
    line-height:24px;
    font-weight:normal;
}

.posts ul {
    margin:0;
	padding:0 0 0 20px;
}

#sidebar {
    float:left;
	width:200px;
	margin:0 0 0 8px;
	padding:0;
	text-align:left;
}

.sidebar_sec {
    background:#ffffff;
    padding:5px;
    margin:10px 0 0 0;
}

.sidebar_sec h2 {
    background:url('images/sidebar_h2_bg.gif') top left no-repeat;
	margin:0;
	padding:5px 0 0 5px;
	font-family:Arial;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	height:28px;
	text-transform:uppercase;
}

.sidebar_sec ul {
margin:0 0 0 10px;
padding:0;
list-style:none;
}

.sidebar_sec ul li {
margin:0;
padding:0;
list-style:none;
font-weight:bold;
font-size:12px;
font-family:Arial;
}

.sidebar_sec a, .sidebar_sec a:visited {
text-decoration:none;
color:#de1902;
font-family:Arial;
font-size:12px;
}

.sidebar_sec a:hover {
text-decoration:underline;
}