body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #6c6c6c;
  font: normal small Georgia, Times, serif;
  font-size: 12px;
  color:#000000;
}
a:link 
{
  /*color: #ff7700;*/
  color: #a1933b;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #a1933b;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #a1933b;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #a1933b;
  text-decoration: underline;
  font-weight: bold;
}
h1 {
  color: #5e5e5e;
  font-size: 1.5em;
}
#canvas {
  margin: 0px auto;
  padding: 0px;
  background: url('images/canvas_bg.jpg') repeat-y;
  width: 900px;
}
#header {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  background: url('images/mnt_header.jpg') no-repeat;
  width: 800px;
  height: 260px;
}
#header #nav {
  position: absolute;
  display: block;
  margin: 0px;
  padding: 0px;
  top: 10px;
  right: 5px;
  color: #000000;
}
#header #nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
#header #nav ul li {
  position: relative;
  float: left;
  width: 75px;
  text-align: center;
  border: 1px solid #cccccc;
}
#header #nav ul li a {
 display: block;
 font-weight: normal;
 color: #666666;
 text-decoration: none;
}
#header #nav ul li a:visited {
}
#header #nav ul li a:active {
}
#header #nav ul li a:hover {
  background-color: #3b6aa0;
  color: #ffffff;
}
#scroll_head {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 205px;
  /*color: #f49d25;*/
  color: #3b6aa0;
  font-size: 1.3em;
  width: 240px;
  text-align: right;
}
#content {
  margin: 0px auto;
  padding: 0px;
  padding-top: 15px;
  background: #ffffff;
  width: 800px;
}
#mainCol {
  float: left;
  display: inline;
  margin: 0px 15px 0px 20px;
  width: 550px;
}
.section {
  margin-bottom: 10px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.section .section_bar {
  padding: 3px 0px;
  width: 100%;
  background-color: #3b6aa0;
  border: 1px solid #cccccc;
  color: #ffffff;
}
.section .section_bar h1 {
  display: inline;
  margin-left: 3px;
  font-size: 1em;
  color: #ffffff;
}
.section .section_body {
  padding: 0px 10px;
}
#rightSideBar {
  display: inline;
  margin-right: 0px;
  width: 200px;
  float: left;
}
#footer {
  margin: 0px auto;
  padding: 0px;
  padding-bottom: 25px;
  margin-top: 50px;
  font-size: .9em;
  text-align: center;
}
#footer #sec_nav {
  font-size: 1.2em;
}
#footer #sec_nav a {
  margin: 0px 10px;
}
#footer p {
  margin-bottom: 0px;
}
#login_box {
  position: absolute;
  display: block;
  float: right;
  padding: 5px;
  margin: 0px;
  border: 1px solid #000000;
  width: 470px;
  height: 30px;
  top: 95px;
  left: 310px;
  font-size: .8em;
  background-color: #3b6aa0;
}
#login_box form {
  margin: 0px;
  padding: 0px;
}
#login_box p {
  margin: 0px;
  padding: 0px;
  height: 5px;
}
#login_box input.textField {
  display: block;
  margin: 0px;
  margin-right: 10px;
  padding: 0px;
  float: left;
  width: 110px;
}
#login_box label {
  display: block;
  width: 50px;
  margin: 0px;
  margin-right: 5px;
  padding: 0px;
  float: left;
  text-align: right;
}
#login_box #welcome_text {
  font-size: 1.3em;
  font-weight: bold;
}
#login_box #welcome_text a{
  color: #FF6600;
}
#submit_box {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100px;
  height: 30px;
  text-align: center;
}
#submit_box p {
  margin: 0px;
  padding: 0px;
}
#submit_box a {
  color: #ffffff;
}
#submit_box input {
  font-size: .95em;
  width: 50px;
}
#recent_moblogs {
  position: absolute;
  width: 425px;
  height: 90px;
  top: 155px;
  left: 350px;
  color: #000000;
}
#recent_moblogs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
#recent_moblogs ul li {
  position: relative;
  float: left;
  width: 105px;
  text-align: center;
}
#recent_moblogs ul li p {
  font-size: .75em;
}
#recent_moblogs ul li a {
  text-decoration: none;
  font-weight: normal;
  color: #3b6aa0;
}
#recent_moblogs img {
  border: 0px;
  height: 50px;
  width: 50px;
}
#random_moblog h1 {
  font-size: 1em;
}
#random_moblog h2 {
  text-align: center;
}
#random_moblog img {
  width: 175px;
  border: 0px;
}
#registration fieldset {
  margin: 5px 0px;
}
#registration legend {
  color: #000000;
}
#registration label, #registration input.textField {
  display: block;
  margin: 3px;
  width: 150px;
  float: left;
}
#registration label {
  text-align: right;
}
#registration input.radio {
  margin: 3px;
  float: left;
}
#registration label.radio {
  width: 50px;
  margin: 3px;
  float: left;
}
#registration #tos {
  float: left;
  width: 15px;
}
#registration label#tos_label {
  width: 400px;
  text-align: left;
}
#registration p {
  display: inline;
}
#registration br {
  clear: left;
}
#tos_popup {
  /*background-color: #ffffff;*/
  font-size: .8em;
}
#tos {
  background-color: #ffffff;
  padding: 5px;
}
.redText {
  color: #ff3333;
}
.greenText {
  color: #006633;
  font-weight: bold;
}
#profile_actions {
}
#profile_actions ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#profile_actions ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#mnt_profile #posts_nav {
  width: 100%;
}
#mnt_profile #posts_nav .prev_nav {
  display: block;
  width: 33%;
  float: left;
}
#mnt_profile #posts_nav .prev_nav p {
  margin: 0px;
  padding-left: 3px;
}
#mnt_profile #posts_nav .post_total p {
  margin: 0px;
  padding: 0px;
}
#mnt_profile #posts_nav .post_total {
  display: block;
  width: 33%;
  float: left;
  text-align: center;
}
#mnt_profile #posts_nav .next_nav {
  display: block;
  width: 33%;
  float: left; 
  text-align: left;
}
#mnt_profile #posts_nav .next_nav p {
  margin: 0px;
  padding-right: 3px;
  text-align: right;
}
#mnt_profile .mnt_post h1 {
  font-size: 1.3em;
}
#mobiletagBody #commentForm fieldset {
  margin: 5px 0px;
  margin-bottom: 15px;
}
#mobiletagBody #commentForm label, #mobiletagBody #commentForm input.textField {
  display: block;
  margin: 3px;
  width: 100px;
  float: left;
}
#mobiletagBody #commentForm label {
  text-align: right;
}
#mobiletagBody #commentForm textarea {
  display: block;
  float: left;
  width: 350px;
  margin: 3px;
}
#mobiletagBody #commentForm br {
  clear: left;
}
#mobiletagBody #commentForm #info {
  display: none;
}
#mobiletagBody #comment_num {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
#mobiletagBody .comment .comment_head {
  margin: 5px 0px;
  font-style: italic;
}
#mobiletagBody .comment .comment_body {
  margin: 0px 5px 15px 10px;
}
#search_form fieldset {
  border: 0px;
}
#search_form label, #search_form input.textfield, #search_form select {
 display: block;
 width: 125px;
 float: left;
}
#search_form label {
 text-align: right;
 width: 95px;
 margin-right: .5em;
 padding: 0.2em;
 margin: 0;
 margin-top: 0.3em;
}
#search_form input.textfield {
 margin: 3px;
 margin-left: 10px;
 height: 15px;
}
#search_form select {
 margin: 3px 8px 3px 10px;
 /*margin-left: 10px;*/
 height: 20px;
}
#search_form br {
 clear: left;
}
#friends_list {
  height: 300px;
  overflow: auto;
}
#friends_list table, #search_results table {
  width: 500px;
  border-collapse: collapse;
  border: 0px;
}
#friends_list tr td, #search_results tr td {
  margin: 0px 2px;
  padding: 10px 5px;
  width: 75px;
  text-align: center;
}
#friends_list img, #search_results img, #new_comment_list img {
  border: 1px solid #a1a1a1;
  width: 50px;
  height: 50px;
}
#new_comment_list table tr td {
  vertical-align: top;
  padding: 5px;
}
#new_comment_list table tr td.post_info {
  text-align: center;
}
.text_right {
  text-align: right;
}
#profile_box {
  margin: 10px;
}
#profile_box p {
  margin: 5px;
}
#profile_pic {
  display: inline;
  margin: 0px 10px 5px 5px;
  width: 50px;
  height: 50px;
  float: left;
}
#message_box table {
  margin: 5px;
  width: 100%;
  border-collapse: collapse;
}
#message_box table tr td {
  padding: 0px;
  text-align: center;
  border: 1px solid #cccccc;
}
#message_alert {
  margin: 5px;
}
#message_alert p {
  display: inline;
  font-weight: bold;
}
#friend_requests img, #pending_friend_requests img, #subscriptions img {
  width: 50px;
  height: 50px;
}
#edit_account fieldset {
  margin: 5px 0px;
  width: 500px;
}
#edit_account legend {
  color: #000000;
}
#edit_account label, #edit_account input.textField {
  display: block;
  margin: 3px 10px;;
  width: 150px;
  float: left;
}
#edit_account label {
  text-align: right;
  width: 100px;
}
#edit_account input.radio {
  margin: 3px;
  float: left;
}
#edit_account label.radio {
  width: 45px;
  margin: 3px;
  margin-left: 15px;
  float: left;
}
/*#edit_account label.radio {
  width: 30px;
  margin: 3px;
  float: left;
}
#edit_account label.radio_label {
  width: 145px;
  margin: 3px;
  float: left;
}*/
#edit_account br {
  clear: left;
}
/*#edit_account #password, #edit_account #password2 {
  width: 100px;
}*/
#edit_account .edit_icons img {
  margin: 0px 10px;
  display: inline;
  float: left;
  cursor: pointer;
}
.edit_icons p {
  display: inline;
}
#subscriptions .section .section_body {
  height: 200px;
}
#post_list {
  height: 500px;
  overflow: auto;
}
#post_list fieldset {
}
#post_list img.list_thumb {
  width: 75px;
}
#post_list table {
  border-collapse: collapse;
  width: 100%;
}
#post_list table tr td.border_left {
  border-left: 1px solid #cccccc;
}
#post_list table tr td.border_right {
  border-right: 1px solid #cccccc;
}
#post_list table tr td {
  vertical-align: top;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
