* {
  margin: 0;
  padding: 0;
}




/* BASICS */

body {
  margin: 0 auto 20px auto;
  padding: 0;
  font-family: "lucida grande", arial, helvetica, sans-serif;
  color: #333;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
}
p {
  margin-bottom: 1em;
}

a:link, a:visited {
  color: #630;
}
a:hover {
  color: #990;
  text-decoration: underline;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #c60;
  letter-spacing: -2px;
}
h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #c60;
  letter-spacing: -1px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  color: #c60;
  letter-spacing: -1px;
}
h4 {
  font-size: 15px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  color: #c60;
  letter-spacing: -1px;
}
h5 {
  font-size: 12px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  margin: 15px 0 5px;
  padding: 0;
  color: #c60;
  letter-spacing: 0;
}
blockquote {
  border-left: 5px solid #efefef;
  padding-left: 20px;
  margin-bottom: 1em;
}
ul {
  margin-left: 25px;
  margin-bottom: 1em;
  list-style-type: square;
  list-style-position: outside;
}
ol {
  margin-left: 25px;
  margin-bottom: 1em;
  list-style-type: decimal;
  list-style-position: outside;
}
img {
  border: 0;
}





/* UNIVERSALS */

.xsmall {
  font-size: 9px;
  letter-spacing: 0;
  font-weight: normal;
  color: #000;
}
.small {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: normal;
  color: #000;
}
.left {
  float: left;
}
.right {
  float: right;
}

/* FORMS */

.SiteFormTextInput, #Login input.text_field, #Login input.password_field {
  width: 250px;
  padding: 2px;
  background-color: #efefef;
  border: 1px inset #ccc;
  font-size: 14px;
  font-family: "lucida grande", verdana, sans-serif;
}
.feedback {
}
.FormInputError {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px;
  background-color: #ffc;
  margin-bottom: 5px;
}
.FormInputErrorMsg {
  font-size: 14px;
  color: #c00;
  font-weight: bold;
  margin-bottom: 10px;
}



/* POSITIONING */

#Page {
  margin: 0 auto 0;
  text-align: left;
  width: 800px;
  padding: 0;
  background-color: white;
}
#Top {
  float: left;
  width: 800px;
  padding: 0;
  margin: 0 20px;
  border-bottom: 1px solid #c60;
  background-repeat: no-repeat;
}
#Content {
  float: left;
  width: 800px;
  margin: 25px 20px 0 20px;
}
#ContentLeft {
  float: left;
  width: 500px;
}
#MidBar {
  float: left;
  width: 500px;
  margin: 20px 0;
}
#SideBar {
  float: right;
  width: 250px;
}
#Foot {
  float: left;
  width: 800px;
  margin: 10px 20px 20px 20px;
  padding-top: 10px;
  border-top: 1px solid #dedede;
}





/* TOP */

#TopLeft {
  float: left;
}

#SiteName {
  font-size: 40px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: -2px;
  margin: 0;
  padding-bottom: 20px;
  height: 70px;
  white-space: nowrap;
}

#SiteName a:link, #SiteName a:visited, #SiteName a:hover, #SiteName a:active {
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
}

#SiteName a span {
	display: none;
	background:lime;
}

#SiteTagline {
  margin-top: -5px;
  font-size: 22px;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: -1px;
  color: #000;
  clear: both;
}

#TopRight {
  float: right;
  padding-top: 10px;
}
#SiteAdmin {
  font-size: 9px;
  margin-bottom: 10px;
}
#SiteLogout {
  font-size: 12px;
  font-weight: bold;
  color: black;
  border: 3px solid #f60;
  background: #f90;
  margin: 5px 0;
  padding: 5px;
  
}
#SearchForm {
  margin-bottom: 20px;
}
.FormTextInput {
  border: 1px inset #ccc;
  background-color: #efefef;
}
.FormSubmit {
  padding: 0 10px;
}

.Alert {
  padding: 10px;
  margin: 0 0 1em 0;
}
.Alert.notice {
  background-color: #ffc;
  border: 1px solid #ccc;
}
.Alert.error {
  background-color: #f00;
  color: #fff;
  font-weight: bold;
  border: 1px solid #000;
}


