/*
Theme Name: Uranium Theme
Description: Custom theme by Lexx
Version: 1.0
Author: Alexei Medvedev
Author URI: lexx.kg@gmail.com
*/
*html #pixopoint_menu1{
	height:28.3em;
}
#suckerfishnav{
	position:relative;
	z-index:9;
}
*html #suckerfishnav{
	position:absolute;
}
#suckerfishnav ul li{
	margin-left:10px;
}
#suckerfishnav li.sfhover ul{
	position:absolute;
	left:221px;
	margin-top:-3em;
	z-index:10;
}
*html #suckerfishnav li.sfhover ul{
	/*position:relative;
	left:-9px;
	margin-top:-20em;*/
	/*left:231px;*/
}
#suckerfishnav li{
	margin:1px 0 0;
	float:left;
}
#suckerfishnav li a, #suckerfishnav li.current_page_item li a{
	width:195px;
	display:block;
	background:#A09F9D url('img/menu-img.png') no-repeat;
	font:normal normal bold 1.2em/1.1em Verdana;
	padding:8px 0;
	padding-left:35px;
	text-decoration:none;
	color:#FFF;
}
#suckerfishnav li a:hover, #suckerfishnav li.current_page_item a{
	background:#A09F9D url('img/menu-img-active.png') no-repeat;
	text-decoration:none;
	color:#F6DA06;
}
#suckerfishnav li a.sf-with-ul{
	background:#A09F9D url('img/menu-arrow.png') no-repeat;
}
#suckerfishnav li a.sf-with-ul:hover{
	background:#A09F9D url('img/menu-arrow-active.png') no-repeat;
}
#suckerfishnav li a .sf-sub-indicator{
	display:none;
}
#suckerfishnav li a:hover .sf-sub-indicator{
	background:#CCC url('img/menu-arrow-active.png') repeat-x;
}

#intermap{
	display:block;
	height:115px;
	width:205px;
	background-image:url('img/intermap.jpg');
	margin:5px auto;
}
/* Begin Typography & Colors */
body {
	margin:0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFF;
	color: #333;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 2.5em;
	}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	color:#652e2e;
}
h3 a{ color:#652e2e; text-decoration:none; }
h3 a:hover{ color:#982727; }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

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

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a {
	color: #652e2e;
	text-decoration: underline;
}
a:hover {
	color: #982727;
	text-decoration: none;
	}
#content h2.pagetitle{
	background:#7D0606 url('img/h2-bg.png') no-repeat scroll right top;
	padding:0;
	margin:0 0 5px 0;
	height:31px;
}
#content h2.pagetitle a{
	display:block;
	height:31px;
	background:url('img/h2-a-bg.png') no-repeat scroll left top;
	font-size:1em;
	font-weight:bold;
	color:#fff;
	font-family:Verdana, Arial, sans-serif;
	line-height:30px;
	padding-left:40px;
	text-decoration:none;
	margin:0;
	float:left;
}
#content h2.pagetitle a:hover{
	color:#EEE;
}
/* End Typography & Colors */



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

#breadcrumb{
	height:23px;
	line-height:21px;
	padding:0 10px;
	background:#677 url('img/header-strip-bg.gif') repeat-x;
	color:#FFF;
	font-size:1.1em;
}
#breadcrumb a{
	color:#FFF;
	font-weight:bold;
}
#breadcrumb a:hover{
	text-decoration:none;
}
#mininav{
	float:right;
	padding-top:3px;
}
#mininav a{
	display:block;
	width:19px;
	height:14px;
	text-decoration:none;
	float:left;
	margin:0 2px;
}
#mininav a.home{background:url('img/mininav/home.png') no-repeat;}
#mininav a.contact{background:url('img/mininav/contact.png') no-repeat;}
#mininav a.sitemap{background:url('img/mininav/sitemap.png') no-repeat;}
#mininav a.home:hover{background-image:url('img/mininav/home-a.png');}
#mininav a.contact:hover{background-image:url('img/mininav/contact-a.png');}
#mininav a.sitemap:hover{background-image:url('img/mininav/sitemap-a.png');}

