/*   
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: small;
   FONT-FAMILY: Helvetica, Arial, sans-serif;
   COLOR: #004991;
   background-color: #EEE;
   margin: 0px;
}

img {
   border: 0px;
   padding: 0px;
}

input {
   color: #123;
   font-size: .8em;
   font-weight: bold;
}


h1 {
   font-size: 1.3em;
   font-style: italic;
}

h2 {
   font-size: 1.2em;
}

h3 {
   font-size: 1.1em;
}

/** 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: #FFF;
   text-align: left;
   width: 802px;
   margin: auto;
}

/** Blog title - only if it's uncommented in header.php */
#blogTitle {
   font-size: 1.5em;
   text-align: left;
   padding:10px;
}

#blogDescription {
   font-size: .7em;
}

/** header.php related CSS*/
#header {
   background-color: #EEE; 
}

.headerDivider { /** the line above and below the top navigation links */
   height:3px;
   background-color:#136;
   line-height:0px;
}

#headerBottom {
   clear: both;
}

/** styles for the Page links along the top navigation bar */
#pages div {
   margin: 3px;
   padding: 6px;
   background-color: #FFF; /** good color: BFE4FF */
   float: right;
}

#pages A {
   color: #00487D;
   font-weight: bold;
   text-decoration: none;
}

#pages A:hover {
   color: #FF8000;
}

#pages {
   background-color: #FFF; /** good color: BFE4FF */
   height: 35px;
   text-align: right;
}

#pages .lessPadding {
   padding-right: 0px;
   padding-left: 0px;
   margin-right: 0px;
   margin-left: 0px;
}

/** the main content area 5FA2D9*/
#content {
   padding: 10px;
   border-right: 1px solid #01478C;
   border-left: 1px solid #01478C;
}

/** blog post related */
.post {
   padding: 20px;
   padding-top: 5px;
   
}

.post .title  {
   font-size: 1.5em;
}

.post .date  {
   font-size: .8em;
}

.post .entry {
   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 solid #FF8000;  /** good color: FF8000 */
   font-style: italic;
}

.sectionDivider {
   border: 1px dashed #330099;
   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-left: 10px;
   padding-right: 15px;
   background-color: #EEE; /** good color: BFE4FF */
   margin: 0px 15px 15px 25px;
   width: 250px;
   border: 1px solid #999;
}

#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 solid #999;
   text-align: right;
}

/** 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: .8em;
   clear: both;
   background-color: #01478C; /** 4081B7 */
   color: #FFF;
   text-align:right;
   padding: 8px;
   margin-bottom: 20px;
}

/** 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;
}


P
{
    TEXT-ALIGN: justify;
}


.list-spaced LI {
   margin-bottom: 10px;
}

#page {
   margin-top: 15px;
}


.paragraph {
   padding-bottom: 10px;
   text-align: justify;
}

.paragraph em {
   font-weight: bold;
   font-size:1.1em;
}

.paragraphList li {
   text-align: justify;
   padding-bottom: 5px;
}
.paragraphList li em{
   font-size: 1.1em;
   font-weight:bold;
   color: #ED8224;
}

#newsBox {
border:1px solid #CCC;
float:right;
margin:0px 0px 20px 30px;
padding:10px;
width:300px;
background-color: #EEF;
}

#newsBox .header {
   background-color: #FF8000;
   color: #FFF;
   font-weight: bold;
   padding: 3px;
   font-size: 1.3em;
   text-align: center;
   font-style: italic;
}

#newsBox .content {
   font-size: .9em;
   text-align: center;
   padding-top: 5px;
}

#newsBox .content P {
   text-align: center;
}


#aboutBox {
margin:8px 0px 20px 30px;
padding:10px;
   width: 250px;

border:1px solid #CCC;
float:right;
background-color: #EEF;
}

#aboutBox .header {
   background-color: #FF8000;
   color: #FFF;
   font-weight: bold;
   padding: 3px;
   font-size: 1.3em;
   text-align: center;
   font-style: italic;
}

#aboutBox .content {
   font-size: .9em;
   text-align: left;
   padding-top: 5px;
}

#aboutBox .content P {
   text-align: center;
}


#homepage {
   font-size: 1.2em;
}

hr {
   background-color:#CCC;
}

table.compare th {
   text-align: center;
   border: 1px solid #CCC;
   background-color: #333;
   color: #FFF;
   padding: 5px;
}

table.compare td {
   vertical-align: top;
   border: 1px solid #CCC;
   padding: 5px;
   padding-right: 20px;
   width:50%;
   font-size: .9em;
}

table.requirements td {
   vertical-align: top;
   border: 1px solid #CCC;
   padding: 5px;
   padding-right: 20px;
   width:99%;
   font-size: .9em;
}

table.requirements td.label {
   text-align: center;
   border: 1px solid #CCC;
   background-color: #333;
   color: #FFF;
   padding: 5px;
   width: 1%;
}
