
/* ----------------------------------------------------------------------------------------------------------
HTML
---------------------------------------------------------------------------------------------------------- */


body {
	color:#000;
	background-color: #33CCFF;
}

a {
	color:#009999;
}
a:hover {color:#1F1F1F;}

fieldset {border:1px solid #CEE780;}
legend {background:#FFF; color:#25A8C4;}

table.table-style01 th {background:#25A8C4; color:#FFF;}
table.table-style01 th, table.table-style01 td {border:1px solid #7FD5E7;}
table.table-style01 tr.bg td {background:#D4F1F7;}

/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */

#header {background:#1F1F1F;}

#logo {border-bottom:1px solid #464646; color:#FFF;}
#logo span {
	color:#33CCFF;
}
#logo a {color:#FFF;}

#slogan {color:#B0B0B0;}

#search #search-input {border:1px solid #FFF;}
#search #search-submit {border:1px solid #25A8C4; background:#25A8C4; color:#FFF;}

#nav {
	background-color:#25A8C4;
}
#nav li a {
	color:#333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33CCFF;
}
#nav li.last a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33CCFF;
}
#nav li#nav-active a {
	color:#FFF;
	background-color: #3399FF;
}
#nav li a:hover {
	color:#FFFFFF;
	background-color: #33CCFF;
}

#cols .main {background-color:#FFF;}

#content h1 {border-bottom:1px solid #95DCEB;}
#content h2, #content h3, #content h4 {
	color:#999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
}

#aside h3 {
	color:#333333;
}
#aside ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
}

#footer {
	color:#33CCFF;
	background-color: #333333;
}
#footer a {color:#BFBFBF;}
#footer a:hover {color:#FFF;}

/* ----------------------------------------------------------------------------------------------------------
Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#perex {
	background:#D4F1F7;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E2F5FA;
}             

.section {
	border-bottom:1px solid #CEE780;
	background-color: #CCCCCC;
}
.section h3 {background-color:#25A8C4; color:#FFF;}
.section h3 a {color:#FFF;}
.section h3 a:hover {color:#000;}
