/*
Theme Name: Stripes
Theme URI: http://pacificdesignerfurnishings.com/
Description: Minimal WordPress theme.
Version: 0.1
Author: Joseph Lamoree
Author URI: http://lamoree.com/
Tags: stripes, simple

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/*
Reset, based mostly on Eric Meyer's technique.
*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub, sup, tt,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	background-image: url(/images/bg-right.jpg);
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div#page {
	background-color: #fff;
	background-image: url(/images/bg-left.jpg);
	background-repeat: repeat-y;
	width: 900px;
}

div#topbar {
	background-color: #d2d2d2;
	height: 52px;
}

div#bottombar {
	clear: both;
	background-color: #d2d2d2;
	height: 22px;
}


/*
Header and navigation
*/
div#header {
	background-color: transparent;
}

div#header img#logo {
	margin: 0 0 0 64px;
	float: left;
}

div#header div#contact-info {
	float: right;
	margin: 10px 50px 0 0;
	color: #656565;
	font-size: 1em;
	line-height: 1.5em;
}

div#header-clear {
	clear: both;
}

div.menu ul {
	list-style: none;
	float: left;
	width: 700px;
	height: 30px;
	display: block;
	color: #999;
	margin: 15px 0 20px 165px;
}

div.menu ul li {
	float: left;
	display: block;
}

div.menu ul li a {
	text-indent: 0;
	color: #999;
	font-size: 1.1em;
	line-height: 2.25em;
	display: block;
	padding: 0 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	/*
 	font-weight: normal;
	text-shadow: 1px 1px 1px #666;
	*/
}

div.menu ul li a:hover {
	color: #638ba2;
	border-bottom: 1px solid #999;
}

div.menu ul li.current_page_item a {
	color: #333;
	border-bottom: 1px solid #333;
}

div.menu ul ul {
	display: none;
}


/*
Content
*/
div#content {
	clear: left;
	margin: 0 20px 0 165px;
	background-color: #fff;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.25em;
	line-height: 1.5em;
	min-height: 400px;
	width: 700px;
	padding: 0 0 20px 0;
}

div#content p {
	margin: 1em 0;
}

div#content h2, div#content h3 {
	color: #0076b8;
	font-weight: bold;
	font-size: 125%;
	margin: 1em 0;
}

div#content span.yelling {
	color: #0076b8;
	font-weight: bold;
	font-size: 105%;
}

div#content a {
	color: #333;
	text-decoration: underline;
}


/*
Page specific rules
*/

div#content div.post h2.title {
	display: none;
}


ul#image-list {
	list-style: none;
}

ul#image-list li {
	margin: 1em 0;
}

ul#image-list li span.name {
	font-size: 1.05em;
	font-weight: bold;
}

ul#image-list li a {
}


div.viewport {
	overflow: auto;
	height: 400px;
	width: 100%;
}

div.scroller {
	margin: 1em 0;
}

div.scroller img {
	margin: 0 1em;
	display: block;
}

/*
Footer
*/
div#footer {
	background-color: #666;
	color: #999;
	text-align: center;
	line-height: 1.5em;
	font-size: 1em;
}

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



/*
Microformats
*/
div.vcard a.fn {
	display: none;
}

div.vcard address {
	font-style: normal;
}

div.vcard abbr {
	text-decoration: none;
	border: none;
}

div.vcard span.tel span.type {
	display: none;
}


/*
Images
*/

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;
}