#logo{
	background:url('img/uran-logo.png') repeat-x right;
	margin:29px 0 0 30px;
	height:85px;
	width:177px;
	float:left;
}
*html #logo{
	margin-left:15px;
}
#header-main{
	height:114px;
	background:#611C1C url('img/header-bg.jpg') repeat-x;
} 
#header-main .cnt{
	height:114px;
	background:url('img/header-right-img.png') no-repeat right;
}
#navbar{
	border-top:1px solid #FFF;
	height:36px;
	background:#FFF url('img/header-bar-bg.gif') repeat-x;
	font-size:1.2em;
}
#search-holder{
	float:left;
	height:36px;
	border-right:1px solid #FFF;
	width:255px;
}
#searchform{
	background:#FFF;
	border:1px solid #751A1A;
	margin:5px 7px;
	padding:2px 0 0;
	height:20px;
	overflow:hidden;
}
#searchform input{
	border:0;
	float:right;
	height:18px;
}
#searchform .search-field{
	width:212px;
}
#searchform .zoom{
	background:#FFF url('img/lupa.gif') no-repeat;
	width:22px;
	height:20px;
	display:block;
}
#topmenu{
	margin-left:255px;
}
#topmenu ul{
	margin:0;
	padding:0;
}
#topmenu ul li{
	list-style:none outside none;
	float:left;
	border-right:1px solid #FFF;
	line-height:35px;
}
*html #topmenu ul li{
	width:20px;
	white-space:nowrap;
}
#topmenu ul li a{
	display:block;
	height:36px;
	color:#FFF;
	text-decoration:none;
	padding:0 15px;
}
#topmenu ul li a:hover{
	color:#FCE203;
	background-image:url('img/a-hover.gif');
	background-position:center bottom;
	background-repeat:no-repeat;
}
#topmenu ul li.current_page_item a, #topmenu ul li.current_page_parent a{
	background:#696868 url('img/a-active.gif') repeat-x;
}
#topmenu ul li.current_page_item a:hover,  #topmenu ul li.current_page_parent a:hover{
	background:#696868 url('img/a-active.gif') repeat-x;
	cursor:default;
	color:#FFF;
}
#lang-holder{
	float:right;
	background:#696868 url('img/a-active.gif') repeat-x;
	height:36px;
	border-left:1px solid #FFF;
	text-align:center;
	font-size:11px;
	color:#FFF;
	line-height:33px;
	padding:0 7px;
}
#lang-holder ul li{
	border:0;
}
#lang-holder ul li a{
	display:inline;
	color:#FFF;
	padding:0 3px;
	font-weight:bold;
}
#lang-holder ul li a:hover{
	background:none;
	text-decoration:underline;
}
#lang-holder ul li.current a, #lang-holder ul li.current a:hover{
	text-decoration:none;
	color:#FCE203;
	cursor:default;
}
#body{
	background:#FFF url('img/sidebar-bg.gif') repeat-y;
	height:auto;
	min-height:100%;
	width:100%;
}
#body-ctn{
	margin-left:255px;
}
#content{
	/*margin-left:255px;*/
	float:left;
	width:100%;
	font-size:1.2em;
}
*html #content{
	position:relative;
	z-index:1;
	width:100%;
}
.padder {
	margin:15px;
}
*html .padder {
	width:95%;
}
#footer{
	clear:both;
	height:50px;
	background:#EEE url('img/footer-bg.gif') repeat-x;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 15px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

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

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

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}
.more-link{
	float:right;
	display:block;
	padding-right:5px;
	font-weight:bold;
	text-decoration:none;
}
/* End Structure */



/*	Begin Headers */
h1 {
	
	padding:20px 0 0;
	margin:0 auto;
	font:normal normal bold 28px/32px Verdana;
	text-transform:uppercase;
	text-align:center;
	width:20em;
	}
h1 a{
	color:#ffdc40;
	text-decoration:none;
}
h1 a:hover{
	color:#FFF;
}
.description{
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:10px 0 0;
	width:40em;
	margin: 0 auto;
}
h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

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

