/*
Theme Name: CuratenieBueno Theme
Theme URI: www.curateniebueno.ro
Description: Custom Handmade Wordpress CMS Theme
Author: Stian Dan - stian.dan@gmail.com
*/

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #3F3F3F;
/*	background-color: #e8ebef;*/
	background: url(images/body_bg.jpg) repeat-x fixed;
}

.clear {
	clear: both;
}


#page {
	width: 840px;
	background-color: #FFFFFF;
	margin: 5px auto;
	padding-top: 10px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}


/* header */

#header {
	margin: 0px auto;
	background-color: #FFFFFF;
	width: 800px;
}

#logo {
	float: left;
	width: 300px;
	height: 65px;
}

#logo img {
	border: none;
}

#contact {
	float: right;
	width: 200px;
	padding-top: 22px;
}

#nav {
	width: 800px;
	margin: 10px auto;
	height: 26px;
	border-bottom: 1px dashed #666666;
	border-top: 1px dashed #666666;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
	margin-right: 10px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
}

#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #0596e9;
	text-decoration: none;
}

#nav li.current_page_item a{
	color: #0596e9;
}

/* content index */

#splash {
	margin: 20px auto;
	width: 800px;
	height: 282px;
	background: url(images/splash_bg.jpg) no-repeat;
}

#splash h1 {
	color: #0596e9;
	width: 420px;
	font-size: 14px;
	padding-top: 20px;
}

#splash h3 {
	padding-top: 50px;
	font-size: 13px;
	color: #000000;
	width: 420px;
}

#promo {
	width: 800px;
	margin: 20px auto;
}

#promo h2 {
	color: #000000;
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
}

#promo p {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#promo p a {
	background: url(images/detalii.png) right center no-repeat;
	padding-right: 15px;
	color: #0088CC;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#promo p a:hover {
	text-decoration: underline;
}

.pione {
	float: left;
	background: url(images/promo_bg.jpg) no-repeat;
	width: 396px;
	height: 136px;
}

.pitwo {
	float: right;
	background: url(images/promo_bg.jpg) no-repeat;
	width: 396px;
	height: 136px;
}

/* footer */

#footer {
	width: 800px;
	margin: 30px auto;
}

#footer p {
	font-size: 11px;
	color: #333333;
}

#footer p a {
	color: #333333;
	text-decoration: none;
	text-transform: capitalize;
}

#footer p a:hover {
	text-decoration: underline;
}

/* main page content styles */

#main {
	margin: 20px auto;
	width: 800px;
	background-color: #FFFFFF;
}

#page-content {
	float: left;
	width: 580px;
}

#page-content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	list-style-position: inside;
}

#page-content h2 {
	color: #0596e9;
	font-size: 14px;
	padding-bottom: 10px;
}

#page-content p {
	color: #333333; padding-bottom: 10px;
}

#sidebar {
	width: 200px;
	float: right;
}

#sidebar h2 {
	color: #000000;
	font-size: 13px;
	padding-bottom: 10px;
}

#sidebar ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 20px;
}

#sidebar li a {
	text-decoration: none;
	font-size: 12px;
	color: #0596E9;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar img {
	border: none;
	margin-bottom: 10px;
}

/* anunt angajari */

#job {
	margin: 10px auto;
	width: 798px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
}

#job strong {
	font-size:13px;
}

#job p {
	padding: 10px;
	color: #000000;
	font-size: 12px;
}