/* CSS Document */
/* comment for no reason */
/* Remove padding and margin */
* 
    {
    margin: 0;
    padding: 0;
    border: 0;
    }
html {
		height: 100%;
	}
body {
    padding: 0;
	padding-bottom: 10px; /* Some nice space in IE */
	margin: 0;
    background: #879c7d;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #ffffff;
    text-align: left;
}


a:link {
	color: #ffffff; 
	text-decoration: none; 
	}

a:visited {
	color: #ffffff; 
	text-decoration: none;
	}

a:hover {
	color: #ffffff; 
	text-decoration: underline; 
	}

a:focus {
	color: #ffffff; 
	text-decoration: none;
	}

a:active {
	color: #ffffff; 
	text-decoration: underline; 
	}
	
#mainContainer {
	width:100%;
	margin: 0px auto; /* funny little bug requires this */
	text-align:justify;
	border: 0px;
	background: transparent;
	}	
	
#header { 
    text-align: center;
	width: 100%;
	background: url(images/top-tile.png) top repeat-x;
	height: 112px;
	border-bottom: 0px;
	}
#headerImage { 
	text-align: center;
	width: 100%;
	background: url(images/logo-test.png) center top no-repeat;
	height: 112px;
	border-bottom: 0px;
}

#subContainer {
	width:80%;
	margin: 0px auto; /* funny little bug requires this */
	border: 0px;
	background: transparent;
	}

#pageContainer {
	width:75%;
	margin: 20px auto;
	padding: 0;
	border: 0px;
	background: transparent;
	}
#aboutPageContainer {
	width:85%;
	margin: 20px auto;
	padding: 12;
	border: 0px;
	background: transparent;
	}
.poster a img{
	border:1px solid #FFFFFF;
	}
.poster a:hover img{
	border:1px solid #879c7d;
	}
.poster a:visited img{
	color: #ffffff; 
	}
.poster img{
	border:1px solid #FFFFFF;
	}
