/*
Theme Name: TraiesteRomaneste
Theme URI: http://www.victorsmeu.net
Description: TraiesteRomaneste custom Wordpress theme
Version: 1.0
Author: Victor SMEU
Author URI: http://www.victorsmeu.net
*/

/* ----------------------------- [ Default elements ] --------------------------------*/

body{
	margin:0px;
	padding:0px;
	font-family: arial;
	font-size: 12px; /* Resets 1em to 10px */
	color: #333;
	background: #fff0d1 url('images/top_bg.png') top left repeat-x;
	text-align:center;
}

a{
	color:#c22;
	text-decoration: none;
}

a:hover{
	color:#217273;
	text-decoration: none;
}

ul{
	margin:0px;
	padding:0px;
}


img{
	border:0;
}

#wrapper{
	width:1060px;
	margin:0px auto;
}

.clear{
	width:0px;
	height:0px;
	clear:both;
}

.floatleft{	float:left;}
.floatright{float:right;}

.container{
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 white;
	border:1px solid silver;
	margin-bottom:20px;
	padding:10px;
}

a sup {
	color:#c11;
}


/* ----------------------------- [ Header elements ] --------------------------------*/

h1{
	position: absolute;
	top:120px;
	left:50%;
	margin-left:-130px;
	text-align:right;
	font-size:13px;
	font-weight: bold;
	width:600px;
}

#home_url{
	position: absolute;
	left:50%;
	top:30px;
	margin-left:-300px;
	cursor:pointer;
	width:400px;
	height:70px;
}


#header{
	width:1060px;
	height:233px;
	background: url(images/header_traieste_romaneste.png) top center no-repeat;
}

#menu{
	padding-top:210px;
}

#menu ul{
	float:left;
	margin-left:80px;
}

#menu a{
	color:#ffffff;
	text-decoration: none;
	font-size:13px;
}

#menu a:hover{
	color:#FFAA00;
	text-decoration: none;
}

#menu ul li{
	font-weight:bold;
	display:inline;
	padding:0px 10px;
}

#category_menu{
	width:959px;
	height:28px;
	margin-top:-20px;
	border:1px solid silver;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	border-top:0px;
	background: url(images/cat_menu_bg.png) top left repeat-x;
	text-align:center;
}

#searchform{
	float:right;
	margin-right:20px;
	position:relative;
	top:-6px;
}

.the_category_menu{
	padding-top:8px;
}

.the_category_menu a{
	color: #439495;	
	text-transform:uppercase;
	font-weight:bold;
}

.the_category_menu a:hover{
	color:#333333;
}

#category_menu ul li{
	display:inline;
	background:none;
	margin:0 8px;
	padding:0px;
	float:left;
}


#rss{
	position: absolute;
	top:244px;
	left:50%;
	margin-left:400px;
	background: url(images/rss_logo.png) top left no-repeat;
	padding: 1px 22px 0px 6px;
	height: 18px;
	font-size:14px;
	font-weight:bold;
}

#rss a{
	color: #555555;
}

#rss a:hover{
	color: #FFCC00;
}



/* ----------------------------- [ MAP elements ] --------------------------------*/


.spot{
	background:url(images/spot.png) top left no-repeat;
	width:34px;
	height:34px;
	position:absolute;
	left:50%;
	cursor:pointer;
}

.spot_selected{
	background:url(images/spot_selected.png) top left no-repeat;
}


#atractii_turistice_cazare{
	border:1px solid silver;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:10px;
	padding-bottom:20px;
	position:absolute;
	left:50%;
	top:293px;
	margin-left:-70px;
	width:210px;
	background-color:white;
	filter:alpha(opacity=90);
	opacity:0.9;
}

#atractii_turistice_cazare1{
	border:1px solid silver;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:10px;
	padding-bottom:20px;
	position:absolute;
	left:50%;
	top:293px;
	margin-left:45px;
	width:390px;
	background-color:white;
	filter:alpha(opacity=90);
	opacity:0.9;
	display:none;
	overflow-y:scroll;
	height:320px;
}

#atractii_turistice_cazare ul li, #atractii_turistice_cazare1 ul li{
	display:block;
	margin-left:5px;
	padding:2px;
}

#atractii_turistice_cazare1 img, #most-read-posts img {margin-right:8px;}


