/* TYPE */
h1, h2, h3, h4 {
  font-family: "Century Gothic", "District Thin", "Rockwell", "Palatino", "Georgia", "Trebuchet", "sans-serif";
  font-weight: normal;
  margin: 12px 0;
}
h1 a, h2 a, h3 a, h4 a {
  text-decoration: none;
  color: #536170;
}

h1 { font-size: 30px; }
h2 { font-size: 21px; }
h3 { font-size: 19px; }
h4 { font-size: 17px; }

h3.border_bottom, h4.border_bottom {
  margin: 16px 0 7px;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 2px;
}

h4.comment_form_header {
  border-top: 1px solid #bdbdbd;
  margin: 10px 0;
  padding-top: 10px;
  color: #444;
}

body {
  background: #f3f4f4;
  font-family: "Helvetica", "Arial", "Verdana", "sans-serif";
  font-size: 18px;
  line-height: 1.15;
  margin: 5px 0 0 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover  {
  cursor: pointer;
  color : #a9b71e;
}

p {
  margin: 7px 0;
  line-height: 1.4;
}

pre {
  border: 1px solid #bdbdbd;
  margin: 0;
  padding: 2px 7px;
  font-family: "Courier New";
  font-size: 12px;
  line-height: 100%;
  background-color: #efefef;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: auto;
}

code {
  margin: 0;
  padding: 0;
}

textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #bdbdbd;
}

/* Generic Classes */
.button, form input[type=submit], .generic_form input[type=submit] {
  text-decoration: none;
  border: 1px solid #bdbdbd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f1f1ec;
  background: -moz-linear-gradient(12% 25% 270deg,#EBEBEB, #D9D9D9);
  background: -webkit-gradient(linear, 75% 19%, 75% 100%, from(#EBEBEB), to(#C7C7C7));  /* better than moz */
  color: #232323;
  font-family: Helvetica, verdana, sans-serif;
  font-size: 12px;
  padding: 4px 10px 2px;
  text-align: center;  
}
.button:hover, form input[type=submit]:hover, .generic_form input[type=submit]:hover {
  background: #ddd;
  background: -moz-linear-gradient(19% 75% 90deg,#D9D9D9, #B3B3B3);
  background: -webkit-gradient(linear, 20% 25%, 20% 90%, from(#D9D9D9), to(#B3B3B3)); /* better than moz */
  color: #232323;
}

.generic_form input[type=submit] {
  float: right;
  display: inline;
  margin: 7px 5px;
  font-size: 15px;
}

.serif {
  font-family: Times, Georgia, serif;
  font-size: 18px;
  line-height: 1.15;
}

.summary {
  cursor: pointer;
}

/*
Ads related
*/
.socialinks_ads {
  border-bottom: 1px solid #ddd;
  background: #fff;
  text-decoration: none;
  padding: 0 10px;
  margin: 0;
  font-size: 12px;
}
.socialinks_ads a {
  color: blue;
}
.socialinks_ads .link {
  font-size: 12px;
  color: green;
  display: block;
  margin: 7px 0;
}
.socialinks_ads .source {
  font-size: 9px;
}


/* IDs */
#wrapper {
  margin: auto;
  width: 960px;
  padding: 0;
}

#app_header {
  margin: 0 auto;
  padding: 0;
}

#top_navigation {
  float: right;
  height: 50px;
}
#top_navigation .user_control {
  height: 25px;
}
#top_navigation .user_control a {
  float: right;
  margin-left: 7px;
}
#top_navigation .user_status {
  text-align: right;
  margin: 5px 0;
  font-size: 12px;
}
#top_navigation .user_status a {
  margin-right: 3px;
}


/* Login/Register form on upper-right position */
#top_navigation form {
  display: inline;
}
#top_navigation form .input_text_wrapper {
  font-size: 12px;
  background: #fff;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  padding: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
}
#top_navigation form .input_text_wrapper input {
  width: 100px;
  border: none;
  padding: none;
  color: #777;
}
#top_navigation form .button, #top_navigation .button {
  padding-bottom: 4px;
}
/* End -- Login/Register form on upper-right position */

