/*
Theme Name: Custom Stained, Etched, and Fused Glass
Theme URI: http://www.kathyosborne.com/
Description: A WordPress theme implementing the design of the Custom Stained, Etched, and Fused Glass website.
Version: 1.0
Author: Paolo Ermani (SoftWUD) for Kathy Osborne
Author URI: http://www.softwud.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* First reset the browser's styles and fonts using the Reset and Fonts packages from the YUI CSS Foundations */
@import url(http://yui.yahooapis.com/2.5.2/build/reset/reset-min.css);
@import url(http://yui.yahooapis.com/2.5.2/build/fonts/fonts-min.css);

/* Now set up the styling rules for the Custom Stained, Etched, and Fused Glass website. */
html
{
	background: none;
}

body
{
	color: #333333;
	line-height: 151%;
	text-align: left;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	background-position: top left;
}

hr
{
	display: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia;
	color: #333333;
}

h1
{
	font-size: 200%;
        margin-top: 15px;
	margin-bottom: 15px;
	color: #6b2c10;
}


h2
{
	font-size: 153.9%;
        margin-top: 15px;
	margin-bottom: 10px;
	color: #6b2c10;
}

h3
{
	font-size: 138.5%;
	margin-bottom: 16px;
}

a
{
	text-decoration: none;
	color: #e14203;
        font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #660000;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

#page
{
	border: 1px solid #000000;
	margin: 15px auto;
	padding: 5px 5px 20px 5px;
	width: 900px;
	background-color: #ffffff;
}

#header
{
	width: 100%;
}

#headerimg
{
	background-image: url(images/header.jpg);
	width: 100%;
}

#headerimg h1 a
{
	text-indent: -10000px;
	display: block;
	width: 100%;
	height: 200px;
}

#description
{
	font-size: 131%;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	color: #000000;
	background-color: #cc3506;
	text-align: center;
}

#menu
{
	height: 50px;
	padding: 25px 0px 0px 30px;
}

#menu a
{
	text-decoration: none;
	color: #333;
        font-weight: bold;
}

#menu a:hover
{
	text-decoration: none;
	color: #660000;
        font-weight: bold;
}

#menu ul li
{
	float: left;
}

#content_wrapper
{
	padding-left: 30px;
        padding-right: 10px;
        background-color: #ffffff;
	background-image: url(images/sidebarbg.gif) repeat-y scroll 0 0;
height:100%;
}

#content.narrowcolumn
{
	float: left;
	width: 600px;
}

#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}

.post
{
}

.entry
{
}

.postmetadata
{
	margin-bottom: 2em;
}

#sidebar
{
	width: 207px;
	float: right;
	padding-left: 14px;
	margin-left: 15px;
	border-left: 1px solid #BA9752;
}

#sidebar ul li ul, #sidebar ul li form
{
	margin-bottom: 1em;
}

#footer
{
	display: none;
}

.clr
{
	clear: both;
}

.navigation
{
	margin-bottom: 2em;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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
	}
/* End Images */