#close_atractii_turistice_cazare{
	width:16px;
	height:16px;
	background:url(images/fileclose-32.png) top left no-repeat;
	float:right;
	cursor:pointer;
}


/* ----------------------------- [ Page elements ] --------------------------------*/

#page{
	background: url(images/main_bg.png) top center repeat-y;
	padding: 0 50px 20px;
	margin-top:20px;
}

#page h4{
	margin:15px 0 0 0;
	padding:0px;
}

#content{
	float:left;
	text-align:left;
	margin: 20px 0 20px 20px;
	width: 630px; 
	padding-right:20px;
	border-right:1px solid silver;
}


.category_title{
	font-size:1.5em;
	color:#439495;
	padding-bottom: 5px;
	border-bottom: 1px solid #439495;
	text-align:left;
	margin-top:0px;
	-moz-box-shadow:2px 4px 5px #DDDDDD;
	box-shadow:2px 4px 5px #DDDDDD;
}


#content h2{
	font-size:25px;
	/*margin: 20px 0px 20px 0px;*/
}

#content h3{
	font-size:20px;	
}




.post{
	margin-bottom: 0px;
	padding-bottom: 20px;
	border-bottom:1px solid #C9DBE5;
	line-height:180%;
}


.post hr{ margin:30px 0; }


.post img{
	margin:  5px 10px 10px 10px;
	border:0 none;
}

.entry{
	display:block;
}

.entry>p{
	text-indent: 35px;
}

.entry ul{
	margin:5px 0 5px 20px;
}


.wp-caption{
	/*background: #DDE2DE;*/
}


.wp-caption-text{
	text-align: center;
	margin:0;
	padding:0;
	font-weight:bold;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}

.aligncenter{
	text-align:center;
}


#upload_resource{
	padding-bottom: 30px;
	margin: 20px 0 30px 0;
	border-bottom:1px solid #C9DBE5;
}

#upload_resource .link{
	width:380px;
}


.link_entry{
	float:left;
	margin:10px;
}

.link_entry img{
	width:190px;
}

.postmetadata{
	margin:10px;
	margin-top:20px;
}

.post ol{padding:0;clear:both;}
.post ol li{
	clear:both; 
	padding-bottom:10px; 
	margin-bottom:10px; 
	border-bottom:1px solid silver;
}
.post ol li a{font-size:1.2em; font-weight:bold;}


.related {list-style-type: none;}
.related li {clear:both; margin-bottom:20px;}

/* -------------------------------- [ Comments ] ----------------------------------*/


.comment{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #C9DBE5;
}

.comment-author img{
	float:left;
	margin:0 10px 10px 0;
}


#respond{
	margin-top:30px;
}




/* ----------------------------- [ Featured posts ] --------------------------------*/
/*
#featured_posts{
	border:1px solid silver;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:40px;
	padding:5px;
}*/

#featured_posts {
background:url("images/bg_featured.png") no-repeat scroll 0 0 transparent;
border:1px solid #439495;
padding:5px 5px 5px 10px;
margin-left:-20px;
width:654px;
}

.featured_posts1 {
width:943px !important;
margin-bottom:20px;
}

#featured_posts h2{
	margin:0;
	padding-left:10px;
	font-size:19px;
}

.featured_posts1 .featured_article{
	margin:17px;
}

.featured_article{
	border:1px solid #78B3B4;
	float:left;
	margin:5px;
	width:150px;
	height:151px;
}

.featured_article h3{
	background:none repeat scroll 0 0 #555555;
	color:#FFFFFF;
	margin:0;
	filter:alpha(opacity=80);
	opacity:0.8;
	padding:2px;
	margin-top:-36px; 
	width:146px;
	height:32px;
	font-size:12px;
	z-index:10;
	font-size:12px !important;
	font-weight: normal !important;
}

.featured_article a{
	color:white;
}


.featured_article .alignleft{
	float:none;
}







/* ----------------------------- [ Excursii traiesteromanete ] --------------------------------*/



#excursii_traiesteromaneste{
	padding:10px 20px;
	background:url(images/bg_excursii.png) top left no-repeat;
	margin:0 -20px;
	border:1px solid #777;
	height:230px;
	margin-bottom:20px;
	overflow:hidden;
}

#excursii_traiesteromaneste .slideshow{
	text-align: left !important;
}

.content_excursie{ width:700px; height:200px;}

.content_excursie h3{margin-top:0px;}

