/*
Theme Name: WordPress Fashion-Shack
Theme URI: http://fashionshack.com
Description: A special made theme for Fashion Shack & Bridal Loft
Version: 1.0
Author: Ward Peeters
Author URI: http://coding-tech.com

*/

body, p, ul, li, a, h1, h2, h3, img {
	background: transparent;
	margin: 0; padding: 0;
	border: 0;
	outline: none;
	vertical-align: baseline;

	font-size: 100%;
	text-decoration: none;
}

body {
	background: #f3f2e7;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, .special {
	margin: 0 0 2px;

	color: #a98737;
	font-family: "Freestyle Script", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
}
h2, .special2 {
	color: #a98737;
	font-family: "Freestyle Script", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}
h3 { font-weight: bold;}
p {
	margin: 15px 0;

	color: #77776a;
}
a {
	color: #77776a;
	font-weight: bold;
}

#container {
	width: 942px;
	margin: 0 auto;
}

#main {
	width: 655px;
	margin: 35px 20px 0;
	float: left;
}

/* Header CSS
-------------------------------------------------------------------------------------*/
#header {
	background: url(images/nav_back.png) repeat-x;
	width: 942px; height: 80px;
	margin: 0 0 0 -9px;

	position: relative;
}
#header .leftcorner, #header .rightcorner {
	background: url(images/nav_corners.png) no-repeat 0 0;
	width: 25px; height: 100%;
	position: absolute;
	top: 0; left: 0;
}
#header .rightcorner {
	background-position: -25px 0;
	top: 0; right: 0; left: auto;
}

#header a#logo {
	background: url(images/logo.png) no-repeat center;
	width: 462px; height: 100%;
	margin: 0 0 0 29px;
	display: block;

	text-indent: -9999px;
	overflow: hidden;
}

#header ul#navigation {
	position: absolute;
	top: 18px; right: 60px;
	list-style: none;
	
	font-family: "Trajan Pro", Verdana, serif;
	color: #a98737;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
	z-index: 9999;
}
#header ul#navigation li {
	margin: 1px 7px; padding: 7px 10px 10px 7px;
	display: block;
	float: left;
	position: relative;
}
#header ul#navigation li:hover {
	background: #fefef8;
	margin: 0 6px;

	border: 1px solid #cfc3a6;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#header ul#navigation li.curly:hover {
	border-bottom: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#header ul#navigation a {
	display: block;

	color: #a98737;
	text-transform: uppercase;
}

	/* Navigation Hover CSS
	-------------------------------------------------------------------------------------*/
	#header ul#navigation li ul {
		background: #fefef8;
		list-style: none;
		display: none;
		margin: 9px 0 0 0;
	
		border: 1px solid #cfc3a6;
		-moz-border-radius: 15px;
		-moz-border-radius-topleft: 0;
		-webkit-border-radius: 15px;
		-webkit-border-top-left-radius: 0;
		border-radius: 15px;
		border-top-left-radius: 0;

		position: absolute;
		left: -1px;
		z-index: -1;
	}
	#header ul#navigation li ul li {
		margin: 7px 0; padding: 0 14px;
		float: none;
		display: block;

		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: normal;

		position: static;
	}
	#header ul#navigation li ul li:hover {
		background: none;
		margin: 7px 0;
		border: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	#header ul#navigation li ul li a {
		width: 141px;
		display: block;

		color: #b7b2a8;
		font-weight: normal;
		text-transform: none;
	}
	#header ul#navigation li ul li a:hover {
		color: #a98737;
	}
	
	#header ul#navigation li ul li ul {
		margin-top: -25px;
		
		border-left: 1px solid #fff;
		-moz-border-radius: 0;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-bottomright: 15px;
		-webkit-border-radius: 0;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		border-radius: 0;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
	
		left: 169px;
	}

/* Form CSS
-------------------------------------------------------------------------------------*/
form {
	margin: 0 12px;
}
form input, form textarea {
	background: url(images/input.jpg) no-repeat;
	width: 187px; height: 33px;
	margin: 7px 0 0; padding: 0 0 0 10px;
	border: 0;

	color: #77776a;
	font-size: 13px;
}
form textarea {
	background: #fff;
	width: 400px; height: 200px;
	padding: 10px;
	border: 1px solid #dddcd0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form input.submit {
	background: url(images/submit.jpg) no-repeat;
	width: 70px; height: 21px;
	margin: 7px 0 15px 0; padding: 0 0 0 2px;

	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

/* Home CSS
-------------------------------------------------------------------------------------*/
#container img#dresses {
	margin: 12px 0 0 -7px;
	position: relative;
	z-index: -1;
}

