/*  
Theme Name: Very Simple
Theme URI: http://dmin.net/wordpress
Description: Very Simple - Inspired from the apple.com homepage design.
Version: 1.5
Author: Gary Rogers
Author URI: http://dmin.net/wordpress

This is a port of the Very Simple style for use with WordPress 1.5's Themes. 

Shouldn't have any issues with PNGs in this theme, there are no images. Inspired by Apple.com's layout. This is a very basic theme that hopes to achieve more with less. It could look really splashy if you threw in white backgrounded images in your posts.

Licensed under the Creative Commons License
(http://creativecommons.org/licenses/by/2.0/)
*/

body {
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
    font-size: small;
}

blockquote {
    margin-left: 20px;
    color: #444;
}

a img {
    border: none;
}

code {
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: small;
    color: #666;
}

h2 {
    font-size: x-small;
}

.wrapper {
    width: 750px;
    height: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.page {
    width: 750px;
    height: 1053px;
    background-image: url('http://shuttlelaunch.net/wp-content/themes/very-simple-15/images/wrapperbg.jpg');
}

/*<group=Header>*/

.header {
}

.headerad {
   width: 750px;
   text-align: center;
}

.blogTitle {
    font-size: xx-large;
    font-weight: bold;
}

.blogTitle a {
    text-decoration: none;
    color: blue;
}

.blogDescription {
	font-size: small;
	color: blue;
}

/*</group>*/

/*<group=Content>*/

.content {
    width: 500px;
}

.dateStamp {
    font-size: x-small;
    color: blue;
    text-align: right;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

.post {
    margin: 5px;
}

.postTitle {
    font-size: normal;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 2px;
}

.postTitle a {
    text-decoration: none;
    color: blue;
}

.entry {
	
}

.meta {
    font-size: x-small;
    margin: 0px;
    margin-bottom: 2px;
}

.meta ul {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.meta li {
    display: inline;
}

.post-categories {
    font-style: italic;
}

.storycontent {

}

.storycontent img {
    margin-right: 15px;
}

.postmetadata {
    font-size: x-small;
    text-align: right;
    margin-bottom: 20px;
}

/*</group>*/

/*<group=Sidebar>*/

.sidebar {
    position: absolute;
    top: 170px;
    margin-left: 540px;   
    font-size: x-small; 
    width: 200px;
}

.sidebar a img {
    padding: 3px;
}

.sidebar h2 {
	font-weight: bold;
}

.sidebar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.sidebar ul li {
    font-weight: bold;
    margin-top: 10px;
}

.sidebar ul li p {
    font-weight: normal;
}

.sidebar ul li ul {
    font-weight: normal;
    margin-top: 4px;
    margin-left: 0px;
    padding-left: 10px;
}

.sidebar ul li ul li {
    text-indent: 0px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
}

#wordpress {
    font-style: normal;
}

.categories {

}

.search {

}

.archives {

}

#calendar {
    font-weight: normal;
    text-align: center;
}

#wp-calendar {
    font-weight: normal;
}

#prev {

}

#pad {

}

#today {
    background: #CCC;
}

#other {

}

#style {

}

/*</group>*/

.footer {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-size: x-small;
    text-align: center;
    padding-top: 10px;
}