#content {
  background: #fbfbfb;
  border: 1px solid #bdbdbd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  clear: both;
  overflow: hidden;
}

#sidebar {
  background: #fbfbfb;
  display: inline;
  float:right;
  width: 317px;
}
#sidebar .item {
  overflow: hidden;
  padding: 7px 20px 14px 20px;
  border-bottom: 1px dotted #bdbdbd;
  font-size: 15px;
  line-height: 1.15;
  width: 90%;
  color: #434343;
}
#sidebar .item h2 {
  margin-bottom: 14px;
}
#sidebar .item p {
  margin-bottom: 14px;
}
#sidebar .item ol li {
  line-height: 1.5;
}

#main {
  width: 640px;
  border-right: 1px solid #bdbdbd;
}

#first_navigation {
  background: #fbfbfb;
  list-style: none outside none;
  overflow: hidden;
  height: 32px;
  margin: 0;
  padding: 0;
}
#first_navigation li {
  float: left;
}
#first_navigation li a {
  color: #892F2A;   /* Dark Red */
  display: block;
  font-size: 17px;
  padding: 7px 14px;
  text-decoration: none;
}
#first_navigation li a.selected {
  background: #b7b5a0;
  color: #fff;
}
#first_navigation li a:hover {
  color: #b7b5a0;
}
#first_navigation li a.selected:hover {
  color: #fff;
}

#second_navigation {
  background: #b7b5a0;
  border-bottom: 1px solid #bdbdbd;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 32px;
}
#second_navigation ul {
  margin: 0;
  padding: 0;
  /*width: 535px;*/
  width: 90%;
  list-style: none;
  display: inline;
}
#second_navigation ul li {
  display: inline;
  position: relative;
  line-height: 1.7;
}
#second_navigation ul li a {
  color: #892F2A;
  font-size: 14px;
}
#second_navigation ul li a:first-child {
  padding-left: 14px;
}
#second_navigation ul li a.selected, #second_navigation ul li a:hover {
  color: #fff;
}
#second_navigation #create_filter {
  height: 33px;
  float:right;
  position: relative;
  margin: 5px 4px 0 0;
}
#second_navigation #create_filter a {
  color: #232323;
  border: 1px solid #999;
  padding: 4px 10px 2px;
}

#search_navigation {
  background: #ece8e2;
  border-bottom: 1px solid #bdbdbd;
  padding: 12px 50px;
}
#search_navigation form {
  display: inline-block;
  width: 100%;
}
#search_navigation form input[type=submit] {
  float: right;
  margin: 0;
  margin-left: 14px;
  padding: 2px 10px;
  font-size: 15px;
  text-align: center;
  height: 28px;
}
#search_navigation form div.input_text_wrapper {
  font-size: 15px;
  background: #fff;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 16px;
}
#search_navigation form div.input_text_wrapper input[type=text] {
  border: none;
  padding: none;
  height: 95%;
  width: 100%;
  color: #777;
}

#main_content {
  margin-top: 18px;
  padding: 0 10px;
}

#app_header.underline {
  border-bottom: 1px solid #bdbdbd;
}

#body_header {
  width: 100%;
  clear: both;
}

#footer {
  margin-top: 25px;
  text-align: center;
}
#footer ul {
  display: inline;
  list-style-type: none;
}
#footer ul li {
  display: inline;
  list-style-type: none;
  margin-right: 7px;
}

