/* Begin Structure */
body {
	margin: 1px 0 20px 0;
	padding: 0;
	background-color: #e0e0e0;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 990px;
	text-align: left;
}

#header {
	width: 990px;
	padding-top: 10px;
	background-color: #2a73a2;
}

#header-top {
}

#header-menu {
	background-color: #2a73a2;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

ul#header-menu-container {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
	list-style: none;
}

ul#header-menu-container li {
	color: #333333;
	float: left;
	list-style: none;
	margin: 0px;
	line-height: 25px;
}

ul#header-menu-container li a {
	background-color: #2a73a2;
	color: #82cbfa;
	display: block;
    margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	line-height: 25px;
	font-size: 15px;
	border-right: 1px solid #ffffff;
/*
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px; 
	-moz-border-radius-topright: 8px; 
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
*/
}
/*
ul#header-menu-container li.current_page_item a, ul#header-menu-container li a:hover {
	background-color: #82cbfa;
	color: #2a73a2;

	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px; 
	-moz-border-radius-topright: 8px; 
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
}
*/

ul#header-menu-container li.current_page_item a {
	background-color: #82cbfa;
	color: #2a73a2;
}

ul#header-menu-container li a:hover {
	background-color: #a2d9fd;
	color: #2a73a2;
}

#header-main {
}

#page-content {
	width: 988px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.post {
	border-right: 1px dotted #82cbfa;
	padding: 10px;
	min-height: 448px;
}

.narrowcolumn {
	float: left;
	padding: 20px;
	margin: 0px 0 0;
	width: 655px;
}

.widecolumn {
	padding: 20px 25px 65px 25px;
	margin: 0px 0 0;
	width: 950px;
}

.post {
	margin: 0;
	/*text-align: justify;*/
}

.post hr {
	display: block;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .post {
	margin: 0;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

.widget-content {
	padding: 10px;
}

#footer {
	padding: 0;
	margin: 5px 0px 20px 0px;
	width: 990px;
	text-align: right;
	font-size: 11px;
	clear: both;
}
/* End Structure */

/* Begin Sidebar */
#sidebar {
	padding: 20px 20px 20px 20px;
	margin-left: 680px;
	width: 270px;
}

/* End Sidebar */

.form-contact {
	padding-top: 10px;
}