#edit_post fieldset {
  margin: 5px 0px;
}
#edit_post label {
  display: block;
  margin: 3px;
  width: 50px;
  float: left;
  text-align: right;
}
#edit_post input.textField {
  width: 400px;
  display: block;
  margin: 3px;
  float: left;
}
#edit_post textarea {
  display: block;
  float: left;
  width: 400px;
  margin: 3px;
}
#edit_post br {
  clear: left;
}
textarea.codebox {
  margin: 5px 5px 15px 5px;
  width: 500px;
  height: 250px;
}
#contact_form label, #contact_form input {
 display: block;
 width: 150px;
 float: left;
}
#contact_form label {
 text-align: right;
 width: 75px;
 margin-right: .5em;
 padding: 0.2em;
 margin: 0;
 margin-top: 0.3em;
}
#contact_form input {
 margin: 3px;
 margin-left: 10px;
 height: 20px;
}
#contact_form input#subject {
 width: 240px;
}
#contact_form textarea {
 margin: 3px;
 height: 165px;
 width: 250px;
}
#contact_form br {
 clear: left;
}
#faq_list ul {
  display: inline;
  margin: 0px;
  list-style: none;
}
#faq_list ul li.faq_question {
  /*color: #5c8dc4;*/
  color: #FF6600;
  margin: 0px 5px 5px 15px;
  font-weight: bold;
}
#faq_list ul li.faq_answer {
  margin: 0px 5px 20px 25px;
}
.staff_member img {
  float: left;
  margin: 10px;
  margin-top: 0px;
}
#client_snapshot {
  float: right;
  margin: 5px;
  width: 200px;
}
#adSense {
  text-align: center;
}