/* Form Related */
#main_content.gate, #main_content.modify_posting, .form_container {
  font-size: 18px;
  margin: 18px auto;
  width: 75%;
}
#main_content.gate h2, #main_content.modify_posting h2, .form_container h2 {
  margin-top: 18px;
}
#main_content.gate form:last-child {
  margin-bottom: 50px;
}
#main_content.gate form div, #main_content.modify_posting form div,
.form_container form div {
  font-size: 11.8px;
  margin-top: 12px;
}
#main_content.gate form div label, #main_content.modify_posting form div label,
.form_container form div label {
  text-align: right;
}
#main_content.gate form div div.input_text_wrapper,
#main_content.modify_posting form div div.input_text_wrapper,
.form_container form div div.input_text_wrapper {
  margin: 0;
  font-size: 10px;
  background: #fff;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  padding: 2px;
  -moz-border-radius: 2px;
}
#main_content.gate form div input[type=text], #main_content.gate form div input[type=password],
#main_content.modify_posting form div input[type=text],
#main_content.modify_posting form div input[type=password],
.form_container form div input[type=text] {
  border: none;
  padding: none;
  width: 100%;
  color: #777;
}
#main_content.gate form div input[type=submit],
#main_content.modify_posting form div input[type=submit] {
  float: right;
  font-size: 15px;
}
/* End gate related */


/* List related */
#main_content.list .row, #main_content.link_list .row {
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  line-height: 1.35;
  padding-bottom: 14px;
  overflow: hidden;
}
#main_content.list .row h2, #main_content.list .row h3, #main_content.list .row h4 {
  margin-bottom: 0;
}
#main_content.link_list .row h2, #main_content.link_list .row h3, #main_content.link_list .row h4 {
  margin-bottom: 5px;
}

#main_content.list .row .posting_information span {
  font-size: 10px;
  margin-right: 7px;
}
#main_content.list .row .posting_information span a {
  font-style: italic;
  text-decoration: none;
  color: #666;
}
#main_content.list .row .posting_information span.comments a {
  text-decoration: none;
  color: black;
  font-size: 10px;
  margin-right: 7px;
}
#main_content.list .row .posting_information span.comments a span {
  color: #666;
}

#main_content.list .row .summary {
  font-size: 18px;
  margin: 8px 0;
}

#main_content.list .row .body {
  margin: 8px 0;
  background-color: #F1F1EC;
  border: 1px solid #bdbdbd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#main_content.list .row .body .posting_actions {
  padding: 0 4px;
  vertical-align: center;
}

#main_content.list .row .tags, #main_content.link_list .row .tags {
  font-size: 12px;
}

#main_content.list .row .action_container {
  padding-top: 5px;
  font-size: 12px;
  text-decoration: none;
  float: right;
}

#main_content.list .row .action_container a, #main_content.posting_detail .action_container a {
  margin-left: 6px;
}

#main_content.list .row .mark_as {
  margin-left: 5px;
}

#main_content.list .short_url {
  margin-right: 50px;
}
#main_content.link_list .row .social_network_share {
  float: right;
  padding-top: 9px;
}

/* Posting Detail related */
#main_content.posting_detail .action_container {
  font-size: 12px;
  float: right;
  vertical-align: 5px;
  padding-top: 7px;
}
#main_content.posting_detail .posting_body {
  width: 100%;
  border: none;
  margin-top: 14px;
  padding: 0;
}
#main_content.posting_detail .tags {
  font-size: 12px;
}

/* User's Filter related */
#main_content.user_filter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#main_content.user_filter ul li {
  line-height: 1.7;
  border-top: 1px solid #bdbdbd;
  margin-bottom: 5px;
}

#main_content.user_filter ul li div.name {
  font-size: 24px;
}
#main_content.user_filter ul li div.tags {
  font-size: 12px;
}
#main_content.user_filter ul li .control {
  float: right;
  display: inline;
  position: relative;
  margin-top: 5px;
}

/* Footer related */
#main_content.footer p {
  line-height: 1.45;
  font-size: 15px;
}
#main_content.footer p.aboutus {
  margin-bottom: 18px;
}

#main_content.footer ul {
  margin: 0 0 0 24px;
  padding: 0;
}

#main_content.footer h4 {
  margin-top: 20px;
}

