/*
Theme Name: Yulduz Design
Theme URI: http://yulduz.kz
Description: Site Design
Author: LiquidRayDesign
Author URI: http://liquidraydesign.com
Version: 1.0
*/


/*** reset.css ***/
/* reset.css
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:active, :focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* typography 
---------------------------------------------------------------*/
body {
  font-size: 75%; 
  color: #423827; 
  background: #fff url(img/body-top-bg.gif) top center repeat-x;
  font-family: arial, helvetica, sans-serif;
}

/* --headers
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #836d4c; 
	font-family: 'times new roman', serif;
	margin-bottom: 12px;
}
/* 32px - The quick brown fox jumps over the lazy dog */
h1 { 
	font-size: 36px; 
	line-height: 36px; 
	margin-top: 0.5em; 
}
h2 { 
	font-size: 28px; 
	line-height: 30px; 
	margin-top: 0.5625em; 
}
h3 { 
	font-size: 32px;
	line-height: 36px;
	margin-top: 0.75em; 
}
h4 { 
	font-size: 22px;
	line-height: 36px;
	margin-top: 0.8182em; 
}

h5 { 
	font-size: 20px;
	line-height: 36px;
	margin-top: 0.9em; 
}
h6 { 
	font-size: 18px;
	line-height: 18px;
	margin-top: 1em; 
}
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* text
-------------------------------------------------------------- */

p { 
	margin: 0 0 1.5em; 
	line-height: 1.5em;
	font-size: 12px;
	line-height: 1.5em;
}
p img.left {
	float: left; 
	margin: 0 1.5em 0 0; 
	padding: 0; 
}
p img.right { 
	float: right; 
	margin: 0 1.5em 0 0; 
}

a:focus, a:hover { 
	color: #b4a276; 
}
a { 
	color: #836d4c;
	text-decoration: underline; 
}

blockquote  { 
	margin: 1.5em; 
	color: #666; 
	font-style: italic; 
}
strong { 
	font-weight: bold; 
}
em,dfn { 
	font-style: italic; 
}
dfn  { 
	font-weight: bold; 
}
sup, sub { 
	line-height: 0; 
}

abbr, acronym { 
	border-bottom: 1px dotted #666; 
}
address { 
	margin: 0 0 1.5em; 
	font-style: italic; 
}
del { 
	color:#666; 
}

pre { 
	margin: 1.5em 0; 
	white-space: pre; 
}
pre,code,tt { 
	font: 1em 'andale mono', 'lucida console', monospace; 
	line-height: 1.5em; 
}


/* lists
-------------------------------------------------------------- */

li ul, li ol { 
	margin: 0 1.5em;
}
ul, ol { 
	margin: 0 1.5em 1.5em 1.5em;
	padding: 0 0 0 1em;
}

ul { 
	list-style-type: disc; 
}
ol { 
	list-style-type: decimal; 
	list-style-position: outside;
}

dl { 
	margin: 0 0 1.5em 0; 
}
dl dt { 
	font-weight: bold; 
}
dd { 
	margin-left: 1.5em;
}


/* tables
-------------------------------------------------------------- */

table { 
	margin-bottom: 1.4em; 
	width:100%; 
}
th { 
	font-weight: bold; 
}
thead th { 
	background: #c3d9ff; 
}
th,td,caption { 
	padding: 4px 10px 4px 5px; 
}
tr.even td  {
	background: #e5ecf9; 
}
tfoot { 
	font-style: italic; 
}
caption { 
	background: #eee; 
}


/* basic classes
-------------------------------------------------------------- */

.small {
	font-size: .8em; 
	margin-bottom: 1.875em; 
	line-height: 1.875em; 
}
.large { 
	font-size: 1.2em; 
	line-height: 2.5em; 
	margin-bottom: 1.25em; 
}
.hide { 
	display: none; 
}
.highlight { 
	background:#ff0; 
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.clear {
	width: 100%;
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { 
	height: 1%; 
} /* IE6 */
*:first-child+html .clearfix { 
	height: 1%; 
} /* IE7 */

/* basic WordPress styles: */
	/* -- for images
	-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}

	/* -- cite
	-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* -- columns 
--------------------------------------------------------*/
.col-1-of-2 {
	width: 300px;
	margin-left: 10px;
	float: left;
}
.alpha {
   margin-left: 0;
}
.omega {
   margin-right: 0;
}

/* -- design layout
--------------------------------------------------------*/
#header-wrapper {
	margin: 0 auto;
	background: url(img/hdr-bg-1.jpg) 50% 0 no-repeat;
	width: 100%;
	height: 386px;
}
#header {
	width: 940px;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
}
#logo {
	width: 556px;
	height: 54px;
	position: relative;
	margin-top: 40px;
	margin-left: 0;
	float: left;
	z-index: 10;
}
#logo h1 {
	margin-bottom: 0;
}
#logo a {
	display: block;
	width: 556px;
	height: 54px;
	background: url(img/logo.png) 0 0 no-repeat !important;
}
*html  #logo a { /* IE6 */
	height: 54px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png',sizingMethod='scale');
}
#slogan {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#intro {
	background: rgb(161, 140, 96); 
	background: rgba(0, 0, 0, 0.1);
	margin: 80px 0 35px 0;
	width: 630px;
	float: left;
	display: inline;
	clear: both;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