/* Main Content (Index) styles begin below   
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/	
	
.withSidebar { float: left; width: 60%; }	

#content {
    margin: 20px 20px 20px 0px;
	background: transparent;	
	}
	
#contentHeader {
    margin: 0;
	padding: 0;
	background: transparent;
    border: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	}
      
#contentHeader h1 {  
   margin: 0;
   padding: 0 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 20px;
   color: #6d8462;  
   }  
   
#contentHeader h1 a:link { text-decoration: none; } 

#contentHeader h1 a:hover { text-decoration: underline; }   

#content p {
   padding: 0 15px;
   margin: 10px 0;   
   }
   
.readMore {
   margin-left: 25px ;
   padding: 5px 5px 5px 5px;   
   
   font-size: 16px;
   font-weight: bold;
   color: #6d8462;
   }   

.readMore a:link { text-decoration: none; } 

.readMore a:hover { text-decoration: underline; } 

#contentFooter {
   margin: 10px 0 0 5px;
   height: 25px;
   line-height: 25px;
   background: transparent;
   width: 95%;
   border: 0px;
   font-size: 10px;
   }   
   
#contentFooter p {
   margin: 0;
   padding: 0 20px;
   }
   
/* Single Page/Post Styles 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.noSidebar { float: left; width: 100%; }	

#singleNavigation {
  margin: 20px 20px 20px 20px;
  background: #6d8462;
  border: 0px;
  }
  
#singleNavigation p {
  margin: 0;
  padding: 10px;
  }  
   

#singleContent {
   margin: 20px;	
   }
   
#singleContent p {
   padding: 0 15px;
   }      
   
#singleHeader {
    margin: 0;
	padding: 0;
	background: transparent;
    border: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	}   
	
#singleHeader h1 {  
   margin: 0;
   padding: 0 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 18px;
   color: #6d8462;  
   }  
      
#singleFooter {
   margin-top: 10px;
   line-height: 25px;
   height: 25px;
   padding: 0;
   background: transparent;
   width: 100%;
   border: 0px;
   }   
   
#singleFooter p {
   margin: 0;
   padding: 0 10px;   
   }   
	
   
 



/* Begin Right Column 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.rightColumnContainer {
   float: right;
   width: 30%;
   }

.rightColumn {
   margin: 20px 0px 20px 0px;
   left-margin: 0px;
   padding: 5px;
   background: transparent;
   border: 0px;
   border: 1px solid #6d8462;
   }
   
.base { margin-bottom: 20px; }   
   
.rightColumn p {
   padding: 10px;
   margin: 0;
   }   
   
.rightColumn h2 {
   margin: 5px 0 0 0;
   background: transparent;
   text-indent: 5px;
   line-height: 22px;
   height: 22px;
   border: 0px;
   
   font-size: 18px;
   color: #6d8462; 
   }   
   
.rightColumn ul {
   padding-left: 10px;
   margin: 10px 0;  
   list-style: none;     
   
   font-size: 14px;
   font-weight: normal;
   color: #ffffff;
   }
   
.rightColumn li {
   line-height: 18px;
   padding: 0 0 0 20px;
   background: url(images/dotline.gif) no-repeat 0 .1em;
   }   
   
.rightColumn form { margin: 10px 0; }   

div.ulMargin ul { margin-bottom: 15px; }
   
  
/* Footer Begins Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#footer { 
  margin: 0;
  padding: 5px;
  background: transparent;
  border-top: 1px solid #6d8462;
  }
  
#footer p {  
  margin: 5px 0;
  line-height: 14px;
  font-size: 10px;
  font-weight: normal;
  text-align:center;
  }  
  
#footer a:link { text-decoration: none; }
#footer a:hover { text-decoration: underline; }  
  
/* Extra Styles (Colors, sizes, etc) Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
			
.small {font-size: 10px; }	
.medium { font-size: 14px; }
.large { font-size: 18px; }

.red { color: red; }
.bold { font-weight: bold; }

#clear { clear: both; }


/* Notice Styles Begin Below
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#navigate {
  margin: 0px 0px 0px 0px;
  background: transparent;
  border-bottom: 1px solid #6d8462;
  text-align:center;
  color: #ffffff; 
  font-weight: bold;
  text-decoration: none;
  }

#navigate a:link {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none; 
	}

#navigate a:visited {
	color: #ffffff; 
	font-weight: bold; 
	}

#navigate a:hover {
	color: #ffffff; 
	font-weight: bold;
	text-decoration: underline; 
	}
      
#notice p {
  margin: 0;
  padding: 10px;
  } 

#searchbox {
  background: #879c7d;
  border: 1px solid #6d8462;
  text-align:left;
  color: #ffffff; 
  }
  
#searchbutton {
  background: #6d8462;
  text-align:center;
  color: #ffffff; 
  }
    
.commentbox {
  background: #879c7d;
  border: 1px solid #6d8462;
  text-align:left;
  color: #ffffff; 
  }
  
.commentbutton {
  background: #6d8462;
  text-align:center;
  color: #ffffff; 
  }
    
.loginbox {
  background: #879c7d;
  border: 1px solid #6d8462;
  text-align:left;
  color: #ffffff; 
  } 
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}

h1 {
	font-size: 18px;
	}

#headerimg .description {
	font-size: 12px;
	text-align: left;
	}

h2 {
	font-size: 18px;
	}

h2.pagetitle {
	font-size: 18px;
	}

#sidebar h2 {
	font-family: Tw Cen MT, Century Gothic, Futura, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

h3 {
	font-size: 16px;
	}

h1 a:hover, #headerimg .description {
	text-decoration: underline;
	color: #ffffff;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ffffff;
	}

h2 a:hover, h3 a:hover, {
	text-decoration: underline;
	}

#force {
    color: #ffffff;
	}

#force a:link {
	color: #ffffff; 
	text-decoration: none; 
	}

#force a:visited {
	color: #ffffff; 
	text-decoration: none;
	}
	
#force a:hover {
	color: #ffffff; 
	text-decoration: underline; 
	}
/* coppermine here down */