/* TOP NAVIGATION */

#SiteNav {
  text-align: left;
  margin-left: 0;
  padding-top: 20px;
  font-size: 12px;
  clear: both;
}
#SiteNav a:link, #SiteNav a:visited {
  float: left;
  font-weight: normal;
  padding: 3px 10px;
  margin: 0 3px 0 0;
  text-decoration: none;
  border-bottom: 4px solid #ccc;
  color: #666;
}
#SiteNav a:link.active, #SiteNav a:visited.active {
  float: left;
  color: #333;
  font-weight: normal;
  padding: 3px 10px;
  margin: 0 3px 0 0;
  text-decoration: none;
  border-bottom: 4px solid #666;
}
#SiteNav .activeLive {
  float: left;
  color: #000;
  font-weight: bold;
  padding: 3px 10px;
  margin: 0 3px 0 0;
  text-decoration: none;
  border-bottom: 4px solid #c60;
}
#SiteNav a:hover, #SiteNav a:hover.active {
  color: #000;
  border-bottom: 4px solid #c60;
}




/* SECTION LAYOUT */

.SectionLeft {
  float: left;
  width: 500px;
}
.SectionWide {
  float: left;
  width: 800px;
}
.SectionHeader {
  float: left;
  width: 500px;
}
.SectionHead h1, .SectionHead h2 {
  color: #660;
  margin: 10px 0 20px 0;
  padding: 0;
  letter-spacing: -1px;
  font-weight: bold;
}
.SectionMetadata {
  float: left;
  width: 500px;
  font-size: 12px;
  padding: 10px 0;
}
.SectionData {
  float: left;
  width: 500px;
  margin: 0;
}
.SectionTable {
  float: left;
  width: 500px;
  display: table;
  margin: 0 0 35px 0;
}
.SectionTableWide {
  float: left;
  width: 800px;
  display: table;
  margin: 0 0 35px 0;
}
.SectionTable caption, .SectionTableWide caption {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  padding: 0 0 10px 0;
  color: #c60;
  letter-spacing: -1px;
}
.SectionTable th, .SectionTable td, .SectionTableWide th, .SectionTableWide td {
  font-size: 10px;
  line-height: 150%;
  padding: 2px;
  margin: 0;
}
.SectionTable th, .SectionTableWide th {
  background-color: #dedede;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.SectionTable tr.even, .SectionTableWide tr.even {
  background-color: #efefef;
}
td.cellRight {
  text-align: right;
}
td.cellCenter {
  text-align: center;
}
.RangeSpanLeft {
  margin-right: 25px;
  font-size: 12px;
  font-weight: bold;
}
.RangeSpan {
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}
.RangeSpanRight {
  margin-left: 15px;
  font-size: 12px;
  font-weight: bold;
}




/* STORY LAYOUT */

.SubStoryEven {
  float: left;
  width: 220px;
  margin-right: 10px;
}
.SubStoryOdd {
  float: right;
  width: 220px;
}

.SubSubStoryEven {
  float: left;
  width: 220px;
  margin-right: 10px;
  clear: both;
}
.SubSubStoryOdd {
  float: right;
  width: 220px;
}




/* STORY ELEMENT FORMATTING */

a.StoryLink:link, a.StoryLink:active, a.StoryLink:visited {
  color: #660 !important;
  text-decoration: none;
  font-weight: bold;
}
a.StoryLink:hover {
  text-decoration: underline !important;
}
a.ReadMoreLink {
  font-weight: bold;
  color: #630;
}
p.IntroPara:first-line {
  font-size: 20px;
  color: #c60;
  margin: 0;
  padding: 0;
  }
p.IntroPara:first-letter {
  font-size: 125px;
  color: #c60;
  float: left;
  padding: 0;
  margin: 0 0 0 -10px;
  }
h2.Subhead {
  color: #c60;
  letter-spacing: -1px;
  margin-top: 1em;
  margin-bottom: .5em;
}
h3.SubSubhead {
  color: #c60;
  letter-spacing: -1px;
  margin-top: 1em;
  margin-bottom: .5em;
}

