/*
Theme Name: Azul
Theme URI: http://www.switchroyale.com/?page_id=21
 Description: Azul is a clean and modern theme with a techy/corporate feel. This theme is meant to be easy to edit and completely standards compliant. The Azul Photoshop template is also available for free at www.switchroyale.com. Free to use for whatever you want.
Version: 1.4
Author: Switchroyale
Author URI: http://www.switchroyale.com
Tags: blue, white, silver, light, two-columns, fixed-width, right-sidebar
*/

body {
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #666666;
	text-align: left;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-repeat: repeat-y;
}

#header {
	height: 210px;
	padding: 40px 50px 0 50px;
	padding-bottom:0px;
	background: url(headerbg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #666666;
}

#header a:hover {
	color: #333333;
}





#posts {
	width: 872px;
	padding: 0 0 0 29px;
	margin: 0 0 0 29px;
	border:1px solid gray;
	
	float: left;
}

.post {
	margin: 0 0 50px 0;
}



.entry {
	margin: 20px 0 0 0;
}

.entry p {
	margin: 0 0 20px 0;
}

.post h2 {
        font-family: times new roman;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
         width: 100%;
        border-top: 1px solid lightgray;

}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #07214E;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #23375A;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}


#footer {
	clear: both;
	height: 150px;
	background: url(footerbg.jpg);
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 40px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}
