/*
This is the default layout for iridedaily
default colours are blue
rgb(0,131,215);
*/

body {
	background: rgb(0,131,215) url('../images/default/bg-body.jpg') repeat-x top left;
	}

#header h1 a, #header p a {
	background: url('../images/default/logo.png') no-repeat;
	}

a:link, a:visited {
	color: rgb(0,131,215);
	}

#searchform input[type=submit] {
	background-color: rgb(0,131,215);
	}

#searchform input[type=submit]:hover {
	background-color: rgba(0,131,215,0.8);
	}


.category-list {
	border-color: rgb(0,131,215);
	}

.archive .post:hover, .search .post:hover {
	background: rgba(0,131,215,0.05);
	}

#menu li a {
	text-shadow: 1px 1px 1px rgb(0,131,215);
	}