img.IntroPic {
  float: right;
  border: 1px solid #c60;
  background-color: #efefef;
  padding: 10px;
  height: 200px;
  width: 200px;
  margin-left: 10px;
}
img.SubIntroPic {
  float: left;
  border: 1px solid #c60;
  background-color: #efefef;
  padding: 5px;
  height: 80px;
  width: 80px;
  margin-right: 10px;
}
div.ArticlePic {
  float: left;
  border: 1px solid #c60;
  background-color: #efefef;
  padding: 10px;
  width: 200px;
  margin-right: 10px;
  margin-bottom: 5px;
}
div.ArticlePic img {
  margin: 10px 0 5px;
}
div.ArticlePicTitle {
  font-size: 13px;
  font-weight: bold;
  color: #c60;
}
div.ArticlePicCaption {
  font-size: 11px;
  font-family: "lucida grande", verdana, sans-serif;
  
}
.pullquote {
  float: right;
  width: 200px;
  font-size: 16px;
  font-family: "lucida grande", arial, helvetica, sans-serif;
  font-weight: bold;
  color: #660;
  letter-spacing: 0;
  line-height: 150%;
  padding: 20px;
  margin: 0 0 10px 10px;
  background-image: url(pullquote.gif);
  background-repeat: no-repeat;
  background-color: #efefef;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede; 
}
  




/* STORY RATING TOOLBAR */

img.RatingSolid {
  width: 4px;
  height: 4px;
  border: 1px solid #c60;
  margin: 0 1px 0 0;
}  
img.RatingEmpty {
  width: 4px;
  height: 4px;
  border: 1px solid #c60;
  margin: 0 1px 0 0;
  padding: 0;
}  

.RatingAvgLarge img.RatingSolid, .RatingAvgLarge img.RatingEmpty {
  width: 8px;
  height: 8px;
}  




/* STORY ADMIN TOOLBAR */

.AdminToolbar {
  float: right;
  height: 17px;
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.AdminToolbarLeft, .AdminToolbarRight {
  width: 9px;
  height: 17px;
  background-repeat: no-repeat;
}
.AdminToolbarLeft {
  float: left;
  background-color: transparent;
  background-image: url(admin-toolbar-left.gif);
}
.AdminToolbarRight {
  float: left;
  background-color: transparent;
  background-image: url(admin-toolbar-right.gif);
}
.AdminToolbarCopy {
  float: left;
  height: 16px;
  background-color: #99c;
  padding-top: 1px;
  color: white;
}
a.AdminToolbarLink:link, a.AdminToolbarLink:visited, a.AdminToolbarLink:active {
  color: white;
  text-decoration: none;
}  
a.AdminToolbarLink:hover {
  color: white;
  text-decoration: underline;
}  




/* STORY HEADERS */

.StoryHeader, .SubStoryHeader, .SubSubStoryHeader {
  float: left;
}

.StoryHeader {
  width: 500px;
}

.SubStoryHeader, .SubSubStoryHeader {
  margin-top: 10px;
}

.SubStoryHeader {
  margin-bottom: 10px;
}

.StoryDate, .SubStoryDate, .SubSubStoryDate {
  margin-bottom: 0;
}
.SubSubStoryDate {
  font-size: 12px;
}
.StoryHead h2, .SubStoryHead h2, .SubSubStoryHead h2 {
  margin: 10px 0 10px 0;
  padding: 0;
  letter-spacing: -1px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #c60;
}

.StoryHead h2 {
  font-size: 28px;
  letter-spacing: -2px;
}
.SubStoryHead h2, .StoryHead h3 {
  font-size: 22px;
  letter-spacing: -1px;
}
.SubSubStoryHead h2, .SubStoryHead h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: -1px;
}
.SubSubStoryHead h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: -1px;
}


#StoryByline {
  float: left;
  font-size: 12px;
}
.SubStoryByline, .SubSubStoryByline {
  float: left;
  font-size: 11px;
}
.StoryRating, .SubStoryRating, .SubSubStoryRating {
  float: right;
  font-size: 11px;
  color: #c60;
  font-weight: bold;
}




