/*   
Theme Name: Simple Site
Theme URI: http://www.innerdomain.net/
Description: A very simple stripped down Wordpress theme that uses Pages for top navigation
Author: Nathan Beach
Author URI: http://www.nathanbeach.com/
Version: 1.0
Tags: gray, black, white, fixed width, two columns, minimal
License: GNU General Public License (GPL) version 3
.
This theme is intended to be a super simple, clean Wordpress template that uses Pages for the top navigation.
It should be great for a simple websites that just have a couple of pages and a "news" (blog) section as the central
core of the site.
.
*/

/** Default Selectors */
body {
   font-size: .9em;
   font-family: Arial, Sans-Serif;
   color: #333;
   text-align: center;
   background-color: #DDD; /** good color: 00487D */
   background-image: url('images/background.jpg');
}

img {
   border: 0px;
   padding: 0px;
}

input {
   color: #123;
   font-size: .8em;
   font-weight: bold;
}

/** Links */
A:link {
   color: #00487D;
}

A:visited {
   color: #00487D;
}

A:hover {
   color: #80C9FF;
}

A:active {
   color: #80C9FF;
}

/** the main div surrounding everything */
#page {
   background-color: #e4d8c8;
   border-right: 0px solid #936744;
   border-left: 0px solid #936744;
   text-align: left;
   width: 900px;
   margin: auto;
}

/** Blog title - only if it's uncommented in header.php */
#blogTitle {
   font-size: 1.5em;
   text-align: center;
}

#blogDescription {
   font-size: .7em;
}

/** header.php related CSS */
#header {
   /*background-image: url('images/header.gif');*/
}

.headerDivider { /** the line above and below the top navigation links */
   height:0px;
   background-color:#d5c89c;
   line-height:0px;
}

#headerBottom {
   clear: both;
}

/** styles for the Page links along the top navigation bar */
#pages div {
   margin: 3px;
   padding: 6px;
   background-color: #6F94BF; /** good color: BFE4FF */
   float: right;
}

#pages A {
   color: #FFF;
   font-weight: bold;
   text-decoration: none;
}

#pages A:hover {
   color: #FF8000;
}

#pages {
   background-color: #c9be8d; /** good color: BFE4FF */
   height: 35px;
   text-align: right;
}

#pages .lessPadding {
   background-color: #6F94BF;
   padding-right: 0px;
   padding-left: 0px;
   margin-right: 0px;
   margin-left: 0px;
}

/** the main content area */
#content {
   padding: 10px;
}

/** blog post related */
.post {
   padding: 20px;
   padding-top: 5px;
   
}

.post .title  {
   font-size: 1.3em;
}

.post .date  {
   font-size: .8em;
}

.post .entry {
   padding-top: 10px;
   font-size: 1em;
   text-align: justify;
}

.post .metadata {
   font-size: .7em;
}

/** these are for the archive navigation (Olders Posts / Newer Posts) */
.navigation {
   font-size: 1.2em;
   font-weight: bold;
}

.navigation .alignleft {
   text-align: left;
   padding-left: 25px;
}

.navigation .alignright {
   text-align: right;
   padding-right: 25px;
}

/** Wordpress Page-related stuff */
.pageTitle {
   border-bottom: 1px dashed #999;  /** good color: FF8000 */
   font-style: italic;
}

.sectionDivider {
   border-top: 1px dashed #8a8051;
   height: 1px;
}

.sectionTitle {
   border-bottom: 1px dashed #8000FF; 
   padding-top: 10px;
   font-size: 1.2em;
   font-weight: bold;
}

/** Sidebar-related styles */
#sidebar {
   float: right;
   padding: 10px;
   padding-right: 15px;
   padding-top:15px;
   background-color: #FFF; /** good color: BFE4FF */
   margin: 35px;
   margin-top: 60px;
   width: 200px;
   border: 1px solid #58A;
}

#sidebar .section {
   font-size: .8em;
}

#sidebar .header {
   font-size:.7em;
   text-align:center;
   margin: 0px;
   text-align:justify;
}

#sidebar h1 {
   font-size: 1em;
   padding-left: 5px;
   padding-top: 5px;
   border-bottom: 1px dashed #333;
}

/** search form */
#searchform {
   text-align: center;
}

#searchform input {
   width: 150px;
}

/** comments */
#comments {

}

.commentlist {

}

.commentlist .alt { /** alternating comment background color */
   #DDD;
}

.commentlist .metadata {
   font-size: .7em;
}

.commentlist .text {
   font-size: 1em;
   text-align: justify;
}

/** bottom and footer */
#bottomContent {
   clear: both;
}

.footer {
   font-size: .7em;
   text-align: right;
   padding: 3px;
}

/** form stylin' */
.formLabel {
   text-align:right;
   font-size:.9em;
   padding-right: 5px;
}

.required{
   color:red;
}

/** WORDPRESS THEME REQUIREMENTS */
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
}

.alignright {
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




.showsDb {
   background-color: #DDD;
   font-size: .9em;
   border-collapse: collapse;	
   width: 850px;
   margin-top: 5px;
}

.showsDb TH {
   font-size: .8em;
   background-color: #555;
   color: #DDD;
   vertical-align: top;
   text-align:left;
   border: 1px solid #9AB;
   padding: 2px;
}

.showsDb TD{
   font-size: 1em;
   background-color: #DDD;
   color: #333;
   vertical-align: top;
   border: 1px solid #9AB;
   padding: 3px;
}
.showsDb TD a{
   font-size: .9em;
   background-color: #DDD;
   color: #369;
}
.showsDb TD a:visited{
   font-size: .9em;
   background-color: #DDD;
   color: #369;
}
.showsDb TD a:hover{
   font-size: .9em;
   background-color: #DDD;
   color: #369;
}
.showsDb TD a:active{
   font-size: .9em;
   background-color: #DDD;
   color: #369;
}
