/*  
Theme Name: Gray Lines
Theme URI: http://zacklive.com/my-first-wordpress-theme-gray-lines/168/
Description: A pure WordPress Theme, simple design, widget ready, no image.  With control panel, you can set your own RSS feed and header logo. Wordpress 2.7 compatible, Supporting threaded (nested) comments, sticky-post and comment pages.
Version: 2.0.0
Author: Zack
Author URI: http://zacklive.com/
Tags: black, white, two-columns, fixed-width, threaded-comments, sticky-post
Chang Log: 
14/Aug/2009: Control panel added.
21/Jul/2009: Upgrade to WordPress 2.8 (Supporting threaded (nested) comments, sticky-post and comment pages)


   This theme, including the CSS, XHTML and design, is released under the
   GPL: http://www.opensource.org/licenses/gpl-license.php

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-color: #000;
	color: #000;
background: url('background.jpg') repeat-x #000;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 32px;
padding-bottom: 5px;
}

a:link, a:visited{
	text-decoration: none;
	color: #336699;
}

a:hover{
	text-decoration: underline;
	color: #ff0000;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
	padding-top: 0;
	border-top: 5px solid #369;
        background-color: #fff;
}

#header{
	width: 900px; height: 220px; position: relative;
	padding: 0;
        margin: 0;
	border-bottom: 2px solid #369;
        overflow: auto;
        background: url('../../../images/headers/rotate.php') #ddd;

}

#logo, #htitle{
	width: 880px;
        text-align: left;
        margin: 0 auto 0 auto;
        padding: 5px 10px;
	border-top: 2px solid #369;
        background: url('../../../images/80percent-white.png');
	border-bottom: 2px solid #369;
}
#logo img { border: 0; }

#desc{
        position: absolute; color: #036;
        font-size: 12px; font-weight: bold; line-height: 15px;
	margin: 0; bottom: 0; right: 0;
        background: url('../../../images/80percent-white.png');
        padding: 5px 10px;
}

#container{
	float: left;
	width: 630px;
	padding-left: 10px;
}

.post{
	padding: 10px 0 20px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

.postmetadata{
	/*border-top: 1px solid #EEE;*/
	margin: 5px 0 0 0;
	color: #AAA;
}

.postmetadata a {
	color: #AAA;
	text-decoration: underline;
}
.postmetadata a:hover {
	text-decoration: none;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

table#wp-calendar{
	width: 100%;
}

/*Sidebar
-----------------------------------------------------*/
.sidebar{
	float: left;
	width: 239px;
	margin: 0 10px 0 0;
	display: inline;
	border-right: 1px solid #EEE;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #AAA;
	margin: 0 2px;
}

#cle{
	clear: both;
}

/*Footer
-----------------------------------------------------*/
#footer{
	clear: both;
	float: left;
	width: 880px;
	line-height: 18px;
	margin: 20px 0 10px 0;
	background: #EEE;
        padding: 10px;
}

/*Comments
-----------------------------------------------------*/
.odd{
	background: #EEE;
}

.even{
	background: #FFF;
}

.comments-template{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
}

.comments-template ul{
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
}

.comments-template ul li{
	line-height: 18px;
	padding: 10px 0 10px 10px;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

/*Macdonald Design Customizations
-----------------------------------------------------*/
#htitle h1 { font-size: 24px; }

li#calendar { display: none; }

/* Menu work */

li.pagenav ul li a { font-weight: bold; }
li.pagenav ul li ul li a { font-weight: normal; }
li.pagenav ul li ul li ul li a { font-weight: normal; }

li#meta h2, li#meta a { color: white; border: 0; }
li#meta:hover h2 { color: black; border-bottom: 1px solid #ddd; }
li#meta:hover a { color: blue; }

li#join { font-size: 14px; font-weight: bold; text-align: center; padding: 0 10px; margin: 10px 0 5px 0; }
li#join a { 
	border: 1px solid #036;
	display: block; padding: 5px 0; 
	text-decoration: none; color: #def; background-color: #369;
	/*CSS3 Rounded corners and drop shadow*/
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 3px 3px #666;
	-webkit-box-shadow: 0 3px 3px #666;
	box-shadow: 0 3px 3px #666;
	}

li#join a:hover { color: #fff; background-color: #036;
	/*CSS3 drop shadow*/
	-moz-box-shadow: 0 3px 6px #666;
	-webkit-box-shadow: 0 3px 6px #666;
	box-shadow: 0 3px 6px #666;
}

#container h2, #container h3, #container h4 {
margin: 20px 0 5px 0;
padding-bottom: 3px;
border-bottom: 1px solid #eee;
clear: both;
}

li#search { margin: 0; padding; 0; }
#searchform { margin: 0; padding: 0;  }
#searchform input { font-size: 10px; }
#searchform input[type="text"] { width: 120px; margin: 0 10px; border: 1px solid #369; color: #369; padding: 2px; } 
#searchform input[type="submit"] { color: #369; border: 1px solid #369; background-color: #def; padding: 2px 4px; } 
#searchform input[type="submit"]:hover { background-color: #ccc; }
#searchform label { display: none; }

li.event_date_li { font-weight: bold;}
li.event_li {font-weight: normal; font-size: 10px; }
li.event_li a, li.event_li a:visited  { color: #369; border-bottom-width: 0; }