/* STORY COPY */

.StoryCopy {
  float: left;
  width: 500px;
  margin: 10px 0 0 0;
  padding: 0;
}
.SubStoryCopy {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
}
.SubSubStoryCopy {
  float: left;
  font-size: 11px;
  margin: 10px 0 0 0;
  padding: 0;
}




/* STORY FOOTERS */

.StoryFooter {
  float: left;
  width: 500px;
  padding: 10px 0 50px 0;
  font-size: 9px;
  font-family: verdana;
}
.SubStoryFooter {
  float: left;
  padding: 10px 0 50px 0;
  font-size: 9px;
  font-family: verdana;
}
.SubSubStoryFooter {
  float: left;
  padding: 10px 0 50px 0;
  font-size: 9px;
  font-family: verdana;
}
.StoryCatLink, .SubStoryCatLink, .SubSubStoryCatLink {
  float: right;
}




/* STORY METADATA */

#StoryMeta {
  float: left;
  width: 500px;
  padding: 0;
  margin: 10px 0;
  font-size: 11px;
}
.StoryMetaData {
  float: left;
  padding: 0 5px 0 0;
}
#StoryMoreInfo {
  float: left;
  width: 480px;
  padding: 10px;
  margin: 15px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: 12px;
}

#StoryRateInput, #StoryTagInput {
  float: left;
  width: 500px;
  padding: 0;
  margin: 15px 0;
}
#StoryTagInput p {
  font-size: 11px;
}
#TagInputLeft {
  float: left;
  width: 250px;
}
#TagInputRight {
  float: right;
  width: 250px;
}
#StoryPrevNext {
  float: left;
  width: 500px;
  text-align: center;
  padding: 5px 0;
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  border-bottom: 1px dotted #dedede;
  border-top: 1px dotted #dedede;
}
a.StoryPrevLink {
  float: left;
  color: #660;
  text-decoration: none;
}
a.StoryNextLink {
  float: right;
  color: #660;
  text-decoration: none;
}





/* STORY ARCHIVE LIST */

#StoryArchives {
  float: left;
  width: 500px;
  margin: 25px 0;
}
#StoryArchives h3 {
  color: #c60;
  letter-spacing: -1px;
}
.ArchiveList {
  width: 500px;
}
.ArchiveDate, .ArchiveComments {
  font-family: verdana, helvetica, sans-serif;
  font-size: 9px;
  color: black;
  padding: 3px 5px 3px 0;
}
.ArchiveTitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: -1px;
  font-weight: bold;
  padding: 3px 5px 3px 0;
}
a.ArchiveLink {
  color: #660;
  text-decoration: none;
}
.ArchiveRating {
  padding: 3px 5px 3px 0;
	white-space: nowrap;
	text-align: center;
}




/* STORIES TEASER */

#StoriesTeaser {
  width: 500px;
  margin: 30px 0 50px 0;
  padding: 0px;
}
.StoriesTeaserEntry, .StoriesTeaserEntryRight {
  float: left;
  clear: none;
  width: 100px;
  padding: 0;
  margin: 0 33px 0 0;
}
.StoriesTeaserEntryRight {
  margin-right: 0;
}
img.StoriesTeaserPic {
  border: 1px solid #c60;
  background-color: #efefef;
  padding: 5px;
  height: 80px;
  width: 80px;
  margin: 0;
}

.StoriesTeaserCategory {
  font-size: 11px;
  font-weight: bold;
  color: #660;
  margin: 0;
  padding: 0;
}
.StoriesTeaserHead h5 {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}







/* COMMENT FORMATTING */

