/*
Theme Name: LYN
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Nimrod Kobelkowsky
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 16px; /* Resets 1em to 10px */
	font-family: Arial, tahoma, Sans-Serif;
	background: #222222 url('images/bg.gif') repeat-x;
	color: #cbcbcc;
	text-align: center;
	}
#bg-2 {
	background: transparent url('images/bg-2.gif') repeat-x center bottom;
    width: 100%
}
#content {
	font-size: 16px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 20px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, tahoma, Sans-Serif;
    font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	color: #6699CC;
    font-size: 24px;
    margin: 0px 0 0px 0px;
    padding: 20px 0 0 20px;
    height: 34px;
    background: transparent url(images/page-title.gif) scroll no-repeat 20px 50px;
	}

h2.pagetitle {
    font-size: 24px;
}
h2.gallery_title {
    float: left;
}

#sidebar h2 {
	font-family: Arial, tahoma, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, tahoma, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, tahoma, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
    
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #6699CC;
	text-decoration: none;
	}

a:hover {
	color: #99b0df;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em Arial, tahoma, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	}

#wrapper {
	background-color: #222222;
	margin: 0px auto;
	padding: 0;
	width: 951px;
    min-height: 530px;
	text-align: left;
    overflow: hidden;
    padding-bottom: 20px;
	}
#wrapper.wrap_home {
	padding-bottom: 0px;
}
#header {
	margin: 0px auto;
	padding: 0;
	height: 92px;
    width: 951px;
    position: relative;
    z-index: 1000 !important;
	}
#logo {
    height: 92px;
    width: 320px;
    position: relative;
    float: left;
}
#main_menu {
    position: relative;
    right: 10px;
    top: 0px;
    float: right;
    clear: right;

}
#main_menu li {
    float: left;
    list-style: none;
    padding-left: 10px;
}
.dropdown_menu {
	float: right;
	clear: right;
	width: 141px;
	height: 32px;
	background: transparent url(images/dropdown_menu1.gif) no-repeat 0 0;
	color: #ffffff;
	margin-right:5px;
	margin-top:7px;
	position: relative;
	z-index: 3000 !important;
}
.dropdown_menu a {
	color: #ffffff;
}
.dropdown_menu a.title {
	padding: 2px 23px 2px 38px;
	position: relative;
}
.dropdown_menu a:hover {
	text-decoration: none;
}
.dropdown_menu #navigation {
	margin: 0px;
	list-style: none;
	padding-left: 0px;
	text-align:center;
	margin-top:5px;
}
.dropdown_menu #navigation ul {
	padding: 5px 0px 5px;
	background: #0b0b0b;
	list-style: none;
	font-size: 15px;
	margin-top: 10px;
    z-index: 1000 !important;
    position: absolute;
    width: 137px;
    left: 0;
	top: 22px;
    margin-left: 0px;
}
.dropdown_menu #navigation ul li {
	padding: 2px 0px 2px;
    position: relative;
    z-index: 100 !important;
}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 100%;
    position: relative;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
    padding: 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
    width: 951px;
	}

#footer p {
	margin: 0;
	padding: 10px 27px 10px;
	text-align: left;
    font-size: 13px;
}
#footer .yalla-ya {
    background: transparent url(images/yalla-ya-dev-signature.png) no-repeat 0 0;
    margin-top: 2px;
    width: 99px;
    height: 32px;
    float: right;
    margin-right: 10px;
}    
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	width: 210px;
    padding-left: 20px;
    margin-top: 20px;
    float: left;
}
#sidebar form {
	margin: 0;
}
.widget {
    background: transparent url(images/widget-middle.gif) repeat-y scroll 0 0;
    width: 200px;
    padding-left: 7px;
    margin-bottom: 20px;
    font-size: 15px;
}
.widget .widget_top {
    background: transparent url(images/widget-top.gif) no-repeat scroll 0 0;
    height: 5px;
    width: 100%;
    margin-left: -7px;
}
.widget .widget_bottom {
    background: transparent url(images/widget-bottom.gif) no-repeat scroll 0 0;
    height: 4px;
    width: 100%;
    margin-left: -7px;
}
#sidebar .widget h2 {
    width: 190px;
    padding-bottom: 8px !important;
}
#sidebar .widget a {
    color: #ffffff;
}
#sidebar .widget ul li span {
    color: #7181a0;
    font-size: 12px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Home Buttons */
