
/****
.container 		{  }

a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/

/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/


/****
#header {
	background: url('../images/logo.gif') 50px 17px no-repeat;
	height: 89px;
}

#header h1		 { display: none;  }
#header .description { display: none; }
****/

/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/

/****
#nav, #subnav	{ background: #668040; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #F2FFDF; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }
****/


.image-border img{
 padding: 0;
 margin: 0 0 2px 0;
 border-top: 1px solid #777777;
 border-left: 1px solid #777777;
 border-right: 1px solid #222222;
 border-bottom: 1px solid #222222;
}

.subscribe-form {
 float: right;
 padding: 0;
 margin: 10px 0 10px 15px;
 border-top: 1px solid #aaaaaa;
 border-left: 1px solid #aaaaaa;
 border-right: 1px solid #aaaaaa;
 border-bottom: 1px solid #aaaaaa;
}

.table, th, td {
 border: 0px;
}

.float-right {
 float: right;
 margin: 10px 0 10px 15px;
}

.float-right img {
 padding: 0;
 margin: 0 0 2px 0;
 border-top: 1px solid #777777;
 border-left: 1px solid #777777;
 border-right: 1px solid #222222;
 border-bottom: 1px solid #222222;
}

.float-right-nb {
 float: right;
 margin: 10px 0 10px 15px;
}

.float-right-nb img {
 padding: 0;
 margin: 0 0 2px 0;
 border: 0;
}

.float-left {
 float: left;
 margin: 10px 25px 10px 0;
}

.float-left img {
 padding: 0;
 margin: 0 0 2px 0;
 border-top: 1px solid #777777;
 border-left: 1px solid #777777;
 border-right: 1px solid #222222;
 border-bottom: 1px solid #222222;
}

.caption {
 color: #000000;
 text-decoration: none;
 padding: 0;
 margin: 0;
 font-weight: bold;
}
.caption a {color: #000000; text-decoration: none}



.button {
 margin: 0;
 padding: 5px 0 5px 0;
 text-align: center;
} 

.button img {
 border: 0;
}

.button-note {
 font-size: small;
 margin: 2px 0 2px 0;
}

.article-footer {
 border-top: 2px dotted #AAA;
 padding-top: 20px;
}

.wp-smiley { 
 padding: 0;
 margin: 0 0 0 0.5em;
}