.thumbnail_excursie img{
	margin: 0 10px 10px 0;
	border:1px solid  #777;
}

#excursii_traiesteromaneste .excursii_link{
	float:left;
	margin-left:50px;
	padding-left:40px;
	height:29px;
}

#excursii_traiesteromaneste .excursii_link a{
	font-size: 1.1em;
	font-weight:bold;
	position:relative;
	top:10px;
}

#excursii_traiesteromaneste .excursii_link a:hover{
	color:#333;
}

#excursii_traiesteromaneste .citeste {background:url(images/citeste_mai_mult.png) center left no-repeat;}
#excursii_traiesteromaneste .inscrie {background:url(images/inscrie_te.png) center left no-repeat;}


#lista_excursii{ 
	border-left:1px solid #777777;
	padding-left:10px;
	position:relative;
	right:-10px;
	top:-260px;
	width:210px;
	height:245px;
}

#lista_excursii p{
	font-size:1.2em;
	cursor:pointer;
}


.selected{ font-weight:bold; }




.articole {width:300px; margin-bottom:25px;}

.articole h3 {margin-top:0px; font-size:16px !important;}

.articole li {margin-bottom: 5px; display:block;}

.articole a {color: #217273;}
.articole a:hover {color: #c22;}




/* ----------------------------- [ Events Calendar - INDEX ] --------------------------------*/

.events_calendar{
	width:350px;
	float:left;
}

.calendar_eveniment hr{
	color:#ddd;
}

.events_calendar caption{
	margin-bottom: 10px;
}

.events_calendar {
	font-size:1.6em;
}

.events_calendar th{
	font-size:1.1em;
}


.calendar_hidden{display:none;}


/* ----------------------------- [ Image gallery - INDEX ] --------------------------------*/

#galleries_new{
	-moz-border-radius:5px 5px 5px 5px;
	background:url("images/bg_gallery.png") no-repeat scroll 0 0 transparent; 
	float:right;
	height:330px;
	margin-top:0;
	padding:15px 20px 25px 20px;
	width:380px;
	overflow: hidden;	
}
.gallery_link { text-align:right;}
.gallery_link a{ color: #333; font-weight: bold;}
.gallery_link a:hover{ color: #CC1111;}


#galleries{
	background:url("images/gallery_bg.jpg") no-repeat scroll 0 0 transparent;
	border:1px solid #439495;
	margin:-1px 0 40px -20px;
	padding:15px 5px 0px 35px;
	width:629px;
	height:180px;
}

#galleries h2, #galleries_new h2{
	border-bottom:1px solid black;
	color:black;
	font-size:18px;
	margin:0;
	padding-bottom:4px;
	padding-left:10px;
}

#galleries h4, #galleries_new h4{
	margin:0;
	text-align:center;
	font-size:12px;
	height:30px;
	font-weight:normal;
}

#galleries_new h4 a{color:#333;}
#galleries_new h4 a:hover{color:#c11;}

.ngg-album-compact{
	height:auto !important;
	padding:6px 13px !important;
	width:107px !important;
}



/* ----------------------------- [ Sidebar elements ] --------------------------------*/

#sidebar{
	float:left;
	text-align:left;
	margin-top: 20px;
	padding: 0 20px 0 20px;
	width:245px;
}

#sidebar form{
	margin:0px;
}

#s{
	width:170px;
}

#searchSubmit{
	width:54px;
	height:25px;
	padding-bottom:1px;
}

#sidebar ul li{
	list-style-type: none;
}


.widget {
	margin-bottom:20px;
	border:1px solid silver;
	padding:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: white;
}


.widgettitle{
	margin:0 0 10px;
	background: url(images/sidebar_bg.png) repeat-x;
	text-align: center;
	font-size:1.3em !important;
	font-weight:bold;
	padding:2px 0px;
}

.the_category{
	float:left;
	margin: 0px 5px 0px 5px;
}

.the_category li{
	padding:1px 0px;
	margin:1px;
	
	border-bottom:1px solid #EEEEEE;
}

.the_category a{
	text-transform:uppercase;
	font-weight: bold;
}

.ST4_most_read_widget ul li{
	padding:3px 0px;
}

#wp-calendar{
	border:1px solid silver;
	padding:10px;
}


#wp-calendar table tr td{
	border:1px solid #EEE;
}


