
/************************************************
*	Body    				                    *
************************************************/

body {
	background: #e1fd45 url(http://www.dansbanners.com/images/backgrounds/green.png);
	background-attachment: fixed;
}

/************************************************
*	Comments  				                    *
************************************************/

.depth-1 {
    border: 1px solid #4f6929;
}

.even, .alt {       
    border-bottom: 1px solid #4f6929;
    border-left: 1px solid #4f6929;
    border-top: 1px solid #4f6929;
}

/************************************************
*	Footers 				                    *
************************************************/

#footers {
	background: #4f6929;
}

#footers a { 
    color: #e1fd45; 	
}

#footers a:hover {
	color: #1d260f;	
}

/************************************************
*	Form Elements				                *
************************************************/

input, textarea {       	 
    background: -webkit-gradient(linear, left top, left bottom, from(#e1fd45), to(white));
	background: -moz-linear-gradient(top, #e1fd45, white);   
    border: 1px solid #4f6929; 
    color: #1d260f;
}

input:hover, textarea:hover {
    background: #e1fd45;      
}

input[type="submit"] {   
    background: #e1fd45;
    border: 1px solid #4f6929;    
}

input[type="reset"] {   
    background: #e1fd45;
    border: 1px solid #4f6929;    
}

input:hover[type="submit"] {
    background: #4f6929;     
	color: #e1fd45;
}

input:hover[type="reset"] {
    background: #4f6929;    
	color: #e1fd45;
}

/************************************************
*	Headers  				                    *
************************************************/

h3.archives-header {  
    color: #4f6929;         
}

.header-left a {
    background: url(http://www.dansbanners.com/images/headers/green.png) no-repeat;    	
}

/************************************************
*	Headings  				                    *
************************************************/

#main .post-header h4 a:hover {   
    color: #91cd52;           
} 

/************************************************
*	Main                		                *
************************************************/

.page-content-reply {
    border-bottom: 2px dotted #4f6929;  
} 

.post {        
    border-bottom: 2px solid #4f6929;               
}

.post-header {
    background: #f7fecc;
	border: 1px solid #4f6929;        			
}

.search-entry {        
    border-bottom: 2px solid #4f6929;               
}

/************************************************
*	Notfound               		                *
************************************************/

.notfound {    
    border: 2px dotted #4f6929;
} 

/************************************************
*	Scrollbars 				                    *
************************************************/

html {
	scrollbar-face-color: #4f6929;
	scrollbar-shadow-color: #1d260f;
	scrollbar-darkshadow-color: #1d260f;
	scrollbar-highlight-color: #91cd52;
	scrollbar-3dlight-color: #91cd52;
	scrollbar-track-color: #91cd52;
	scrollbar-arrow-color: #e1fd45;
}

/************************************************
*	Sidebars               		                *
************************************************/

#sidebars h2 {
    background: #91cd52; 
}

#sidebars li a:hover { 
    background: #f7fecc;       
}

#sidebars ul li{      
    list-style-image: url(http://www.dansbanners.com/images/arrows/bullets/green.png);     
}	

/************************************************
*	Topbars                  		            *
************************************************/

#topbars {
	background: #91cd52;
}

#topbars a:hover {
	background: #4f6929;
}

#topbars a:active {
	color: #4f6929;
}

#topbars-right a:hover {
	background: #91cd52;
}

/************************************************
*	WP Paginate               		            *
************************************************/

.wp-paginate .title {
	color: #1d260f;     
}

.wp-paginate .current {	 
	background: #91cd52; 
	border: 1px solid #1d260f;   
    color: #1d260f;  
}

.wp-paginate .prev, .wp-paginate .next {	 
	background: #e1fd45; 
	border: 1px solid #1d260f;   
    color: #1d260f;  
}

.wp-paginate a {
	background: #e1fd45; 
	border: 1px solid #1d260f;
    color: #1d260f; 	 	
}

.wp-paginate a:hover {
	background: #91cd52;
    color: #1d260f;
}

.wp-paginate a:active {	     
	color: #e1fd45;  
}
