body {
	background: #DDEEEE url('../../images/site/bg.png');
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body * {
	outline: none;
}

a {
	color: #2288BB;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

a img {
	border: none;
	cursor: pointer;
}

h1 {
	color: #2288BB;
	margin: 5px 0 0 0;
}

h2 {
	color: #BB8844;
	font-size: 11px;
	margin: 0 5px;
}

.errors {
	clear: both;
	display: inline;
}

.errors li {
	color: red;
	font-weight: bold;
	list-style: none;
}

.button_grey {
	background: #CCCCCC url('../../images/site/button_bg_grey.png') repeat-x scroll left top;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 10px;
	padding: 3px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button_grey:hover {
	background: #BBBBBB url('../../images/site/button_bg_grey.png') repeat-x scroll left bottom;
	border: 1px solid #BBBBBB;
	text-decoration: none;
}

.button_grey:active {
	background: #BBBBBB;
	border: 1px solid #BBBBBB;
}

.not_found {
	color: #AAAAAA;
	font-size: 20px;
	font-weight: bold;
}

#wrapper {
	border-radius: 10px;
	margin: 8px auto 0;
	width: 600px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: #999999 0 0 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
}

  /**************************************/
 /*************** HEADER ***************/
/**************************************/

#header {
	background: #003366 url('../../images/site/header_bg.png') repeat-x;
	border-bottom: #2288BB 3px solid;
	height: 68px;
	padding: 0 15px;
	position: relative;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#header_image {
	position: relative;
	top: 15px;
}

#header_search {
	margin-bottom: 6px;
	position: abolute;
	right: 15px;
	top: 8px;
}

#header_search #local_search_button {
	background: #2288BB;
	float: right;
	padding: 4px 3px 1px;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#header_search input {
	border: 3px solid #2288BB;
	color: #999999;
	float: right;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	outline: none;
	padding: 2px 3px;
	width: 200px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#header_search input:focus {
	color: #333333;
}

#header_search span {
	color: #FF3333;
	float: right;
	font-weight: bold;
	margin: 5px;
}

#header_nav {
	background: #2288BB;
	bottom: 0;
	color: #FFFFFF;
	font-weight: 900;
	height: 22px;
	padding: 2px 10px 1px;
	position: absolute;
	right: 15px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#header_nav a {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 13px;
	margin: 3px;
	padding: 2px 5px 3px;
	text-decoration: none;
}

#header_nav a.wgo {
	color: #FFFF66;
}

#header_nav a.current {
	background: #006699;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header_nav a.no_space {
	background: #2288BB;
	margin: 3px 0;
	padding: 2px 0 3px;
}

#header_nav a:hover {
	text-decoration: underline;
}

#header_nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#header_nav ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#header_nav ul li a {
	display: inline-block;
}

#header_nav ul li span span {
	display: inline-block;
	margin: 3px 0;
	padding: 2px 0;
}

#header_nav ul li div {
	background: #2288BB;
	color: #FFFFFF;
	display: none;
	float: left;
	left: 0;
	padding: 6px 0;
	position: absolute;
	top: 21px;
	z-index: 3;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-box-shadow: #333333 3px 3px 6px;
	-webkit-box-shadow: #333333 3px 3px 6px;
}

#header_nav ul li:hover div {
	display: block;
}

#header_nav ul li div a {
	display: inline;
}

#header_nav ul li div a:hover {
	text-decoration: underline;
}

#header_divider {
	background: #2288BB;
	height: 3px;
}

#light_box {
	padding: 10px;
}

  /**************************************/
 /*************** FOOTER ***************/
/**************************************/

#footer_container {
	margin: 0 auto 20px auto;
	width: 600px;
}

#footer {
    clear: both;
    font-size: 11px;
    padding: 15px 0 5px 0;
    text-align: center;
    width: 600px;
	text-shadow: 0 1px 0 #FFFFFF;
}

#footer_info {
	color: #888888;
	float: left;
	margin-left: 10px;
}

#footer_links {
	float: right;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	list-style: none;
	padding: 0 8px;
}

#footer a {
    color: #2288BB;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

  /**************************************/
 /************ LOCAL SEARCH ************/
/**************************************/

#local_search_results h1 {
	color: #BB8844;
}

.local_search_result_info {
    float: left;
}

.local_search_result_title {
    color: #2288BB;
    font-size: 16px;
    font-weight: bold;
}

.local_search_result_detail {
    color: #666;
}

.local_search_result_link_container {
    float: right;
    padding: 10px
}

.local_search_result_divider{
	background: #999;
    clear: both;
    float: left;
    height: 1px;
    margin: 5px 0;
    width: 100%;
}

#content {
	background: #FFFFFF;
	overflow: hidden;
	padding: 10px;
	position: relative;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#form_errors {
	color: red;
	margin: 25px 0 0 15px;
}

.form_error {
	font-weight: bold;
}

#signup_form {
	border-spacing: 0;
	margin-top: 20px;
}

#signup_form th {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	padding: 2px 20px;
	text-align: right;
}

.signup_form_element {
	padding: 5px 0;
	width: 200px;
}

.help {

}

.tip {
	display: none;
	border-spacing: 0;
	width: 220px;
}

.info {
	background: #F5F5F5;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 33px;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.info img {
	display: block;
	float: left;
	height: 16px;
	padding: 8px 6px;
	width: 16px;
}

.info div {
	font-size: 12px;
	line-height: 13px;
	margin: 3px 6px 0 0;
}