*html #intro {
	margin-top: 40px;
}
#intro p, #intro h1, #intro h2, #intro h3,
#intro h4, #intro h5, #intro h6 {
	color: #fff !important;
	margin: 10px;
	font: italic 28px/32px 'times new roman', georgia, serif;
	text-align: left !important;
}
#menu-box {
	width: 940px;
	clear: both;
}
#navMenu {
	width: 940px;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navMenu li {
	float: left;
	cursor: pointer;
	position: relative;
	margin-right: 12px;
	display: inline;
}
#navMenu li a {
	display: block;
	padding: 4px 10px;
	color: #836d4c;
	font: normal 24px/24px 'times new roman', georgia, serif;
	text-decoration: none;
	line-height: 24px;
	height: 24px;
}
#navMenu li.current_page_item, #navMenu li:hover, #navMenu li.current_page_parent, #navMenu li.current_page_ancestor{
	background: #817148 url(img/active-link-bg.jpg) center center no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
}
#navMenu li.current_page_item a, #navMenu li:hover a, #navMenu li.current_page_parent a, #navMenu li.current_page_ancestor a {
	background: #817148 url(img/active-link-bg.jpg) center center no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
}
#navMenu ul {
	margin: 0;
	padding: 0;
}
#navMenu ul li, #navMenu ul ul li{
	width: 180px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #AC9866;
	border-top: none;
	border-bottom: 1px solid #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#navMenu ul li a, #navMenu ul ul li a {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	background: #AC9866 !important;
	width: 160px;
	height: 28px;
	line-height: 28px;
	display: block;
	padding: 0 10px;
	letter-spacing: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
} 
#navMenu ul li a:hover, #navMenu ul ul li a:hover {
	background: #88774C !important;
}
#navMenu ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 32px;
	left: 0;
	width: 180px;
	z-index: 10;
}
#navMenu ul li:first-child {
}
#navMenu li:hover ul {
	visibility:visible; 
}
#navMenu ul ul {
	visibility: hidden !important;
	position: absolute;
	height: 0;
	top: 0px;
	left: 180px;
	width: 180px;
	z-index: 11;
}
#navMenu ul ul li:first-child {
	margin-top: -1px;
}
#navMenu ul li:hover ul {
	visibility: visible !important;
}

