/*   
Theme Name: Greenscreen Graphics
Theme URI: greenscreengraphics.com
Description: a-brief-description
Author: Jackson Whelan
Author URI: jacksonwhelan.com
Version: .01
.
all rights reserved
.
*/
* {
margin:0;
padding:0;
}
a {
color: #CCCCCC;
text-decoration:none;
}
body {
font-family:"Helvetica Neue", Arial, Helvetica, san-serif;
font-size:12px;
text-align:center;
background:#01431D;
color: #FFFFFF;
padding-top:20px;
padding-bottom:20px;
}
#wrapper, #footer {
text-align:left;
width:720px;
margin-left:auto;
margin-right:auto;
background:url(images/gs-web-bkgd-v4.jpg) no-repeat #1B5032 bottom;
padding-top: 10px;
}
body.single-post #wrapper {
background-image: none;
}
#footer {
background:none;
text-align:center;
margin-top:20px;
}
#left-nav {
width:175px;
float:left;
margin-left:10px;
border-right:1px solid #CCFF00;
margin-bottom:10px;
}
#left-nav ul {
color: #FFFFFF;
list-style:none;
}
li#pages {
margin-bottom:40px;
}
li.page_item {
margin:0 10px 10px 0;
/*background:url(images/li.gif?) no-repeat left center;*/
padding:2px 0 2px 5px;
font-weight:bold;
border-left:1px solid #66FF00;
}
li.current_page_item, li.current_page_parent {
/*background:url(images/li-select.gif?) no-repeat left center;*/
color:#CCFF00;
border-left:1px solid #CCFF00;
border-top:1px solid #CCFF00;
}
li.current_page_item ul li, li.current_page_parent ul li, li.page_item ul li {
border:none;
}
li.current_page_parent ul, li.current_page_item ul, li.page_item ul {
margin-top:10px;
}
li.current_page_parent ul li.current_page_item a {
color:#CCFF33;
}
li.page_item a:hover {
color:#CCFF00;
}
#header {
width:720px;
height:200px;
}
#header h1 {
text-indent:-9999px;
float:right;
background:url(images/gs-logo-2010.png) no-repeat;
width:263px;
height:200px;
}
#content {
float:right;
width:515px;
}
div.entry, div#subpages {
margin:10px 20px 10px 0;
}
div#content h2 a, #left-nav h2 {
color:#FDC003;
font-variant:small-caps;
}
div#content h3 a {
color:#CCFF33;
}
body.single-post h3 {
font-size: 16px;
margin: 10px 0;
}
body.single-post h4 {
font-size: 14px;
margin: 10px 0;
}

#content p {
padding:5px;
line-height:1.3em;
font-size:14px;
margin-bottom: 5px;
}
.post ul, .post ol {
margin: 10px 25px;
}
.post li {
line-height:1.3em;
font-size:14px;
margin-bottom: 1em;
}
.post ol li ul {
list-style: square;
}
#content p a {
border-bottom:1px #CCFF33 dotted;
}
body.single-post #content a {
color: #FDC003;
border: none;
}
blockquote {
margin:5px 10px;
padding:0 0 0 25px;
background:url(images/quote.gif?c=1) no-repeat top left;
}
div.ngg-navigation a {
color:#CCFF33;
font-weight:bold;
}
.clear {
clear: both;
}
a img {
border:none;
}