/* Admin User List */
#main_content.user_list .row {
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  line-height: 1.35;
  padding: 3px 0 14px;
  overflow: hidden;
}
#main_content.user_list .row h3 {
  margin: 0;
}
#main_content.user_list .row h4 {
  margin: 10px 0 0 0;
  padding: 0;
}

#main_content.user_list .row .user_list_actions {
  font-size: 10px;
  margin-right: 7px;
  font-style: italic;
}

#main_content.user_list .row ul.private_tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#main_content.user_list .row ul.private_tags li {
  display: inline;
  list-style-type: none;
  margin-right: 7px;
  font-size: 10px;
}

/* Admin User List */
#main_content.comment_list .row {
  border-bottom: 1px solid #bdbdbd;
}
#main_content.comment_list .row .action {
  float: right;
  font-size: 12px;
  padding-top: 3px;
}
#main_content.comment_list .row .body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#main_content.comment_list .row h3 a {
  color: blue;
}


/* Admin User List */
#main_content.rss_list .row {
  border-bottom: 1px solid #bdbdbd;
  padding: 7px 0;
}
#main_content.rss_list .row .action {
  font-size: 12px;
  margin-top: 10px;
}


/* Classes */
.navigation_text {
  font-size: 12px;
}

/* Notification */
.notification {
  margin: 5px;
  padding: 7px;
  border: 1px solid #bdbdbd;
  font-family: Helvetica, verdana, sans-serif;
  color: #222;
}
.notification.bad {
  border: 1px solid #F00;
  background-color: #FCC;  
}
.notification.good {
  border: 1px solid #51ad05;
  background-color: #c3f49a;
}

.box {
  padding: 3px 7px;
  border: 1px solid #bdbdbd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.float_right {
  float: right;
  display: inline;
}

.medium_font {
  font-size: 18px;
}
.small_font {
  font-size: 10px;
}

.subscript {
  font-size: 10px;
  vertical-align: bottom;
}

/* Votes, Up/Down arrows */
.upvote_link {
  font-family: Helvetica, verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
  color: #892F2A;
}

.downvote_link {
  font-family: Helvetica, verdana, sans-serif;
  text-decoration: none;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 1px;
  display: block;
  color: #892F2A;
}

/*
search box classes
*/
.search {
  margin: 7px 0px 7px 7px;
  text-align: left;
}
.search input {
  border: 1px solid #bdbdbd;
}
.input_search {
  width: 236px;
  height: 21px;
  font-size: 18px;
  margin: 2px;
  color: #555;
}
.submit_search {
  height: 25px;
  font-size: 14px;
  margin: 2px;
  padding-bottom: 3px;
  vertical-align: top;
}

