/*  
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, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Arial, helvetica, Georgia, Sans-serif;
	font-size: 17px;
	text-align: center;
	vertical-align: top;
	background: #fff url(images/bg2.png) repeat-x;
	color: #000;	
}

h1{
font-family: Georgia, Sans-serif;
font-size: 32px;
padding-bottom: 5px;
}

a:link, a:visited{
	text-decoration: none;
	color: #274FD0;
}

a:hover{
	text-decoration: none;
	color: #CC0000;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;
}
#header_top {
	height: 70px;
}
header_bottom {
	height: 35px; 
	padding-bottom: 22px;
	overflow: visible;
}
#numbers {
	float: right; 
	padding-top: 10px; 
	color: rgb(39, 79, 208);
}

#logo {
       margin-top: -18px;
       float: left;
}

#nav  {
      color: #274FD0;
      text-align: right;
      float: right;
	  line-height: 35px;
}

#nav ul {
      color: #fff;
      font-size: 26px;
      display: inline;
      list-style: none;
}

#nav ul li {
     padding-left: 22px;
     display: inline;
}

#nav a{
     color: #fff;
     text-decoration: none;
}
#nav a:hover{
     color: #dcdcdc;
     text-decoration: none;
}

#title {
      font-size: 14px;
      float: left;
	  padding-left: 90px;
}

#container {
	float: left;
	width: 500px;
}

#container p {
        line-height: 20px;
}

#container_pf {
	clear: both;
	width: 100%;
}

#container_pf p {
        line-height: 20px;
}

blockquote {
        margin: 0 0 0 40px;
}

blockquote p {
        background: #EEEEEE;
        font-size: 15px;
        padding: 0;
        margin: 10px 0 10px 0;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Arial, helvetica, Georgia, Sans-serif;
	font-size: 18px;
        text-decoration: underline;
        color: #EEEEEE;
}

.entry{
	line-height: 18px;
}

.postmetadata{
	margin: 5px 0 0 0;
	color: #AAA;
}

.postmetadata a {
	color: #AAA;
	text-decoration: none;
}
.postmetadata a:hover {
	text-decoration: underline;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

table#wp-calendar{
	width: 100%;
}

/*Sidebar
-----------------------------------------------------*/
.sidebar{
        text-align: right;
	float: left;
	width: 239px;
	margin: 20px 0 0 10px;
	display: inline;
	border-left: 1px solid #EEE;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Arial, helvetica, Georgia, Sans-serif;
	font-size: 14px;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
	color: #343333;
}

.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;
}

/*Footer
-----------------------------------------------------*/
#footer{
	clear: both;
	float: left;
	width: 730px;
	line-height: 18px;
	padding: 7px 10px;
	margin: 15px 0;
	background: #EEE;
}

/*Comments
-----------------------------------------------------*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px 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;
}

.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;
}
/*Search
-----------------------------------------------------*/
#s {
   line-height: 20px; 
   width: 140px; 
   font-size: 14px;  
}
#searchsubmit {
   font-size: 14px; 
   margin: 0; 
   padding: 0 2px; 
   line-height: 20px;
}
   
   