/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #A7C6E3;
}

p 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 200%;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: tahoma, helvetica, sans-serif;
	color: #000066;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 18px;
	padding-top: 15px;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #000066;
}

a:hover {
	border-bottom: none;
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 850px;
	height: 160px;
	margin: 0 auto;
	background-color: #05074D;
	text-align: center;
}

#logo h1{
	font-family: tahoma, helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}
#logo  a{
	text-decoration: none;
	border-bottom: 0px;
}
#tagline {
	width: 850px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background-color: #05074D;
	background-image: url(images/wires.jpg);
	background-repeat: repeat-x;
}

/* Menu */

#menu {
	width: 840px;
	height: 35px;
	margin: 0 auto;
	background-color: #05074D;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 1px 0 0;
	padding: 10px 18px 0 18px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	background-color: #A7C6E3;
	border-bottom-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
}

#menu a:hover {
	background-color: #93B1CD;
	border: none;
}

#menu .current_page_item a {
	color: #000033;
	background-color: #FFFFFF;
	border: none;
}

#portfolio_menu{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 0px;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #FFFFFF;
}

#page-bg {
	padding: 11px 24px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 820px;
	padding-left: 15px;
	padding-right: 15px;
}

#page2content {
	float: left;
	width: 250px;
	padding-left: 25px;
	padding-right: 25px;
}

.page2sidebar {
	float: left;
	width: 400px;
	padding: 0 0 0 50px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
	line-height: 200%;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

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

.entry {
	padding: 0 20px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 50px;
}
.submenu {
	margin-left: 30px;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(images/img04.gif) no-repeat 10px 9px;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
}

#searchform br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 0 0 20px;
	text-align: center;
}

#calendar_wrap table {
	width: 90%;
}

#calendar_wrap th {
	border-bottom: 1px solid #CCCCCC;
}

#calendar_wrap td {
	border-bottom: 1px solid #F2F2F2;
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	padding: 30px 0 50px 0;
	background-color: #A7C6E3;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #333333;
}

#footer a {
	color: #333333;
}
