﻿@import 'reset.css';

body {
    background-color: #000000;
    font: normal 12pt Calibri, Verdana, Tahoma;
    margin: 0;
    padding: 0;
}
p { padding-top: 10px; }
img { border: 0px; }
div { display: block; }
blockquote {
	background-color: #d5f3c5;
	padding: 5px 10px 5px 10px;
}
a, a:active, a:visited {
	color:#3366ff;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
#wrapper {
    width: 900px;
    margin: auto;
    padding: 10px 0px 0px 0px;
}

/* TEXT STYLES */

h1 {
    font-size: 25px;
    font: Arial;
    font-weight: lighter;
    color: #73D73F;
    padding: 10px 0 0 0;
}
h2 {
    font-size: 20pt;
    font: Arial;
    color: #000000;
    text-decoration: underline;
    padding: 0px;
}
h3 {
    font-size: 30px;
    font-family: Times New Roman, serif;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
}
b, strong { color: #73D73F; font-weight: bold; }
u { text-decoration: underline; }
small { font-size: 11px; }

/* END TEXT STYLES */

/* FRONT PAGE */
div#front_images {
    margin-top: 10px;
}
ul#front_images {
    display: inline
    list-style-type: none;
    width: 900px;
}
ul#front_images li {
    display: inline;
    float: left;
    width: 300px;
}
#mask {
    background-color: #73d73f;
    display: none;
    height: 100%;
    left: 0;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 9000;
}
.modal {
    border: 5px solid #73d73f;
    background-color: white;
    display: none;
    left: 50%;
    margin-top: 100px;
    margin-left: -250px;
    padding: 10px;
    position: absolute;
    width: 500px;
    z-index: 9999;
}
.success, .error {
	color: #000000;
    display: none;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
    text-align: center;
    border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit_border_radius: 5px;
}
.success {
    background-color: #99FF66;
	border: 1px solid #00FF00;

}
.error {
    background-color: #FF6666;
	border: 1px solid #FF0000;
}


/* END FRONT PAGE */

/* TOP SLIDER */
div#slider_wrapper {
    position: absolute;
    left: 0;
    height: 320px;
    margin-top: -296px;
    top: 0;
    width: 100%;
}
div#slider_top {
    background-color: #73d73f;
    width: 100%;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
div#slider_bottom {
    margin: 0 auto;
    width: 900px;
    cursor: pointer;
}
div#slider_content {
    color: #000000;
    height: 300px;
    margin: 0 auto;
    width: 900px;
}
div#slider_button {
    background-color: #73d73f;
    float: right;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    margin-right: 20px;
    text-align: center;
    width: 200px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

/* slider columns */
div.slider_column {
    width: 430px;
    margin-top: 10px;
    padding: 0px;
}
div#slider_left { float: left; }
div#slider_right { float: right; }

/* slider list */
ul#slider_list {
    list-style-type: none;
}
ul#slider_list li {
    font-family: arial, san-serif;
    font-size: 15px;
    line-height: 35px;
    padding-left: 20px;;
    text-transform: capitalize;
}
ul#slider_list li:hover { background-color: #b0b0b0; cursor: pointer; }
ul#slider_list li a {
    color: black;
    font-style: italic;
    text-decoration: underline;
}
ul#slider_list li a:hover { text-decoration: none; }

/* slider form */
form#slider_form input, form#slider_form textarea {
    background-color: #73d73f;
    border: 1px solid black;
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}
form#slider_form input[type=text] {
    width: 150px;
}
form#slider_form textarea {
    width: 312px;
    height: 90px;
}
form#slider_form input[type=submit]:hover { background-color: black; color: white; cursor: pointer; }

/* END TOP SLIDER */

/* FOOTER */
#footer {
    background: #FFFFFF url(../images/footer-bg.png) repeat-x;
    border-top: 5px solid #73d73f;
    margin-top: 270px;
    padding-bottom: 100px;
    width: 100%;
}
#footer_content {
    margin: 10px auto;
    width: 900px;
}
.footer_credit {
    clear: both;
    font-size: 12px;
    text-align: right;
    padding-top: 50px;
    width: 900px;
}
.footer_credit a {
    font-weight: bold;
    text-decoration: none;
}
.footer_credit a:hover { text-decoration: underline; }

/* END FOOTER */

/* THE LATEST */
div#the_latest a {
    color: #000000;
    text-decoration: none;
}
div#latest_heading { clear: both; padding-top: 20px; width: 900px; }
div#tumblr {
    background: url(../images/tumblr.png) no-repeat;
    float: left;
}
div#twitter {
    background: url(../images/twitter.png) no-repeat;
    float: right;
}
div.update {
    background-color: #d0d0d0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #000000;
    font-size: 14px;
    margin: 10px;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    padding: 10px;
    width: 400px;
}
div.update:hover { background-color: #b0b0b0; }
div.blog { cursor: pointer; }
div.more_link {
    float:right;
}

/* END LATEST */

/* MAIN PAGES LAYOUT */

#main_top {
    margin: 20px auto;
    width: 900px;
}
#main_content {
    background: #FFFFFF url(../images/footer-bg.png) repeat-x;
    border-top: 5px solid #73d73f;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 100px;
    width: 100%;
}
#main_wrapper {
    margin: 10px auto;
    width: 900px;
}


/* END MAIN PAGES */