/*
Theme Name: Weddings
Theme URI: http://elliotjaystocks.com
Description: Was the totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2 (WP2.6.2)
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	}
	
body {
	background-color: black;
	padding-bottom: 30px;
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
}

#page {
	background-color: #f4ebc2;
	width: 750px;
	margin: 30px auto;
}

#header {
	height: 180px;
	background: #f4ebc2 url(style/images/header.jpg) no-repeat;
}

#content {
	width: 750px;
	position: relative;
	padding-top: 30px;
}

#primary {
	width: 500px;
	float: left;
	padding: 0px 12px 0px 15px;
	overflow: hidden;
}

#secondary {
	width: 205px;
	float: left;
	color: #444;
}

#footer {
	text-align: center;
	width: 750px;
	color: #444;
	background: #f4ebc2 url(style/images/footer.jpg) no-repeat 0 bottom;
	padding-bottom: 15px;
}

/* Menu */

.nav ul {
	left: 20px;
	width: 90%;
	list-style-image: none;
	position: relative;
	padding: 5px 15px 5px;
}

.nav ul li {
	display: inline;
}

.nav ul li a {
	text-transform: lowercase;
	outline: 0;
	padding: 5px 15px 5px;
	font-size: 1.1em;
	color: black;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

.nav ul li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
}

.nav ul li.current_page_item a,
.nav ul li.current_page_item a:hover {
	color: #ffffff !important;
	background: black;
	text-decoration: none;
	}

.nav ul li.current_page_ancestor a {
	color: #ffffff !important;
	background: black;
	text-decoration: none;
}

/* Headings */

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color: black;
}
	
h1 {
	display: none;
}

#primary h2 {
	display: none;
}

h5 {
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	color: black;
	font-size: 15px;
}

.miniposts h6 {
	display: block;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 11px;
}

.miniposts h6 a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

h3 {
	font-size: 21px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	color: black;
	padding-top: 16px;
	display: block;
	padding-bottom: 10px;
	clear: both;
}

.description {
	display: none;
}

/* Layout */

#primary p {
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	color: #444;
	padding-bottom: 10px;
}

#primary img {
	margin: 0 0px;
	border: 0px solid #ccc;
	padding: 4px;
}

.textwidget p {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 12px;
	color: #666;
}

.miniposts p {
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 12px;
	color: #666;
}

a.first {
	padding-top: 32px;
}	

a.sidebarlinks {
	letter-spacing: -1px;
	font: normal 23px 'Trebuchet MS', Verdana, Sans-Serif;
	text-decoration: none;
	color: black;
	display: block;
}

a:hover.sidebarlinks {
	text-decoration: underline;
}

.hide {
	display: none;
}

ol.tips li {
	list-style-type: decimal;
	margin-left: 19px;
	font-size: 12px;
	line-height: 16px;
	color: #444;
}

#secondary ul li {
	margin-bottom: 15px;
}

ul#subpages li.page_item {
	margin-bottom: 5px;
}

/* Links */

#primary a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#primary a:hover {
	text-decoration: underline;
}

#secondary a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

#secondary a:hover {
	text-decoration: underline;
}

/* Images */

#primary img.homepage {
	border: none !important;
	padding: 0px 0px 10px;
	float: left;
}

#primary img.aligncenter {
	padding: 0 0 10px;
	margin: 0;
}

#primary img.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

#primary img.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

#footer small {
	color: #888;
}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}
	
.clear {
	clear: both;
}

#page #content #primary .post blockquote p {
	padding-right: 20px;
	padding-left: 5px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: black;
	text-align: left;
}
	
/* Shopping Cart */

#primary h2.prodtitles {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

ul.PeCategories li.MainCategory strong.category a.productlink {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

#lightbox-caption-title {
	color: black;
	text-decoration: none;
}

	
