/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 1
*/

@media screen {

* { margin: 0; padding: 0; }
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 {
	font-size: 1.5em;
	color: #59822f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a {
	color: #59822f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
} 

blockquote { }
blockquote p { }



.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	


form { }
input[type=text] { }
textarea { }


#page-wrap {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	background-color: #FC0;
	height: 166px;
	margin: 0px;
}

#nav {
	height: 48px;
	background-image: url(images/bg_main_menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0em;
	padding-bottom: 0px;
	padding-left: 3em;
}

#nav ul {
	height:25px;
	border:1px solid #ccc;
	background:#eee;
	padding:0;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

#nav li {
	list-style:none;
	float:left;
	line-height:25px;
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 10px;
}

#nav li a {
	text-decoration: none;
	color: #003300;
}

#footer {
	height: 75px;
	margin: 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #FFF;
	padding-top: 1.0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footerWrapper {
	background-image: url(images/bg_mainContent.png);
	background-repeat: repeat;
	background-position: center top;
	height: 58px;
	margin: 0px;
	padding: 0px;
}

#mainContent {
	background-color: #fff;
	padding: 0em;
	background-image: url(images/bg_mainContent.png);
	background-repeat: repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#contentWrapper {
	width: 707px;
	margin-right: auto;
	margin-left: auto;	
}

#contentWrapper ul {
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: 1.0em;
	padding-left: 2.0em;	
}

#contentWrapper li {
	list-style-type: none;	
}



#contentInter {
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: 0em;
	padding-left: 1em;	
}

#excerpt {
	margin: 0px;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 0.5em;
}

#poemLink {
	padding: 0em;
	margin-top: 3em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 3em;
}

#formWrapper {
	background-color: #ffffcc;
	border: 1px solid #abadb3;
	padding: 1.0em;
}
} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */