/*  
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 images.
Version: 0.0.1
Author: Zack
Author URI: http://zacklive.com/
Tags: fixed width, two columns, widgets, widget ready, white, simple, right sidebar, valid XHTML, valid CSS

   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, p, form{
	margin: 0;
	padding: 0;
}
h1 {
 font-family: "Times New Roman", Times, serif;
 color: #6a6d76;
 font-weight: bold;
 margin: 7px 0 0 0;
 padding: 0;
 font-style: italic; 
}
blockquote {
	padding: 0 0 0 25px;
	margin: 0;
	background: url(images/blockquote.jpg) no-repeat 0px 4px;
}

body{
	margin: 0;
	font-family: Arial, helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #e7e7e7;
	color: #000;	
}

h1{
font-family: Georgia, Sans-serif;
font-size: 32px;
padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #cf642f;
}

a:hover{
	text-decoration: none;
	color: #000;
}

p{
	padding: 10px 0 0 0;
}

#topcorner {
	margin-top: 179px;
	*margin-top: 178px;
	z-index: 9;
	position: absolute;
}
#wrapper{
	margin: 0 auto 0 auto;
	padding: 0px;
	position: relative;
	width: 780px;
	text-align: left;
}

#header{
	margin:0px;
	padding: 0px;
	width: 780px;
	height: 179px;
}
#bigcontainer {
	width:780px;
	background: url('images/sidebar_fake.jpg') repeat-y top #fff;
}
#container {
	width: 780px;
	background: url('images/top-right-corner.jpg') no-repeat top right;
}

#left {
	float: left;
	width: 279px;
}

#right{
	float: right;
	width: 430px;
	padding: 7px 25px 0px 0px;
}

.post{
padding: 10px 0 20px 0;
margin-bottom: 15px;
border-bottom: 1px solid #6b6e77;
}

.post h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	color: #cf642f;
}

.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: 279px;
	background-color: #696d76;
	min-height: 400px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
}

.sidebar ul li{
}

.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;
}

#menulinks {
    height:579px;
    width:279px;
    clear:both;
    text-align: center;
}

ul#navlist {
    margin: 0;
    padding: 0;
    float:left;
    width:100%;
}

ul#navlist li {
    display:inline;
    list-style-type: none;
}

ul#navlist li a {
    font-size: 1.75em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
    text-align:center;
    color: #FFFFFF;
	width: 279px;
    height:41px;
    padding:25px 22px 15px 0px;
    background: url('images/navigation_blue.jpg') no-repeat;
    display:block;
    float:left;
    text-decoration: none;
}

ul#navlist li a:hover {
    background: url('images/navigation_green.jpg') no-repeat;
} 

#menulinks ul#navlist li.current_page_item a, #menulinks ul#navlist li.current-cat a {
    background: url('images/navigation_green.jpg') no-repeat;
}

#socialnetworks {
	width: 279px;
	margin: 32px 0 32px 0;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
    font-size: 1.75em;
	text-align: center;
	color: #fff;

}

/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #AAA;
	margin: 0 2px;
}

/*Footer
-----------------------------------------------------*/
#footer{
	width: 780px;
	padding-top: 25px;
	text-align: center;
	line-height: 18px;
	background: url('images/bottom-corners.jpg') top no-repeat;
}

/*Comments
-----------------------------------------------------*/
.comments-template{
	margin: 10px 0 0;
	border-top: 0px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.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;
   margin-right: 15px;
}

.alignright {
   float: right;
   margin-left: 15px;
}

.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;
}

a img {
	border: 0px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}
