/*
Theme Name: Scottsdale Fine Jewelers
Theme URI: http://fasturtle.com
Description: Port of the Magento theme for Scottsdale Fine Jewelers, based on H5
Version: 1.0
Author: Fasturtle
Author URI: http://fasturtle.com
*/


/**
 * @section magento reset
 */
* { margin:0; padding:0; }

body { background:#ebdcf9; color:#2f2f2f; font:12px/1.55em arial, helvetica, sans-serif; text-align:left; }

a { color:#1e7ec8; text-decoration:underline; }
a:hover { color:#1e7ec8; text-decoration:underline; }
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:.4em; line-height:1.3em; color:#0A263C; }
h1, section > section h3 { font-size:1.75em; line-height:1.17; }
h2 { font-size:1.05em; line-height:1.3; margin-bottom: .4em; }
h3{ font-size:1.05em; line-height:1.3; margin-bottom: .4em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}

/* Paragraph */
p { margin-bottom:.8em; }
address { margin-bottom:.4em; font-style:normal; line-height:1.4em;}
q:before, q:after{content:'';}

/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#666; /*font-size:.95em;*/  font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; }

/* Size */
small { font-size:.92em; }
big { font-size:1.1em; }

hr { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }
.nowrap { white-space:nowrap; }
.bold { font-weight:bold; }

/* == BASICS == */

header, footer, section, article, aside, nav {
	display: block;
}

div#page {
	background: #fff;
	margin: 22px auto 0;
	width: 940px;
	padding:10px;
	overflow:auto;
}

/**
 * @section header
 */
#page > header {
	background: #FAF2FF;
	border-bottom:1px solid #C1BFBF;
	height:145px;
	position:relative;
}

#page > header h1 {
	margin:0;
	padding:0;
}

#page > header h1 a {
	background:	 url(images/logo_sfj.gif) 0 0 no-repeat;
	display:block;
	position:absolute;
	top:8px;
	left:22px;
	width:408px;
	height:111px;
	text-indent: -999em;
}

#page > header h2 {
	display:none;
}

/**
 * @section nav
 */
#page > nav {
	display:block;
	background:#fff;
	padding:4px 0px 4px 17px;
	border-bottom:1px solid #C1BFBF;
}

#page > nav li {
	display: inline;
	list-style-type: none;
	font-weight:bold;
}

#page > nav a:link, 
#page > nav a:visited, 
#page > nav a:hover {
	color:#63308E;
	text-decoration:none;
	padding-right:15px;
}

#page > nav a:hover {
	color:#8747BF;
}

/**
 * @section section
 */
#page > section {
	width:685px;
	float:right;
	margin-top:26px;
	margin-right:25px;
}

body.archive #page > section h1,
article header h1, 
article header h1 a:link,
article header h1 a:visited,
article header h1 a:hover,
section > section h3,
section > article h1 {
	font-weight:normal;
	text-decoration:none;
	color:#0A263C;
	border-bottom:1px solid #C1BFBF;
}

/**
 * @section comments
 */
article[id*=comment-] {
	margin: 15px 0;
	padding: 10px;
}

article[id*=comment-] h4 {
	margin: 0;
}

.alt {
	border: 1px solid #ddd;
	background: #eee;
}

form[method=post] label {
	display: block;
}

form[method=post] input {
	margin: 2px 0 12px 0;
	display: block;
}

/**
 * @section aside
 */
#page > aside {
	margin:26px 0 0 15px;
	width:195px;
}

#page > aside > ul > li {
	background:none repeat scroll 0 0 #F8F7F5;
	border:1px solid #C4C1BC;
	font-size:0.95em;
	line-height:1.3em;	
	margin-bottom:1.3em;
	padding:5px 10px;	
} 

#page > aside > ul > li > h2 {
	color:#63308E;
	min-height:16px;
	padding:1px 0 1px 21px;
	text-transform:uppercase;	
	font-size:1.05em;
	background:url("images/base_mini_head_bg.gif") repeat-x scroll 0 0 #FFFFFF;
	border-bottom:1px solid #DDDDDD;
	margin:-5px -10px 4px;
	padding:4px 8px 2px;	
}

/**
 * @section footer
 */
body > footer {
	margin:26px auto 0;
	width:960px;
	text-align:center;
}

body > footer {
	color: #9B5BD2;
	margin-bottom:4em;
}

body > footer p {
	color: #63308E;
}

body > footer a:link,
body > footer a:visited,
body > footer a:hover {
	text-decoration:none;
	color: #63308E;
}

body > footer a:hover {
	text-decoration:underline;
}

body > footer nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 13px 0;
}

body > footer nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

body > footer nav ul li:before { content: "| "; }
body > footer nav ul li:first-child:before { content: ""; }

section article footer {
	font-style: italic;
}

/**
 * @section wordpress
 */
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;
}

