/**#################### DEFAULT and FORMS CSS ####################**/

body{
  margin: 20px;
  padding: 0;  
  text-align: center;  
}
#bg_body{
  background: #000000 url(/php/templates/greenery/images/back.jpg) no-repeat top left fixed;  

}




td, tr, p, div {
  font-family      : Georgia, Arial, Tahoma, Helvetica, sans-serif;
  font-size        : 16px;
  color            : #EEE;
  line-height      : 22px;
  background-repeat:no-repeat;
  
  }


hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}

li {
  
  line-height      : 18px;
  padding-left     : 15px;
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.article_seperator{
display: block;
height: 20px;
}

a:link, a:visited  {
  color: #FFFFFF;
}

a:hover {
  color: #FFFFCC;
}

form {
margin           : 0; 
padding          : 0;
}


.inputbox {
  padding          : 2px !important;
  padding          : 1px;
  margin: 3px 0;
  font: 1em verdana, arial, sans-serif;  
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

  input:hover,
  input:focus,
  textarea:hover,
  textarea:focus {
  color: #FFF;
  background-color: #999;
  
}



/** Buttons **/

.back_button {
  display: block;
  color            : #999999;
  font-family      : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  padding-bottom   : 10px;
  margin-right           : 10px;
  text-align: left;
  height      : 30px;
  text-decoration  : underline;

  }
.button {
  font-size        : 11px;
  color            : #EEE;
  border           : 1px solid #999;
  margin           : 3px 0;
  background-color : #777;
  padding          : 2px !important;
  padding          : 1px;
  cursor           : pointer;
  
}




/** Contact **/

.contact_email  {
  width            : 100%;
}
.contact_email .inputbox {
  
}



/** Read more **/

a.readon:link, a.readon:visited {
  color            : #ffd;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/arrow.png) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 14px;
  float            : right;
  line-height      : 13px;
  text-decoration  : underline;
}
a.readon:hover {
  color: yellow;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/arrow.png) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 14px;
  line-height      : 13px;
  text-decoration  : underline;
}





/** Pagenavigation **/

.pagenavcounter {
  font-size        : 11px;
  color            : #999999;
}
.pagenavbar {
  border-top       : 1px solid #999999;
  padding          : 2px;
}
.pagenav {
  font-weight      : bold;
  }
a.pagenav:link, a.pagenav:visited {
  font-size        : 11px;
  color            : #999999;
  text-decoration  : none;
}
a.pagenav:hover {
  font-size        : 11px;
  color            : #006600;
  text-decoration  : none;
}

table.contenttoc {
  border           : 1px solid #dcdcdc;
  background       : #f1f1f1;
  padding          : 5px;
  margin-left      : 2px;
  margin-bottom    : 2px;
}


/** Content **/

table.content{
  width            : 100%;
  padding          : 5px;
  border           : 1px;
  border-collapse  : collapse;
  border-spacing   : 0;
  margin-bottom    : 5px;
  
}
table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  background       : #660c0c;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 0;
  margin-bottom    : 10px;
  border           : 1px solid #8f3502;
}

.contentheading,.componentheading {
  width: 100%;
  height: 20px;
  text-align       : left;
  margin: 5px 0;
  padding: 3px;
  font: 700 1.0em verdana, sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration  : underline;
}
div.componentheading {
width: 99% !important;
width: 100%;
}

.contentdescription { 
  width          : auto !important;
  margin         : 0;
  padding        :  0;
  padding-top    : 5px;
  text-align     : left;
}

.blog_more {
margin   : 10px 0 7px 7px;
}

.buttonheading {
padding  : 0 2px;
}

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding          : 2px 0;
  }

.content_rating {
  font-size        : 10px;
  color            : #999999;
}
.small {
  font-size        : 10px;
  color            : #999;
  line-height: 12px;
}
.smalldark {
  font-size        : 11px;
  color            : #999;
  text-align:left;
}
.createdate, .modifydate {
  float            : left;
  font-size        : 10px;
  color            : #999999;
  width            : 100%;
  line-height: 12px;
  margin-bottom: 5px;
}
.modifydate {
  text-align: right;
  }

a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : bold;
}

.sectiontableheader {
  font-size        : 12px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #EEE;
  background       : #111111; 
  padding          : 1px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background       : #333333;
  border-bottom    : 1px solid #8F8F8F;
  line-height      : 15px;

}
.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  border-bottom    : 1px solid #8F8F8F;
  background       : #4D4D4D;
  line-height      : 15px;
}
.sectiontableentry1 img{
margin: 0 4px;
}
.sectiontableentry2 img{
margin: 0 4px;
}















/** images **/

.mosimage {
  border     : 1px solid #999999;
  margin     : 5px;
  padding-top: 3px;

}

.mosimage_caption {
  margin-top: 3px;
  padding   :  2px;
  color     : #000000;
  font-size : 10px;
  background: #999999;
}



/** #################### index.php #################### **/



#content {  
   width: 872px;
   background: #660c0c;
   background-image: url(/php/templates/greenery/images/bg.gif);
   background-repeat: repeat-y;
   margin: 20px auto;
   overflow:hidden; 
   
  }

#left{
   width: 171px;
   float:left;
}


#main {
 width: 530px;
 text-align: left;
 vertical-align: top;
 margin-top: 10px;
  float:left;
 }



#right{
   width: 171px;
    float:left;
   overflow: hidden;
     }


#flash {
width: 171px;
}

.block {
clear:both;
margin: 20px auto;
width: 161px;

}

#footer {
width: 872px;
border: 1px;
margin: 20px auto;
background: #660c0c;
}


.moduletablemenus{
margin: 0 auto;
}

.moduletableside table.contentpaneopen{
padding: 0;
background: #660c0c url(/php/templates/greenery/images/star.png) repeat-x top;
}

.moduletableside td {
padding-top: 20px;
}

/*.moduletableside p {
background: url(/php/templates/greenery/images/block.png) repeat-y;
margin: 0;
}*/


.contentheading,.componentheading td {
padding-left: 30px;
background: #660c0c url(/php/templates/greenery/images/top.png) no-repeat top left;
}




p#copy{
font-size: 0.9em;
text-decoration:underline;
}