/*
Theme Name: Northwest Glass Society
Theme URI: http://www.refueled.net/blank-wordpress-themes/
Description: A Wordpress theme made for Northwest Glass Society based on refueled's 2 column right sidebar blank theme. See the theme URI for link to the blank.
Author: Chris Patterson
Author URI: http://dr.brontosaurus.ws/
version: 1.07
changes:
1.07
changed header from css to javascript to fix compatibility issues.
added fuction to display contact button when called.

1.06 and before
general tweaking of the css and other code.
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #777 url(images/bg-bowl.jpg) no-repeat fixed;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10pt;
   color: #000;
	margin: 10px;
   padding: 5px;
	}
	
h1 {font-size: 23pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 0; margin: 0;}
img a{border:none;}

img.left{ float: left; border: none; padding: 0px; }
img.right{ float: right; border: none; padding: 0px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#0072BC;
	text-decoration:none;
	border: none;
   font-weight: bold;
	}

a:hover{color:#333;text-decoration: underline; border: none;}



/* container */


#container {
	width: 800px;
	margin: 0 auto;
	padding: 2px;
	background:#fff;
	color: #333;
	border: 3px solid #000;
	}
	
/* header */

#header-top {
	background: #DDD url(images/nwglass1_01.jpg) no-repeat;
    width: 800px; 
	height: 145px;
   display: block;
color: transparent;
	}

#header-bottom {
	background: #DDD url(images/nwglass1_09.jpg) no-repeat;
    width: 800px; 
	height: 172px;
   display: block;
color: transparent;
	}

/* content */


#content {
	float: left;
	width: 72%;
	overflow: hidden;
   padding: 11px;
	}	

.post {
	margin:0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post h2{
	font-size: 14pt;
	font-weight: bold;
	color: #08122E;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: underline;
	}
	
.post p{font-size: 10pt;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: bold;}

/* sidebar */

#sidebar {
	font-size:8pt;
	width: 200px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0;
	border-left: 0px dotted #A2A2A2;
	text-align: center;
	}

#sidebar h2{
	font-weight: bold; 
	font-size: 10pt; 
	color: #08122E;	
	margin: 0;
	padding: 0;
  display: none;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	}

#searchform input#s{
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: transparent;
	width: 400px;
	margin-top:15px;
   margin-left: auto;
   margin-right: auto;
	font-size: 7pt;
   text-align: right;
   padding-top: 5px;
   padding-left: 400px;
   padding-right: 5px;
   padding-bottom: 5px;
	}
	
#footer p{padding:0;margin: 0; color: #000;}
#footer a{color: #333; text-decoration: none; font-weight: normal;}
#footer a:hover{color: #BCBCBC;}

