/*
CSS design by Katherine Bell
http://www.ortegaglassworks.com
*/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2F4600;
	background-color: #FEEDB9;
	background-image: url(/Images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bold1 {
	font-weight: bold
	}
	
.italic1 {
	font-weight: normal;
	font-style: italic;
	}


h1, h2, h3 {
	font-weight: normal;
	color: #5F8700;
	line-height: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
	text-align: left;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
	text-align: left;
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: 1px none #D9D785;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #666633;
	background-color: #FDE29F;
}

ul {
}

ol {
}

a {
	color: #4E7301;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.no_float {
	float: none;
	margin: 1px;
	border: 1px solid #D9D785;
}


img.left {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #D9D785;
}

img.left_no_border {
	float: left;
	margin: 0 15px 0 0;
	border: none;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: 1px solid #D9D785;
}

img.right_no_border {
	float: right;
	margin: 15px 15px 15px 15px;
	border: none;
}

/* Header */

#header {
	width: 770px;
	height: 200px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#headerbg {
	margin: 0 auto;
	width: 770px;
	height: 250px;
	margin-bottom: 20px;
	background: url(/images/img02.png) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 770px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 80px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #FEEDB9;
}

#logo p {
	padding-top: 100px;
	text-transform: lowercase;
	font-size: 1.8em;
	color: #ABC13A;
}

#logo h2 a, #logo p a {
	color: #ABC13A;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #336633;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	}

#menu a:hover {
	height: 20px;
	color: #669900;
}

#menu .current_page_item a {
	color: #669933;
}

/* Page */

#page {
	width: 770px;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#latest-post {
	float: left;
	width: 530px;
	line-height: 20px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#recent-posts {
	float: right;
	width: 200px;
	line-height: 20px;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
	background-color: #FDE29F;
}

#recent-posts .entry {
}

#recent-posts .entry a {
}

#recent-posts .more {
	background: url(/Images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .subtitle {
	margin: 0;
	line-height: inherit;
}

.post .indent {
	font-size: .8em;
	line-height: 1em;
	text-align: left;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}


.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #A2B736;
}

.post .meta a {
	color: #7F9C1E;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #D9D785 1px dashed;

}

.smalltype {
	font-size: 0.8em;
	line-height: 1.2em;
}

.post .entry_no_underline {
	margin-bottom: 20px;
	padding-bottom: 5px;

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 770px;
	background-color: #FDE29F;
}

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

#sidebar li {
	display: block;
	float: left;
	width: 235px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#sidebar li ul {
	line-height: 1.9em;
	border-top: #77881F 2px dashed;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	line-height: 26px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A1B635;
}

#sidebar h2 {
	padding-left: 22px;
	background: url(/Images/img03.jpg) no-repeat left 50%;
	color: #666600;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#sidebar a {
	text-decoration: none;
	color: #666600;
}

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

/* Footer */

#footer {
	width: 770px;
	height: 100px;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	padding: 5px;
}

#legal {
	margin: 2px;
	padding: 5px;
	text-align: center;
}
#page #footer p legal {
	float: left;
}

#links {
	float: right;
}

#wrapper {
	width: 100%;
	background-color: #003300;
}
#recent-posts   .post   .right_no_b   {
	margin: 15px;
}
#cc_email {
	background-color: #CCCC66;
	background-position: center center;
	white-space: normal;
	text-align: center;
	padding: 2px;
	margin: 1px;
	border: 1px dashed #d9d785;
}
.newsletter {
	background-color: #FEEDB9;
	border: 2px dashed #d9d785;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#page #latest-post .post .post img {
	border: 1px solid #669933;
}

/* For photos with captions - place photo and caption, then select class to apply to entire block */

.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }

.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }

.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }

.left { margin: 0.5em 0.8em 0.5em 0; float:left; }

.center { margin: 0.5em 0.8em 0.5em 0; align:center; }

.box-large-text {
	padding-left: 3px;
	font-size: 18px;
	font-weight: bold;
	color: #036;
	font-family: Tahoma, Geneva, sans-serif;
}
.box-small-text {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #090400;
display: block;
padding: 0px 5px 5px 5px;
}
/* Code below adds scroll bars to sections */
.divScroll-1 {
    height:500px;
    width:530px;
    overflow:scroll;
    }
   
    .divScroll-2 {
    height:100px;
    width:200px;
    overflow:scroll;
    white-space:nowrap;
    }
   
    .divScroll-3 {
    height:100px;
    width:200px;
    overflow:scroll;
    white-space:nowrap;
    }
   
    .divScrollAuto {
    height:100px;
    width:200px;
    overflow:auto;
    white-space:nowrap;
    }
   
    .divScrollHidden {
    height:100px;
    width:200px;
    overflow:hidden;
    white-space:nowrap;
    }