/* CSS for Crimea-Realty.biz */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	background: #aaa url(/images/bg.gif) 100% 0 repeat-x;
}
/* Табличечки */
table {
	border : 0px;
	border-collapse : collapse;
}
table td {
	padding : 0px;
}

.quote {
	background: #f5f5dc;
	margin: 0;
	padding: 4px;
	border: 1px dotted #deb887;
}

.Partner {
	display: none;
}

/* Контейнер */
#container {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 4px;
	background-color : #fff;
	/*border-left : 1px solid #8b8;
	border-right : 1px solid #8b8;*/
}

#Header {
	width: 100%;
	height: 160px;
	background: #fff url(/images/header_bg.jpg) 0 0 no-repeat;
}

/* Серч */
#search-table {
	width : 99%;
}
#form {
	width : 100%;
	margin :  0px 0px 0px 0px;
}
#form th {
	width : 100%;
	padding-right : 5px;
}
#form th input {
	width : 100%;
	background-color : #eef;
	border : 1px solid #080;
	padding : 2px 2px 2px 2px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: normal;
}
.example {
	color : #000;
	padding : 2px 0px 2px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
	text-decoration : none;
}
.example-click {
	border-bottom : 1px dashed black;
	color : #000;
	padding : 0 0 0 2px;
	font-style : italic;
	text-decoration : none;
	cursor : pointer;
}
.btn {
	font-family : Arial, Helvetica, sans-serif;
	border : 1px solid #080;
	font-size : 12px;
	background-color : #fff;
	width : 100px;
	height : 22px;
	cursor : pointer;
	color : #080;
	text-align : center;
}

/* Search */
.search-table {
	padding : 2px;
}
.search-table input {
	border: 1px solid #080;
	background-color : #8b8;
}
.search-table select {
	border: 1px solid #080;
	background-color : #8b8;
}

/* Голос */
.vote  {
	color : #000;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
}

/* Нафигация по страничкам */
.navigation {
	color : #b8860b;
	font-size : 18px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.navigation a:active,
.navigation a:visited,
.navigation a:link {
	background-color : #deb887;
	padding : 0 4px 0 4px;
	border: 1px solid #b8860b;
	color : #fff;
	text-decoration : none;
}
.navigation a:hover {
	background-color : #deb887;
	color : #b8860b;
	text-decoration : none;
}
/* Название  сайта */
#NameSite {
	text-align : center ;
}
#NameSite h1 {
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size : 60px;
	line-height : 48px;
	color : #ffebcd;
	letter-spacing : 2px;
	font-weight : normal;
	margin: 0;
	padding: 10px 0 0 0
}
#NameSite h1 a:active,
#NameSite h1 a:visited,
#NameSite h1 a:link {
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size : 60px;
	line-height : 48px;
	color : #000;
	letter-spacing : -2px;
	font-weight : normal;
	text-decoration : none;
}
#NameSite h1 a:hover {
	font-family : 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size : 60px;
	line-height : 48px;
	color : #555;
	letter-spacing : -2px;
	font-weight : normal;
	text-decoration : none;
}
#NameSite h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size : 16px;
	line-height : 42px;
	color : #fff;
	letter-spacing : 2px;
	font-weight : bold;
	margin: 0;
}

/* Верхняя нафигация */
#TopNavigation {
	width : 100%;
	background: #deb887;
	padding : 8px 0px 8px 0px;
	margin :  0px 0px 9px 0px;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center ;
	font-size : 12px;
	letter-spacing : 1px;
	border-top : 1px solid #daa520;
	border-bottom : 1px solid #daa520;
}
#TopNavigation a:active,
#TopNavigation a:visited,
#TopNavigation a:link {
	padding : 2px;
	border : 1px solid #daa520;
	color : #244;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : underline;
}
#TopNavigation a:hover {
	padding : 2px;
	border : 1px solid #000;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

