/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: url('images/bgsite.gif');
	color: #333;
	text-align: center;
	behavior: url("csshover3.htc");
}

#cu3er-container {
	width:960px; 
	height:  220px; 
	outline:0; 
	margin: 0px auto;
	padding:0; 
	background: 0;
	left: 1%;
	right: 1%;
	z-index: 0;
	position: absolute;
   top: 25px;
}

#page, header {
	background-color: white;
	text-align: left;
}

#headerimg 	{
	height: 220px;
	width: 960px;
}

#headerbar	{
	height: 12px;
	width: 960px;
	background: url('images/headerbg.png');
}

#content {
	background-color: white;
}

.widecolumn .entry p {
}

.narrowcolumn .entry p, .widecolumn .entry p, .narrowcolumn .entry li, .widecolumn .entry li{
	font: 1.3em Arial;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	
}

.thread-alt {

}
.thread-even {
	background-color: white;
}
.depth-1 {

}

.even, .alt {

}

#footer {
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-size: 4em;
	
}

#headerimg .description {
	font-size: 1.2em;
	
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #da0000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
}

.sticky {
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: black;
}

code {
	
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #da0000;
	text-decoration: none;
}

a:hover {
	color: #535353;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0;
}

#page, #header, #headerbar {
	margin: auto;
	width: 960px;
}

#container{
	background-color: white;
	width: 960px;	
}


#headerimg {
	margin: 0;
	height: 220px;
	width: 100%;
}

.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 650px;
}

.widecolumn {
	padding: 0px;
	margin: 0px;
	width: 630px;
}

.post {
	margin:20px 30px;
	text-align: justify;
}


#post-3 {
	margin:0px;
}

.post h2{
	font: bold 1.7em Arial;
	color: #da0000;
	margin-bottom: 30px;
}

#post-3 h2{
	font: bold 1.4em Arial;
	margin-bottom: 0px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	
	float: left;
	width: 128px;
	margin: 0px;
}

.widecolumn .attachment {
	
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: auto;
	width: 960px;
	height: 66px;
	clear: both;
	background: url("images/footerbg.png") no-repeat;
	margin-bottom: 10px;
	text-align: left;
}

#footer p {
	float: left;
	width:680px;
	margin: 0;
	padding: 20px 30px;
	color: #964408;
	font: 1.1em Arial;
}

#footer a{
	color: #964408;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0px;
}

h2 {
	margin: 0px;
}

h2.pagetitle {
	margin: 30px 0 0 50px;;
	
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3.comments {
	padding: 0;
	margin: 0px;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 10px;
}

html>body .entry li {
	margin: 7px 0 8px 16px;
	list-style: none url(images/arrow.jpg);
}

html>body .entry .flickr-gallery li{
	list-style: none;
}

.entry ul li:before, #sidebar ul ul li:before {
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar{
	float:left;
	width:310px;
	background: url("images/bgside1.jpg") repeat-y right;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;

	margin: 10px 0 60px 10px;

}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*#menu{
	background: url("images/bgmenu.jpg") repeat-x;
	height: 38px;
	padding: 0px 0px 0px 20px;
}

#menu a{
	font: bold 1.4em Arial;
	color: white;
	text-decoration: none;
	line-height:38px;
	padding: 0px 10px;
	text-transform:uppercase;
	float: left;
}

#menu a:hover, #menu a.inscriere:hover{
	color: white;
	text-decoration: none;
	line-height:38px;
	background: url("images/menuarrow.png") no-repeat center bottom;
}

#menu a.inscriere{
	float: right;
	background: url("images/bgmenu-inscriere.jpg") repeat-x;
}
*/

/*Test menu CSS*/

.menu {width:960px; height:38px; position:relative; z-index:100;}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:960px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; text-align: center;}
.menu ul ul {width:190px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:119px; position:relative; text-align: center;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:auto; height:38px; background:url("images/bgmenu.jpg") repeat-x;  line-height:38px; border-top:1px solid #fff; font-weight:bolder; text-align: center;}
.menu_inscriere a, .menu_inscriere a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:127px; height:38px; background:url("images/bgmenu-inscriere.jpg") repeat-x; line-height:38px; border-top:1px solid #fff; font-weight:bolder;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:120px; w\idth:120px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background: url("images/bgmenu.jpg") repeat-x;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#fff;}
.menu ul ul :hover > a.drop {background:#fff;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:url("images/bgmenu.jpg") repeat-x;}

/* style the third level hover */
.menu ul ul ul a:hover {background:url("images/bgmenu.jpg") repeat-x;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:38px; left:0; width:120px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style all - second level links */
.menu ul ul a, .menu ul ul a:visited {background: url("images/bgmenu.jpg") repeat-x; color:#fff; height:auto; line-height:1em; padding:5px 5px; width:auto;border-top:none;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:url("images/bgmenu-inscriere.jpg") repeat-x;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:url("images/bgmenu-inscriere.jpg") repeat-x;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}
/*Test menu CSS End*/

#logo{
	background-image: url("images/logo.png") no-repeat;
	margin: 0;
	float:left;
	position:relative;
	z-index:1;
	width: 370px;
	height: 137px;
}

#social{
	float: right;
	margin: 15px 30px 0px 0px;
}

#sidebar2{
	float: left;
	width: 340px;
	height: auto;
	min-height: 634px!important;
	*height: 634px;
	background: #e5e5e5;
}

#sidebar3{
	float: left;
	width: 310px;
	height: auto;
	min-height: 634px !important;
	*height: 634px;
	background: url("images/bgside2.jpg") repeat-y left;
}