#home-buttons {
    padding: 21px 0px 21px 4px;
    height: 255px;
}
#home-buttons .button-box {
    background: transparent url(images/home-glow-small.gif) no-repeat -189px 0;
    width: 189px;
    float: left;
    position: relative;
}
#home-buttons .button-box-over {
    background: transparent url(images/home-glow-small.gif) no-repeat -1px 0;
    width: 189px;
}
#home-buttons .underwear_img {
    padding: 14px 15px 15px 12px;
    height: 241px;
}
.button-box-over .category_home_name {
    display: block;
}
.button-box-over a:hover {
	text-decoration: none;
}
.category_home_name {
    position: absolute;
    bottom: 15px;
    background: #121212;
    left: 12px;
    width: 163px;
    height: 54px;
    display: none;
    opacity: 0.87;
    text-align: center;
}
.category_home_name h3 {
    color: #6699CC;
    font-size: 22px;
    margin-top: 14px;
    text-decoration: none !important;
    border-bottom: none;
}
.category_home_name h3.bandanas_home_title, .link-47 {
    margin-top: 2px !important;
}
.caegory_home_name h3:hover {
    color: #6699CC;
}
#home-categories {
    font-size: 14px;
    height: auto;
    float: left;
    padding-bottom: 0px;
    margin-left: -6px;
}
.home_category_bottom {
	height: 20px;
	width: 100%;
	background: #222222;
	float: left;
}
#home-categories .category-box {
    background: #2b2b2b;
    width: 167px;
    height: auto;
    padding: 12px 0px 170px 10px;
    margin-bottom: -170px;
    margin-left: 13px;
    float: left;
}
#home-categories .category_nightwear li {
    padding-bottom: 5px !important;
}
#home-categories .category-box h2, #sidebar .widget h2 {
    background: transparent url(images/category-title.gif) no-repeat scroll 0 24px;
    margin: 0;
    color: #6699CC;
    font-size: 19px;
    padding: 0px;
    height: 25px;
    font-weight: normal;
}
#home-categories .category-box h2 a {
    color: #6699CC;
}
#home-categories .category-box ul {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-left: 0px;
}
#home-categories .category-box li {
    padding-bottom: 10px;
}
#home-categories .category-box a {
    color: #ffffff;
    font-weight: normal;
}
#home-categories .category-box .bandanas_title {
    font-size: 15px;
    margin-left: -6px;
}
#top-toolbar {
    height: 31px;
    width: 63px;
    background: #222222;
    float: right;
}
#home-logos {
    width: 845px;
    margin: 0 auto;
    padding-bottom: 10px;
}
#home-logos .line2 {
    padding-top: 10px;
}
#home-logos .display-logo {
    padding-right: 35px;
}
#qtranslate-chooser {
    width: 52px;
    height: 15px;
    float: left;
    padding: 0;
    margin: 9px 0px 0px 2px;
}
#qtranslate-chooser li {
    list-style: none;
    float: left;
    margin-left: 8px;
}
.brands_boxes {
    margin-left: 27px;
}
.brand-box {
    background: transparent url(images/category-glow2.gif) no-repeat scroll 0 0;
    width: 307px;
    height: 175px;
    text-align: center;
    position: relative;
    margin: 10px 59px;
    float: left;
}
.brand-box-over {
    background: transparent url(images/category-glow2.gif) no-repeat scroll -309px 0;
}
.brand-box .entry {
    font-size: 13px;
    color: #6699CC;
    width:265px;
    margin: 0 auto;
}
.brand-box .gender_text {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
}
.brand-box .gender_text:hover {
    color: #ffffff;
    text-decoration: none;
}
.brand-box .logo_container {
    margin-top: 25px;
    height: 40px;
}
.brand-box .logo {

    max-height: 40px;
}
.box-bg {
    background: #161616;
    width: 280px;
    height: 132px;
    margin-top: 26px;
    margin-left: 11px;
    position: absolute;
}
.brand-box a {
    color: #6699CC;
}
.brand-box a:hover {
    color: #6699CC;
}
.brand-box .entry_with_catalog {
    line-height: 16px;
}
.brand-box .entry p {
    margin-bottom: 2px;
    margin-top: 6px;
}
.gallery_right_top_links {
    padding: 12px 22px 0 0;
    float: right;
}
.view_catalog {
    float: right;
    clear: both;
    padding: 6px 0 10px;
}
.view_catalog_top {
    padding: 7px 0px 0px 0;
}
.view_catalog_link {
    color: #ffffff;
}
.brand_url {
    font-size: 13px;
    float: right;
}
.brand_url a {
    border-bottom: 1px dotted;
    padding-bottom: 1px;
}
.showcase_catalog_link {
    line-height: 15px;
    bottom: 23px;
    position: absolute;
    text-align: center;
    width: 300px;
    left: 0px;
}
.showcase_catalog_link a {
    color: #ffffff;
}
.showcase_catalog_link a:hover {
    color: #6699CC;
}
.showcase_catalog_link .link_seperator {
    color: #ffffff;;
}
/*****Contact Page********/
.contact_details {
    float: left;
}
.contact_form {
    float: left;
    margin-left: 70px;
    width: 422px;
}
.contact_form .cform {
    margin-top: 5px;
}
/*****shopp************************/
.shopp_content {
    width: 721px;
    margin-top: 20px;
    float: right;
}
.shopp_center {
    margin: 20px auto 0;
    float: none;
    width: 800px;
}
.shopp_content .entry {
    margin-left: 20px;
}
#shopp {

}
#shopp, #shopp .products, #shopp .category, #shopp #cart {
}
/**********Product Page************/
h3.product_name {
    color: #6699CC;
    margin: 0px;
    padding-top: 35px;
    font-size: 21px;
}
.shopp_pricing {
    margin-top: 6px;
}
.shopp_pricing h3 {
    font-size: 17px !important;
    font-weight: normal !important;
    line-height: 20px !important;
}
.shopp_pricing .sale {
    color: #fb0000;
}
.shopp_product_description {

}
#shopp .gallery .previews {
    width: 302px;
    background: transparent url(images/image-frame.gif) repeat-y 0 0;
    height: 303px;
}
#shopp .gallery .previews li {
    margin-left: 11px !important;
    margin-top: 11px !important;
}
#shopp .gallery .thumbnails {
    margin-top: 2px !important;
    margin-left: 20px !important;
}
#shopp ul.products li.product div.frame {
    width: 125px;
    margin-left: 10px;
}
#shopp .product .thumb_box_catalog {
    background: transparent url(images/showcase-thumb.gif) no-repeat scroll 0 0;
    height: 122px;
    padding-right: 2px;
    padding-top: 6px;
}
#shopp ul.products li .details {
    margin-left: -8px;
}
#shopp ul.products .details .name a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}
dl.details {
    clear: none !important;
}
dl.details dt {
    clear: none !important;
}
#fvdkoff-target-image {
	display: none !important;
	z-index: -10000;
}