/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	background: #DDDDDD;
	text-align: justify;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3 {
	margin-top: 0;
/*	color: #8C0209;*/
}

.greeting {
	font-size: .8em;
	font-weight: bold;
    font-family: georgia;
    background:none;
    text-transform: capitalize;
    float: right;
    color: #fff;
}

h1:hover {
    
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

ul {
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}
 
#header{
    margin: 0 auto;  
}
    
#headermiddle {         
    width: 80%; 
    margin: 0 auto;
    min-width: 945px;
}
        

/* Header */




#logo1 {        
	width: 305px;
	height: 65px; 
    position:relative;
	top: 30px;
	left:10px;
}

#logob {
    padding: 0 0 0 0px;
    margin-right: 0 0 0 0px;
    height: 186px; 
    float: left;
    width:100%;
    background: url('default/header_repeat.jpg') repeat-x left top;  
    z-index: -1; 
    min-width: 945px;    
}





#logo h1, #logo p {
	float: left; 
	margin: 0;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 80px 0 0 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 5em;
}

#logo p {
	text-transform: uppercase;
	padding: 117px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu1 {
    width: 852px;
    float: left;
    margin: 0;
    padding: 0;
    height: 41px; 
    position:relative;
    top:80px;
    font-weight: bold;
}
#menu2 {
    width: 93px;
    float: right;
    margin: 0;
    padding: 0;
    height: 41px; 
    position:relative;
    top:80px;
    font-weight: bold;
}

#menu1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu1 li {
	display: inline;
}

#menu1 a {
	display: inline;
	float: left;
    width: 83px;
	height: 31px;
    border-right: solid 1px #1B1718;
    padding: 10px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
	text-decoration: none;
    font-family: tahoma, Helvetica, sans serif;  
	font-size: 1.1em;
	color: #FFFFFF;
    background:  url('default/tab_gray.jpg');
}

#menu1 a:hover {
    color:#1b1718;
    background:  url('default/tab_green.jpg');
}

#menu1 .current_page_item a {
    background:  url('default/tab_white.jpg');
    color:  #1B1718;
}
#menu1 .current_page_item a:hover {
 color: #c0910a; 
}



#menu2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu2 li {
    display: inline;
}

#menu2 a {
    display: inline;
    float: left;
    width: 83px;
    height: 31px;
    padding: 10px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    font-family: tahoma, sans-serif;  
    font-size: 1.1em;
    color:#1b1718;
    background:  url('default/tab_green.jpg');
}

#menu2 a:hover {
    color:#fff;
    background:  url('default/tab_gray.jpg');
}

#menu2 .current_page_item a {
    background:  url('default/tab_green.jpg');
    color:  #1B1718;
}
#menu2 .current_page_item a:hover {
 color: #fff; 
    background:  url('default/tab_gray.jpg');
}


/* Wrapper */

#wrapper {         
    clear: both;
}

/* Page */

#page {           
    width: 80%;   
    margin: 0px auto;
	padding: 0px 0px 0px 0px;
    background: #fff;
    min-width: 945px;
    /*min-height: 600px;*/
}

#page-bg {
}

/* Indicator */
#indicator {                 
    color:#1b1718;                             
    margin: 0px 0px 10px 0px;
    padding-top:10px;
    padding-left:30px;
    padding-bottom: 10px; 
    width: 945;
    border-bottom: #ccc 1px dotted;      
}

.green{
    background:#b5dc11;
}                                              


#options {
    float: right;
    position: absolute;
    top: 5px;
    right: 0px; 
    color: #448EBF;
}

#options a{ 
    color: #448EBF;
}

#indicator a{
    text-decoration: underline;
    /*color:#1b1718;*/
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#contenthome {
    float: left;
    width: 480px;
    padding: 0px 0px 0px 0px;
    background: #none;
}

#contentmiddle {
    float: left;
    width: 480px;
    padding: 10px 0px 0px 20px;
    background: #none;
}

#content {
	float: left;             
/*    min-width: 690px;  */
	width: 75%;
	padding: 10px 0px 0px 20px;
    background: #none;
}

#fullcontent {
    margin: auto;
    /*width: 930px;*/
    width: 98%;
    padding: 10px 0px 0px 0px;
    background: #none;
}


#fullcontent2 {
    margin:auto;
    /*width: 930px;*/
    width: 98%;
    padding: 0px 0px 0px 0px;
    background: none;
}

#imagegroup{
    width: 70%;
    font-weight:normal;      
}

.imagelink {
    width: 75px;
    padding: 0 10px 20px 10px; 
}

