/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 140%;
	font-style: italic;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #86C4CF;
	font-weight: bold;
	line-height: 27px;
	font-size: 20px;
	padding-top: 3px;
	padding-bottom: 5px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	width: 400px;
}
a.facebook {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/fbLogo.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #EEEEEE;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-indent: 35px;
	width: 325px;
	height: 25px;
	display: block;
	border: 1px solid #F0F0F0;
}

a.facebook:hover {
	border: 1px solid #CCCCCC;
}



a:link {
	color: #6A9DA6;
}

a:active {
	color: #000000;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
	border: none;
}

img.box {
	margin: 0 20px 10px 0;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding: 5px;
}

/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EEEEEE;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EEEEEE;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
	background-image: url(images/menu_a.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/menu_over.png);
	background-repeat: repeat-x;
	background-position: top;
}

#menu .active a {
	color: #FFFFFF;
	background-color: #85c4cf;
	background-image: url(images/menu_activeD.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Header */

#header {
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0;
	padding: 70px 0 0 0;
	background: url(images/img02.jpg) no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/img03.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.post {
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85C4CF;
	margin-right: 3px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #EEEEEE;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #336666;
}
.whitebox {
	background: #FFFFFF repeat-y;
	border: #85C4CF;
}
.whitebox h2 {
	background: #000000 repeat-y;
}
.bluebox {
	background: #85C4CF repeat-y;
	border: #85C4CF;
}

.bluebox h2 {
	background: #000000 repeat-y;
}

/* Footer */

#footer {
	clear: both;
	height: 60px;
	background: #85C4CF url(images/img04.gif) repeat-x;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 80%;
	color: #333333;
}

#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* Form Elements */
form {
	border: 1px solid #CCCCCC;
	background-color: #F6F6F6;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15;
}
label {
	display:block;
	font-weight:normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-left: 15px;
}
input {
	border:1px solid #CCCCCC;
	color:#999999;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: 15px;
	padding: 2px;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #CCCCCC;
	height:100px;
	display:block;
	color:#999999;
	font-family: arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-left: 15px;
}
input.button {
	color: #666666;
	border: 1px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-image: url(images/submit_bg.png);
	background-repeat: repeat-x;
	margin-left: 345px;
	display: block;
}
input.button :hover{
	color: #666666;
	border: 1px solid #F0F0F0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-image: url(images/submit_bg_over.png);
	background-repeat: repeat-x;
}
