@charset "utf-8";
/* #AFE45D = Green
   #24BBE6 = Blue*/
   
/* Main CSS styles */
* {
	margin: 0;
}

html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background-image: url(bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #C9EEF7;	
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link {
	color: #24BBE6;
}

a:visited {
	color: #707070;
}

a:hover {
	color: #AFE45D;
}
h1 {
	font-weight: bold;
	color: #707070;
}

h4 {
	font-weight: bold;
	color: #707070;
	border-bottom: 1px solid #24BBE6;
	width: 425px;
	margin-bottom: 1em;
}

h5 {
	font-weight: bold;
	color: #707070;
	width: 425px;
	margin-top: 1em;
	margin-bottom: 0.7em;
	margin-left: 1em;
}

h3 a {
	font-weight: bold;
	color: #707070;
	width: 425px;
	text-decoration: none;
}

ul {
	color: #24BBE6;
	list-style-image: url(bullet.png);
	margin-left: 3em; 
	padding-left: 0;
}

img {
	border: 0;
}

div .content p {
	margin-bottom: 1em;
	margin-left: 1em;
	width: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin: 0 auto -7em; /* the bottom margin is the negative value of the footer's height */
	width: 46em;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.logo {
	margin-left: -10%;
}

.header {
	border: 0;
	margin-bottom: 1.5em;
}

.header a {
	text-decoration: none;
	color: #24BBE6;
	font-weight: bold;
	margin-right: 1em;
}

.spacer {
	height: 10em;
}

.footer {
	height: 7em; /* .wrapper must be the same height as .footer */
	font-weight: bold;
	color: #24BBE6;
	text-align: center;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.footer a {
	margin-right: 0.5em;
}

/* Return Message Styles */ 

.error {
	border: thin solid #992A2A;
	background-color: #F1DADA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #992a2a;
	font-weight: bold;
	text-align: left;
	padding: 0.2em;
	width: 600px;
}

.success {
	border: thin solid #007700;
	background-color: #c2ffc2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007700;
	font-weight: bold;
	text-align: center;
	padding: 0.2em;
	width: 760px;
}

/* Form Styles */

form ul {
	margin-left: 1em;
	list-style-image: none;
}

form li {
	width: 400px;
	clear: left;
	margin: 0;
	border-top: 1px dashed #AFE45D;
	height: 1%;
	color: #707070;
	list-style: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 165px;
	background-color: #E9F8FC;
}

form input, textarea{
	border: 1px solid #24BBE6;
	width: 200px;
}

form select {
	border: 1px solid #24BBE6;
}
form label {
	font-weight: bold;
	float: left;
	margin-left: -155px;
	width: 150px;
}

form input[type=submit] {
	cursor:pointer;
	border:1px solid #24BBE6;
	background:#FFFFFF;
	color:#707070;
	font-weight:bold;
	width: 75px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

/* Home Page Styles */

.post-date {
	width: 55px;
	height: 55px;
	float: left;
	margin-top:5px;
	text-align: center;
	margin-left: -8%;
}

.post-month {
	font-size: 15px;
	text-transform: uppercase;
	color: #AFE45D;
	text-align: center;
	display: block;
	line-height: 11px;
	padding-top: 5px;
	margin-left: -0px;
}

.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #24BBE6;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 12px;
	margin-left: -0px;
}

.post_title {
	width: 424px;
	float: left;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	padding-left: 0;
	letter-spacing: normal;
	border-bottom: 1px solid #24BBE6;
	margin-top: 5px;
}

.post_content {
	float: none;
	padding: 0;
	margin-top: 4em;
	text-align: justify;
	margin-left: 1em;
}


/* Admin CP */

.admin-table {
	margin-left: 2em;
	width: 80%;
	border: 1px dashed #AFD45D;
}

.admin-table th {
	color: #707070;
}

/* Error Page */
.errors {
	border: thin solid #707070;
	margin-top: 6em;
	padding: 1em;
}

.errors p {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
	margin-bottom: 1em;
}