/*-----П-О-С-Т-----*/
/* Таблица поста */
.post-table {
	width : 100%;
	background: #fff;
	border-collapse : collapse;
	border: 1px solid #deb887;
}
/* Линк категории */
.link-category {
	color : #aaa;
	font-size : 9px;
	padding : 5px 10px 5px 10px;
	font-family : Arial, Helvetica, sans-serif;
	/*text-transform : uppercase;*/
	text-align : left ;
}
.link-category a:active,
.link-category a:visited,
.link-category a:link {
	color : #aaa;
	text-decoration : underline;
}
.link-category a:hover {
	color : #aaa;
	text-decoration : underline;
}
/* Дата поста */
.date-post {
	color : #aaa;
	font-size : 9px;
	padding : 5px 10px 5px 10px;
	font-family : Arial, Helvetica, sans-serif;
	/*text-transform : uppercase;*/
	text-align : right ;
}
/* Сам пост аля текст */
.post {
	padding : 5px 10px 5px 10px;
	font-size : 14px;
	font-family : Tahoma, 'sans-serif', 'Arial';
	text-align : justify;
}
.post a,
.post a:visited {
	color : #deb887;
	text-decoration : underline;
}
.post a:hover {
	color : #deb887;
	text-decoration : none;
}
/* Линка "более падробна" */
.post-more {
	font-size : 16px;
	padding : 4px 6px 10px 0px;
	letter-spacing : 1px;
	font-weight : normal;
	font-family : Tahoma, 'Arial';
	text-align : right;
	display : block;
	color : #daa520;
}
.post-more a,
.post-more a:visited {
	padding : 4px;
	color : #daa520;
	text-decoration : underline;
}
.post-more a:hover {
	padding : 4px;
	background-color : #daa520;
	color : #fff;
	text-decoration : underline;
}
/* Заголофак поста */
.post h1 {
	font-size : 18px;
	line-height : 20px;
	/*letter-spacing : -1px;*/
	font-weight : normal;
	font-family : Tahoma, 'Arial';
	text-align : center;
	padding : 0px;
	margin : 0px;
	display : block;
	color : #b8860b;
}
.post h1 a,
.post h1 a:visited {
	color : #b8860b;
	text-decoration : none;
}
.post h1 a:hover {
	color : #daa520;
	text-decoration : none;
}
/*-----К-О-Н-Е-Ц-----П-О-С-Т-А-----*/
/* Левая сторона */
#left-bar {
	font-size : 12px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	width : 200px;
	margin : 0 4px 0 0;
	line-height : 1.3em;
	/*text-align : justify;*/
}
#left-bar h2 {
	margin : 0;
	padding : 5px 0 5px 8px;
	color : #244;
	clear : both;
	background: #deb887;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
}
#left-bar a {
	display: block;
	border: none;
	color: #b8860b;
	text-decoration: underline;
}
#left-bar a:hover {
	color: #daa520;
	text-decoration: underline;
}
#left-bar li {
	border-bottom : 1px solid #deb887;
	padding : 4px;
	text-align : left;
}
#left-bar ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}

/* Правая сторона */
#right-bar {
	font-size : 12px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	width : 200px;
	margin : 0 0 0 4px;
	line-height : 1.3em;
	/*text-align : justify;*/
}
#right-bar h2 {
	margin : 0;
	padding : 5px 0 5px 8px;
	color : #244;
	clear : both;
	background: #deb887;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
}
#right-bar a {
	/*display : block;*/
	border : none;
	color : #b8860b;
	text-decoration : underline;
}
#right-bar a:hover {
	color : #daa520;
	text-decoration : underline;
}
#right-bar li {
	border-bottom : 1px solid #deb887;
	padding : 4px;
	text-align : left;
}
#right-bar ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}



/* Голосовалка */
.bbcodes {
	font-family : Arial, Helvetica, sans-serif;
	border : 1px solid #deb887;
	font-size : 12px;
	background-color : #fff;
	width : 80px;
	height : 22px;
	cursor : pointer;
	color : #244;
	text-align : center;
}


/* Подвальчег */
#footer {
	width: 100%;
	height: 100px;
	background: #deb887;
	border-top : 4px solid #daa520;
	margin:  0x;
	font-family : Tahoma, 'Arial';
}

#footer a:active,
#footer a:visited,
#footer a:link {
	color : #000;
	text-decoration : underline;
}
#footer a:hover {
	color : #000;
	text-decoration : underline;
}

.footer-left {
	margin :  0px 0px 0px 20px;
	text-align : left;
}
.footer-right {
	margin:  0px 20px 0px 0px;
	font-size : 12px;
	color : #000;
	text-align : right;
}

/* begin clouds */
#clouds {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
}
#clouds a:hover {
	background: #deb887;
	color: #fff;
	text-decoration: none;
}
.clouds_xsmall {
	font-size: 12px;
}
.clouds_small {
	font-size: 16px;
}
.clouds_medium {
	font-size: 18px;
}
.clouds_large {
	font-size: 24px;
}
.clouds_xlarge {
	font-size: 28px;
}
/* end clouds */
