/*  
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

*/


/*----- Reset -----*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
    {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    }
    
body
    {
	line-height: 1;
    }
    
ol, ul
    {
	list-style: none;
    }
    
blockquote, q
    {
	quotes: none;
    }
    
blockquote:before, blockquote:after,
q:before, q:after
    {
	content: '';
	content: none;
    }
    
/* remember to define focus styles! */
:focus
    {
	outline: 0;
    }

/* remember to highlight inserts somehow! */
ins
    {
	text-decoration: none;
    }
    
del
    {
	text-decoration: line-through;
    }
    
/* tables still need 'cellspacing="0"' in the markup */
table
    {
	border-collapse: collapse;
	border-spacing: 0;
    }


/* Defaults
---------------------------------------------*/

body
    {
    color: #444;
    background: #fff;
    font-size: 62.5%;
    font-family: 'Helvetica Neuea', Arial, Helvetica, sans-serif;
    line-height: 1;
    }

p
    {
    margin-bottom: 12px;
    }

p:last-child
    {
    margin-bottom: 0;
    }

sup
    {
    font-size: 8px;
    color: #666;
    }

input
    {
    color: #444;
    font-family: 'Helvetica Neuea', Arial, Helvetica, sans-serif;
    line-height: 1;
    }
    
ul
    {
    list-style: disc;
    padding: 12px 0 12px 24px;
    }

ol
    {
    list-style-type: decimal;
    padding: 12px 0 12px 12px;
    }

p+ul,
p+ol
    {
    padding-top: 0;
    }

li
    {
    margin-bottom: 6px; 
    }

.center
    {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }

.right
    {
    float: right;
    }

.left
    {
    float: left;
    }

img.right
    {
    float: right;
    margin: 0 0 10px 15px;
    }

img.left
    {
    float: left;
    margin: 0 15px 10px 0;
    }


/* Links
---------------------------------------------*/

a,
a:link,
a:active,
a:visited
    {
    color: #085982;
    text-decoration: none;
    font-weight: bold;
    }

a:visited
    {
    color: #085982;
    }

a:hover
    {
    color: #186992;
    text-decoration: underline;
    }