/*ie6 styles*/
*html #navMenu li a {
	width: 80px;
	text-align: center;
}
*html #navMenu ul li a {
	width: 160px !important;
	text-align: left;
}
*html #navMenu li.ieHover {
	background: url(img/active-link-bg.jpg) 0 50% no-repeat;
}
*html #navMenu li.ieHover a {
	background: url(img/active-link-bg.jpg) right 50% no-repeat;
	color: #fff;
}
*html #navMenu ul {
}
*html #navMenu li.ieHover ul {
	visibility: visible;
}
*html #navMenu li.ieHover ul li.ieHover ul {
	visibility: visible !important;
	margin-top: -1px;
}
#page-wrapper {
	width: 100%;
	clear: both;
	min-height: 818px;
	_height: 818px;
	background: url(img/page-bg.jpg) center center no-repeat;
}
#content-wrapper {
	margin: 0 auto;
	width: 940px;
	overflow: hidden;
	padding-top: 12px;
}
#content {
	width: 640px;
	overflow: hidden;
	float: left;
}
#content>p {
	margin-right: 20px;
}
.post-item {
	width: 300px;
    min-height: 250px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    _height: 250px;
	margin: 0 18px 2em 0;
}
.post-item h2 {
	font-style: italic;
	margin-bottom: 12px;
}
.date {
	color: #463537;
	font: bold 16px/21px 'times new roman', georgia, serif;
	background: #d7c29c url(img/date-bg.jpg) center center no-repeat;
	width: 100px;
	text-align: center;
	margin-bottom: 10px;
}
/*.entry {
	background: url(img/item-bg.jpg) top center no-repeat;
}*/
.post-thumbnail {
	min-height: 150px;
	height: 150px;
	overflow: hidden;
}
/*.post-thumbnail img {
	border-bottom: 1px solid #eadbc0;
}*/
.navigation .alignleft {
	margin-left: 20px;
}
.navigation .alignright {
	margin-right: 20px;
}
#sidebar {
	float: right;
	width: 300px;
	margin: 0;
}
#mp3-player-plugin {
	width: 300px;
	height: 140px;
	background: url(img/player-bg.jpg) center bottom no-repeat;
	padding-top: 1px;
}
*html #mp3-player-plugin object {
	padding-top: 0;
	margin-top: 10px;
}
*+html #mp3-player-plugin object {
	padding-top: 0;
	margin-top: 10px;
}
#social-icons {
	width: 300px;
	min-height: 140px;
	_height: 160px;
	background: url(img/social-bg.jpg) center bottom no-repeat;
}
*+html #social-icons {
	height: 160px;
}
#social-icons  a {
	margin: 0 10px;
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
#social-icons  a:hover {
	background-position: 0 -50px;
}
#facebook-link {
	background: url(img/facebook-icon.jpg) 0 0 no-repeat;
	margin-left: 60px !important; 
}
#twitter-link {
	background: url(img/twitter-icon.jpg) 0 0 no-repeat;
}
#moi-mir-link {
	background: url(img/mail-ru-icon.jpg) 0 0 no-repeat;
}
#rss-link {
	background: url(img/rss-icon.jpg) 0 0 no-repeat;
}
*html #facebook-link {
	background: url(img/facebook-icon.jpg) 0 0 no-repeat;
	margin-left: 20px !important; 
}
#footer-wrapper {
	width: 100%;
	clear: both;
	background: url(img/body-bottom-bg.gif) 0 bottom repeat-x;
	min-height: 109px;
	_height: 109px;
}
#footer {
	width: 940px;
	min-height: 109px;
	_height: 109px;
	margin: 0 auto;
	background: url(img/footer-bg.jpg) 0 bottom no-repeat;
}
#footer p {
	margin-top: 20px;
}
#footer a {
	color: #423827;
}
#footer a:hover {
	color: #423827;
}
.uppercase {
	text-transform: uppercase;
}
#copyright {
	float: left;
	width: 320px;
}
#web-design {
	float: right;
	width: 320px;
	text-align: right;
}
.alignleft a, .alignright a {
	font-size: 16px;
	font-weight: bold;
}
.current {
	font-weight: bold;
}
.pagenavi {
	padding-top: 12px;
}
.pagenavi a, .pagenavi span {
	margin: 0 4px;
}
.red {
	color: red;
}
.wpcf7-form input, .wpcf7-form textarea {
	width: 380px;
	border-top: 1px solid #817148;
	border-right: 1px solid #d8c29d;
	border-bottom: 1px solid #d8c29d;
	border-left: 1px solid #817148;
}
.wpcf7-form input {
	height: 24px;
	line-height: 24px;
}
.wpcf7-form textarea {
	font: normal 12px/21px arial, helvetica, sans-serif;
}
#submit-button input {
	height: 28px;
	width: 120px;
	line-height: 28px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 14px;
	background: #e0cdac url(img/submit-bttn.jpg) 0 0 repeat-x;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	cursor: pointer;
	border: 1px solid #D8C29D;
}
#submit-button input:hover, #submit-button input:active {
	background: #e0cdac url(img/submit-bttn.jpg) 0 -30px repeat-x;
}
.ngg_images {
	padding: 6px 0 20px 0;
	background: url(img/smooth-line.jpg) top center no-repeat;
	min-height: 300px;
	_height: 300px;
}
.widget-title {
	font-size: 22px;
	margin-top: 0px;
}
.ngg-widget img {
	border: none !important;
	padding: 0 !important;
	margin:0 8px 8px 0 !important;
}
.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9 !important;
	display:inline !important;
	margin:0 5px 5px 0 !important;
	padding:1px;
	position:relative;
}
.slideshowlink {
	margin-bottom: 1em;
}
.piclenselink {
	display: none;
}
#newsletter ul, #newsletter li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#newsletter {
	margin-bottom: 20px;
}
#emailInput {
	border: 1px solid #D6C29D !important;
	width: 200px !important;
}
#etiqueta {
	display: none;
}
#newsletter a {
	padding-top: 2px;
	margin-right: 10px;
	float: right !important;
}
.vimeo-clip {
	float: left;
	width: 200px;
	min-height: 150px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
}
ol li object {
	display: block;
	margin-top: 0.2em;
	margin-bottom: 1em;
}
ul.albums-list {
	list-style: none;
}
ul.albums-list li {
	padding-left: 1.5em;
	background: url(img/list-bullet.jpg) left top no-repeat;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#albums-list-box {
	width: 640px;
	margin-left: -20px;
}
.album-box {
	width: 300px;
	min-height: 240px;
	_height: 240px;
	float: left;
    margin-left: 20px;
}
.album-box  img {
	float: left;
	margin: 0 14px 14px 0;
}
.album-box h4 {
	font-size: 19px;
	line-height: 26px;
	margin-top: 0;
}
.album-date {
	font-size: 18px;
}
.page-item-57 ul {
	display: none;
}