/*
Theme Name: Color Dots (Blue)
Theme URI: http://www.dagondesign.com/
Description: A custom theme by <a href="http://www.dagondesign.com">Dagon Design</a> which features a rounded two column layout, widget support, and top navigation.
Author: Dagon Design
Author URI: http://www.dagondesign.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #DCE8F6;
	color: #303030;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color: #456FA2;
}

a:hover {
	color: #666666;
}


ul, ol {
	margin: 4px 0 15px 35px;
	padding: 0;
}

ul ul, ol ol {
	margin: 4px 0 0 15px;
	padding: 0;
}

li {
	margin: 0 0 4px 0;
	padding: 0;
}



#container {
	background: #FFFFFF;
	width: 780px;
	position: relative;
	margin: 30px auto 20px auto;
	padding: 0;
	text-align: left;
	font-size: 1.3em;
}

#header {
	background: url('images/header.gif') top center no-repeat;
	height: 100px;
}

#header img {
	display: block;
}

#header-title {
	padding-top: 25px;
}

#header-title p, #header-title h1 {
	font-size: 3.0em;
	font-weight: normal;
}

#header-title a {
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

#header-title a:hover {
	color: #456FA2;
	text-decoration: none;	
}

#header-desc {
	padding-left: 26px;
	color: #FFFFFF;
	font-size: 1.1em;
}

#search {
	position: absolute;
	top: 12px;
	right: 14px;
}



#menu {
	background: #BAD1EE;
	padding: 4px 10px 4px 10px;
}

#menu a {
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #456FA2;
}

#menu a:hover {
	text-decoration: underline;
	color: #456FA2;
}



.searchform {
	margin: 0;
	padding: 0 0 5px 0;
}

.searchform input {
	margin: 0;
	padding: 0;
	width: 160px;
	color: #404040;
}





#content {
	width: 550px;
	float: right;
	display: inline;
	margin: 20px 20px 20px 0;
}



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

#content h1, #content h2 {
	margin: 0 0 2px 0;
	font-size: 1.3em;
	color: #558FD6;
}

#content h1 a, #content h2 a {
	text-decoration: none;
	color: #558FD6;
}

#content h1 a:hover, #content h2 a:hover {
	text-decoration: none;
}

#content h1.pagetitle {
	font-size: 1.3em;
	color: #999999;
	margin-bottom: 12px;
	border-bottom: 5px solid #E8E8E8;
}

#content h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.3em;
	color: #555555;
}

#content h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.2em;
	color: #777777;
}

#content h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #606060;
}




#content .post-date {
	color: #707070;
	font-size: 0.9em;
	margin: 0 0 3px 0;
}

#content p {
	margin: 0 0 12px 0;
	line-height: 140%;
}

#content .post-info {
	color: #505050;
	font-size: 0.9em; 
	background: #EFF4FB;
	padding: 2px 5px 3px 5px;
}

#content .post-info a {
	text-decoration: none;
}

#content .post-info a:hover {
	text-decoration: underline;
}

#content .single-date {
	text-align: right;
	font-size: 0.9em;
	color: #707070;
	margin-bottom: 3px;
}







code {
	font: 0.9em 'Courier New', Courier, Fixed;
	color: #456FA2;
}

blockquote {
	background: #F2F2F2;
	padding: 4px 8px 4px 8px;
	margin: 5px 0 15px 0;
	font-size: 0.9em;
}




acronym, abbr, span.caps {
	font-size: 0.9em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #808080;
}



.navigation {
	display: block;
}






#wp-calendar caption {
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 0.9em;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #456FA2;
	text-align: center;
	background: #EFF4FB;
	padding: 2px;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td a {
	color: #456FA2;
	font-weight: bold;
}

#wp-calendar td.pad:hover {
	background-color: #FFFFFF; 
}






img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}




.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}



#sidebar {
	width: 170px;
	float: left;
	display: inline;
	margin: 20px 0 20px 20px;
}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #456FA2;
	margin: 0 0 2px 0;
	background: #EFF4FB;
	padding: 2px 5px 2px 5px;
}

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

#sidebar ul ul {
	margin: 6px 0 15px 8px;
	padding: 0;
}

#sidebar ul ul ul {
	margin-bottom: 6px;
}

#sidebar li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 0.95em; 
}

#sidebar li li {
	font-size: 1em; 
}

#sidebar a {
	color: #505050;
	text-decoration: none;
}

#sidebar a:hover {
	color: #456FA2;
	text-decoration: underline;
}




h3#comments, h3#respond {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 6px 0;
	font-size: 1.1em;
	background: #A3A3A3;
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}

ol.commentlist li {
	margin: 0;
	padding: 0;
	border-top: 5px solid #E8E8E8;
	padding: 3px 0 5px 0;
}

ol.commentlist li.alt {
	border-top: 5px solid #E8E8E8;
}

ol.commentlist .comment-date {
	font-size: 0.9em;
	float: right;
}

ol.commentlist .comment-author {
	width: 55%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 4px 0;
	font-size: 1.3em;	
	color: #808080;
}

ol.commentlist .comment-date a, ol.commentlist .comment-author a {
	text-decoration: none;
}

ol.commentlist .comment-date a:hover, ol.commentlist .comment-author a:hover {
	text-decoration: underline;
}

ol.commentlist .comment-text {
	clear: both;
}

form#commentform textarea {
	width: 100%;
}

form#commentform label {
	font-size: 0.9em;
}






#footer {
	background: url('images/footer.gif') bottom center no-repeat;
	height: 50px;
	clear: both;
	color: #333333;
	font-size: 0.85em;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

