/*
 * Everything here written from scratch by Joe Gillotti
 * (c) 2010 JRG Productions
 */ 

html, body {
	font-family:  'helvetica neue', helvetica, arial, sans-serif;
	font-size: 12px;
	padding-top: 0;
	margin-top: 0;
}
#wrapper {
	width: 95%;
	min-width: 770px;
	margin: 0px auto;
	overflow: hidden;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
#head {
	height: 60px;
	position: relative;
	margin-bottom: 10px;
}
#logo {
	width: 400px;
	height: 60px;
	line-height: 60px;
}
#logo a {
	width: 387px;
	height: 30px;
	left: 5px;
	top: 10px;
	display: block;
	position: absolute;
}
#nav {
	position: absolute;
	bottom: 0px;
	left: 8px;
	padding: 0px;
	margin: 0px;
}
#nav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}
#nav li.s {
	padding-left: 5px;
	padding-right: 5px;

}
#nav li a {
	padding: 0px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 10px;
	border-bottom: dotted 1px;
}
#nav li a.c, #nav li a:hover {
	text-decoration: none;
	border-bottom: solid 1px;
}
#btns {
	position: absolute;
	top: 20px;
	right: 5px;
}
#btns a {
	margin-left: 2px;
}
#foot {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 10px;
	margin-top: 15px;
	text-align: center;
}
#user_greeting, #layout_collapse {
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	display: inline;
	font-size: 12px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	top: -20px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid;
}
#user_greeting {
	left: 10px;
}
#layout_collapse {
	right: 10px;
}

#user_panel {
	clear: both;
	float: none;
	border: 1px solid;
	margin-bottom: 2px;
	position: relative;
	margin-top: 28px;
}
#user_panel #ave {
	float: left;
	margin-right: 4px;
	border-right: 1px solid;
	min-height: 60px;
	vertical-align: middle;
	overflow: hidden;
}
#user_actions {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#user_actions li {
	margin: 0;
	padding: 0px 5px;
	font-size: 10px;
	list-style-type: none;
}
#head_my_maps {
	position: absolute;
	right: 0px;
	width: 60px;
	top: 4px;
	border: none;
	text-decoration: none;
}
#head_my_maps img {
	position: absolute;
	border: 1px solid;
}
#content_out {
	float: left;
	clear: left;
	width: 75%;
}
#side {
	float: left;
	width: 25%;
}
#content {
	margin: 2px 4px 0px 0px;
	border: 1px solid;
}
h1 span,h2 span,h3 span {
	/*border-bottom: 1px dotted;*/
	border: none;
}
#content h1 {
	padding: 3px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid;
	font-size: 14px;
}
#content h2 {
	text-align: center;
	font-size: 12px;
	padding: 10px;
	margin: 0;
}
#content_inner > h4 {
	padding: 10px;
	margin: 0;
	font-size: 12px;
}
#side .widge {
	margin: 2px 0px 4px 0px;
	border: 1px solid;
}
#side .widge h2 {
	padding: 3px;
	margin: 0;
	font-size: 12px;
	border-bottom: 1px solid;
	position: relative;
}
#side .widge h2.sect {
	border-top: 1px solid;
	margin-top: 10px;
}
.widge h2 span.fake_link {
	position: absolute;
	right: 0;
	line-height: 18px;
	height: 100%;
	top: 0px;
	font-size: 12px;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	border-left: 1px solid;
	font-family: 'Lucida Console', 'DejaVu Sans Mono Book', 'Monospace';
}
#shoutbox p {
	margin: 0 auto;
	padding: 5px;
	font-size: 10px;
	line-height: 12px;
}
#shoutbox p span {
	font-weight: bold;
	font-size: 11px;
}
#shoutbox form {
	text-align: center;
	padding: 5px;
}
#shoutbox form label {
	font-size: 10px;
	display: block;
}
#shoutbox form textarea {
	clear: both;
	width: 70%;
	height: 50px;
}
#shoutbox #view_all {
	text-align: center;
	padding: 5px;
	font-size: 10px;
}
#content p {
	font-size: 12px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	margin: 0;
}

#content_inner {
	clear: both;
	overflow: hidden;
}

.col3 {
	overflow: hidden;
}
.col3 .col {
	float: left;
	width: 33%;
}
#content h3 {
	font-size: 10px;
	padding: 3px;
	margin: 0;
	text-align: center;
	text-decoration: underline;
}

a img {
	border: none;
}

.center {text-align: center;}


.map_thumb_big {
	background-image: url('/images/nm_thumb_bg.png');
	padding: 8px;
	text-align: center;
	width: 100px;
	height: 75px;
}

.map_thumb_sm {
	background-image: url("/images/sm_thumb_bg.png");
	background-position: center;
	padding: 3px;
	text-align: center;
}

a, .fake_link {
	cursor: pointer;
	text-decoration: underline;
}

input, textarea, select {
	font-size: 10px;
	border: 1px solid;
	padding: 2px;
	margin: 2px;
}

input[type="submit"], input[type="reset"] {
	cursor: pointer;
}

label {
	cursor: pointer;
}

#theme_changer {
	padding: 5px;
	text-align: center;
}

.ov_hidden {
	overflow: hidden;
}

.gen_box_rh {
	clear: both;
	float: none;
	border: 1px solid;
	margin-bottom: 20px;
	position: relative;
	margin-top: 28px;
	margin-left: 10px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-right: 6px;
	padding-left: 6px;
}
.gen_box_rh_head, .gen_box_rh_head_r{
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	top: -16px;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	display: inline;
}
.gen_box_rh_head {
	left: 10px;
}
.gen_box_rh_head_r {
	right: 10px;
}