/*
Sidebar navigation Classes
*/
.item.dashboard_nav ul {
  padding-left: 25px;
  margin: 0;
}
.item.dashboard_nav ul li {
  margin-bottom: 7px;
  padding-left: 5px;
}
.item.dashboard_nav ul li.selected {
  background-color: #EFEFEF;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*
Pagination Class
*/
.pagination {
  padding: 2px 0px;
  font-size: 24px;
  clear: both;
  text-align: center;
}
.page_number {
  color: #666;
}
.page_number {
  margin: 0 5px;
  text-decoration: none;
}

/*
API Classes
*/
.api {
  padding: 14px 0;
  font-size: 16px;
}
.api input {
  width: 275px;
}
.api pre.box {
  padding: 0 12px 7px 12px;
}

/*
Icon Class
*/
.reddit_icon {
  border: none;
  margin-right: 1px;
  vertical-align: bottom;
  width: 18px;
  height: 18px;
}
.twitter_icon {
  border: none;
  margin-right: 1px;
  vertical-align: bottom;
  width: 18px;
  height: 18px;
}
.facebook_icon {
  border: none;
  margin-right: 1px;
  vertical-align: bottom;
  width: 18px;
  height: 18px;
}

/*
Posting related
*/
.wrap {
  text-align: right;
  padding-left: 7px;
  margin-bottom: 12px;
}

.posting_body {
  overflow: auto;
  font-size: 14px;
  width: 635px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 4px;
}

ul.related_postings {
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 24px;
}
ul.related_postings li {
  line-height: 1.6;
}

/*
Comments Related
*/
.comment {
  margin: 20px 0;
  border-left: 1px solid #bdbdbd;
}
.comment.comment {
  margin-left: 12px;
}
.comment_ballot {
  vertical-align: top;
  width: 16px;
  height: 100%;
  margin-left: 7px;
  float: left;
}
.comment_container {
  margin-left: 8px;
}
.comment_container .user {
  font-size: 12px;
}
.comment_control {
  font-size: 12px;
}
.comment_control a {
  margin-right: 12px;
}

.comment_body {
  line-height: 1.25;
  height: 100%;
  overflow: auto;
}
.comment_body.smaller {
  font-size: 14px;
  line-height: 1.25;
}

.comment.inbox {
  margin-bottom: 14px;
  border: none;
  border-bottom: 1px solid #bdbdbd;
}
.comment.inbox a {
  color: #333;
}
.comment.inbox .content {
  margin: 5px;
}
.comment.inbox .content .subtext {
  font-size: 12px;
  color: #777;
  font-style: italic;
  margin-top: 3px;
}
.comment.inbox .content .comment_body {
  margin-top: 5px;
}
.comment.inbox .content .comment_control {
  margin: 3px 7px 0 5px;
}
.comment.inbox .content .comment_control a {
  margin-right: 7px;
  color: blue;
}

/*
COLORS
*/
/* Blue */
.dark_blue_bg {
  background-color: #7799FF
}
.light_blue_bg {
  background-color: #CCCCFF
}
.thin_blue_bg {
  background-color: #EBFAF8
}
.eye_of_the_storm_bg {
  background-color: #93DDFF
}
.petrify_bg {
  background-color: #BCE0F7
}
.baby_faint_blue_bg {
  background-color: #bdeaff;
}

/* Brown */
.dark_beige_bg {
  background-color: #FFBB55
}
.beige_bg {
  background-color: #FFFF99
}
.light_beige_bg {
  background-color: #FFFFDD
}
.dark_brown_bg {
  background-color: #892F2A
}
.light_brown_bg {
  background-color: #FFCC99
}

/* Yellow */
.custard_bg {
  background-color: #FFFD9C
}
.sand_yellow_bg {
  background-color: #EFEAB3
}
.yellow_bg {
  background-color: #F6E36A;
}

/* Red */
.rose_bg {
  background-color: #FF9F9F
}
.light_rose_bg {
  background-color: #FCC;
}
.thin_rose_bg {
  background-color: #FFCAE6
}
.pink_bg {
  background-color: #FCACD3
}


/* Green */
.moss_green_bg {
  background-color: #487800
}
.green_bg {
  background-color: #99FF99
}
.kiwi_kisses_bg {
  background-color: #B8ED9F
}

/* Gray */
.pik3c3_bg {
  background-color: #F1F1EC
}

/*
Text Color
*/

/* Blue */
.blue_link { 
  text-decoration: none;
  color: blue;
}

/* Green */
.subtle_lime_text {
  color: #a9b71e;
  text-decoration: none;
}
.dark_green_text {
  color: #265600
}
.moss_green_text {
  color: #487800
}

/* Purple */
.dark_gray_purple_text {
  color: #6E3c65;
  text-decoration: none;
}
.purple_text {
  text-decoration: none;
  color: #6600BB;
}

/* Gray - Black */
.cement_text {
  color: #536170;
  text-decoration: none;
}
.gray_text { 
  text-decoration: none;
  color: #666;
}
.strange_black_text {
  color: #312306;
  text-decoration: none;
}

/* Brown */
.dark_brown_text {
  color: #892F2A
}
