/*
blues: 243E6F 375FA9 87A0D2 E6EAF4
purples: 9237A9 C387D2
*/

a {
	color: #375FA9;
	text-decoration: underline;
}

a:hover ,
a:focus,
a:active {
	color: #9237A9;
	text-decoration: underline;
}

a:visited {
	color: #243E6F;
	text-decoration: underline;
}

body {
	background-color: #87A0D2;
	color: #243E6F;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

ul#sidebar a {
	text-decoration: none;
}

ul#sidebar a:hover ,
ul#sidebar a:focus,
ul#sidebar a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

ul#sidebar a:visited {
	text-decoration: none;
}

h1 {
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bolder;
}

h2 {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bolder;
}

h3 {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bolder;
}

blockquote {
	margin: 30px 0;
	padding: 20px 20px 5px 65px;
	background-image: url('../images/blockquote.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div#maintenance {
	margin: 0px;
	padding: 5px;
	text-align: center;
	background-color: #375fa9;
	color: white;
	font-size: 12px;
	font-weight: bolder;
}

div#header {
	height: 100px;
	line-height: 100px;
	background-color: white;
	background-image: url('../images/header-bg.png') !important;
	background-repeat: repeat-x;
	border-bottom: 1px solid #375FA9;
}

div#header div#hotlinks {
	text-align: right;
}

div#content {
	margin-top: 5px;
	margin-bottom: 20px;
}

div#sidebar {

}

div#footer {
	height: 100px;
	line-height: 100px;
	color: white;
	background-image: url('../images/footer-bg.png') !important;
	background-repeat: repeat-x;
	border-top: 1px solid #375FA9;
}

div#footer div#props {
	margin: 5px 0;
	text-align: center;
	font-size: 10px;
}

ul#sidebar, 
ul#sidebar ul,
ul#sidebar h2 {
	margin: 0;
	padding: 0;
}

ul#sidebar h2 {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 1px solid #243E6F;
}

ul#sidebar, 
ul#sidebar ul {
	list-style-type: none;
	list-style-image: none;
}

ul#sidebar li {
	margin: 20px 0;
}

ul#sidebar li ul li {
	margin: 0;
}

ul#sidebar li ul li ul li {
	margin: 0 0 0 15px;
}

ul#sidebar li select {
	width: 300px;
	padding: 3px;
	font-size: 14px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #243E6F;
	word-spacing: 3px;
	letter-spacing: 0.5px;
	border: 1px solid #243E6F;
	background-color: #E6EAF4;
}

div#hotlinks form#search {
	margin: 35px 10px 0px 5px;
	padding: 0;
	border: 0;
}

div#hotlinks form#search input#query {
	margin: 0;
	padding: 8px;
	border: 1px solid #375fa9;
	background-color: #EEEEEE;
	color: #666666;
	width: 150px;
	font-size: 14px;
	line-height: 14px;
}

div.comments-bubble {
	margin-left: 15px;
	padding-left: 15px;
	background: url('../images/comment-bubble.png');
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	line-height: 27px;
	text-align: justify;
	font-family: Georgie, serif;
	font-size: 14px;
}

div.comments-bubble a,
div.comments-bubble a:hover ,
div.comments-bubble a:focus,
div.comments-bubble a:active,
div.comments-bubble a:visited {
	color: white;
	text-decoration: none;
}

div.searchresult {
	margin-bottom: 30px;
	font-size: 12px;
	font-family: Georgia, serif;
}

div.searchresulttitle {
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	font-weight: lighter;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	letter-spacing: -1px;
}

div.post {
	margin-bottom: 10px;
}

div.title {
	padding: 10px;
	/*height: 30px;*/
	line-height: 30px;
	color: #E6EAF4;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	letter-spacing: -1px;
	background: #375fa9;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.title a {
	color: #FFFFFF;
}

div.entry {
	padding: 20px 10px 5px 10px;
	text-align: justify;
	background: #E6EAF4;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

div.entry .comments-link {
	font-size: 10px;
}

div.entry textarea#comment {
	width: 575px;
	padding: 10px;
	border: 1px solid #243E6F;
	font-size: 12px;
	font-family: Georgia, serif;
}

div.entry input#submit {
	padding: 10px;
}

div.metadata {
	padding: 2px 10px;
	background: #FFFFFF;
	font-size: 12px;
	color: #243E6F;
	line-height: 30px;
}

div.metadata a {
	color: #9237A9;
}

div.metadata a:hover ,
div.metadata a:focus,
div.metadata a:active {
	color: #C387D2;
}

div.metadata a:visited {
	color: #C387D2;
}

.navigation {
	font-size: 12px;
}

div.navigation {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}

div.navigation a {
	text-decoration: none;
}

div.navigation a:hover ,
div.navigation a:focus,
div.navigation a:active {
	color: #E6EAF4;
}

div.comment {
	font: 12px 'Trebuchet MS', Helvetica, sans-serif;
}

div.comment div.avatar {
	margin: 0 0 15px 15px;
	border: 2px solid #666;
}

div.comment div.comment-meta {
	margin: 0 0 15px 0;
}

div.comment div.comment-meta a.url {
	font: italic bold 20px Georgia, serif;
	color: #9237A9;
	text-decoration: none;
}

div.comment div.comment-meta a.permalink {
	text-decoration: none;
	color: #9237A9;
}

ol.commentlist {
	margin: 0;
	padding: 10px 0 20px 60px;
	font: italic bold 30px Georgia, serif;
	background: white;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

ol.commentlist li {
	margin-right: 15px;
	padding: 15px;
}

ol.commentlist li.even {

}

ol.commentlist li.odd {
	background-color: #DDDDDD;
}