/* 
 
Vogue 1.0 - A stylish theme for Shopify
Created by Jared Burns of sofamade.com
 
*/

/* @group Structure */

a {text-decoration:none;border:none;outline:none;}

body {
	font: 12px/1.45em "Lucida Grande", Verdana, Arial, sans-serif;
	background: #0a1b5d;
}

* {
	padding:0;
	margin:0;
}

.container {
	width: 875px;
	margin: 0 auto;
	display: inline-block;
}

.container, .featuring-list {
	display: block;
}

.container:after, .featuring-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#layout {
	color: #bcd3fe;
	background-color: #bcd3fe;
	padding: 53px 0 0px;
}

#layout-left {
	float: left;
}

#layout-right {
	width: 220px;
	float: right;
}

#left p {font-size: 16px;text-shadow:0px 1px 1px black;font-weight:bold;color:white;}

#left {float:left;width:420px;padding:105px 0 0 0;}
#right {width:400px;float:left;}
#insideright {width:138px;float:left;padding:0 0 0 27px;text-align:center;margin:145px auto;}
.clear {height:1px;width:100%;clear:both;}

/* @end */

/* @group Links & Text */

#layout a, #layout a:link, #layout a:visited, .active a:hover, #collections .active a:hover, a:hover .active, #links .active a:hover {
	color: #5f401e;
	text-decoration: underline;
}

#layout a:hover, .active, .active a, #collections .active a, #links .active a {
	color: #77b6f7;
	text-decoration: underline;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#logo a, #logo a:link, #logo a:visited {
	color: #fff;
	text-decoration: none;
}

#logo a:hover {
	color: #dedac6;
	text-decoration: none;
}

#mini-header a, #mini-header a:link, #mini-header a:visited {
	color: #4c99bd;
	text-decoration: none;
}

#mini-header a:hover {
	color: #782311;
	text-decoration: none;
}

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

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

#logo h1 a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

#layout h1, #layout h1 a:link, #layout h1 a:visited, #layout h2, #layout h2 a:link, #layout h2 a:visited {
	color: #50321b;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
}

#layout h3, #layout h3 a:link, #layout h3 a:visited, #layout h4, #layout h4 a:link, #layout h4 a:visited {
	color: #654d2c;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#layout h3, #layout h3 a:link, #layout h3 a:visited, #layout h3 a:hover {
	padding-bottom: 24px;
}

#layout h4, #layout h4 a:link, #layout h4 a:visited, #layout h4 a:hover {
	padding: 10px 0 4px;
}

#layout h1 a:hover, #layout h2 a:hover, #layout h3 a:hover, #layout h4 a:hover {
	color: #5b2402;
	text-decoration: none;
}

#layout h1 {
	padding-bottom: 10px;
}

#layout h2 {
	padding-bottom: 4px;
}

/* @end */

/* @group Header */

#header {
	color: #fff;
	background: #bcd3fe url(blueheader.png) repeat-x center top;
    height: 81px;
}

#logo {
    line-height: 28px;
    width: 240px;
    float: left;
}

/* @end */

/* @group Navigation */

#navigation {
	width: 625px;
	height: 31px;
	padding-top: 40px;
	float: right;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	text-align: center;
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navigation ul li a:link, #navigation ul li a:visited {
	color: #fff;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	background: #2f1c00 url(tab-caramel.png) repeat-x center top;
	margin-left: 8px;
	padding: 8px 24px 7px;
	float: right;
}

#navigation ul li a:link.current, #navigation ul li a:visited.current {
	color: #523315;
	font-weight: bold;
	text-decoration: none;
	background: #fff url(tab-active.png) repeat-x center top;
}

#navigation ul li a:hover {
	color: #523315;
	background: #fff url(tab-active.png) repeat-x center top;
}

/* @end */

/* @group Blogs & Pages */

#about-excerpt {
	background: #bcd3fe url(clouds.jpg) repeat-x center top;
	margin-bottom: 20px;
	padding: 15px 20px;
}

.blog-first, .blog {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1ddc8;
}

.blog-last {
	padding-bottom: 0px;
}

.blog-details {
	color: #6f675d;
	font-size: 11px;
	padding-top: 8px;
}

ul#blogs {
	margin-bottom: 0;
	padding: 6px 0 20px;
	border-top: 1px solid #e1ddc8;
}

ul#blogs li {
	background: url(bullet.png) no-repeat 0 10px;
	padding: 5px 0 5px 14px;
	list-style-type: none;
	list-style-position: outside;
}

.feed {
	margin-top: 3px;
	float: right;
}

/* @end */

/* @group Footer */

#footer {
	color: #FFF;
	font-size: 11px;
	background: url(footer.png) repeat-x center top;
	padding: 17px 0 21px;
}

#footer-right {
	font-size: 12px;
	float: right;
}

/* @end */

/* @group Global Styles */

img {
	border: none;
}

p {
	padding-bottom: 10px;
}

table {
	text-align: left;
	margin-bottom: 15px;
	border-collapse: collapse;
}

del {
	color: #582301;
	font-size: 11px;
	padding-left: 3px;
}

small {
	font-size: 11px;
	line-height: 1.4em;
}

ul, ol {
	margin-bottom: 10px;
}

ul li {
	padding: 1px 0 1px 15px;
	list-style-type: disc;
	list-style-position: inside;
}

ol li {
	padding: 1px 0 1px 15px;
	list-style-type: decimal;
	list-style-position: inside;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.bold-blue {
	color: #55abd2;
	font-weight: bold;
}

.bold-red {
	color: #582301;
	font-weight: bold;
}

.light {
	color: #7f756a;
}


/* @end */

/* End of Stylesheet */