table {

        font-size: 14px;

}

p {

        font-family: Arial, Helvetica, sans-serif;

        font-size: 14px;

        margin: 2px 0px;

}



ul {

        margin-left: 5px;

        padding: 0px;

}



li {

        margin-left: 10px;

        margin-top: 4px;

        margin-bottom: 4px;

        padding: 0px;

        list-style-position: outside;

        list-style-type: disc;

}



.textinput {
        background: #879c7d;
	  	border: 1px solid #6d8462;
	  	font-family: Arial, Helvetica, sans-serif;
		text-align:left;
	  	color: #ffffff;
        font-size: 14px;
        padding-right: 3px;
        padding-left: 3px;
		}


.listbox {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
		background: #879c7d;
		border: 1px solid #6d8462;
        vertical-align : middle;

}

.button {
		background: #6d8462;
		text-align:center;
		color: #ffffff; 
        font-size: 14px;
		}



.radio {

        font-family: Tw Cen MT, Century Gothic, Futura, Arial, Helvetica, sans-serif;

        font-size: 14px;

        vertical-align : middle;

}



.checkbox {

        font-family: Tw Cen MT, Century Gothic, Futura, Arial, Helvetica, sans-serif;

        font-size: 14px;

        vertical-align : middle;

}


.bblink a {

        color: #ffffff;

        text-decoration: none;

}



.bblink a:hover {

        color: #ffffff;

        text-decoration: underline;

}



.maintable {

        border: 0;

/*        background-color: #FFFFFF;*/

        background-color: transparent;

        margin-top: 1px;

        margin-bottom: 1px;

}



