.imgFrame{
border:1px solid #444;
background:white;
padding:2px;
}

.imgFrame img{
border:1px solid #444;
}


body{
	background:#6e9096 url(../images/topTile.jpg) top repeat-x;
	text-align:center;
	font-family:verdana, sans-serif;
	line-height:1.9em;
}

form p{
margin:0;
}

#listForm{
text-align:center;
padding:8px;
margin-bottom:0;
padding-bottom:0;
}

#listForm h4{
margin-bottom:4px;
padding-bottom:0;
}

/********************************
* Donation bar
*********************************/


#bigWrapDonate{
	background:#5b5b5b url(../images/donateBack.jpg) 0 100% repeat-x;
}

#bodyWrapDonate{
margin:0px auto;
text-align:left;
}


#donateBar{
background:transparent url(../images/donateBar.jpg) 100% 100% no-repeat;
padding-bottom:58px;
padding-top:10px;


} 

#donateBarContents{

}

#donateBar a#donateLink{
background:transparent;
display:block;
width:240px;
height:57px;
float:right;
display:block;
background:white;
margin-top:1px;
/*
position:absolute;
right:30px;
bottom:0px;*/
}

#donateBar a#donateLink span{
display:none;
} 





#bigWrapTop{
background:#80a1a8;
}

#bodyWrapTop{

margin:0px auto;
text-align:left;
}

#bigWrapMiddle{
background:#eaeaea;
padding-bottom:20px;
}

#bodyWrapMiddle{
padding-top:1.5em;
margin:0px auto;
text-align:left;
}

#bigWrapLower{
padding-top:20px;
background:#fff url(../images/lowerShadow.jpg) top repeat-x;
}

#bodyWrapLower{
margin:0px auto;
text-align:left;
}

h1#imageTitle{
padding-left:56px;
padding-bottom:10px;
background:transparent url(../images/defaultIcon.jpg) top left no-repeat;
}


#upperLeft{
width:550px;

}

.bigFrameOuter{
margin-left:auto;
margin-right:auto;
text-align:center;
width:550px;
background:transparent url(../images/homeBigTile.jpg) repeat-y;
}

.bigFrameMiddle{
background:transparent url(../images/homeBigTop.jpg) top no-repeat;
}

.bigFrameInner{
padding-top:7px;
padding-bottom:7px;
background:transparent url(../images/homeBigBottom.jpg) bottom no-repeat;
}


.midFrameOuter{
background:transparent url(../images/homeMidTile.jpg) repeat-y;
}

.midFrameMiddle{
background:transparent url(../images/homeMidTop.jpg) top no-repeat;
}

.midFrameInner{
padding-left:18px;
padding-top:19px;
padding-bottom: 10px;
background:transparent url(../images/homeMidBottom.jpg) bottom no-repeat;
}




/***********************

Styles for the header bar

************************/


     



#header{
background:#80a1a8;
}        
     

#logo{
margin-top:-24px;
}

/***********************

Styles for the top menu

************************/

#menuWrap{ 
float:left;
        border-top:1px solid #cdd4d5;
        border-left:1px solid #cdd4d5;
        border-right:1px solid #cdd4d5;
}

#menu{ 
background:#54686c;
font-size:1.2em;
margin-top:0px;
        border-top:3px solid #fff;
        border-left:3px solid #fff;
        border-right:3px solid #fff;
}

#menu ul{

        list-style:none;
        margin:0px;
        padding:0px;
        }

        #menu ul li{
        float:left;
        padding:0px;
        }

	
        #menu li a{
        text-decoration:none;
        display:block;
        padding:8px 12px 8px 12px;
        color:#fff;
        }

	#menu li.current a{
		color:#54686c;
background:#fff url(../images/tabTile.jpg) bottom repeat-x;
	}

        #menu li a:hover{
        color:#54686c;
background:#fff url(../images/tabTile.jpg) bottom repeat-x;
        }

#menu li#home a{
padding-left:20px;
}


/*********************

Styles for the footer

 ********************/


#footer{
padding-top:18px;
text-align:center;
}


/***********************
* Paginiation, for blogs
* and tags
************************/

.pagination{
background:#eee;
padding:10px;
border:1px solid #ccc;
border-left:0px;
border-right:0px;
text-align:center;
margin:10px 0px;
}

.pagination a{
border:1px solid #ccc;
padding:3px 8px;
margin:3px;
}

.pagination a:hover{
background:#ccc;
color:black !important;
}


/*************************
* Tag cloud
**************************/

.tag1 {font-size: 1.0em;}
.tag2 {font-size: 1.2em;}
.tag3 {font-size: 1.4em;}
.tag4 {font-size: 1.6em;}
.tag5 {font-size: 1.8em;}
.tag6 {font-size: 2.0em;}

/*********************************
*Coments
**********************************/

.comment{
border-bottom:1px solid #eee;
padding:10px 0px;
width:100%;
}

.comment .author{
float:left;
width:200px;
margin:10px;
}

.comment .author_name{
margin-bottom:10px;
}

.comment .date{
margin-top:10px;
}

.comment .content{
margin-left:220px;
}

/*****************************
* Blog layout
******************************/

#blogMainArea{
width:600px;
float:left;
}

#blogSidebar{
margin-left:40px;
float:left;
}

.post{
background: transparent url(../images/shadow_line.gif) 0 100% no-repeat;
padding-bottom:30px;
margin-bottom:10px;
}

.post .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.post .body{
clear:left;
}

.postInfo h3, .postInfo h5{
border-bottom:0px;
margin:0px;
}

.postInfo .grav_img{
float:left;
margin-right:10px;
margin-bottom:10px;
}

.postBody{
clear:left;
}


/***********************
**Some general form stuff
************************/


ul.form_errors{ 
                border:1px solid red;
                background:#fdd;
                padding:10px;
                padding-left:30px;
                }

.submitted_ok{ 
                border:1px solid green;
                background:#dfd;
                padding:10px;
                padding-left:30px;  
                margin:10px;
 }

input.form_error,textarea.form_error,select.form_error{ 
                  border:2px inset red;
                  background:#fdd;
                  }

        a{
        outline:none;
        }
        a:active{
        outline:none;
        border:none;
        }