h2.Convos {
  color: #c60;
  letter-spacing: -1px;
  margin: 20px 0;
}
.CommentHead {
  float: left;
  width: 465px;
  padding: 5px 5px 23px 30px;
  background-image: url(comment-top.gif);
  background-repeat: no-repeat;
}
.Comment {
  float: left;
  width: 500px;
  font-size: 12px;
  margin-bottom: 20px;
}
.CommentTeaser {
  float: left;
  width: 479px;
  margin-top: 0;
  border: 1px solid #efefef;
  background-color: #efefef;
  border-top: 0;
  padding: 0 10px;
}
.CommentTeaser p {
  margin-bottom: 1.5em;
}
.CommentFoot {
  float: left;
  background-image: url(comment-btm.gif);
  background-repeat: no-repeat;
  height: 10px;
  width: 500px;
}
.CommentMetadata {
  float: left;
  font-size: 10px;
  width: 479px;
}
.CommentData {
  float: left;
  margin-right: 15px;
  color: #999;
  padding: 2px;
}
.CommentSubmitIdea {
  float: left;
  margin-left: 15px;
  padding: 2px;
}
.CommentVote {
  float: left;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  padding: 0;
  padding: 2px;
}
.CommentFeedback {
  float: left;
  margin-right: 8px;
  padding: 2px;
}
.CommentPoints {
  float: left;
  margin-right: 8px;
  background-color: #efefef;
  padding: 2px;
}
#StoryCommentsInput {
  float: left;
  width: 500px;
  margin: 10px 0 60px;
  padding: 0;
}
.comment_form textarea {
  float: left;
  width: 480px;
  display: block;
  overflow: auto;
  height: 120px;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 12px;
  background-color: #efefef;
  border: 1px inset #dedede;
}
input.CommentPreviewButton {
  float: left;
  margin-right: 10px;
  padding: 0 10px;
}
input.CommentPublishButton {
  float: left;
  padding: 0 10px;
}

.AvatarImage {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 3px;
}
.AvatarImage img { 
  width: 50px; 
  height: 50px;
}


/* SUGGESTION FORMATTING */

#IdeasForm {
  float: left;
  width: 500px;
}
#IdeasForm h4 {
  margin: 25px 0 5px;
}
#IdeasForm p {
  font-size: 11px;
  margin: 0 0 5px 0;
  padding: 0;
}
#idea_title {
  width: 490px;
  padding: 5px;
  background-color: #efefef;
  border: 1px inset #ccc;
  font-size: 28px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #660;
  letter-spacing: -2px;
  overflow: auto;
}  
#idea_source_url {
  width: 494px;
  padding: 3px;
  background-color: #efefef;
  border: 1px inset #ccc;
  font-size: 12px;
  font-family: "lucida console", "courier new", courier, fixed;
}  
#idea_body {
  width: 494px;
  padding: 3px;
  height: 200px;
  font-family: "lucida grande", arial, helvetica, sans-serif;
  background-color: #efefef;
  border: 1px inset #ccc;
  font-size: 14px;
  overflow: auto;
}
.FormIdeaSubmit {
  margin-top: 25px;
}





/* SIDEBAR LAYOUT */

.SideBarModule {
  margin-bottom: 35px;
  font-size: 11px;
  font-family: "lucida grande", verdana, sans-serif;
  font-weight: normal;
  padding: 3px;
}
img.AuthorPic {
  float: left;
  clear: left;
  width: 100px;
  height: 100px;
  padding: 1px;
  background-color: #c60;
  margin-right: 3px;
  border: 5px solid #efefef;
}
.SBInner {
  margin: 0 1em;
}




/* SIDEBAR TABLES */

.SBTable {
  width: 250px;
}
.SBTableCellRight, .headRight {
  text-align: right;
}
#SideBar th, #MidBar th {
  font-weight: bold;
  font-family: "lucida grande", verdana, helvetica, sans-serif;
  border-bottom: 1px solid #ccc;
  padding: 0 0 2px 0;
  margin: 0;
}
#SideBar td, #MidBar td {
  font-size: 10px;
  font-weight: normal;
  font-family: "lucida grande", verdana, helvetica, sans-serif;
  border-bottom: 1px solid #dedede;
  padding: 2px 0 3px 0;
  margin: 0;
}






/* SIDEBAR LISTS */