.info div a {
	color: #2288BB;
	font-weight: bold;
}

#signup_form input[type=text],
#signup_form input[type=password] {
	border: 1px solid #999999;
	font-size: 15px;
	line-height: 15px;
	padding: 8px 3px;
	width: 200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#signup_form input[type=text]:focus,
#signup_form input[type=password]:focus {
	border: 1px solid #666666;
}

#signup_form .has_tip:focus,
#signup_form .has_tip:focus {
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

#signup_form button,
#signup_form input[type=button],
#signup_form input[type=submit]
{
	font-size: 16px;
}

  /**************************************/
 /************* POST PAGE **************/
/**************************************/

#content .divider {
    border-top: 2px solid #C1D5D6;
    clear: both;
    margin: 15px auto;
    width: auto;
}

#content #post .text {
	background: #D7E6E7;
	border: 2px solid #C1D5D6;
    color: #555555;
    font: normal 28px "Trebuchet MS", Arial, "Helvetica Neue", FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    padding: 10px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#content #post .bubble_pointer {
	height: 25px;
	margin: -2px 0 0 10px;
	width: 60px;
}

#content #post .user {
	float: left;
	height: 52px;
	margin-top: 2px;
	width: 100%;
}

#content #post #user_thumb {
	display: block;
    float: left;
	height: 50px;
	margin: 3px 5px 0 0;
	width: 50px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#content #post .user div {
	color: #888;
	font-size: 15px;
	margin-top: 3px;
}

.post_username {
	font-size: 16px;
    font-weight: bold;
}

.post_location {
	color: #888888;
	font-size: 15px;
}

.post_location:hover {
	color: #666666;
}

.post_comments {
	margin-bottom: 10px;
}

#comments {
	clear: both;
	color: #999999;
	font-size: 11px;
	padding-top: 10px;
}

#comment_header {
	color: #996633;
	font-size: 14px;
	font-weight: bold;
}

.comment {
	border-top: 1px solid #DDEEEE;
	clear: both;
	font-size: 13px;
	min-height: 39px;
	padding-top: 4px;
}

.comment.first {
	border: 0;
}

.comment_pic {
	float: left;
	margin-right: 5px;
}

.comment_pic img {
	height: 35px;
	width: 35px;
}

.comment_body {
	color: #666666;
	font-size: 11px;
	margin-left: 30px;
	padding-bottom: 4px;
}

.comment_username {
	font-size: 13px;
	font-weight: bold;
}

.comment_datetime {
	color: #999999;
	font-size: 11px;
}

.comment_body div {
	font-size: 12px;
	line-height: 125%;
}

.no_comments {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0;
}

.comment_form {
	margin-bottom: 10px;
	text-align: right;
}

.comment_form_header {
	color: #FF0066;
	font-size: 12px;
	font-weight: bold;
}

.comment_form input[type=text] {
	border: 1px solid #999999;
	font-size: 13px;
	margin-bottom: 10px;
	padding: 3px;
	width: 560px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.comment_form inputinput[type=text]:focus {
	border: 1px solid #2288BB;
	outline: none;
}

.comment_form input[type=submit] {
	background: #2288BB url('../../images/site/blue_small_button.png') repeat-x left top;
	border: 1px solid #2288BB;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px 8px;
    text-shadow: 0 1px 0 #2288BB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.comment_form input[type=submit]:hover {
	background-position: left bottom;
	text-decoration: none;
}

.comment_form input[type=submit]:active {
	background: #2288BB;
}

/* INFO */

#info_sidebar {
	float: right;
	margin-top: 25px;
	width: 160px;
}

#info_sidebar a {
	background: transparent;
	color: #2288BB;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 7px 0 7px 15px;
	text-decoration: none;
}

#info_sidebar a:hover {
	text-decoration: underline;
}

#info_sidebar_divider {
	background: #2288BB;
	height: 1px;
	margin: 5px 0;
}

#info_content {
	float: left;
	font-size: 13px;
	padding: 0 12px;
	width: 700px;
}

#info_content a {
	color: #05B;
	text-decoration: none;
}

#info_content a:hover {
	cursor: pointer;
	text-decoration: underline;
}

#info_content p, #info_content ul {
    margin: 5px 0 15px 0;
}

#info_content ul {
    padding-left: 20px;
}

#info_content il {
    padding-bottom: 2px;
}

#info_content h1 {
    font: normal 30px Calibri, Arial, "Helvetica Neue", FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    margin: 0 0 4px 0;
}

#info_content h2 {
    font: normal 22px Calibri, Arial, "Helvetica Neue", FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
    margin: 3px 0 4px 0;
    padding: 6px 0 0 0;
}

#info_content .terms h1 {
    font: normal 28px Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", Times, serif;
}

#info_content .terms h2 {
    font: normal 20px Georgia, "Bitstream Charter", "Century Schoolbook L", "Liberation Serif", Times, serif;
}

#contact {
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact .dijit, #contact .dijitTextArea {
	color: #000;
	font-weight: normal;
}

#contact_form {
	color: #069;
	font-weight: bold;
}

#contact_form td {
	font-size: 16px;
	vertical-align: top;
}

#terms h2 {
	margin: 0;
}

#faq {
	font-size: 11px;
}

#faq h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
	padding: 0;
}

#faq h3 {
	font-size: 14px;
	margin: 10px 0;
	padding: 0;
}

#faq h4 {
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0;
}