a.more
    {
    background: transparent url(http://www.sagrader.com/static/marketing-images/morearrow.gif) no-repeat 100% 50%;
    padding-right: 8px;
    font-size: 12px;
    }

a.more:hover
    {
    }

a.pdf
    {
    display: inline-block;
    background: #eee url(http://www.sagrader.com/static/marketing-images/pdficon.gif) no-repeat 8px 50%;
    border: 1px solid #ccc;
    padding: 4px 8px 4px 30px;
    line-height: 18px;
    font-weight: bold;
    }

a.logo
    {
    border: none;
    background: none;
    }

a.button
    {
    display: block;
    background: transparent url(http://www.sagrader.com/static/marketing-images/button.png) no-repeat top left;
    width: 220px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: none;
    }
    
a.button:hover
    {
    background-position: bottom left;
    }


/* Headers
---------------------------------------------*/

h1, h2, h3, h4, h5
    {
    margin: 36px 0 18px;
    font-family: Helvetica, 'Helvetica Neuea', Arial, sans-serif;
    font-weight: normal;
    color: #111;
    line-height: 1.2;
    }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child
    {
    margin-top: 0;
    }

h1 {font-size: 36px; letter-spacing: -1px;}
h2 {font-size: 24px;}
h3 {font-size: 20px; margin: 18px 0 12px;}
h4 {font-size: 16px; margin: 18px 0 12px;}
h5 {font-size: 12px; margin: 18px 0 12px; font-weight: bold;}


/* Inputs
---------------------------------------------*/

input[type="text"],
input[type=password],
textarea
    {
    border: 1px solid #ccc;
    }
    
input[type="text"]:focus,
input[type=password]:focus,
textarea:focus
    {
    border-color: #aaa;
    }

input[type="submit"]
    {
    font-size: 12px;
    padding: 1px 5px;
    }


/* Layout
---------------------------------------------*/

div.container
    {
    position: relative;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    }
    
div.topper
    {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    }
    
div.content
    {
    position: relative;
    overflow: hidden;
    padding: 30px 0 40px;
    font-size: 12px;
    line-height: 1.4;
    }


/* Grid
---------------------------------------------*/

.col-container
    {
    overflow: hidden;
    margin-bottom: 40px;
    }

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12
    {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 10px;
    }

.col-1 {width: 60px;}
.col-2 {width: 140px;}
.col-3 {width: 220px;}
.col-4 {width: 300px;}
.col-5 {width: 380px;}
.col-6 {width: 460px;}
.col-7 {width: 540px;}
.col-8 {width: 620px;}
.col-9 {width: 700px;}
.col-10 {width: 780px;}
.col-11 {width: 860px;}
.col-12 {width: 940px;}

.alpha {margin-left: 0;}
.omega {margin-right: 0;}

.prefix-1 {padding-left:80px;}
.prefix-2 {padding-left:160px;}
.prefix-3 {padding-left:240px;}
.prefix-4 {padding-left:320px;}
.prefix-5 {padding-left:400px;}
.prefix-6 {padding-left:480px;}
.prefix-7 {padding-left:560px;}
.prefix-8 {padding-left:640px;}
.prefix-9 {padding-left:720px;}
.prefix-10 {padding-left:800px;}
.prefix-11 {padding-left:880px;}

.border-offset-right {margin-right: 9px;}
.border-offset-left {margin-left: 9px;}
.border-offset-both {margin: 0 9px;}

.padding10 {padding: 10px;}
.padding15 {padding: 15px;}
.padding20 {padding: 20px;}
.padding30 {padding: 30px;}
.padding40 {padding: 40px;}

.clear /* http://sonspring.com/journal/clearing-floats */
    {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
    }


/* Navigation
---------------------------------------------*/

div.nav
    {
    overflow: hidden;
    margin-top: 20px;
    padding: 1px 0;
    background-color: #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    }

ul.navigation
    {
    float: left;
    list-style: none;
    }

ul.navigation li
    {
    display: inline;
    }

ul.navigation a
    {
    display: block;
    float: left;
    padding: 0 30px;
    color: #fff;
    border-right: 1px solid #333;
    border-bottom: none;
    line-height: 1.8;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    }
    
ul.navigation a:hover,
ul.navigation a.selected
    {
    color: #dfe9ae;
    }


/* Footer
---------------------------------------------*/

.footer
    {
    background: #fff url(http://www.sagrader.com/static/marketing-images/footer.jpg) no-repeat top left;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 30px 0 10px;
    font-size: 11px;
    line-height: 1.4;
    }

.footer a
    {
    color: #888;
    }

.footer a:hover
    {
    color: #444;
    text-decoration: none;
    }

.footer ul
    {
    margin: 0;
    padding: 0 0 0 10px;
    border-left: 1px solid #ddd;
    }

.footer ul li
    {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

.footer h4
    {
    margin-top: 0;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    }

.footer div.formcontainer
    {
    overflow: hidden;
    margin-bottom: 5px;
    }

.footer div.formcontainer div
    {
    float: left;
    }

.footer div.formcontainer div:first-child
    {
    margin-right: 5px;
    }

.footer form .label
    {
    display: block;
    font-weight: bold;
    }
    
.footer .copyright
    {
    margin-top: 30px;
    color: #888;
    }
    
    
/* Login
---------------------------------------------*/

.login-form
    {
    float: right;
    font-size: 11px;
    }

.login-form td
    {
    padding: 0 0 2px 8px;
    font-weight: bold;
    }    

.login-form input[type="text"],
.login-form input[type=password]
    {
    width: 160px;
    padding: 2px 4px;
    font-size: 12px;
    }    

.login-form input[type=password]
    {
    width: 80px;
    }  

.login-form .login-links
    {
    padding-top: 8px;
    }

.login-form .login-links,
.login-form .login-links a
    {
    padding-top: 8px;
    font-size: 11px;
    color: #888;
    }
    
.login-form .login-links
    {
    color: #aaa;
    }
    
.login-form a.create-account
    {
    color: #61873d;
    font-size: 12px;
    }


/* Begin wordpress only
----------------------------------------*/

.post /*includes entire post with header and meta*/
    {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
    }

.post h1,
.post h1 a
    {
    color: #61873d;
    font-weight: normal;
    }

.post h1
    {
    margin-bottom: 5px;
    font-size: 32px;
    }

.post h2
    {
    font-size: 18px;
    }

.entry /*just the content of post*/
    {
    line-height: 18px;
    margin-bottom: 15px;
    }


/*----- Entry Meta Data -----*/

.postmetadata
    {
    margin: 2px 0 15px 0;
    padding: 0;
    color: #888;
    font-size: 11px;
    }

.postmetadata a
    {
    color: #888;
    }

span.whowhen /*author and date*/
    {
    text-transform: uppercase;
    }

span.comments
    {
    background: url(http://blog.sagrader.com/wp-content/uploads/2009/07/comment.png) left center no-repeat;
    padding-left: 14px;
    }

span.tags
    {
    background: url(http://blog.sagrader.com/wp-content/uploads/2009/07/tag.png) left center no-repeat;
    padding-left: 20px;
    margin-left: 20px;
    }

span.tags a
    {
    }

table#wp-calendar
    {
    width: 100%;
    }


/*Sidebar
-----------------------------------------------------*/

div.sidebar
    {
    font-size: .9em;
    }

.sidebar ul
    {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

.sidebar ul li
    {
    padding: 8px 0;
    }

.sidebar ul li h2
    {
    font-size: 14px;
    padding: 0 0 3px 3px;
    }

.sidebar ul ul li
    {
    margin: 0;
    padding: 6px 4px;
    line-height: 16px;
    border-bottom: 1px solid #e3e3e3;
    }

.sidebar ul ul li a
    {
    border: none;
    }

div.sidebar li.rssfeed a
    {
    border: none;
    }


/*----- Comments -----*/

.comments-template
    {
    margin: 15px 0 0;
    padding: 10px 0 0;
    }

.comments-template ol
    {
    margin: 15px 0 0 0;
    padding: 0 0 15px;
    list-style: none;
    border-top: 1px solid #cdcdcd;
    }

.comments-template ol li
    {
    line-height: 18px;
    padding: 20px 12px 12px 12px;
    border-bottom: 1px solid #cdcdcd;
    }

.comments-template ol li.alt
    {
    background-color: #f3f3f3;
    }

.commentmetadata
    {
    font-size: 11px;
    margin-bottom: 5px;
    }

.commentmetadata a
    {
    border: none;
    }

.commentmetadata span.authorsays
    {
    font-size: 18px;
    }

.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: 5px 10px 5px 0;
    }

.alignright
    {
    float: right;
    margin: 5px 0 5px 10px;
    }

.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;
}