h3 {
	padding: 0;
	margin: 10px 0 0;
	}
h3.single {
	text-align:center;
	margin: 10px 0 5px;
	font-size:1.2em;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.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: 1px 0 0;
	padding: 0;
	}
.event-entry{
	background:#f5f5f5;
	border:#ecebeb;
	padding: 10px;
	border:1px solid #E6E6E6;
	margin:10px 5px 0;
	position:relative;
}
.event-entry p{
	margin:0;
}
.event-date{
	background-image:url('img/event-date.png');
	display:block;
	float:left;
	height:37px;
	width:37px;
	margin-right:10px;
	color:#FFF;
	position:relative;
}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 0;
}

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

#commentform textarea {
	width: 550px;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
	}
	
form.login-form{
	margin:0;
}
form.login-form input.form-text{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	padding:0px 4px;
	height:23px;
	border:1px solid #77171B;	
	margin:5px 0 3px 7px;
	float:left;
	width:135px;
	text-transform:lowercase;
}
form.login-form label{
	color:#77171B;
	font-size:1.2em;
	font-weight:bold;
	float:left;	
	display:block;
	line-height:25px;
	width:6.5em;
	margin:3px 0 3px 9px;
}
div#login_error{
	color:red;
	font-size:12px;
	text-align:center;
	padding:5px 0;
}
form.login-form input.form-submit{
	height:18px;
	width:17px;
	background-image:url('img/button-bg.gif');
	color:#FFF;
	float:right;
	height:23px;
	width:145px;
	font-weight:bold;
	border:1px solid #7A171B;
	margin:4px 16px 3px 2px;
}
*html form.login-form input.form-submit{
	margin:4px 8px 3px 2px;
}

/* 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 {
	text-align: center;
	margin: 0;
	padding: 0;
	}

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



/* Begin Sidebar */
#sidebar{
	width:255px;
	float:left;
	margin-left:-255px;
	clear:left;
	position:relative;
}
* html #sidebar{
	margin-left: -128px;
	z-index: 99;
}
#sidebar h2{
	background:#DADADA url('img/sidebar-block-header.png') no-repeat;
	height:28px;
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
	line-height:25px;
	padding-left:20px;
	margin:10px 0 0;
}
/* End Sidebar */

/* 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 {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: block;
	height:0px;
	border:0;
	border-bottom:1px solid #652e2e;
	/*clear:right;*/
	margin:10px 0;
}

a img {
	border: none;
	}

.navigation, .navigation-single {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.navigation-single{
	background:#F8F8F7;
	border:1px #DADADA solid;
	padding:3px 7px;
}
.navigation-single .alignleft, .navigation-single .alignright{
	text-align:left;
	font-size:10px;
	width:300px;
}
.navigation-single .alignright{
	text-align:right;
}
.navigation-single a{
	display:block;
}

/* End Various Tags & Classes*/
/* Contact Form */
div.wpcf7 p{
	text-align:left;
}
div.wpcf7 textarea{
	width:650px;
}
/* End Contact Form */
/* FAQ */
ol.faq{

}
ol.faq li{
	list-style:none outside none;
	margin:0;
	padding:0;
}
ol.faq li h3{
	background-image:url('img/faq-mark.gif');
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding:5px 0 5px 30px;
}
.faq .alt {
	background-color:#E5E5E5;
}
/* End FAQ */
/* NextGen Gallery */
.ngg-galleryoverview{
	/*width:730px !important;
	margin:0 auto;*/
}
.ngg-galleryoverview .ngg-gallery-thumbnail{
	font-size:11px;
}
.ngg-galleryoverview .ngg-gallery-thumbnail h3{
	margin:0;
	text-align:center;
	margin:-6px 0 8px;
	color:#606060;
}
.ngg-gallery-thumbnail{
	width:197px;
	height:260px;
/*width:317px;*/
}
*html .ngg-gallery-thumbnail{
	width:187px;
}
/* End NextGen Gallery */