@charset "UTF-8";

/*
Theme Name: SPbCU Lodging
Theme URI: http://spbcu.ru/
Description: Theme for SPbCU loding site
Version: 1.0
Author: Jim Mendenhall
Author URI: http://www.starryhope.com
Tags: 
Text Domain: spculoding

*/

/* CSS Document */
body {
	background: #FFF url(/i/top_bg.png) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	padding:0;
	margin:0;
}

h2 {
	font-size:2em;
	margin-bottom:0.25em;
}

h4 {margin-bottom: 5px !important;}

#content p {
text-indent:2em;
margin: 4px 0 0 0;
}

form p + p {
text-indent:0;
}

#header, #header_en {
	background:none repeat scroll 0 0 #F1F1F1;
	color:black;
	height:90px !important;
	margin-bottom:0;
	margin-left:0 !important;
	margin-right:0;
	margin-top:0;
	padding:0;
	position:relative;
	text-align:left;
	width:850px !important;
	font-size:10px;
}

#header span  {
	background:url("/i/header.png") no-repeat scroll left bottom transparent;
	height:90px;
	left:0;
	position:absolute;
	top:0;
	width:670px;
}

#header_en span  {
	background:url("/i/header_en.png") no-repeat scroll left bottom transparent;
	height:90px;
	left:0;
	position:absolute;
	top:0;
	width:670px;
}

#language {
	position:relative;
	float: right;
}

#language a {
	position:absolute;
	top:0;
	right:10px;
}

#nav_container {
	height: 50px;
	position:relative;
	margin-left: -8px;
}

#nav_main {
	background:url("/i/nav_bg.png") no-repeat scroll 0 0 transparent;
	height:40px;
	left:0px;
	top: 0;
	margin: 0;
	padding: 0 1px 0 2px;
	position:absolute;
}
#nav_main ul {
	height:40px;
	padding: 0 2px 0 0;
	list-style:none outside none;
	margin:1px 0 0 0;
}
#nav_main ul li {
	background:url("/i/nav_item_bg.png") repeat-x scroll left bottom #FFFFFF;
	float:left;
	font-size:1.25em;
	height:30px;
	line-height:1.4em;
	margin:5px 0 0 2px;
	padding:0;
}
#nav_main ul li#nav_home {
	margin-left:5px;
}
#nav_main ul li a:link, #nav_main ul li a:visited {
	background:url("/i/nav_item_bg.png") repeat-x scroll left bottom transparent;
	color:#666666;
	display:block;
	height:30px;
	padding:4px 10px 0;
	text-decoration:none;
}
#nav_main ul li a:hover, #nav_main ul li a:active {
	background-position:right bottom;
	color:#990000;
	text-decoration:none;
}
#nav_main ul li a.current {
	background-image: none;
	background:#FFF;
}

#welcome {
	background:#003366;
	color:#FFF;
	height:180px;
}

#welcome h2 {
	color:#FFF;
}

#welcome_text {
	float:left;
	width: 380px;
	padding: 5px 10px 10px 15px;
	font-size: 90%;
}

#welcome_text a {
	color: #fff;
}

#welcome_text h2, #front_three_column h2 {
	padding:0;
	margin:0;
}

#welcome_photo {
	float:right;
}

#buttons img {
	padding:0;
	margin:0 0 2px 5px;
}

#sidebar a {
	text-decoration: none;	
}

#subnav  {
	float:left;
	margin:-0.5em 20px 0 0;
	padding:0 0 40px 0;
	width:170px;
	list-style:none;
}
#subnav li {
	background:url("/i/list_line.png") no-repeat scroll left bottom transparent;
	font-size:1.0833em;
	line-height:1.5384em;
	padding:0.5em 0;
	
}
#subnav li a:link, #subnav li a:visited {
	color:#666666;
	display:block;
	padding-left:10px;
}
#subnav li a:hover, #subnav li a:active, #subnav li a.current  {
	background:url("/i/list_dot.png") no-repeat scroll 0 0.6em transparent;
	color:#990000;
	text-decoration:none;
}

#front_three_column {
	padding:10px 0 0 0;
}

#front_three_column h3 {
	margin:0 0 4px 0;
	padding: 0;
	font-size: 1.4em;
}

#content img {
	border: 1px solid #000;
}

#footer {
	background:url(/i/footer_bg.png) #F1F1F1 repeat-x left top;
	height: 250px;
	margin: 20px 0 0 0;
	padding:0;
}

#footer_content {
	padding: 20px 0 0 0;	
}

/* Css for form */

.left {
	float:left;
	padding:0 35px 15px 0;
}

.none {
	padding:0 35px 15px 0;
	clear:both;
}

.main {
	float:none;
	padding:0 35px 15px 0;
	clear:both;
}

.name {width:180px;}
.amount {width:60px;}
.street {width: 620px;}

.area {
	width:620px;
	height:80px;
}


/* css for tables with prices */

.wbg {background: #f1f1f1;}


/* css for comment form */

#respond p {text-indent: 0;}

#respond p small {font-weight: normal;}

.comment-body {padding-bottom: 30px !important;}

.usite {/*background: #959b9f !important;*/ color: #900 !important;}
