/*
Theme Name: BlueFaces
Theme URI: http://html-er.nl/
Description: Big blue header, nice fresh weblog. This theme uses rounded borders, if you are using a CSS3 capable webbrowser. For more information visit <a href="http://html-er.nl" target="_blank">the author's website</a>
Version: 1.0
Author: Mark Berck
Tags: blue, fixed with, two columns, widgets
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

a, a:visited, a:active {
	text-decoration : none;
	color : #0689c1;
}
a:hover {
	color : #004b6b;
	text-decoration : underline;
}
.front-page-banner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
		
	border : solid 1px #80c8e7;
}

h2 {
	font-size:medium;
}
h3 {
	font-size:small;
}
h4 {
	font-size:x-small;
}
td {
	vertical-align: top;
}