/* @override http://jwinjewelry.com/wp-content/themes/WordPress%20Theme/style.css */

/*  
Theme Name: Jill Winston Jewelry (Orange)
Theme URI: http://jwinjewelry.com/
Description: A custom theme for Jill Winston Jewelry.
Version: 1.0
Author: Wil Gieseler
Author URI: http://wil.gieseler.org/
*/

/* @group Layout */

body {
	background-color: #ff8400;
	color: black;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 900px;
	margin: 15px auto 0;
	padding-top: 80px;
	background: url(background_logo.gif) no-repeat 5px top;
	padding-right: 70px;
	padding-left: 70px;
	position: relative;
}

#content {
	background-color: #f9f9f9;
	min-height: 400px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 1px 1px 4px;
}

#page_area {
	background-color: white;
	min-height: 380px;
	float: left;
	width: 680px;
	padding: 10px;
}

#footer {
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
	color: #ffc88d;
}

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

a:link, a:visited {
	color: #006a90;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#homepage_link {
	position: absolute;
	/*background-color: red;*/
	width: 300px;
	height: 80px;
	top: 0;
	left: 0;
	opacity: .5;
	text-decoration: none;
}

/* @end */

/* @group Tags */

h1 {
	margin: 0;
	color: #0083B2;
	border-bottom: 1px solid #0083B2;
	margin-bottom: 10px;
	font: italic 28px Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin: 10px 0 5px;
	color: #E54517;
	font: italic 21px Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Navigation */

ul#navigation.normal {
	float: left;
	width: 199px;
	text-align: center;
	border-right: 1px solid #d9d9d9;
	min-height: 390px;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 10px 0 0;
}

ul#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#navigation ul a:link, ul#navigation ul a:visited {
	background: transparent;
	padding: 0;
	font-size: 14px;
}

ul#navigation ul a:active {
	color: #d26d00;
}

ul#navigation a:link, ul#navigation a:visited {
	display: block;
	color: #393939;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	margin-bottom: 10px;
	text-shadow: rgba(255,255,255,0.45) 0 1px 1px;
	background: #d9d9d9 url(sheen.png) 0 center;
	padding: 6px 0;
}

ul#navigation a:hover {
	color: black;
	background-color: #bbb;
}

ul#navigation a:active {
	color: white;
	background-color: #d26d00;
}

ul#navigation>.current_page_item>a:link, ul#navigation>.current_page_item>a:visited {
	background-color: #acd6e5;
}

#navigation li.page_item ul li.current_page_item a {
	color: #0083b2;
	background-color: transparent;
}

ul#navigation ul .current_page_item a:link ul#navigation ul .current_page_item a:visited {
	
}

ul#navigation.homepage {
	float: left;
	width: 300px;
	text-align: center;
	padding: 0;
	margin: 128px 0 0;
	list-style-type: none;
}

/* @end */

/* @group Slideshow */

div#slideshow {
	float: right;
	width: 600px;
	height: 430px;
	overflow: hidden;
	position: relative;
	background-color: black;
	margin-top: 0;
}

div#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */

/* @group CSS Fixes */

img {
	vertical-align: bottom;
}

a {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* @end */

/* @group Gallery */

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

.gallery img {
	border:none !important;
	/*border: 5px solid white !important;
	-webkit-box-shadow: black 0 0 5px rgba(0,0,0,0.25);*/
}

.gallery-caption {
	margin-left: 0;
}

.gallery-icon a {
	display: block;
	width: 150px;
	background: white url(thumbnail_shadow.png) no-repeat 0 0;
	margin: 0 auto;
	padding: 11px 10px 10px 11px;
}




/* @end */