/*
Theme Name: YasminaTour RU
Theme URI: http://pr-phoenix.com/
Description: Сайт разработан компанией <a href="http://pr-phoenix.com/">Profit-Phoenix</a>.
Version: 1.0
Author: Mr.Alien
Author URI: http://pr-phoenix.com/
*/
/*
Set general CSS declarations
*/
/* Various elements */

body {
	margin: 0;
	padding: 0;
	background:#c1f0ff url(images/bg.jpg) repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
}

div {
	margin: 0;
	padding: 0;
}

p {
}

a {
	color:#b4c521;
}

a:hover {
	color:#ce050c;
}

a img {
	border:none;
}

code {
	display: block;
	background-color: #ffffcc;
	padding: 5px;
	margin: 10px;
	border: 1px solid #959595;
}

blockquote {
	background: url(images/quote.gif) left no-repeat;
	margin: 0;
	padding: 0 40px 0 40px;
	text-align: justify;
}

/* Main wrapper */

#wrap {
	width: 856px;
	margin:  0 auto;
}

/* Middle header image and text */

#header {
	background: url(images/bg_head_middle.jpg) no-repeat top left;
	height: 351px;
	width:856px;
}

.arklogo{
	background:url(images/arklogo.png);
	width:116px;
	height:112px;
	float:right;
	margin:102px 40px 0 0;
	cursor:pointer;
}

/* Horizontal navigation menu */

#navigation {
	clear: both;
	background: url(images/bg_head_bottom_nav.jpg) no-repeat top left;
	height: 43px;
}

#navigation ul {
	margin: 0 0 0 60px;
	padding: 13px 0 0 0;
	line-height:26px;
}

#navigation li {
	margin: 0px;
	float: left;
	list-style: none;
	background: url(images/menu_circle.jpg) no-repeat left;
	padding-left:10px;
	margin-right:20px;
}

#navigation li a {
	display: block;
	text-decoration: none;
	color:#ce050c;
	font-weight:bold;
}

#navigation li a:hover {
	color:#FFFFFF;
}

/* Container wrappers */

#container {
	width:800px;
	margin:0 42px 0 14px;
	background: #fff url(images/content_bottom.jpg) bottom no-repeat;
}

#left-wrap {
	width: 616px;
	float: left;
	margin: 0;
	padding: 0;
}

/* Main content area */

#content {
	width: 100%;
}

#content .post, #content .page {
	margin: 0;
	padding: 0 15px 10px 15px;
}

#content h2 {
	margin: 10px;
	padding: 0;
	color:#b4c521;
}

#content h2 a {
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: none;
}

#content h2.pagetitle {
	border-bottom: none;
	margin: 0 15px 20px 15px;
	padding: 3px 5px;
}

#content .entry h1 {
}

#content .entry h2 {
	border-bottom: none;
}

#content .entry h3 {
}

#content .entry h4 {
}

#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content p {
}

#content p.prefix {
	margin: 0;
	padding: 0;
}