img.menumiddle { 
    vertical-align:middle;
    width: 32px;
    padding: 0 10px 0px 0px; 
}


.post {
	padding-bottom: 45px;
	line-height: 150%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
    color: #c0910a; 
}

.title a {   
    color: #c0910a;      
}

.title a:hover {    
}

.byline {     
    font-size: .9em;
    background: url('default/img04.jpg') repeat-x left bottom;
    padding-bottom: 3px;
}

.tag {
	padding: 0 15px;
}

.entry {
    padding-bottom: 40px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
    /*width:18%;
    min-width: 170px;
    max-width: 190px; */ 
	float: left;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 10px;
}

#sidebar2 {   
    width:24.5%;
    height:295px;
    float: right;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    background:#1b1718;
    border-bottom: solid 7px #b5dc11;
    border-right:none;
}
#sidebar2 a {   
   color:#fff
/*    clear: both;*/
}

#sidebar2 a:hover {   
   color:#b5dc11;
   text-decoration:underlined;
/*    clear: both;*/
}
#sidebar2 li h2 {  
font-size:1.5em;    
   color:#fff
/*    clear: both;*/
}
#sidebar2 li li {
    margin: 0 0px 0 0px;
    padding: 3px 0px;
}

#home_events {   
    width:43%;
    height:100%;
    float: right;
    padding: 0px 10px 0px 10px;
    margin: 0px 10px 0px 0px;
    border:none;
    background:none;
}
#home_events a {   
   color:#333;
/*    clear: both;*/
}

#home_events a:hover {   
   color:#2f7b0a;
/*    clear: both;*/
}
#home_events li h2 {  
font-size:1.5em;     
   color:#2f7b0a;
/*    clear: both;*/
}
#home_events li li {
    margin: 0 0px 0 0px;
    padding: 3px 0px;
}
 

#home_library {   
    margin:0px 0px 0px 0px;
    height:100%;
    width:48%;
    float:left;    
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    border-right: 1px solid #999;
    border-bottom:none;
    border-left: 1px none #999;
    background:none;
}
#home_library a {   
   color:#333
/*    clear: both;*/
}

#home_library a:hover {   
   color:#2f7b0a;
   text-decoration:underlined;
/*    clear: both;*/
}
#home_library li h2 {
    font-size:1.5em;   
   color:#2f7b0a;
/*    clear: both;*/
}
#home_library li li {
    margin: 0 0px 0 0px;
    padding: 3px 0px;
}


#home_news {   
    width:227px;
    float: right;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
/*    background:#1b1718;
    border-bottom: solid 7px #b5dc11;*/
    border-right:none;
}
#home_news a {   
   color:#1b1718
/*    clear: both;*/
}

#home_news a:hover {   
  /* color:#b5dc11;*/
   text-decoration:underlined;
   color:#2f7b0a;
/*    clear: both;*/
}
#home_news li h2 {  
font-size:1.5em;    
   color:#2f7b0a;
/*    clear: both;*/
}
#home_news li li {
    margin: 0 0px 0 0px;
    padding: 3px 0px;
}


.sidebar {
	float: left;
	width: 170px;
	padding: 0;
	font-size: 12px;
    border-bottom: solid 4px #c7c3a2;
    border-right: solid 1px #c7c3a2;
    background:#f5dfa0;
}

.sidebar ul {              
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {        
	padding: 0px 0px;
}

.sidebar li li {
	margin: 0 0px 0 0px;
	padding: 3px 0px;
    background: none;
    border-bottom: 1px solid gray;
}


.sidebar li h2 {
	height: 34px;
	margin: 0 auto;
	padding: 12px 0px 0px 0px; 
/*    background: url(default/img03.jpg) no-repeat left top; */
	font-size: 1.2em;          
    font-weight: bold;   
    text-decoration: none;
    text-transform: capitalize;  
    color: #1b1718;
}

.sidebar a {
    color: #1b1718;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 180px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {  
	border: none;
}

#calendar_wrap tfoot td#prev { 
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a { 
	border: none;
}

#calendar_wrap tfoot td#next {   
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a { 
	border: none;
}

/* Footer */

#footer {  
    clear: both;
	width: 80%;
	height: 70px;
	margin: 0 auto;
	padding: 0 0px;
    background:#231f20;
    color:#c0910a;           
	min-width: 945px;     
}

#footer p {
	margin: 0;
	padding: 25px 20px 20px 20px;
	text-align: center;
	font-size: 1em;
}

#footer a {
    color:#c0910a;
}

#footer a:hover {
    color:#c0910a;
    text-decoration:underline;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