#dece{
	background: white;
	text-align: center;	
	padding: 15px 0px;
}

#sidebar2 #inner{
	margin: 20px 40px;
}

#mesaj p{
	margin: 10px 0px;
	text-align:left;
	font: 1.6em Arial;
}

#sidebar3 #inner{
	margin: 20px 20px 20px 30px;
}

#sidebar #inner{
	margin: 0px 20px 0px 30px;
	padding: 0px;
	padding-bottom:20px;
}

#galmic{
	margin-top: 35px;
}

#galmic img{
	float: left;
	border:0px;
	margin: 0px 3px 0px 0px;
}

#galmic #poze{	
	height:75px;
	margin-top: 3px;
}

#galmic p{
	margin: 4px 0px;
}

#galmic p a{
	padding: 1px 8px;
	font: bold 0.9em Arial;
	background:#da0000;
	color: white;
}

#galmic p a:hover{
	padding: 1px 8px;
	font: bold 0.9em Arial;
	background:black;
	color: white;
	text-decoration:none;
}

#gal1 {
	margin: 15px 0px 30px 0px;
}

input, textarea{
	border: 1px solid #e0dfe0;
	background-color: #ebeceb;
	border-bottom: 1px solid #d5d5d5;
	font: bold 1.3em Arial;
	line-height: 25px;
	height: 25px;
}

textarea{
	width: 95%;
	height: 150px;
}

#searchsubmit{
	background: url("images/bgsubmit.jpg") no-repeat;
	width: 44px;
	height: 31px;
	border: 0px;
	float: left;
	cursor: pointer;
}

#s{
	float: left;
	margin-right:2px;
}

#searchform{
	margin: 0px;
	padding: 0px;
}

.widget{
	background: url("images/bgjoswidget.jpg") no-repeat bottom right;
}


h3{
	font: bold 1.4em Arial;
}

#sidebar p{
	font: 1.3em Arial;
}

.widget_recent_entries .rpost{
	margin-bottom:10px;
}

.widget_recent_entries p{
	font: 0.9em Arial;
	padding: 0px 0px;
	margin: 2px 0px;
}

.widget_recent_entries a, .textwidget a{
	font: bold 0.9em Arial;
	background:#da0000;
	color: white;
	padding: 0px 8px;
	margin: 1px 0px;
}

.widget_recent_entries a:hover, .textwidget a:hover{
	font: bold 0.9em Arial;
	background:black;
	color: white;
	padding: 0px 8px;
	margin: 1px 0px;
	text-decoration:none;
}

/* VALI 17.11.2010 */
.widget_recent_entries li a{ font: bold 1.2em Arial; background:#da0000; color: white; padding: 0px 8px; margin: 1px 0px; }
.widget_recent_entries li a:hover{ font: bold 1.2em Arial; background:black; color: white; padding: 0px 8px; margin: 1px 0px; text-decoration:none; }
.widget_search { padding-bottom: 30px; }
.entry div div a { font: 1.2em Arial; color: #333333; }
.entry div div a:hover { font: 1.2em Arial; color: red; text-decoration: none; }
/* VALI 17.11.2010 */

.wpcf7-response-output{
	font-size:1.4em;
}

.entry table td{
	background: #f3f3f3;
}

#foto_album{
	float: left;
	width: 200px;
	height: 150px;
	padding: 30px;
}

#foto_album p{
	font: Arial;
	font-size: 1.2em;
	text-align: left;
	margin: 0;
	padding: 0;
}

#error404{
	margin: 50px 0 0 60px;
	font-size: 1.9em;
}

#rezultat{
	margin: 0 0 30px 0;
}

.rezultate{
	margin: 0 0 0 80px;
}

#rezultate-data{
	margin: 0 0 40px 100px;
}