#SideBar li, #MidBar li {
  list-style: none;
  font-size: 11px;
  font-family: "lucida grande", verdana, helvetica, sans-serif;
  font-weight: normal;
  padding: 0 0 2px 0;
}
#SideBar ul, #MidBar ul, #SideBar ol, #MidBar ol {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}
#SideBar p, #Sidebar ul {
  font-family: "lucida grande", verdana, helvetica, sans-serif;
  line-height: 15px;
  font-size: 11px;
  margin-bottom: 1em;
}
#SideBar #Biography ul {
  padding: 0;
}




/* SEARCH AND LISTING FORMATTING */

#SearchResultsToolbar {
  float: left;
  width: 800px;
  padding: 0 0 40px 0;
  text-align: left;
}
#ListingsToolbar {
  float: left;
  width: 500px;
  padding: 0 0 40px 0;
  text-align: left;
}
#ListingsHead {
  padding: 0;
  margin: 0;
}
#SearchResultsSearch {
  font-size: 15px;
  padding: 2px;
}
.SearchResultsInput {
  font-size: 22px;
  font-weight: bold;
  background-color: #efefef;
  border: 1px inset #ccc;
  color: #660;
  letter-spacing: -1px;
  padding: 0;
}
.SearchResultsBigtext {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
}
#SearchResultsSort {
  float: left;
  width: 710px;
  padding: 0 0 20px 90px;
  font-size: 12px;
}
#ListingsSort {
  float: left;
  width: 500px;
  padding: 20px 0 0 0;
  font-size: 11px;
}
.sort {
  margin-left: 10px;
  font-size: 11px;
  font-weight: normal;
}
#SearchResults, #Listings {
  float: left;
  width: 500px;
}
.SearchResult, .Listing {
  float: left;
  width: 500px;
  padding: 0 0 50px 0;
}

.SearchResultType, .ListingImage {
  float: left;
  clear: left;
  width: 70px;
}
.ListingImage img {
  width: 70px;
  height: 70px;
  border: 1px solid #c60;
  background-color: #efefef;
  padding: 4px;
}

.SearchResult_story, .SearchResult_user, .SearchResult_comment, .SearchResult_idea, .SearchResult_page, .SearchResult_topic
.ListingImage_story, .ListingImage_user, .ListingImage_commnet, .ListingImage_idea, .ListingImage_page, .ListingImage_topic {
  padding: 1px 5px;
  font-size: 9px;
  color: #fff;
  cursor: default;
}
.SearchResult_story, .SearchResult_user, .SearchResult_comment, .SearchResult_idea, .SearchResult_page, .SearchResult_topic {
  float: right;
}
.ListingImage_story, .ListingImage_user, .ListingImage_commnet, .ListingImage_idea, .ListingImage_page, .ListingImage_topic {
  float: left;
}
.SearchResult_story {
  background-color: #cc441a;
}
.SearchResult_user {
  background-color: #475b29;
}
.SearchResult_comment {
  background-color: #726642;
}
.SearchResult_idea {
  background-color: #b95d03;
}
.SearchResult_page {
  background-color: #cc441a;
}
.SearchResult_topic {
  background-color: #726642;
}
.SearchResultData, .ListingData {
  float: right;
  width: 410px;
  padding: 0 0 20px 0;
}
.ListingCatLink {
  font-size: 11px;
  padding: 10px 0;
}
.ListingPersonAuthored {
  padding: 10px 0;
  font-size: 12px;
}
.SearchResultDataCopy, .ListingDataCopy, .ListingDataAbstract {
  padding-top: 10px;
}
.SearchResultHighlight, .ListingHighlight {
  font-weight: bold;
  background-color: #ff9;
}
.SearchResultDataMeta, .ListingDataMeta {
  font-size: 11px;
}
.SearchResultAuthorName, .ListingAuthorName,
.SearchResultPosted, .ListingPosted,
.SearchResultCommentCount, .ListingCommentCount,
.ListingReputationPts, .ListingMemberSince {
  padding-right: 10px;
}
.SearchResultRating, .ListingRating {
}

#SearchResultsRange, #ListingRange {
  float: left;
  width: 500px;
  text-align: center;
  padding: 20px 0 40px 0;
}

.ListingImagePerson img {
  width: 50px;
  height: 50px;
}



/* PROFILES / BIOS / REGISTRATION */