#content p.suffix {
	padding: 5px;
	line-height: 16px;
	clear: both;`
}

#content p.suffix a {
	text-decoration: none;
}

#content p.suffix a:hover {
	text-decoration: underline;
}

#content p.edit {
	margin: 0;
	padding: 0;
}

#content ul, #content ol {
	padding: 6px 0 6px 30px;
	margin: 0 0 0 30px;
}

#content li {
	padding: 2px 0 2px 0;
}

#content ul li {
	list-style: square url(images/bg_bullet_full_2.gif);
}

.navigation, .bottomnavigation {
	height: 15px;
}

.navigation .alignleft, .bottomnavigation .alignleft {
	float: left	
}

.navigation .alignright, .bottomnavigation .alignright {
	float: right;
}

.entry {
	overflow: hidden;
}

.entry a {
	overflow: hidden;
}

.entry img {
	overflow: hidden;
}

/* Monsterous hack to get IE6 to cut off an image bigger than the post area */

* html .entry p {
	width: 99%;
	overflow: hidden;
}


/* Sidebars */

/* Right sidebar */

#right-sidebar {
	float: left;
	width: 184px;
	margin: 0;
	padding: 0;
}

#right-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#right-sidebar ul ul {
	margin: 0;
	padding: 0;
}

#right-sidebar span {
	margin: 0;
	padding: 0;
}

#right-sidebar h2 {
	background-image: url(images/sidebar_h2.jpg);
	background-repeat: no-repeat;
	width:159px;
	height:24px;
	padding:25px 0 0 25px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ce050c;
}

/* Change spacing below right hand menus */
#right-sidebar li {
}

#right-sidebar li li {
	background-image: none;
	margin: 0;
	border-bottom: none;
}

#right-sidebar li li li {
	margin: 0;
	padding: 0;
	border-bottom: none;

}

#right-sidebar a {
	text-decoration: none;
}

#right-sidebar li li a {
	background: url(images/bg_bullet_full_2.gif) left no-repeat;
}

#right-sidebar li li li a {
	background: url(images/bg_bullet_half_2.gif) left no-repeat;
}

#right-sidebar a:hover {
	text-decoration: underline;
}

#right-sidebar li.recentcomments {
	padding: 0;
	margin: 0;
}

#right-sidebar li.recentcomments a {
	background-image: none;
}

#right-sidebar li.recentposts {
}

#right-sidebar li.recentposts a {
	margin: 0;
	padding: 0;
	background-image: none;
}

#right-sidebar div.textwidget {
}

#right-sidebar div.textwidget p {
	padding: 0;
	margin: 0; 
}

#right-sidebar div#calendar_wrap {
	text-align: center;
	margin: 0;
}

#right-sidebar #wp-calendar {
	text-align: center;
}

#right-sidebar #wp-calendar a {
	text-decoration: none;
}

#right-sidebar td {
}

#right-sidebar td.pad {
	border: none;
}

#right-sidebar td#prev, td#next {
	border: none;	
}

#right-sidebar #today {
}

/* Footer */

#footer {
	clear: both;
	background: #04a5dc url(images/footer.jpg) repeat-x;
	text-align: center;
	padding-top:30px;
	font-size:10px;
	margin-top:30px;
}

#footer p {
	padding: 10px 0 2px 0;
}

#footer a {
	text-decoration: underline;
	color:#333333;
}

#footer a:hover {
	text-decoration: none;
	color:#ce050c;
}

/* Comment form */

h3#respond, h3#comments {
	margin; 0;
	padding: 0;
}

#commentwrap {
	background-color: #F0F0F0;
	border: 1px solid #DCDCDC;
	padding: 0 10px 10px 10px;
	margin: 0 15px 10px 15px;
}

#commentform {
	margin: 0;
	padding: 10px;
	border: 1px solid #DCDCDC;
}

#author {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#email {
	border: 1px solid #DCDCDC;
	height: 17px;
	width: 190px;
}

#url {
	border: 1px solid #DCDCDC;	
	height: 17px;
	width: 190px;
}

#comment {
	width: 405px;
	border: 1px solid #DCDCDC;
}

#submit {
	background-color: #E6E6E6;
	border: 1px solid #BEBEBE;
	padding:0;
	height: 30px;
	width: 405px;
	text-align: center;
	cursor: pointer;	
}

#submit:hover {
	background-color: #dcdcdc;
	color: #404040;
	border: 1px solid #404040;
}

/* Comments display */

#content ol.commentlist {
	padding: 0 0px 0 0px;
	margin: 0 15px 10px 30px;
}

#content ol.commentlist li {
	margin: 5px 0 5px 0;
	padding: 10px;
}

#content ol.commentlist li.alt {
}

/* Images */

img.left {
	float: left;
}

img.right {
	float: right;
}

.entry img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

.entry img {
	margin: 5px;
	padding: 0;	
	border: none;
}

.entry a img {
	border: none;
}

.entry a:hover img {
	border: none;
}

/* Various styles */

.strong {
}

.style7 a{
font-size:10px;
}

.page_top {
width:487px;
height:90px;
background:url(http://yasminatour.uz/ru/me1nu.jpg);
padding:40px 0 0 95px;
font-size:10px;
}

.page_top a{
color:#ce050c;
}

.clear {
	clear:both;
}

.page_top2 {
width:487px;
height:53px;
background:url(http://yasminatour.uz/ru/me2nu.jpg);
padding:40px 0 0 95px;
font-size:10px;
}

.page_top2 a{
color:#ce050c;
}

