/*
Blue Stylesheet

Color Palette
Dark Color: #034667
Bright Color: #07ADFF
Input Boxes Background: #056FA4
Input Boxes  Color: #056FA4
Subtitle: #6FADCE
Admin Comment Background: #CDE5FD

*/

/* The large circles to the top of the site  */
#outer-wrapper {
	background: transparent url("blue-circles-bg.png") no-repeat scroll left 90px;
}

a:link, a:active {
	color: #034667;
}

#outer-wrapper a:hover, #outer-wrapper a:visited {
	color: #07ADFF;
}

/* The dividing horizontal line of circles between posts  */
.hr {
	background: #FFF url('blue-hr.png') no-repeat;
}

/* The date color under the post's title */
small {
	color: #666;
}

/* Text Input Fields */
input[type='text'], textarea{
	border: 2px solid #034667;
	background-color: #056FA4;
	color: #FFF;
}

/* Button Input Field */
input[type='submit'] {
	border: 2px solid #034667;
	background-color: #056FA4;
	color: #FFF;
}

input[type='submit']:hover{
	border: 2px solid #056FA4;
	background-color: #07ADFF;
	color: #FFF;
}

blockquote {
	border-color: #034667;
	background-color: #CDE5FD;
}

/* The color of the blog's title if 'Top of Site' is selected from the admin menu */
#header-wrapper.standard h1 a{
	color: #034667;
}

/* The colors of the Home and About links at the top right of the blog */
#header-pages li a:active, #header-pages li a:link, #header-pages li a:visited {
	color: #034667;
	border-top: 10px solid #034667;
}

#header-pages li a:hover{
	color: #07ADFF;
	border-top: 10px solid #07ADFF;
	text-decoration: none;
}

/* The dividing dotted border between the main content and sideboard columns */
#main-content {
	border-right: 5px dotted #034667;
}

/* The color of the subtitle if you add a subtitle custom field */
#main-content .subtitle {
	color: #6FADCE;
}

/* The rss image under the Subscribe section */
.rss img{
	background: transparent url("blue-rss.png") center left no-repeat;
}

/* The pagination at the bottom of a page of posts */
ul.navigation {
	border-top: 2px dotted #034667;
	border-bottom: 2px dotted #034667;
}

.comment-header {
	
}

/* The header showing the number of comments */
#comments h3.subhead {
	color: #034667;
	border-bottom: 2px solid #034667;
}

.commentlist li {
	
}

/* The styles for when a blog author comments. Use this if you want to differentiate between guest and author comments */
.commentlist li.admin {
	background-color: #CDE5FD;
}

.comment-meta-data, .comment-meta-data a{
	
}

/* Displays the circles at the bottom of the site */
#footer-wrapper {
	background: transparent url("blue-circles-footer.png") bottom left no-repeat;
}
