/*
Theme Name: Simply Blue
Theme URI:
Description: Simply blue
Author: K
Author URI:


/*
airport blue		#003366;	background
light blue: 		#C4D5D9;
medium blue:	 	#AEBDC3;
dark blue: 			#405D68;	text
offwhite: 			#F2F3F0;	page background
light grey: 		#E7E7E3;	subnav background
logo light blue: 	#4A98D6;	main title, headings
logo dark blue:		#22529E;	postmetadata

*/


body {
	background: #036;
	font: normal 12px Arial,Helvetica,sans-serif;
}
a, a:active, a:visited, a:hover {
	color: #405D68;
}

#page {
	width: 70%;
	heigth: 800px;
	max-width: 80%;
	min-width: 650px;
	min-height: 650px;
	margin: 0px auto;
	padding: 0px;
	background: #F2F3F0;
}

#header {
	background: #4A98D6 url('images/maggie-header.png') no-repeat;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	padding: 0 auto;
    text-align: right;
}

.description {
	font: normal 1.8em Georgia,Times New Roman,serif;
	color: #fff;
	font-style: italic;
	padding: 0 10px 0 0;
}

#wrapper {
	width: 100%;
}

#content {
	float: right;
	width: 70%;
}

#sidebar {
	margin: 10px 0 0 10px;
	padding: 0px;
	width: 22%;
	min-height: 650px;
	min-width: 150px;
	background: #E7E7E3;
	overflow: hidden;
	padding: 1em;
	line-height: 150%;
	text-align: center;
}

#footer {
	height: 20px;
	clear: both;
	background: #E7E7E3;
	color: #405D68;
	padding: 0 0 2px 2px;
}

#footer a, a:active, a:visited, a:hover {
	text-decoration: underline;
	color: #405D68;
}

p.static {
	width: 90%;
	text-align: justify;
	indent: 10px;
}

#logo {
	margin: 10px 0 0 21px;
	padding: 0px;
	width: 160px;
	height: 71px;
	background: url('images/logo.gif');

}

/*-------------Headings-------------*/

h1 {
	font: normal 2.3em Georgia,Times New Roman,serif;
	margin: 0px;
	padding: 0 10px 0 0;
	width: 100%;
	font-style: italic;

}

h1 a:hover, h1 a:visited, h1 a:active, h1 a {
	font:normal 2.3em Georgia,Times New Roman,serif;
	text-decoration: none;
	color: #fff;
	font-style: italic;
	padding: 0 10px 0 0;
}

h2 {
	font:bold 1.2em Georgia,Times New Roman,serif;
	color: #22529E;
}


h3 {
	font:bold 1em Georgia,Times New Roman,serif;
	color: #405D68;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/
div.post {
	margin: 10px 0 20px 0;
	width: 80%;
	color: #405D68;
	text-align: justify;
}

.post h2 a {
	font:bold 1.2em Georgia,Times New Roman,serif;
	text-decoration: none;
	color: #4A98D6;
}

.post h2 a:hover {
	background: none;
}

.post a {
	font: normal 1em Arial,Helvetica,sans-serif;
	color: #405D68;

}

.post a:hover {
	background: #E7E7E3;
}

.entry {
	margin-left: 25px;
}

/*.entrytext .postmetadata {
margin-top: 20px;
}*/

p.postmetadata {
	font: normal 11px Arial,Helvetica,sans-serif;
	color: #405D68;
    margin-top: 30px;
}

.postmetadata a {
	text-decoration: underline;
	color: #405D68;
}

small {
	position: relative;
	top: -10px;
	right: 0px;
	color: #405D68;
	font-size: 11px;
}

.navigation {
width: 100%;
text-align: center;
color: #22529E;
}

.navigation a {
color: #22529E;
font-weight: bold;
font-style: italic;
padding: 2px;
}

.alignleft {
	text-align: left;
        position: relative;
        left: 0px;
}

.alignright {
	text-align: right;
	position: relative;
	top: -15px;
        right: 20px;
}

.center {
	color: #405D68;
	text-align: center;
}

h2.center {
	font:normal 1.2em Georgia,Times New Roman,serif;
}

.pagetitle {
	font:bold italic 1.4em Georgia,Times New Roman,serif;
	color: #22529E;
}

blockquote {

}

cite {

}

a img {
	border: 5px solid #E7E7E3;
	width: 100px;
	height: 100px;
	vertical-align: text-top;
	float: left;
	margin: 5px 5px 5px 0;
}

acronym, abbr {
	color: #405D68;
	text-decoration: underline;
}

/*--------------Sidebar------------*/
#sidebar h2 {
	background: #22529E;
	color: #F2F3F0;
	font:normal 17px Georgia,Times New Roman,serif;
	width: 150px;
	display: block;
	letter-spacing: 1.5px;
	text-align: left;
}

#sidebar h2 a, #sidebar a:hover, #sidebar a:visited {
text-decoration: none;
color: #F2F3F0;
}


#sidebar p {
	color: #405D68;
	width: 150px;
	text-align: left;
}

#sidebar input {
	color: #405D68;
	border-color: #F2F3F0;
	background: #F2F3F0;
	margin: 2px;
}

#sidebar a {
	text-decoration: underline;
	color: #405D68;
        width: 150px;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #4A98D6;
	background: none;
}

#sidenav a, #sidenav a:visited, #sidenav a:active {
	width: 150px;
	text-decoration: none;
	color: #405D68;
}

#sidenav a:hover, #sidenav a:active {
	text-decoration: underline;
	color: #4A98D6;
	background: none;
}

#sidebar ul {
	position: relative;
	left: -20px;
	width: 120px;
	text-align: left;
}

#sidebar li {
list-style-type: none;
color: #405D68;
position: relative;
width: 100%;
}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {
text-align: left;
}

#searchform input {

}

#searchform #s {

}

.rightbutton {
text-align: right;
}


/*-------------Calendar-----------------*/

#wp-calendar {
border: 3px solid #F2F3F0;
position: relative;
left: -5px;
}

#wp-calendar th {

}

wp-calendar td {
padding: 0px;
}

#wp-calendar a, #wp-calendar a:visited {
text-decoration: underline;
color: #4A98D6;
}

#prev a, #next a, #prev a:visited, #next a:visited {
text-decoration: underline;
color: #4A98D6;
}

#wp-calendar caption {
background-color: #F2F3F0;
}

#wp-calendar tfoot {
background-color: #F2F3F0;
}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