.tableh1 {

        background : transparent ;

        font-weight:bold;
		
		color : #FFFFFF;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}



.tableh2 {

        background: transparent;

        color : #ffffff;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}




.tableb {

        background: transparent;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}






.tablef {

        background: transparent;

        padding-top: 10px;

        padding-right: 10px;

        padding-bottom: 10px;

        padding-left: 10px;

}



.catrow_noalb {

        background: transparent;

        color : #ffffff;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}



.catrow {

        background: transparent ;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}



.album_stat {

        font-size: 14px;

        margin: 5px 0px;

}



.thumb_filename {

        font-size: 14px;

        display: block;

}



.thumb_title {

        font-weight : bold;

        font-size: 14px;

        padding: 2px;

        display : block;

}



.thumb_caption {

        font-size: 14px;

        padding: 1px;

        display : block;

}



.thumb_caption a {

        text-decoration: underline;

        color: #ffffff;

}



.thumb_num_comments {

        font-weight: normal;

        font-size: 12px;

        padding: 2px;

        font-style : italic;

        display : block;

}



.user_thumb_infobox {

        margin-top: 1px;

        margin-bottom: 1px;

}



.user_thumb_infobox th {

        font-weight : bold;

        font-size: 14px;

        margin-top: 1px;

        margin-bottom: 1px;

        text-align : center;

}



.user_thumb_infobox td {

        font-size: 12px;

        margin-top: 1px;

        margin-bottom: 1px;

        text-align : center;

}



.user_thumb_infobox a {

        text-decoration: none;

        color: #ffffff;

}



.user_thumb_infobox a:hover {

        color: #ffffff;

        text-decoration: underline;

}



.sortorder_cell {

        background : transparent;

        color : transparent;

        padding: 0px;

        margin: 0px;

}



.sortorder_options {

        font-family: Arial, Helvetica, sans-serif;

        background : transparent;

        color : #6d8462;

        padding: 0px;

        margin: 0px;

        font-weight: normal;

        font-size: 14px;

        white-space: nowrap;

}



.navmenu {

        font-family: Arial, Helvetica, sans-serif;

        color: #FFFFFF;

        font-size: 12px;

        font-weight: bold;

        background : #879c7d ;

        border-style: none;

}



.navmenu img {

        margin-top: 2px;

        margin-right: 4px;

        margin-bottom: 2px;

        margin-left: 4px;

}



.navmenu a {

        display: block;

        padding-top: 3px;

        padding-right: 3px;

        padding-bottom: 3px;

        padding-left: 3px;

        text-decoration: none;

        color: #FFFFFF;

}



.navmenu a:hover {

        background : #6d8462 ;

        text-decoration: none;

        color: #ffffff;

}


.sys_menu{
	color: #6d8462;
}
.sys_menu a{
	color: #6d8462;
}
.sys_menu a:hover{
	color: #6d8462;
	text-decoration:underline;
}

.admin_menu_thumb {

        font-family: Tw Cen MT, Century Gothic, Futura, Arial, Helvetica, sans-serif;

        font-size: 10px;

        border: 1px solid #ffffff;

        background: #6d8462;

        background-position : bottom;

        color: #ffffff;

        font-weight: bold;

        margin-top: 0px;

        margin-bottom: 0px;

        width: 85px;

}



.admin_menu_thumb a {

        color: #ffffff;

        text-decoration: none;

        display: block;

        position: relative;

        padding-top: 1px;

        padding-bottom: 1px;

        padding-left: 10px;

        padding-right: 10px;

}





.admin_menu_thumb a:hover {

        color: #ffffff;

        text-decoration: none;
		
		border: 1px solid #ffffff;

}



.admin_menu {

        font-family: Tw Cen MT, Century Gothic, Futura, Arial, Helvetica, sans-serif;

        font-size: 12px;

        border: 1px solid #879c7d;

        background-color: #6d8462;

        background-position : bottom;
		
		background-repeat:repeat-x;

        color: #879c7d;

        margin-top: 0px;

        margin-bottom: 0px;

        padding-top:2px;

        padding-bottom:2px;

        padding-left:1px;

        padding-right:1px;

        text-align: center;

}



.admin_menu a {

        color: #879c7d;

        text-decoration: none;

        display: block;

        position: relative;

        padding-top: 1px;

        padding-bottom: 1px;

        padding-left: 2px;

        padding-right: 2px;

}



.admin_menu a:hover {

        color: #ffffff;

        text-decoration: underline;
		

}

.admin_float {
        float:left;
        margin-left: 1px;
        margin-right: 1px;
        margin-top: 1px;
        margin-bottom: 1px;
}

.admin_menu_wrapper {
        width:100%;
}

td #admin_menu_anim {

        background: #6d8462;

}



.comment_date{

        color : #ffffff;

        font-size : 14px;

        vertical-align : middle;

}

/* pseudo-classes for image links */
a:link .image{
        border-style:solid;
        border-width:1px;
        border-color:#6d8462;
        margin:2px;
}

a:visited .image{
        border-style:solid;
        border-width:1px;
        border-color:#6d8462;
        margin:2px;
}

a:focus .image{
        border-style:solid;
        border-width:1px;
        border-color:#ffffff;
        margin:2px;
}

a:hover .image{
        border-style:solid;
        border-width:1px;
        border-color:#ffffff;
        margin:2px;
}

a:active .image{
        border-style:solid;
        border-width:1px;
        border-color:#6d8462;
        margin:2px;
}

.image {
	/*	border-color: #ffffff; */
        border-style: solid;
		border-width:1px;
		margin: 2px;

}


.imageborder {

        border: 0;

        background-color: transparent;

        margin-top: 30px;

        margin-bottom: 30px;

}



.display_media {

        background: transparent ;

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}



.thumbnails {

        background: transparent ;

        padding: 5px;

}



.footer {

        font-size : 10px;

}



.footer a {

        text-decoration: none;

        color: #ffffff;

}



.footer a:hover {

        color: #ffffff;

        text-decoration: underline;

}



.statlink {

        color: #FFFFFF;
		text-transform:uppercase;
		font-weight:normal;

}



.statlink a {

        text-decoration: none;

        color: #FFFFFF;

}



.statlink a:hover {

        color: #FFFFFF;

        text-decoration: underline;

}

.alblink {

        color: #6d8462;
		text-decoration: none;
		font-weight:bold;
}

.alblink a {

        color: #6d8462;
		text-decoration: none;
		font-weight:bold;
}



.alblink a:hover {

        color: #ffffff;
		text-decoration: underline;

}



.catlink {

        display: block;

        margin-bottom: 2px;
		
		font-weight:bold;
		
		text-transform: uppercase;

}



.catlink a {

        text-decoration: none;

        color: #ffffff;
		
		font-weight:bold;
		
		text-transform: uppercase;

}



.catlink a:hover {

        color: #ffffff;

        text-decoration: underline;

}



.topmenu {

        line-height : 130%;

        font-size: 14px;

}



.topmenu a {

        color : #6d8462;

        text-decoration : none;

}



.topmenu a:hover  {

        color : #6d8462;

        text-decoration : underline;

}



.img_caption_table {

        border: none;

        background-color: #879c7d;

        width : 100%;

        margin : 0px;

}



.img_caption_table th {

        background: #879c7d ;

        font-size: 14px;

        color : #ffffff;

        padding-top: 4px;

        padding-right: 10px;

        padding-bottom: 4px;

        padding-left: 10px;

        border-top : 1px solid #6d8462;

}



.img_caption_table td {

        background: #879c7d ;

        padding-top: 6px;

        padding-right: 10px;

        padding-bottom: 6px;

        padding-left: 10px;

        border-top : 1px solid #FFFFFF;

        white-space: normal;

}



.debug_text {

        border: #6d8462;

        background-color: #879c7d;

        width : 100%;

        margin : 0px;

}



.clickable_option {

        cursor : default;

}



.listbox_lang {

        color: #ffffff;

        background-color: #879c7d;

        border: 1px solid #6d8462;

        font-size: 14px;

        font-family: Tw Cen MT, Century Gothic, Futura, Arial, Helvetica, sans-serif;

        vertical-align : middle;



}

.pic_title {
        color: #ffffff;
        font-size: 120%;
        font-family: Tw Cen MT, Century Gothic, Futura, Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-align : richt;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.pic_caption {
        color: #ffffff;
        font-size: 100%;
        font-family: Tw Cen MT, Century Gothic, Futura, Arial, Helvetica, sans-serif;
        font-weight:normal;
        text-align : justify;
        padding-top:0px;
        padding-bottom:0px;
        margin-top:0px;
        margin-bottom:0px;
        line-height:1.0em;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}
.cpg_summary {
    font-size:0.9em;
	border: 1px solid;
    margin: 10px 0px;
	padding:5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
	text-align:right;
	float:right;
	width:400px;
}

#vanity a {

        display:block;

        width:57px;

        height:20px;

        margin: 3px 20px;

}

#vanity img {border:0}
.endorse img{
        border: 1px solid #ffffff;
}
#bannerClass {
	background:#6d8462;
	border:1px solid #879c7d;
	width:75%;
	/*height: 250px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    text-align:center;
	color: #ffffff;
}
#bannerClassImage { 
	text-align: center;
	width: 920px;
	background: url(images/bust.gif);
	height: 110px;
	border: 0px;
}
#bannerClass a{
	font-weight:bold;
	text-decoration:none;
}
#bannerClass a:hover{
	text-decoration:underline;
	/*border:1px solid #ffffff;*/
}
#GB_window {
  color: #ffffff;
  background-color: #6d8462;
  border: 5px solid #FFFFFF;
}