/* Sidebar CSS
-------------------------------------------------------------------------------------*/
#right {
	width: 220px;
	margin: -25px 0 0 25px;
	float: left;
}
#right div {
	background: #e3dbc0;
	width: 220px;
	margin: 10px 0;
	overflow: hidden;
}
#right div img, #right div h2 {
	margin: 10px;
	display: block;
}
#right div ul {
	list-style: none;
}
#right div ul li {
	background: url(images/list.jpg) no-repeat left center;
	margin: 5px 10px; padding: 0 0 0 25px;

	color: #77776a;
}
#right div a {
	margin: 10px 0 10px 130px;
	display: block;

	color: #a98737;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#right div ul li a {
	margin-left: 0;
	text-transform: none;
}
#right div form input.submit {
	margin-left: 125px;
}

/* Page CSS
-------------------------------------------------------------------------------------*/
#page, #category, #single {
	width: 882px;
	margin: 20px 0 0; padding: 20px 20px 0;
	border-top: 1px solid #dddcd0;

	position: relative;
}
#page hr {
	border: 0;
	border-top: 1px solid #dddcd0;
}
.news a {
	font-weight: normal;
}

/* Page - Contact CSS
-------------------------------------------------------------------------------------*/
.contact .googlemap {
	width: 455px;
	position: absolute;
	top: 79px; left: 465px;
}
.googlemap iframe {
	border: 1px solid #dddcd0;
}

/* Category CSS
-------------------------------------------------------------------------------------*/
#category .description {
	background: #dcdcc7;
	width: 188px;
	margin: 39px 0 0; padding: 0 14px;
	overflow: hidden;

	position: absolute;
}

#category .description h3 {
	color: #605847;
	margin: 11px 0 0 0;
}
#category .description p {
	margin: 20px 0;

	color: #605847;
	font-size: 11px;
	line-height: 16px;
}
#category .images {
	width: 666px; height: 290px;
	margin: 14px 0 0 217px;
}
#category .images .post {
	background: #fff;
	width: 179px;
	margin: 0 0 19px 21px; padding: 10px;
	border: 1px solid #cdccbf;
	float: left;
}
#category .images .post p {
	margin: 10px 0 0;
	font-size: 11px;
}

/* Single CSS
-------------------------------------------------------------------------------------*/
#single .inner {
	background: #ebe9d9;
	height: 455px;
	margin: 15px 0 20px; padding: 11px;
	border: 1px solid #dcdcc8;
}
#single .inner h2, #single .inner h3 {
	margin: 0;

	color: #605847;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#single .inner img.bigimg {
	margin: 20px 0 20px 13px; padding: 9px 10px;

	position: absolute;
}
#single .inner .info {
	width: 545px;
	margin: 22px 0 40px 316px;
}
#single .inner .info div {
	background: #f4f2e2;
	margin: 0 0 6px; padding: 5px 17px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	color: #b1ad9c;
}
#single .inner .info div span {
	width: 170px;
	display: inline-block;

	color: #c9c4b4;
}
#single .inner p {
	margin: 60px 0 30px 320px;

	color: #c4c0af;
	font-size: 11px;
}
#single .inner h3 {
	margin: 7px 0 0 320px;
}
#single .inner .similar {
	height: 130px;
	margin: 7px 0 0 320px;
}
#single .inner img {
	background: #fff;
	padding: 3px;
	border: 1px solid #cdccbf;
}

/* Footer CSS
-------------------------------------------------------------------------------------*/
#footer {
	padding: 10px 5px;
	border-top: 1px solid #dddcd0;
	position: relative;
	clear: both;
	
	color: #77776a;
	font-size: 11px;
}
#footer a {
	background: url(images/10thstep.jpg) no-repeat;
	width: 100px; height: 22px;
	display: inline-block;
	vertical-align: middle;

	text-indent: -9999px;
}
#footer .nav {
	position: absolute;
	top: 10px; right: 10px;
}
#footer .nav a {
	background: none;
	width: auto; height: auto;
	text-indent: 0;

	font-weight: normal;
}
#footer .nav a:hover {
	text-decoration: underline;
}
