@charset "utf-8";
@import url("../css/reset.css");
@import url("../css/960.css");


/* ------------------------------------------
		GENERAL STYLING
--------------------------------------------- */
body								
{ 
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("../images/main-nav-bg3.png");
	background-repeat: no-repeat;
	background-size: cover;
    background-color: #FFF; 
    font-size: 13px; 
    color: #ffffff;
}

p								{ color: #858585; line-height: 1.5em;}
h1,h2,h2,h4,h5 					{ font-family: Tahoma, Geneva, sans-serif; margin-top: 12px; font-weight: normal; margin-bottom: 20px; color: #666; }

h1 								{ font-size: 26px; font-family: Tahoma, Geneva, sans-serif; font-weight: normal; letter-spacing: -2px;}
h2 								{
	font-size: 24px;
	letter-spacing: -1px;
	color: #555555;
	border-bottom: 1px solid #CCC;
	margin-top: 12px;
	padding-bottom: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
h3 								{
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Tahoma, Geneva, sans-serif;
}
h4 								{ font-size: 17px; color: #666; text-transform: uppercase;}
h5 								{ font-size: 16px;}
h6 								{ font-size: 14px; font-weight: bold;}


ul 								{ margin-top: 8px; margin-bottom: 8px;}
blockquote 						{ margin:22px 40px; color:#575757; padding: 0px 50px; background: transparent url("../images/blockquote.gif") no-repeat 0 0; }




/* ------------------------------------------
		CONTROL PANEL - SETTINGS  IN HEADER
--------------------------------------------- */

#placeholder 		{
						height: 200px;
						width: 620px;
						margin-top: 12px;
						margin-bottom: 12px;
						font-size: 90%;
						color: #CCCCCC;
					}
.png_bg {}



#tooltip			{	 font-size: 12px; font-weight: bold;}
#header 				{
						background-color: #00769D;
						overflow: hidden;
						padding-top: 25px;
						background-image: url(../images/header.png);
						background-repeat: repeat-x;
					}


/* -------------------------------------------------------
		LOGO - COULD JUST USE YORU OWN IMAGE FOR A LOGO
----------------------------------------- ----------------*/

#logo h1 {
	font-size: 36px;
	letter-spacing: -3px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #F1F1F1;
	margin: 0px;
	font-weight: bold;
    margin-bottom: 19px;
    text-align: center;
}

#logo h1 span 	{ font-weight: normal;}
#admin_wrapper {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 50px;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#admin_wrapper form{width: 300px;margin:0 auto;color: #ffffff}
form input.submit{
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form input.submit:hover{cursor: pointer;color:#fff;background-color:#04c;*background-color:#003bb3}
form p {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
form label {
	font-size: 15px;
	/*font-weight: bold;*/
	/*color: #555;*/
	margin-right: 12px;
	vertical-align: middle;
	text-transform: uppercase;
	clear: both;
	}
form p .valid {
	color: #090;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 8px;
}
form p .error {
	color: #900;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 8px;
}
form p label{color: #ffffff}

form input.text {
	width: 412px;
	background: #fefefe;
	border: 1px solid #bbb;
	font-size: 14px;
	color: #333;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
	clear: both;
	margin-top: 8px;

	}

form input.text.medium { width: 600px; }
form input.text.large { width: 98%; }