#calendar_eveniment{
	margin: 12px 0;
	padding-left:5px;
}


#today_calendar_hidden{
	display:none;
}


.newsletter_form p{
	margin:0 0 10px 0;
	width:148px;
}


#submit_button{
	width: 56px;
	height:56px;
	margin-left:18px;
	background: url(images/Email-56.png) top left no-repeat;
	border:0px;
	cursor: pointer;
}


/* ----------------------------- [ Footer elements ] --------------------------------*/

.wp-pagenavi{
	margin:auto;
	width:958px;
	height:24px;
	padding-top:10px;
	background: #EEE;
	border:1px solid grey;
}

#footer{
	width:1060px;
	height:90px;
	background:url(images/footer_bg.png) no-repeat;
	margin-left:-3px;
}

#footer h4{
	font-size: 12px;
	margin: 0px;
	padding:0px;
}

#contact_picture{
	float:left;
	margin:12px 30px 0 100px;
}

.contact_info{
	float:left;
}

.fixed{
	width:180px;
}

.footer_left{
	margin-left:80px;	
}

.contact_info h3{
	margin:10px 0;
	color:#000;
}


.contact_info h4{
	margin:0px;
	padding:0px;
	float:left;
	width:180px;
	text-align:left;
	vertical-align:middle;
}

.contact_info h5{
	margin:0px;
	padding:0px;
	width:180px;
	float:left;
	text-align:left;
	font-size:1em;
	font-weight:normal;
}

.contact_info p{
	margin:0px;
	padding:4px;
	font-size:12px;
	font-weight:bold;
}

.contact_info a{
	color:#222;
}

.contact_info a:hover{
	color:#FFAA00;
}

#footer .floatleft{
	margin-right:2px;
}




/* ----------------------------- [ Static Pages elements ] --------------------------------*/

.colaboratori{
	float:left;
	width:200px; 
	text-align:center;
	margin-bottom:30px;
}

.colaboratori img{
	margin:0px auto;
}

.movie{
	margin:12px;
	float:left;
}

.wpcf7 hr{
	height:1px;
	margin:40px 0;
}

.wpcf7 textarea{
	width:100%;	
}


.wpcf7-captcha-verificare{
	margin: 0 0 -5px 0 !important;
}

.wpcf7-form p{
	text-indent:0px;
}

span.wpcf7-list-item  {
	display:block;
}

.colaboratori p{
	text-indent:inherit;
}


#shName {
	font-size:1.2em;
	font-weight:bold;
}


/* ----------------------------- [ Images with caption ] --------------------------------*/

.wp-caption{
	margin:10px;
	background: #EFEFEF;
	border:1px solid #DFDFDF;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.wp-caption img{
	margin:0px;
	padding:5px;
}

.wp-caption p{
	text-indent:0;
	padding:0 5px;
}

.announcement_post{
	background:none repeat scroll 0 0 white;
	border:1px solid #DDDDDD;
	padding:10px;
}

/* ----------------------------- [ Consultanta ] --------------------------------*/

.consultanta #category_menu, .consultanta #page>h4, .consultanta #footer img, .consultanta #footer .contact_info, .consultanta #home_url, .consultanta #menu {display:none;}
.consultanta #page{margin-top:0;}
.consultanta #content { width:inherit; border-right:none; margin: 40px;}
.consultanta #content h2 {margin-bottom:40px; margin-left:30px; font-size:24px;}

.consultanta #footer h4{ margin-top:40px; width:1060px; float:left;}

.consultanta .post ol {margin:0px;}
.consultanta .post ol li{
	border-bottom:inherit;
	margin-left:40px;
}
.consultanta .entry > p {margin-top:0px; margin-bottom:10px;}
.consultanta .entry ul{
	margin:0 0 20px 80px;
}

.articole_relationale_sidebar {margin-bottom:30px; padding-bottom:20px; border-bottom: 1px solid silver;}
.articole_relationale_sidebar li {clear:both; margin-bottom:8px;}
.articole_relationale_sidebar li a {font-size:14px; line-height:120%;}
.articole_relationale_sidebar li b {font-size:14px; padding-top:15px; display:block;}
.articole_relationale_sidebar li b a {color:#333333;}
.articole_relationale_sidebar li img {margin-right:8px;}

.limit_thumb {height:150px; display:block; overflow:hidden; float:left;}




.google_webplace_main {text-align:center;}
