/*
Theme Name: Art-Tour
Version: 2.0
Author: Ivanov Maxim

In this version contact form code included.
*/

html,body  {
	font-family : Arial,arial, geneva, sans-serif;
	font-weight : normal;
	font-size : 12px;
	height:100%;
	margin:0px;
	padding:0px;
//	background: #EBEAE8;
	background: #a5a5a5;
}


#container {
	width: 961px;
	margin: 0 auto;
	display: table;
	background: white;
}

#ramka {
	background: url(images/mainwrap-bg.gif) repeat-y center top;
	margin: 0 auto;
	width: 979px;
}

#header {
	width: 961px;
	height: 144px;
	display: block;
	overflow:hidden;
}

#sidebar {
	float: left;
	width: 243px;
	background: #f3f3f3;
	display: block;
	overflow:hidden;
}

#sidebar-inner {
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 10px;
}

#sidebar-block {
	background: #a5a5a5;
}

#sidebar-block h3 {
	color: #FFFFFF;
	font-size: 100%;
	letter-spacing: 1px;
	margin: 0 0 10px;
	padding: 8px 0 7px 15px;
	text-transform: uppercase;
}

#content {
	float: left;
	width: 718px;	
	background: url(images/shadow.jpg) no-repeat;
}

#content-inner {
	padding-left: 25px; 
	padding-right: 25px;
	padding-top: 65px;
}

#footer {
	width: 961px;
	height: 55px;
	background: #a5a5a5;
}

#footer-white {
	float: left;
	background: white;
	width: 243px;
	height: 55px;
}

#footer-copy {
	color:#222222;
	font-weight: bold;
	padding-top: 19px;
	padding-left: 10px;
}

#footer-info {
	float: right;
	color:#222222;
	font-weight: bold;
	padding-top: 19px;
	padding-right: 10px;
}

#footer-line {
	width: 960px;
	height: 3px;
	background: url(images/bottomli.gif);
}


.header {

}

#menu a {
	text-decoration: none;
	color: #ca5143;
	font-size : 12px;
	font-weight: bold;
	text-transform:uppercase;
}

#menu a:hover {
	text-decoration: none;
	color: black;
}


a  {
	COLOR : #000000;
	FONT-FAMILY : Arial,arial, geneva, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
}


a.link2  {
	COLOR : #cc0000;
	FONT-FAMILY: Arial,arial, geneva, sans-serif;
	font-weight : bold;
	font-style: normal;
	text-decoration: none;
}


ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: url(images/mainlevel-bg.gif) repeat-x left bottom;
	display: block;
	line-height: normal;
	margin: 0;
	padding: 0 0 2px 0;
}

ul.menu li a {
	background: url(images/bullet.gif) no-repeat 0 12px;
	color: #555555;
	display: block;
	margin: 0;
	outline: none;
	padding: 6px 0 6px 15px;
	text-decoration: none;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #B9B7B5;
	color: #666666;
	font-size: 100%;
	padding: 2px;
}

.button {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	color: #555555;
	font-weight: bold;
	padding: 1px 8px;
}

* html .button {
	padding: 0 5px !important; /*IE 6*/
}

*+html .button {
	padding: 0 5px !important; /*IE 7*/
}


#postdivider {
	background: url(images/dot.gif) repeat-x left center;
	display: block;
	height: 2px;
	margin-left: 0px;
    	margin-right: 0px;
}

p.postmetadata {
	font-size:85%;
	align: right;
}

p, em {
	color: #555555;
}


h2 {
	color: #555555;
	font-size:18px;
}

h2 a {
	color: #555555;
	text-decoration: none;
}

a {
	color: black;
}

a.more-link {
	color: #cc0000;
}

img {
    border: 0;
}


/* !!! */
table.zagolovok img {
 padding-right: 15px;
}

#navigation {
	width: 150px;
	margin: 0 auto;
}

a.more-link {
	text-transform:lowercase;
}

