@import url('colors/style.css');
html, body {
	background-image: url('/img/back.jpg');
	background-attachment: fixed;
	margin: 0px;
	font-family: Georgia;
	font-size: 16px;
}
input, textarea, select {
	padding: 4px;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: Georgia;
	cursor: pointer;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
noscript {
	text-align: justify;
	font-size: 13px;
}
.submit {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
	padding: 4px;
}
.date {
	font-size: 12px;
}
#container {
	width: 965px;
	margin: 0 auto;
	background-image: url('/img/top_back.png') repeat-y;
	background-repeat: repeat-x;
	background-position: center top;
	clear: none;
}

#header {
	width: 965px;
	background-image: url('/img/back_shadow.png');
	float: left;
}
#header #nav {
	width: 932px;
	height: 13px;
	background-image: url('/img/nav.jpg');
	padding: 8px;
	padding-left: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0px 0px 0px 5px;
}
#header #nav a {
	font-weight: bold;
}
#header #head {
	width: 955px;
	height: 200px;
	background-image: url('/img/header.jpg');
	margin-left: 5px;
}
#header #head h1, #header #head h2 {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	position: relative;
	top: 10px;
	z-index: 10;
}
#header #head h3 {
	padding: 8px;
	position: relative;
	margin-left: 800px;
	margin-right: 10px;
	top: 5px;
	z-index: 10;
	font-size: 16px;
	background-image: url('/img/back.png');
	text-align: right;
}
#header #head h2 {
/*	top: -10px; */
}

#header #head h1 a {
	text-decoration: none;
	font-style: italic;
}
#header #head h2 a {
	text-decoration: none;
	font-size: 14px;
}
#header #head h3 a {
	text-decoration: underline;
}
#header #head h3 a:hover {
	text-decoration: none;
}
#header #head h4 {
	padding: 5px;
	margin: 0px;
	margin-left: 20px;
	margin-top: 50px;
	position: relative;
	z-index: 10;
	float: left;
	background-image: url('/img/back.png');
	font-size: 14px;
	text-align: center;
}
#header #head h4 b {
	font-size: 29px;
}
#footer {
	width: 965px;
	height: 100px;
	background-image: url('/img/back_shadow.png');
	float: left;
	text-align: justify;
}

#footer #footer_back {
	width: 955px;
	height: 100px;
	background-image: url('/img/footer.png');
	font-size: 12px;
	text-align: center;
	margin-left: 5px;
}
#footer #footer_back #just {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 10px;
}
#footer #footer_back #just a {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-weight: normal;
	white-space: nowrap;
}
#content_wrapper {
	width:965px; 
	background-image: url('/img/back_shadow.png');
	float: left;
}
#content {
	width: 953px;
	background-image: url('/img/back.png');
	margin-left: 5px;
}
#left_bar {
	float: left;
	width: 160px;
	padding: 10px;
}

#right_bar {
	float: right;
	width: 160px;
	padding: 10px;
}
#right_bar #facebook {
  -moz-box-shadow: 2px 0px 4px #333;
  -webkit-box-shadow: 2px 0px 4px #333;
  box-shadow: 2px 0px 4px #333;
  /*
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333');
	*/
	background-color: #dfefff;
	overflow: hidden;
	width:182px;
	height:315px;
	margin-bottom: 5px;
}
#articles {
	background-image: url('/img/back.png');
	padding: 10px;
	margin-bottom: 10px;
	display: none;
}
#home_articles {
	list-style-image: url('/img/ul.png');
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
	width: 200px;
}
.home_articles_back {
	background-image: url('/img/back.png');
}
#home_articles li {
	padding: 1px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
}
#home_articles li:hover {
	padding: 0px;
	padding-left: 9px;
	padding-right: 9px;
	background-image: url('/img/back.png');
}
#article_more {
	float: right;
	width: 320px;
	background-image: url('/img/back.png');
	padding: 10px;
	font-size: 12px;
}
#article_more a {
	text-decoration: none;
}
#article_more div {
	text-align: justify;
}
#article_more div img {
	float: left;
	margin-right: 5px;
}
#center {
	float: left;
	padding: 10px;
	width: 583px;
	padding-left: 5px;
	padding-right: 5px;
}

.top_shadow {
	width: 961px;
	margin-left: 2px;
	background-image: url('/img/top_shadow.png');
	background-repeat: repeat-x;
	height: 5px;
	margin-top: 5px;
	float:left;
}

.bottom_shadow {
	width: 961px;
	float:left;
	margin-left: 2px;
	background-image: url('/img/bottom_shadow.png');
	background-repeat: repeat-x;
	height: 5px;
	margin-top: -3px;
}