.gen_box_rh_head h4, .gen_box_rh_head_r h4 {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}

.gen_box_rh_content {
	overflow: hidden;
	padding: 3px;
	position: relative;
}

.gen_box_rh_content p {
	padding: 3px;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
}

.gen_box_rh_avatar {
	width: 62px;
	height: 62px;
	position: absolute;
	text-align: center;
	top: 2px;
	left: -3px;
}

.gen_box_rh.avatar .gen_box_rh_content {
	padding: 0;
}

.gen_box_rh_sub_content {
	border-left: 1px solid;
	min-height: 65px;
	margin-left: 62px;
}

#content ul {
	padding: 5px;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 20px;
}

#content ul li {
	margin-left: 10px;
	list-style-type: square;
	font-size: 10px;
	line-height: 16px;
	padding-top: 3px;
}

.border4 {
	border: 1px solid;
}

.gen_box_rh_content p {
	padding: 5px;
	margin: 5px;
}

.sub {
	font-size: 10px;
}

#content table {
	width: 95%;
	margin: 10px auto;
	padding: 0;
	border-collapse: collapse;
}
#content table th, #content table td {
	border: 1px solid;
	padding: 4px;
	text-align: center;
	font-size: 10px;
}
#content table td p {
	text-align: left;
}

#tms .sm_date {
	font-size: 10px;
}


.map_ov {
	position: absolute;
	top: 7px;
}

.map_ov a img {
	border: 1px solid;
}

.map_content {
	margin-left: 117px;
	margin-right: 114px;
	border-left: 1px solid;
	border-right: 1px solid;
	height: 98px;
	background-color: transparent;
}

.map_down {
	position: absolute;
	right: 0px;
	width: 120px;
}

.map_down a {
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 3px;
	width: 90%;
	font-size: 12px;
	line-height: 24px;
}

#tms .map_info ul {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 2px;
	display: block;
}

#tms .map_info ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 10px;
	line-height: 14px;
}

.map_sc a img {
	border: 1px solid;
}

.forum_form {
	margin: 10px;
}

.forum_form textarea  {
	width: 100%;
}

#tms img {
	overflow: hidden;
}

.pic {
	margin: 5px;
	overflow: auto;
}

.tutorial_body {
	margin: 10px;
	font-size: 12px;
	line-height: 18px;
}

.quote {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 15px;
	border: 1px solid;
}
.quote address {
	padding: 5px;
	display: block;
	margin: 0;
	font-style: normal;
	border-bottom: 1px solid;
}
#tms .quote p {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	font-size: 10px;
	line-height: 15px;
}

.my_vote {
	font-weight: bold;
}

#poll .poll_question {
	text-align: center;
}

.poll_question {
	font-size: 11px;
}

.poll_options {
	margin: 0px;
	padding: 0;
}

#tms .poll_options li {
	padding: 0px;
	margin: 2px;
	list-style-type: none;
	overflow: hidden;
	display: block;
	position: relative;
	line-height: 20px;
}

.poll_options li {
	border: 1px solid;
}

.poll_option_bar {
	height: 20px;
}

#tms .poll_option {
	position: absolute;
	display: block;
	width: 100%;
	min-height: 20px;
	padding-left: 2px;
	padding-right: 2px;
}

#tms .poll_option_sub {
	font-size: 8px;
}

#poll_view_all {
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	margin: 5px;
}

.forum_field_sep {
	padding: 10px;
}

.forum_field_sep textarea {
	width: 90%;
	height: 100px;
}

#last_downloaded_maps ul{
	padding: 0;
	margin: 0;
	display: block;
}
#last_downloaded_maps ul li {
	list-style-type: none;
	padding: 2px;
	display: block;
	margin: 0;
	font-size: 10px;
}

#last_downloaded_maps p {
	padding: 2px;
	margin: 0;
	font-size: 10px;
	border-top: 1px solid;
}

fieldset {
	border: 1px solid;
	margin: 10px;
	padding: 0px;
}

fieldset legend {
	border: none;
	padding: 3px;
	margin-left: 15px;
	font-weight: bold;
}

.small_form {
	clear: both;
	overflow: hidden;
}

.small_form_row {
	overflow: hidden;
	padding: 8px 4px;
	clear: both;
	min-height: 25px;
}

.small_form .small_form_row label, .small_form .small_form_row .key {
	float: left;
	font-weight: bold;
	width: 30%;
	text-indent: 10px;
	position: relative;
	top: 5px;
}

.small_form .small_form_row > select, .small_form .small_form_row > input, .small_form .small_form_row > textarea {
	width: 65%;
}

#tms .small_form .nofill, #tms .small_form input[type="checkbox"], #tms .small_form .nofill, #tms .small_form input[type="radio"] {
	width: auto;
}

.small_form .small_form_row > .small_form_vals {
	width: 65%;
	float: left;
}
.small_form .small_form_row > .small_form_vals.txt {
	padding-top: 5px;
}
.small_form .small_form_row > .small_form_vals .still {
	width: 100%;
	position: relative;
	left: -1px;
}
.small_form .small_form_row .descript {padding-top: 3px; font-size: 10px;}

.small_form_submit {padding: 10px;}

.floating_asterisk {
	float: right;
	color: maroon;
	position: relative;
	top: 8px;
	right: 10px;
}

.good {color: green;}
.lame {color: orange;}
.bad {color: maroon;}

.divider {
	padding: 5px;
	text-align: center;
	font-size: 30px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.question {
	text-align: center;
	padding: 15px;
}

code {
	font-size: 10px;
	margin: 5px;
	text-align: justify;
	display: block;
}
/* A little bit of well deserved vanity */
#tms .adminLink {
	color: #FDD017;
}


