/*
Theme Name: The Flying Developer
Theme URI: http://theflyingdeveloper.com
Description: The theme used on The Flying Developer Blog.
Version: 0.1
Author: David Underwood
Author URI: http://theflyingdeveloper.com
Tags: flying developer
*/

* {
padding: 0;
margin: 0;
font-family: verdana, sans-serif;
font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
margin: 5px 0px;
}

h2 {
font-size: 150%;
}

h3 {
font-size: 130%;
letter-spacing: 1px;
}

h4 {
font-size: 120%
}

h5 {
font-size: 100%;
font-style: italic;
}

img {
border: none;
}

a {
font-size: inherit;
}

a:link { 
text-decoration: none;
}  /* unvisited link */

a:visited {
text-decoration: none;
}  /* visited link */

a:hover {
text-decoration: underline;
}  /* mouse over link */

a:active {
text-decoration: none;
}  /* selected link */

small {
font-size: 75%;
}

pre {
padding: 5px;
margin: 5px;
border: white 1px solid;
font-family: 'courier new';
}

#pagecontainer {
margin: auto;
width: 1000px;
background-color: #c4e6ff;
border-left: solid 2px black;
border-right: solid 2px black;
}

#header {
width: 1000px;
height: 300px;
}

#nav {
text-align: center;
padding: 10px;
background-color: white;
border-top: solid 2px black;
border-bottom: solid 2px black;
margin-right: -2px;
margin-left: -2px;
}

#nav li {
display: inline;
padding: 10px 30px;
}

#nav a {
color: black;
text-decoration: none;
}

#sidebarcontainer {
margin-top: 60px;
margin-right: -2px;
float: right;
width: 250px;
}

#sidebartop {
background-image: url('graphics/sidebartop.png');
width: 250px;
height: 19px;
}

#sidebarbottom {
background-image: url('graphics/sidebarbottom.png');
width: 250px;
height: 19px;
}

#sidebarbelow {
background-image: url('graphics/hot_air_balloon.png');
background-position: center top;
background-repeat: no-repeat;
width: 250px;
height: 300px;
margin-top: 30px;
}

#sidebar {
height: 100%;
background-image: url('graphics/sidebarmiddle.png');
}

#sidebar .widget {
padding: 5px;
}

#sidebar .widget ul {
list-style: square;
list-style-position: inside;
}

#sidebar .widget li {
margin-bottom: 5px;
}

#sidebar ul {
list-style: none;
padding-left: 10px;
}

#content {
padding: 25px;
width: 720px;
}

#content p {
padding: 10px 0px;
}

#content ul,ol,dl {
list-style-position: outside;
padding: 10px 25px;
}

#footer {
clear: both;
width: 1000px;
height: 300px;
text-align: center;
background-image: url('graphics/footer.png');
position: relative;
}

#footer p {
position: absolute;
bottom: 10px;
right: 10px;
font-size: 80%;
}

.spacer {
width: 400px;
height: 10px;
margin: 15px auto;
background: url('graphics/spacer.png');
}

.post {
padding-right: 10px;
}

.post h3 a {
color: black;
text-decoration: none;
}

.postContent {
padding: 10px 25px;
text-align: justify;
}

.postContent blockquote {
padding-left: 20px;
padding-right: 20px;
margin-top: 20px;
font-style: italic;
font-size: 90%;
quotes: "\201C" "\201D";
}

blockquote:before, blockquote:after {
display: block;
font-size: 200%;
}

.postContent blockquote:before {
content: open-quote;
font-weight: bold;
height: 0;
margin-left: -20px;
}

.postContent blockquote:after {
content: close-quote;
font-weight: bold;
margin-left: 620px;
}

.postContent img {
border: 1px solid #333333;
}

.postmetadata, .commentmetadata {
font-size: 75%;
text-align: right;
}

.widget li {
}

.verticalCenter {
vertical-align: middle;
}

.entry-meta {
display: none;
}

.floatRight {
float: right;
}

.alignRight {
text-align: right;
}