#home_article {
	text-align: justify;
	font-size:14px;
	margin-bottom: 10px;
}
#home_article a {
	text-decoration: none;
}
#home_article #text a {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#home_article h2 {
	margin: 0px;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 22px;
	background-image: url('/img/back.png');
}
#home_article img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.semi {
	background-image: url('/img/back.png');
}
.error {
		font-size: 11px;
		font-weight: normal;
}
.okay {
		font-size: 13px;
		font-weight: bold;
}
#terms {
	text-align: justify;
	font-size: 13px;
}
#terms h1 {
	margin: 0px;
	padding: 5px;
	background-image: url('/img/back.png');
	font-size: 18px;
	margin-bottom: 10px;
}
#contact {
	text-align: center;
	margin: 20px;
}
#last_studios_in_cat {
	font-size: 11px;
	background-image: url('/img/back.png');
	padding: 3px;
	letter-spacing: 1px;
	text-align: center;
}
#last_studios {
	list-style-image: url('/img/li.png');
	list-style-position: inside;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	padding: 0px;
	font-size: 11px;
}
#last_studios li {
	width: 156px;
	overflow: hidden;
	white-space: nowrap;
}
#most_commented, #most_visited {
	font-size: 11px;
	background-image: url('/img/back.png');
	padding: 3px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0px;
	margin-bottom: 4px;
}
#most_commented_ul, #most_visited_ul {
	list-style: none;
	list-style-position: inside;
	list-style-image: url('/img/li.png');
	margin: 0px;
	margin-bottom: 10px;
	line-height: 20px;
	padding: 0px;
	font-size: 11px;
}
#most_commented_ul li, #most_visited_ul li {
	width: 156px;
	overflow: hidden;
	white-space: nowrap;
}
#articles, #news_at_home {
	height: 290px;
}
#news_at_home {
	margin-bottom: 10px;
}
#news_at_home, #home_obiavi, #home_comments {
	padding: 10px;
	background-image: url('/img/back.png');
}
#home_news, #obiavi_at_home {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#home_news li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#home_news h3 {
	font-size: 16px;
	margin: 0px;
	margin-top: -15px;
	padding: 0px;
}
#home_news h3 a {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#home_news h3 a:hover {
	text-decoration: none;
}
#home_news li {
	margin-bottom: 10px;
	font-size: 13px;
	text-align: justify;
}
#obiavi_at_home li {
	margin-bottom: 10px;
	font-size: 13px;
	text-align: justify;
}
#home_news img {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 5px;
}
#home_tabs, #home_tabs1, .home_tabs_li_hover {
	background-image: url('/img/back.png');
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#home_tabs li, #home_tabs1 li {
	float: left;
	text-align: center;
	margin-right: 1px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('/img/back.png');
}
#home_tabs li:hover, #home_tabs1 li:hover {
	cursor: pointer;
}
.home_tabs_li_hover {
	cursor: pointer;
}
#home_comments, #obiavi_at_home {
	height: 380px;
}
#obiavi_at_home {
	line-height: 14px;
}
#obiavi_at_home h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#tags {
	text-align: justify;
	margin-top: 10px;
}
#tags p {
	float: left;
	clear: none;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}
#tags h2 {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	margin: 2px;
	margin-right: 10px;
	font-size: 11px;
	font-weight: normal;
}
#home_comments #comments_at_home {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#home_comments li {
	padding-bottom: 6px;
	width: 560px;
	overflow: hidden;
	white-space: nowrap;
}
#home_comments h3 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
}
#home_comments li .studio_name {
	font-weight: bold;
	font-size: 13px;
}
#quick_reg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
}
#quick_reg #form {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 240px;
	height: 210px;
	margin-left: -120px;
	margin-top: -105px;
	z-index: 90;
	font-weight: bold;
	padding: 20px;
}
#quick_reg div#quick_name, #quick_reg div#quick_email {
	padding: 4px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #ccc;
}
#quick_reg #form input[type=text], #quick_reg #form select {
	margin-bottom: 10px;
	font-size: 18px;
	width: 230px;
}
#quick_reg #form input[type=button] {
	float: right;
	font-weight: bold;
	padding: 6px;
}
#quick_reg #form #cancel {
	float: left;
	font-weight: normal;
}
#quick_reg #form label {
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	padding-top: 10px;
}
#h1_tags {
	font-size: 10px;
	margin-right: 150px;
	float: right;
	text-align: right;
	width: 965px;
}
#cloud {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
  filter: alpha(opacity=60);
  z-index: 80;
}
#shadow {
	background-color: #000;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 240px;
	height: 210px;
	margin-left: -120px;
	margin-top: -105px;
	z-index: 85;
	padding: 20px;
	box-shadow: 0px 0px 80px #111;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=40,MakeShadow=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=40,MakeShadow=true)";
}
#edit {
	font-size: 13px;
	/*background-image: url(/img/back.png); */
	padding: 5px;
	margin-bottom: 10px;
}
#edit #studio_name, #edit #studio_city, #edit #studio_region select, #edit #studio_address, #edit #studio_mail, #edit #studio_www, #edit #studio_phone, #edit #studio_overview, #edit #studio_logo, #edit #studio_photo, #edit .submit {
	margin: 5px;
	width: 200px;
}
#edit #studio_name {
	margin-left: 74px;
}
#edit #studio_city {
	margin-left: 120px;
}
#edit #studio_region select {
	margin-left: 96px;
}
#edit #studio_address {
	margin-left: 8px;
	margin-bottom: 15px;
}
#edit #studio_procedures {
	margin-left: 156px;
	margin-top: -15px;
}
#edit #studio_procedures div {
	float: left;
	clear: none;
}
#edit #studio_procedures #procedures_checkboxes input[type="checkbox"] {
	padding:0px;
	margin:0px;
}
#edit #studio_mail {
	margin-top: -10px;
	margin-left: 90px;
}
#edit #studio_www {
	margin-left: 0px;
}
#edit #studio_phone {
	margin-left: 77px;
}
#edit #studio_overview {
	margin-left: 87px;
}
#edit #studio_logo {
	margin-left: 37px;
}
#edit #studio_photo {
	margin-left: 20px;
}
#edit .submit {
	margin-left: 152px;
}

#edit p {
	padding:0px;
	margin:0px;
	height:8px;
}
#edit #check_logo_result, #edit #check_photo_result {
	margin-left: 80px;
}
#edit a {
	cursor: help;
}
#edit label a {
	text-decoration: none;
}