.PopWarning {
  font-weight: bold;
  color: #f00;
}
.PopOkay {
  font-weight: normal;
  color: #090;
}
#Profile {
  float: left;
  width: 800px;
}
#ProfileData {
  float: left;
  width: 800px;
}
#ProfileToolbar {
  float: left;
  width: 500px;
}
#ProfileUserMeta {
  float: left;
}


#ProfileUsername, 
#ProfileEmail,
#ProfileWebsite,
#ProfilePhoto, 
#ProfileBio,
#ProfileIM, 
#ProfileFeeds,
#ProfileSubmit,
#ProfileCurrentPassword,
#ProfileNewPassword,
#ProfilePasswordConfirmation {
  float: left;
  clear: both;
}
#ProfileStories, 
#ProfileComments {
  float: left;
  width: 270px;
  padding-right: 20px;
}
.ProfileInput {
  float: left;
  width: 790px;
  padding-bottom: 30px;
}
#user_bio,
#user_website,
.ProfileFormWebURL,
#user_name,
.ProfileFormStories,
#user_email,
.ProfileFormIM,
.ProfileFormFeed,
.ProfileFormPubs {
  border: 1px inset #ccc;
  background-color: #efefef;
  width: 580px;
  font-family: "lucida grande", verdana, sans-serif;
  padding: 2px;
  overflow: auto;
}
.ProfileFormIM, .ProfileFormFeed {
  width: 200px;
  margin: 0 10px;
}
#user_bio, 
.ProfileFormStories {
  height: 200px;
  font-size: 14px;
}
#user_email {
  width: 290px;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #c60;
  letter-spacing: -1px;
  margin-right: 10px;
}
.ProfileFormWebURL {
  height: 25px;
  font-size: 18px;
  font-family: "lucida console", "courier new", fixed;
}
#user_name {
  height: 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  color: #c60;
  letter-spacing: -1px;
}

#ProfileUserMeta {
  font-size: 12px;
  padding-bottom: 10px;
}
#ProfileUserWebsite {
  clear: left;
  padding-bottom: 20px;  
}
.ProfileStoryMeta, .ProfileCommentMeta {
  font-size: 11px;
  padding-bottom: 5px;
}


#RegisterUsername,
#RegisterNow,
#RegisterPassword,
#RegisterRePassword,
#RegisterFullName,
#RegisterEmail,
#RegisterRemember,
#RegisterSubmit,
#LoginUsername,
#LoginPassword,
#LoginSubmit,
#LoginRemember {
  margin-bottom: 20px;
}




/* COPYRIGHT */

#Copyright {
  float: left;
  font-size: 12px;
}




/* BOTTOM NAVIGATION */

#BottomLinks {
  float: right;
  font-size: 12px;
  text-align: left;  
}

#BottomLinks a {
  margin: 0 3px 0 0;
}




/* RATING WIDGET */

#RatingWidget {
  float: left;
  padding: 10px;
  background-color: #ffc;
  border: 1px solid #ff9;
}
#RatingWidget span {
  display: block;
  float: left;
  margin-right: 10px;
}
#RatingWidget a {
  margin-top: 3px;
  background: url(rating_block.gif) no-repeat left 0px;
  display: block; 
  float: left; 
  width: 11px; 
  height: 11px;
}
#RatingWidget a.selected {
  background-position: left -44px;
}
#RatingWidget a.in.selected {
  background-position: left -11px;
}
#RatingWidget a.in.over {
  background-position: left -22px;
}
#RatingWidget a.in.selected.over {
  background-position: left -33px;
}

.RatingPersonal {
}
.RatingAvg, .RatingAvgLarge {
  padding-left: 20px;
}
.RatingAvgLarge {
  float: left;
  padding: 10px 10px 10px 50px;
  border: 1px solid #fff;
}
.RatingLabel {
  padding: 10px 0 0 0;
  font-style: italic;
  font-size: 12px;
  color: #666;
  text-align: center;
  width: 150px;
}

.Comment .flagged, .IdeaVoting .flagged, .Comment .voted, .IdeaVoting .voted {
  display: none;
}
