/*

	Theme Name: SimpleCMS Theme
	Theme URI: http://pixopoint.com/simplecms/
	Description: SimpleCMS Theme is designed as a simple starting point for developing themes suitable for the SimpleCMS WordPress plugin
	Version: 1.5
	Author: Ryan Hellyer
	Author URI: http://ryanhellyer.net/


	This theme was coded by PixoPoint Web Development
	http://pixopoint.com/


	The CSS, XHTML and design of this theme are released under GPL license:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Body reset */
body {
	margin:0;
	padding:0;
        color : rgb(0,0,0);
   background : #006600 url("http://wordpress.greenbrier.org/wp-content/gallery/website/watertile.jpg?1455085806");
        font-family: "Palatino Linotype",
             Palatino,
             "URW Palladio L",
             "Book Antiqua",
             Baskerville,
             "Bookman Old Style",
             "Bitstream Charter",
             "Nimbus Roman No9 L",
             Garamond,
             "New Century Schoolbook",
             "Century Schoolbook",
             "Century Schoolbook L",
             Georgia,
             serif;
	font-size : 1em;
	}

p	{
	margin-left : 20px;
    margin-right : 20px;
	font-size : 1em;
	line-height : 1.3em;
	}
p.gallery  {
    border : 1px solid red;
    float : right;
    }
li    {
    margin-left : 20px;
    }

h1,h2,h3,h4,h5,h6	{
    margin-left : 0px; 
    margin-right : 20px; 
    font-weight : normal;
    color : rgb(0,0,0);
}

h3	{
    font-size : 1em;
}

h1.head1    {
    text-align : center;
    font-size : 24px;
	font-weight : bold;
	margin : 0;
	padding : 0;
    }
#wrapper {
	position : relative;
	width:90%;
	background:  #999966;
        border : 1px solid #333;
	margin: 10px auto;
	}

#header {
    position relative;
    background : #999966 url("http://wordpress.greenbrier.org/wp-content/gallery/website/greenbrier-river-watershed.gif?1531696765")     no-repeat;
    background-position : center;
    height : 90px;
	width:100%;
 	padding:0;
	margin:0;
        border-bottom : 1px solid rgb(0,102,51);
	}

h1 a {
	color:#ffffff;
	} 

#description {
	clear:left;
	float:left;
	color:#ffffff;
	}

/* Content styling */
#content {
	margin:0;
    padding : 10px;	
    margin-left : 250px;
	background:  #999966;
	}

/* Sidebar styles */
#sidebar  {
    float : left;
    width : 200px;
    padding : 10px;
    color : color : rgb(0,0,0);
    background:  #999966;
    margin-right : 1px solid red;
    }

ul.sidebar, ul.sidebar li, #sidebar ul, #sidebar ul li  {
    color : rgb(0,102,51);
    list-style-type : none;
    list-style-position : inside;
    margin : 0px;
    padding : 0px;
    }

#menu    {
    padding : 0px;
    }

#menu ul ul{
        border-top : 1px solid rgb(0,102,51);
        margin-top : 5px;    
    }
#menu ul li  {
        border : 1px solid rgb(0,102,51);
        border-top : none;    
    }

ul.side, li#search {
    z-index : 2000;
    }

div.side-info, .side-info    {
    padding : 0px;
padding-bottom : 10px;
    text-align : center;
    border : 1px solid rgb(0,102,51);
    margin-top : 20px;
    }

div.side-info ul,  div.side-info ul li  {
    padding : 0px;
    margin-0px;
    }

table.riverdata  td  {
    background : navy url('http://wordpress.greenbrier.org/wp-content/gallery/website/stage-flow-data.gif?663242609') no-repeat;
    background-position : center;
    height : 100px;
    width : 100px;
    overflow : hidden;
    text-align : center;
    font-weight : bold;
    vertical-align : top;
    padding-top : 20px;
    }



/* Footer styling */
#footer {
	clear : both;
	margin : 0;
	padding : 0;
	width:100%;
	overflow:auto;
        background : rgb(51,0,204);
	}

#footer p {
	padding:1em;
	text-align : center;
	margin:0 auto;
	color:#ffffff;
	}

#footer p a {
	color:#ffffff;
	}

.rightalign, .alignright {
    text-align : right;
    }

table, td, tr    {
    border-color : rgb(0,0,0);
    border-collapse : collapse;
    }

td    {
	font-size : 1em;
    }

.breadcrumb {
	/* This is the outer 'div' you can style */
    margin : 10px 10px 0px 10px;
 	}

.breadcrumb-trail {
	/* This is the inner 'div' you can style */
	}
	
.current_page_item {
background: white;
padding : 0;
}
 
.current_page_item a, .current_page_item a:hover {
background: white;
}

a:link, a    {
    color : #330066;
    }

a:visited    {
    color : #330066;
    text-decoration : none;
    }

a:hover    {
    color : #330066;
    text-decoration : none;
    }