.fieldname{
    font-weight:bold;   
    padding-right:20px;
    padding-top:7px;
    padding-bottom: 7px;
    text-align:left;
}

.fieldname2{
    font-weight:bold;   
    padding-right:20px;
    padding-top:7px;
    padding-bottom: 7px;
    text-align:left;
    border-bottom: 1px dotted #ccc;
}

.profilepic{
    float:right; 
    width:175px;
    background: #fff;
    margin: 0 50px 0 0;
}

.avatarpic{
    float:left; 
    width:50px;
    background: none;
    margin: 0 10px 0 0;
}


.marketpic{
    float:right; 
    width:256px;
    background: #fff;
    margin: 0 50px 0 0;
}

.homepic{  
    position: absolute;
    left:900px;
    top:220px;
    width:128px;
    background: none;
    z-index:1;   
}

.actionbutton {
    margin-left: 30%;
}

.middlebutton {
    text-align:center;   
}

.leftbutton {
    text-align:left;   
}

#login {
    float: right;       
    position: relative;
    font-weight:bold;
/*    top:-37px;*/
    color: #fff;
    right:0%;
}   

#topbarright {
    float: right;
    font-weight:normal;
    font-size:11.4px;
    color: #000;
    margin-top:4px;
}

#topbarleft {
    float: left;
    font-weight:normal;
    font-size:11.4px;
    color: #000;
    margin-top:4px;
}

#loginmain {
    text-align:center;
}
  
td {
    padding-right:30px;
}    

p.menuname{     
    height: 32px !important;        
    color: #333 !important;            
}


.oddrow {     
    font-size: 1em;
   /* background: url('default/img04.jpg') repeat-x left bottom;*/
    padding-bottom: 3px;
    background:#eee;
}
.evenrow {     
    font-size: 1em;
   /* background: url('default/img04.jpg') repeat-x left bottom;*/
    padding-bottom: 3px;
}

.articletitle {     
    font-size: 1.1em;
	font-weight:bold;  
    color:#2f7b0a;
}

.articledate {     
    font-size: .9em;

}

.today{
/*background-color:#00CCCC;*/
font-weight:bold;
background:#000;
/*background-image:url('default/calBg.jpg');
background-repeat:no-repeat;*/
/*background-position:center;*/
text-align:center;
}
.today span{
text-align:center;
}

.today a{
color:#2f7b0a;
padding-top:10px;
padding-left:80%;
text-align:center;
}
.selected {
color: #FFFFFF;
background-color: #C00000;
text-align:center;
padding:10px;
margin:0;
}
.event {
background-color: #b5dc11;
/*border:1px solid #ffffff;*/
text-align:center;
font-weight:bold;
padding:10px;
margin:0;
color:#2f7b0a;
}
.normal {
text-align:center;
padding:10px;
border-bottom: 1px solid #fff;
margin:0;
background:#e1dbbe;
}
.calendar{
/*border:1px solid #cccccc;*/
padding:3px;
margin: auto;
background:#f1dee5;
}
.calendar.tableClass{
width:350px;
border:none;
border-collapse: collapse;
font-size:85%;
border:1px dotted #cccccc;
}
.calendar.tableClass input,textarea{
font-size:90%;
}
#form1{
margin:5px 0 0 0;
}
#greyBox{
height:10px;
width:10px;
background-color:#C6D1DC;
border:1px solid #666666;
margin:5px;
}
#legend{
margin:5 0 10px 50px;
width:200px;
}
#hr{
    border-bottom:1px solid #cccccc;width:300px;
}
.output{
    width:100%;border-bottom:1px dotted #ccc;margin-bottom:5px;padding:6px;
}
h5{
    margin:0;
}

.calendarhead{
width:36px;
/*background-color:#cccccc;*/
text-align:center;
color:#222;
/*border-left:1px solid #ffffff;*/
}
.calendarcolumn{
text-align:center;
padding:10px;
margin:0;
}
.eventstable{
    width:625px;
}

#home_wln{
    width:73%;
    float:left;  
    border-right: 1px solid #999;  
}

#home_wl{
    width:100%;
    float:left;   
    margin:auto; 
    margin-top: 10px;
}


#home_weather{
    margin:0px 0px 10px 7px;
    padding:0px 0px 10px 0px;
    width: 247px;
    height:100%;
    float:left;
    text-align:left; 
    border-bottom:1px solid #1B1718;   
}

#notifications{
    margin:0px 7px 0px 0px;
    padding:7px 7px 0px 7px;
    width: 96%;
    height:100%;
    float:left;
    text-align:left;
    border-bottom: 1px solid #999;   
}