/*
Theme Name: TIPDOMA.COM
Theme URI: http://tipdoma.com/
Author: tipdoma
Author URI: http://tipdoma.com/
Version: 2.0
*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: none;
	outline: none;
}

body {
	font: normal 12px Arial, sans-serif;
	color: #414141;
}

p {
	margin-bottom: 10px;
}

input[type="text"], .filestyle {
	padding: 4px;
	width: 150px;
	color: #555;
	border: 1px solid #AAA;
	background: url("./images/input_bg.gif");
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 2px #DDD;
	-moz-box-shadow: 0 1px 2px #DDD;
	-webkit-box-shadow: 0 1px 2px #DDD;
}

input[type=submit] {
	padding: 3px 9px;
	font-size: 14px;
	color: #111;
	text-shadow: 0 1px 0 #FFF;
	border: 1px solid #AAA;
	background-color: #DDD;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(top,  #FFF,  #CCC);
	background: -o-linear-gradient(top,  #FFF,  #CCC);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC');
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

input[type=submit]:hover {
	position: relative;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#DDD));
	background: -moz-linear-gradient(top,  #CCC,  #DDD);
	background: -o-linear-gradient(top,  #CCC,  #DDD);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#DDDDDD');
}

select {
	padding: 3px;
	width: 160px;
	color: #333;
	border: 1px solid #AAA;
	background: url("./images/input_bg.gif");
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 2px #DDD;
	-moz-box-shadow: 0 1px 2px #DDD;
	-webkit-box-shadow: 0 1px 2px #DDD;
}

option {
	padding-right: 10px;
}

textarea {
	padding: 4px;
	width: 150px;
	color: #555;
	border: 1px solid #AAA;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 2px #DDD;
	-moz-box-shadow: 0 1px 2px #DDD;
	-webkit-box-shadow: 0 1px 2px #DDD;
}

a {
	color: #A90329;
	text-decoration: underline;
}

a:hover {
	color: #434343;
	text-decoration: none;
}

sup {
	font-size: 10px;
}

h1 a {
	float: right;
	margin-top: 6px;
	font-size: 12px;
}

.text-1 {
	width: 40px !important;
}

.text-2 {
	width: 100px !important;
}

.select-1 {
	width: 80px !important;
}

#main {
	margin: 0 auto;
	width: 947px;
}

#header {
	position: relative;
	width: 100%;
	height: 215px;
	background: #A90329 url('./images/logo.png') no-repeat left top;
}

#header > a {
	display: block;
	width: 320px;
	height: 80px;
}

#headbanner {
position: relative;
top: 0;
right: 54px;
background: #A90329 url('./images/head-banner.png') no-repeat;
}

#navigation {
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	height: 50px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	list-style: none;
	background: url('./images/navigation_bg.png') repeat-x;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	padding: 18px 15px 0 15px;
	min-height: 32px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}

#navigation li:last-child a {
	border-right: none;
}

#navigation li a:hover, #navigation li a.active {
	background: url('./images/navigation_active_bg.png') repeat-x;
}

#share-home {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#content {
	margin: 15px 212px 0 212px;
}

.post h1 {
	margin-bottom: 18px;
	padding-bottom: 4px;
	font-size: 20px;
	color: #6B030B;
	border-bottom: 1px solid #B1B1B1;
}

.post .category, .post-short .category {
	margin: 10px 0;
}

.post-short {
	margin-bottom: 24px;
}

.post-short h3 {
	margin-bottom: 8px;
	font-size: 16px;
	color: #6B030B;
}

#l_sidebar, #r_sidebar {
	width: 200px;
}

#l_sidebar {
	float: left;
}

#r_sidebar {
	float: right;
}

.block {
	margin: 15px 0;
	padding: 0 10px 5px 10px;
}

.block .title {
	display: block;
	margin: 0 -10px 10px -10px;
	padding: 5px 7px;
	font-size: 15px;
	font-family: Helvetica, sans-serif;
	color: #FFF;
	background: #A90329 url('./images/navigation_active_bg.png') repeat-x top;
}

.block li.inform {
	display: block;
	margin-bottom: 10px;
	padding: 7px;
	list-style: none;
	background-color: #FFE3EA;
}

.block li.inform:nth-child(odd) {
	color: #FFF;
	background-color: #C34E69;
}

.block li.inform:nth-child(odd) a {
	color: #FFF;
}

#search {
	float: left;
	margin-bottom: 15px;
	padding: 0 30px 20px 30px;
	border: 1px solid #A90329;
}

#search .title {
	display: block;
	margin: 0 -30px 20px -30px;
	padding: 5px 7px;
	font: normal 15px Helvetica, sans-serif;
	color: #FFF;
	background: #A90329 url('./images/navigation_active_bg.png') repeat-x top;
}

.select-block {
	float: left;
	margin-bottom: 24px;
	width: 33%;
	list-style: none;
}

.select-block li:first-child {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 13px;
}

.select-block li {
	margin: 6px 0 6px 4px;
}

.select-block li input {
	margin-right: 4px;
}

#search-button {
	float: right;
}

.form-table {
	margin-bottom: 18px;
	font-weight: 700;
	border-collapse: collapse;
}

.form-table td {
	padding: 5px 0;
	vertical-align: top;
}

.form-table span {
	font-weight: 400;
	font-size: 10px;
}

.menu {
	list-style: none;
}

.menu li {
	margin-bottom: 10px;
}

.menu li a {
	font-weight: 700;
	font-size: 13px;
}

#footer {
	float: left;
	margin-top: 40px;
	padding: 20px 40px;
	text-align: center;
	border-top: 1px solid #B1B1B1;
	clear: both;
}

#counters {
	text-align: center;
}

#counters img {
	margin: 10px 5px 0 5px;
}

#wp_page_numbers ul {
	list-style: none;
}

#wp_page_numbers li {
	float: left;
	margin: 0 10px;
}

#add-classified-button {
	position: fixed;
	right: 0;
	top: 50%;
	padding: 5px 10px;
	width: auto !important;
	height: auto !important;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background-color: #D80031;
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
}

.classified {
	float: left;
	padding: 10px 15px;
	width: 493px;
	border-bottom: 1px solid #FFF;
}

.classified:hover {
	border-bottom: 1px solid #B1B1B1;
	background-color: #F4F4F4;
}

.classified:hover .date {
	color: #414141;
}

.classified .price {
	float: left;
	width: 120px;
}

.classified .price strong {
	font-size: 16px;
}

.classified .info {
	float: left;
	width: 373px;
}

.classified .info a {
	font-size: 15px;
}

.classified .location {
	display: block;
	margin-top: 2px;
}

.classified .location a {
	font-size: 12px;
	color: #414141;
	text-decoration: none;
	border-bottom: 1px dotted #414141;
}

.classified .date {
	display: block;
	margin-top: 8px;
	color: #B1B1B1;
}

.classified .images {
	display: block;
	margin-top: 10px;
}

.classified .images a {
	margin-right: 10px;
}

.classified .images img {
	padding: 2px;
	border: 1px solid #B1B1B1;
}

#classifieds-add-form .filestyle {
	margin-bottom: 5px;
}

#classified-full {

}

.classified-full-block {
	margin-bottom: 10px;
	padding: 10px;
	line-height: 20px;
	background-color: #F1F1F1;
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	box-shadow: 0 0 2px #B1B1B1;
	-moz-box-shadow: 0 0 2px #B1B1B1;
	-webkit-box-shadow: 0 0 2px #B1B1B1;
}

.classified-full-block:hover {
	background-color: #F9F9F9;
}

.classified-full-block span {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #B1B1B1;
}

.classified-full-block span div {
	display: inline-block;
	float: right;
}

.classified-full-block span div a {
	font: normal 12px Arial, sans-serif;
	color: #414141;
	text-decoration: none;
	border-bottom: 1px dashed #414141;
}

.classified-full-block span div img {
	margin: 0 2px -4px 0;
	width: 14px;
	height: 14px;
}

.classified-full-block p {
	margin: 0;
}

.classified-full-block p img {
	padding: 2px;
	border: 1px solid #B1B1B1;
}

#faq {
	margin-top: 20px;
}

#faq .faq-block {
	margin-bottom: 10px;
	padding: 10px;
	line-height: 17px;
	background-color: #F1F1F1;
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	box-shadow: 0 0 2px #B1B1B1;
	-moz-box-shadow: 0 0 2px #B1B1B1;
	-webkit-box-shadow: 0 0 2px #B1B1B1;
}

#faq .faq-block:hover {
	background-color: #F9F9F9;
}

#faq .faq-block .question {
	padding-bottom: 5px;
	border-bottom: 1px solid #B1B1B1;
}

#faq .faq-block .answer {
	padding: 5px 0 0 20px;
	border-top: 1px solid #FFF;
}

#faq .faq-block .question span, #faq .faq-block .answer span {
	margin-right: 6px;
	font-weight: 700;
	font-size: 14px;
}

#classifieds {
	border-collapse: collapse;
}

#classifieds td {
	padding: 10px;
}

#classifieds tr {
	border-bottom: 5px solid #FFF;
	background-color: #F4F4F4;
}

#message {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #A90329;
	background: #FFE3EA;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#message-green {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #05AA24;
	background: #E3FFE8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.ymaps-hint {
	float: left;
	padding: 5px;
}

.ymaps-hint .price {
	float: left;
	width: 120px;
}

.ymaps-hint .price strong {
	font-size: 16px;
}

.ymaps-hint .info {
	float: left;
}

.ymaps-hint .info a {
	font-size: 15px;
}

.ymaps-hint .location {
	display: block;
	margin-top: 2px;
}

.filestyle-button {
	margin-left: 6px;
	border: 1px solid #AAA;
	background-position: center top !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.filestyle-button:hover {
	background-position: center bottom !important;
}

#order {
	float: left;
	margin-bottom: 20px;
}

#order a {
	display: block;
	float: right;
	margin-right: 5px;
	padding: 6px 8px;
}

#order a.active {
	color: #434343;
	text-decoration: none;
	background-color: #F1F1F1;
}

#pager {
	display: inline-block;
	list-style: none;
}

#pager li {
	float: left;
	margin: 0 4px;
	background-color: #F1F1F1;
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	box-shadow: 0 0 2px #B1B1B1;
	-moz-box-shadow: 0 0 2px #B1B1B1;
	-webkit-box-shadow: 0 0 2px #B1B1B1;
}

#pager li:hover {
	background-color: #F9F9F9;
}

#pager li a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
}

#pager li.active {
	background-color: #F9F9F9;
}

#pager li.active a {
	color: #434343;
}

.standart-table {
	border: 2px solid #86100C;
	border-collapse: collapse;
}

.standart-table td {
	padding: 6px 20px;
	font-family: Tahoma, sans-serif;
	color: #1B1B1B;
	border: 1px solid #86100C;
}

.standart-table tr:first-child td {
	font-weight: 700;
	font-size: 13px;
	border-bottom-width: 2px;
	background-color: #F8C5C2;
}

.standart-table tr:first-child td:last-child {
	border-left-width: 2px;
}

.y5 {
	float: left;
}
