/* 
Theme Name: Opensky
Theme URI: http://www.opensky-studios.com
Description: Custom Opensky Theme
Author: Geoffrey Gallaway
Author URI: http://www.geoffeg.org
Version: 0.9
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body { height: 100%; }
BODY {
	font-size: 15px;
        letter-spacing: .03em;
	background: #F2F2F2;
}
h3 {
        color:#015b99;
        font-size:17px;
        padding: 5px 5px;
}
#mainContainer {
	min-height: 100%;
	background: url(background.png) repeat;
	width: 980px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
A {
	color: #004477
}
INPUT, TEXTAREA, SELECT {
	background-color: #FAFAFA;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	padding: 2px;
	margin: 2px;
	-moz-box-shadow: #DDD 1px 1px 2px;
	-webkit-box-shadow: #DDD 1px 1px 2px;
	box-shadow: #DDD 1px 1px 2px;	
}
TEXTAREA {
	width: 500px;
}
#header, #footer, #contentContainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* All items in the menu */
.menuItem *  {
       	font-size: 18px;
        
}
.menuItem UL {
	padding: 5px 10px;
}
.menuItem A {
	text-decoration: none;
}
.menuItem LI {
	letter-spacing: .1em;
	font-weight: normal;
	list-style: none;	
	padding-bottom: 7px;
}
.current_page_item > A:link, .current_page_item > A:visited {
	color: white !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 2px 10px;
	border: 1px solid #F4803D;
	background-color: #F4803D;
	position: relative;
	left: -11px;
}
.menuItem A:hover {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 2px 10px;
	border: 1px solid #F4803D;
	position: relative;
	left: -11px;
}

/* Main menu items */
.menuItem > UL > LI {
	margin-left: 50px;
	float: left;
	width: 190px;
	padding-left: 0px;
	padding-top: 40px;
}

/* Sub-nav menu items */
.menuItem > UL > LI > UL {
	padding-left: 10px;
}
.menuItem > UL > LI > UL > LI {
}
#contentContainer {
	min-height: 500px;
	padding: 10px;
}
#content, #contentPage {
	width: 700px;
	float: left;
}

#contentPage { 
	width: 965px;
}

.threeColumn UL {
        padding: 0 20px;
        font-size: 14px;
}

#footer {
	padding-top: 20px;
}
#logo {
	float: left;
}
.post {
	clear: both;
	margin: 0 0 15px;
}
.storycontent p {
	line-height:18px;
	margin:0 0 15px;
}

.post ol, .post ul {
line-height:18px;
margin:0 0 15px 30px;
}
.post ul li, .post ol li {
margin:0 0 5px;
}
.post ul li ul, .post ol li ol {
margin:5px 0 5px 30px;
}
.postHeader {
	border-bottom: 2px solid #005B97;
	margin-bottom: 15px;
	padding-bottom: 2px;
}
.postTitle a {
	text-decoration: none;
	color: #015b99; 
	font-size: 20px;
	letter-spacing: .1em;
}
#sidebar {
	float: right;
	width: 260px;
}
#sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#sidebar ul li {
	margin: 0 0 5px;
}
#sidebar h3 {
	font-size:14px;
        margin:20px 0 5px;
}
.meta {
	border-top: 1px solid #005B97;
	clear: both;
	margin-bottom: 60px;
	padding: 5px 5px;
}
.signature {
	float: left;
	width: 50%;
}
.tags {
	float: left;
	width: 50%;
}
.comment_text {
	float: left;
	width: 450px;
	margin-top: 10px;
}
.comment_author {
	margin-top: 7px;
	width: 150px;
	float: right;
}
.clear {
	clear: both;
}
.postinput P {
	margin-bottom: 5px;
	clear: both;
}
.postinput label, .postinput INPUT[type="text"] {
	float: left;
	margin-right: 10px;
	display: block;
}
.postinput label {
	font-weight: bold;
}
ol.commentlist {
	list-style: none;
	border-bottom: 1px solid #005B97;
	margin: 10px 0 30px;
}
.commentlist li {
	border-top: 1px solid #005B97;
	padding-bottom: 10px;
}
h3.reply {
	clear: both;
        margin-bottom: 10px;
}

.galleryblock {
	padding: 14px;
}
.galleryblock h1 {
	margin-bottom: 10px;
	font-size: 18pt;
}
