/* @override http://banda:3000/assets/version_controlled/pollas/screen.css */

* {
  margin: 0;
  padding: 0;
}



/* BASICS */

body {
  margin: 0 auto 20px auto;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  color: #333;
  background-color: #FFF;
  text-align: center;
  font-size: 62.5%;
}

p {
  margin-bottom: 1em;
}

a:link, a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

h1 {
  font-size: 2.8em;
  font-weight: normal;
  letter-spacing: -2px;
}

h2 {
  font-size: 2.4em;
  font-weight: normal;
  color: #15b9e1;
  letter-spacing: -1px;
}

h3 {
  font-size: 2em;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding: 0;
  color: #15b9e1;
  letter-spacing: -1px;
}

h4 {
  color: #15b9e1;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0 0 .5em 0;
  padding: 0;
  letter-spacing: -1px;
  color: #15b9e1;
}

h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1.5em 0 .5em;
  padding: 0;
  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 */

.action {
  padding: 1px;
  background-color: #F3F3F3 !important;
  float: left;
  margin: .5em 0;
  display: block;	
}

.actionmessage {
  padding: 1px;
  background-color: #F3F3F3 !important;
  float: left;
  margin: .5em 0;
  display: block;	
  color: #F00;
}

.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;
}

.feed {
	background: url(feed-icon-16x16.gif) 0 50% no-repeat;
	padding: 20px 0 20px 20px;
}

tr.even, tr.Even {
  background-color: #F3F3F3;
}

/* FORMS */

.SiteFormTextInput {
  width: 250px;
  padding: 2px;
  background-color: #efefef;
  border: 1px inset #ccc;
  font-size: 1.4em;
  margin-bottom: 20px;
}

.FormInputError {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px;
  background-color: #ffc;
  margin-bottom: .5em;
}

.FormInputErrorMsg {
  font-size: 1.4em;
  color: #c00;
  font-weight: bold;
  margin-bottom: 1em;
}



/* POSITIONING */

#Page {
  margin: 0 auto;
  text-align: left;
  width: 840px;
  padding: 0;
}

#Top {
  float: left;
  width: 840px;
  padding: 0;
  margin: 0 20px;
}

#Content {
  float: left;
  width: 840px;
  padding-bottom: 20px;
  margin: 2px 20px 0 20px;
}

#Primary {
  float: left;
  width: 510px;
}

#IndexTop {
	background: #998C82 url(brown.jpg);
	background: #900 url(indextopleft.png) -31px repeat-y;
	width: 840px;
	margin: 0 0 20px -31px;
	padding: 10px 0 10px 31px;
	float: left;
	color: #FFF;
}

#Secondary {
  float: right;
  width: 300px;
  color: #666 !important;
}

#Footer {
	color: #FFF;
  font-size: 1.1em;	
  float: left;
  width: 810px;
  margin: 2px 0 0 20px;
  padding: 20px 15px 10px 15px;
  background: #000 url(footer-top.png) top no-repeat;
}



/* TOP */

#Head {
  float: left;
  width: 840px;
}

#SiteName {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -2px;
  margin: 0;
  padding-bottom: 20px;
  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;
}

#SiteTagline {
  margin-top: -2px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #000;
  clear: both;
}

#SiteAdmin {
	float: right;
	width: 292px;
	background: url(siteadmin-bg.png) bottom left;
  font-size: 10px;
  padding: 4px 4px 7px 4px;
  color: #CCC;
  text-align: center;
}

#SiteAdmin a {
	color: #CCC;
}

#SiteLogout {
  font-weight: bold;
  color: #000;
  border: 3px solid #f60;
  background: #f90;
  margin: 5px 0;
  padding: 5px;  
}

#SearchForm {
  float: right;
  width: 300px;
  margin-bottom: 20px;
}

.FormTextInput {
  border: 1px inset #ccc;
  background-color: #efefef;
  width: 220px;
}

.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 {
	float: left;
	clear: both;
  text-align: left;
  margin: -2px 0 20px 0;
  font-size: 12px;
  width: 510px;
  border-bottom: 1px solid #333;
}

#SiteNav a:link, #SiteNav a:visited {
  float: left;
  font-weight: bold;
  padding: 2px;
  margin: 0 1em 0 0;
  text-decoration: none;
  color: #666;
  border-bottom: 2px solid #FFF;
}

#SiteNav .activeLive, #SiteNav a.active:link, #SiteNav a.active:visited, #SiteNav .active:active {
  float: left;
  color: #000;
  font-weight: bold;
  padding: 2px;
  margin: 0 1em 0 0;
  text-decoration: none;
  border-bottom: 2px solid #900;
}

#SiteNav a:hover, #SiteNav a:hover.active {
  background: #900;
  border-bottom: 2px solid #900;
  color: #FFF;
}



/* SECTION LAYOUT */

.SectionHeader {
  float: left;
  width: 500px;
}

.SectionMetadata {
  float: left;
  width: 510px;
  font-size: 1.2em;
  padding: 10px 0;
}

.SectionData {
  float: left;
  width: 500px;
  margin: 0;
}

.SectionTable {
  float: left;
  width: 510px;
  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-weight: bold;
  margin: 0;
  padding: 0 0 10px 0;
  letter-spacing: -1px;
}

.SectionTable th, .SectionTable td, .SectionTableWide th, .SectionTableWide td {
  line-height: 150%;
  padding: 2px;
  margin: 0;
}

.SideBarModule th {
	text-align: left;
}

.SectionTable th, .SectionTableWide th {
  background-color: #dedede;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

td.cellRight {
  text-align: right;
}

td.cellCenter {
  text-align: center;
}

#Paginator {
	font-size: 1.3em;
	clear: both;
	float: left;
}

.RangeSpanLeft {
  margin-right: 15px;
  font-weight: bold;
  background: #F3F3F3;
  padding: 2px 4px;
  border: 1px solid #CCC;	
  float: left;
}

.RangeSpan {
  margin-right: 10px;
  font-weight: bold;
  background: #F3F3F3;
  border: 1px solid #CCC;
  padding: 2px 4px;	
  float: left;
}

span.RangeSpan {
  background: none;
  border: none;
}

.CurrentSpan {
  margin-right: 10px;
  background: #F3F3F3;
  padding: 2px 4px;
  border: 1px solid #CCC;	
  float: left;
}

.RangeSpanRight {
  margin-left: 15px;
  float: left;
  font-weight: bold;
  background: #F3F3F3;
  padding: 2px 4px;
  border: 1px solid #CCC;
}

#AboutGuide h4 {
	background: #333;
	color: #FFF;
	padding: 8px 4px 4px 4px;
}

#AboutGuide ul li, #AboutGuide ul li a {
  font-size: 1em;
  text-transform: uppercase;	
}

#AboutGuide ul li {
  margin: 3px 0;
}

#AboutGuide strong {
  color: #000;
}

#RecentBlogPosts, 
#RecentForumMessages {
	display: none;
}



/* LOGIN */

#Login label {
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	color: #15b9e1;
}

#Login h1, #Login h2 {
  padding: 1em 0 .5em 0;
}

#Login h2 {
  font-size: 2.8em;
  font-weight: normal;
  letter-spacing: -2px;
  color: #333;	
}

.LoginRegister {
	float: left;
	width: 300px;
}

.LoginRegistered {
	float: right;
	width: 300px;
}

.LoginRegister div, .LoginRegistered div {
	padding-bottom: 2em;
}

.LoginRegister input.password_field {
	font-size: 1.5em;
	width: 145px !important;
	background: #F3F3F3;
}

#Login input.text_field, #Login input.password_field {
	font-size: 1.5em;
	width: 300px;
	background: #F3F3F3;
}

#RegisterPassword {
	float: left;
	margin-right: 10px;
	width: 145px !important;
}

#RegisterRePassword {
	float: left;
	width: 145px !important;
}

#RegisterSubmit,
#LoginSubmit {
	clear: left;
	padding: 1em 0;
}

#LoginRemember input, #LoginRemember label {
	float: left !important;
}

/* STORY LAYOUT */

.SubStoryEven {
  margin: 0 10px 0 0;
}
.SubStoryOdd {
  margin: 0 10px 0 0;
}

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

.SubSubStoryOdd {
  float: right;
  width: 240px;
}



/* STORY ELEMENT FORMATTING */

a.ReadMoreLink {
  font-weight: bold !important;
  float: right;
  padding: 5px 20px 5px 0;
  background: url(readmore_black.png) right 50% no-repeat;
  text-decoration: none;
  margin-top: -1em;
}

#IndexTop a.ReadMoreLink {
  background: url(readmore_white.png) right 50% no-repeat !important;	
}

a.ReadMoreLink:hover {
  text-decoration: underline;
}

h2.Subhead {
  color: #c60;
  letter-spacing: -1px;
  margin-top: 1em;
  margin-bottom: .5em;
}

h3.SubSubhead {
  letter-spacing: -1px;
  margin-top: 1em;
  margin-bottom: .5em;
}

img.IntroPic {
  float: left;
  background-color: #FFF;
  padding: 5px;
  height: 150px;
  width: 500px;
  margin-bottom: 10px;
}

img.SubIntroPic {
  float: left;
  /* border: 1px solid #c60; */
  background-color: #FFF;
  padding: 3px;
  height: 50px;
  width: 50px;
  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-weight: bold;
  color: #c60;
}

div.ArticlePicCaption {
  font-size: 1.1em;
}

.caption {
	display: block;
  color: #999;
  margin-bottom: 1em;
}

.pullquote {
  float: right;
  width: 200px;
  font-size: 1.6em;
  font-family: georgia, "times new roman", serif;
  font-weight: bold;
  color: #900;
  letter-spacing: 0;
  line-height: 1.4em;
  padding: 15px;
  margin: 0 0 10px 10px;
  background: url(pullquote.png) no-repeat;
  border-left: none;
}
  


/* STORY RATING TOOLBAR */

img.RatingSolid {
  width: 4px;
  height: 4px;
  border: 1px solid #3399CC;
  margin: 0 1px 0 0;
}  

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

.RatingAvgLarge {
	font-size: 1.3em;
}

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



/* STORY ADMIN TOOLBAR */

.AdminToolbar {
  float: right;
  height: 20px;
  margin-top: 2px;
  padding: 0;
  font-size: .9em;
}

.AdminToolbarLeft, .AdminToolbarRight {
  width: 5px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.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: 12px;
  background-image: url(admin-toolbar-mid.gif);
  padding: 4px 6px;
  color: #15b9e1;
  font-size: 1em;
}

a.AdminToolbarLink:link, a.AdminToolbarLink:visited, a.AdminToolbarLink:active {
  color: #15b9e1 !important;
  text-decoration: none;
}  

a.AdminToolbarLink:hover {
  color: #15b9e1;
  text-decoration: underline;
}  



/* STORY HEADERS */

.StoryHeader {
  float: left;
  width: 510px;
}

#SubStories .StoryHeader {
  margin-top: 10px;
}

#SubSubStories .StoryHeader {
  margin-top: 10px;
  width: 220px;
}

.StoryDate, .SubStoryDate, .SubSubStoryDate {
  margin-bottom: 0;
  color: #666;
}

.StoryHeader h1, .StoryHeader h2, .StoryHeader h3 {
  margin: 1px 0;
  padding: 0;
  letter-spacing: -1px;
}

.StoryHeader h1 a, .StoryHeader h2 a, .StoryHeader h3 a {
  color: #333;
  text-decoration: none;
}

.StoryHeader h1 a:hover, .StoryHeader h2 a:hover, .StoryHeader h3 a:hover {
  text-decoration: underline;
}

.StoryHeader h2, .StoryHeader h3 {
	text-transform: uppercase;
}

.SingleStory .StoryHeader h2 {
	font-size: 1.8em;
	color: #999;
}

.SingleStory .StoryCopy {
	line-height: 1.5;
	font-size: 1.3em;
}

#StoryByline {
  float: left;
}

.SubStoryByline, .SubSubStoryByline {
  float: left;
  font-size: 1.1em;
}

.StoryRating, .SubStoryRating, .SubSubStoryRating {
  float: right;
  font-size: 1.1em;
  color: #3399CC;
  font-weight: bold;
}

.StoryRating img {
  float: left;
}

.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;
}


/* STORY COPY */

.StoryCopy {
  float: left;
  width: 510px;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.4;
}

.StoryCopy h2, 
.StoryCopy h3, 
.StoryCopy h4 {
	color: #333;
}
 
#SubSubStories .StoryCopy {
	width: 230px;
}



/* STORY FOOTERS */

.StoryFooter {
  padding: 0 0 25px 0;
  font-size: .9em;
  color: #999;
}

.StoryFooter a:link, .StoryFooter a:visited {
  color: #999;	  	
}

#IndexTop .StoryFooter {
  float: left;
  width: 500px;
  padding: 0 0 10px 0;
  font-size: .9em;
  color: #e2d6cc;	
}

#IndexTop .StoryFooter a:link, #IndexTop .StoryFooter a:visited {
  color: #e2d6cc !important;	  	
}


#SubSubStories .StoryFooter {
  padding: 5px 0 50px 0;
  font-size: .9em;
  clear: both;
}

.StoryCatLink, .SubStoryCatLink, .SubSubStoryCatLink {
  float: right;
}



/* STORY METADATA */

#StoryMeta {
  float: left;
  width: 500px;
  padding: 0;
  margin: 10px 0;
  font-size: 1.1em;
  color: #666;
}

#StoryMeta a {
	color: #666;
}

.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;
}

#StoryRateInput, #StoryTagInput {
  float: left;
  width: 500px;
  padding: 10px 0;
  margin: 15px 0;
}

#StoryTagInput p {
  font-size: 1.1em;
}

#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: 1.4em;
  font-weight: bold;
  letter-spacing: -1px;
  border-bottom: 1px dotted #dedede;
  border-top: 1px dotted #dedede;
}

a.StoryPrevLink {
  float: left;
  color: #333;
  text-decoration: none;
}

a.StoryNextLink {
  float: right;
  color: #333;
  text-decoration: none;
}



/* STORY ARCHIVE LIST */

#StoryArchives {
  float: left;
  width: 510px;
  margin: 25px 0;
}

#StoryArchives h3 {
  letter-spacing: -1px;
}

.ArchiveList {
  width: 510px;
}

.ArchiveDate, .ArchiveComments {
  font-size: .9em;
  color: #000;
  padding: 3px 5px 3px 0;
}

.ArchiveComments {
  padding-right: 5px;
  text-align: right;
}

.ArchiveTitle {
  font-size: 1.5em;
  letter-spacing: -1px;
  font-weight: bold;
  padding: 3px 5px 3px 0;
}

a.ArchiveLink {
  color: #333;
  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: 1.1em;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding: 0;
}

.StoriesTeaserHead h5 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}



/* INDEX PAGE LAYOUT */

#IndexTop .StoryHeader h1 a,
#IndexTop .StoryHeader h2 a
{
	color: #FFF !important;
	font-weight: normal !important;
	margin: 0;
	padding: 0;
}

.IndexTopPrimary {
	width: 510px;
	float: left;
}

.IndexTopPrimary .StoryCopy {
	margin: 1em 0;
}

.IndexTopSecondary {
	width: 300px;
	float: right;
}

.IndexTopSecondary #Categories {
	width: 290px !important;
}

.IndexTopSecondary #Categories li {
	padding: 3px 0;
	border-bottom: 1px solid #db6c6c !important;	
}

.IndexTopSecondary #Categories a {
	color: #FFF !important;
}

.IndexTopSecondary h4 {
	margin-top: 66px;	
	color: #FFF !important;
}

.IndexTopSecondary .StoryCopy {
	width: auto !important;
}

#IndexTop .StoryDate, #IndexTop .StoryByline, #IndexTop .StoryByline a {
  color: #e2d6cc !important;	
}

#IndexTop a.ReadMoreLink {
	color: #FFF !important;
}



/* COMMENT FORMATTING */

.CommentHead {
  float: left;
  width: 504px;
  padding: 2px 3px 2px 3px;
  font-weight: bold;
  margin-top: 5px;
  color: #999;
  background-color: #333;
}

.CommentPosterReputation {
  font-size: 10px;
  font-weight: normal;
}

h4 span.CommenterName {
	color: #900;
}

.CommentHead a,
.CommenterName {
	text-decoration: none;
	color: #FFF;
}

.CommentHead a:hover,
.CommenterName:hover {
	text-decoration: underline;
}

.Comment {
  float: left;
  width: 510px;
  margin-bottom: 30px;
  font-size: 1.2em;
}

.CommentTeaser {
  float: left;
  width: 510px;
  margin: 0;
  padding: 15px 0;
  color: #333;
}

.CommentTeaser p {
  margin-bottom: 1.5em;
  line-height: 1.4em;
}

.AuthorComment {
  background-color: #900;
  color: #cc6666;	
}

.CommentFeedbackArea {
	border-bottom: 1px solid #999;
	clear: both;
	float: left;
	width: 510px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.CommentVotingArea {
  background: url(commentfeedback-bg.png) 0 50% repeat-x;
  border: 1px solid #E6E6E6;
  padding: 2px;	
  float: left;
}

.CommentActionArea {
	float: right;
	padding-top: 6px;
}

.CommentSubmitIdea {
}

.CommentPoints {
  font-weight: bold;
  float: left;
  border-right: 1px solid #999;
  padding: 3px;
}

.CommentVotePos, .CommentVoteNeg {
  float: left;
  width: 14px;
  height: 14px;
  padding: 3px;
}

.CommentVotePos span, .CommentVoteNeg span {
  display: none;
}

.CommentVotePos {
	background: url(vote-pos.png) 50% 50% no-repeat;
}
 
.CommentVoteNeg {
	background: url(vote-neg.png) 50% 50% no-repeat;
}

.voted .CommentVotePos {
	background: url(vote-pos_voted.png) 50% 50% no-repeat;
}
 
.voted .CommentVoteNeg {
	background: url(vote-neg_voted.png) 50% 50% no-repeat;
}

.CommentFlag {
  float: left;
  font-weight: normal;
  margin-left: 6px;
  padding: 6px 0 0;
}

.flagged .CommentFlag {
	color: #999;
  text-decoration: none !important;
}

.CommentData {
  float: left;
  clear: left;
  color: #999;
  padding-top: 3px;
  font-size: .9em;
}

.CommentData a {
  color: #999;
}

#StoryComments {
  clear: both;
}

#StoryCommentsInput {
  float: left;
  width: 500px;
  margin: 10px 0 60px;
  padding: 0;
}

textarea.CommentInputField {
  float: left;
  width: 510px;
  display: block;
  overflow: auto;
  height: 120px;
  padding: 0;
  margin: 0 0 10px 0;
  background-color: #F3F3F3;
  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: 29px;
  height: 29px;
  margin: 5px -5px 0 -31px;
  background-color: #333;
}

.AvatarImage img { 
  width: 29px; 
  height: 29px;
}



/* IDEAS FORMATTING */

.IdeaListing {
	width: 510px;
	float: left;
  margin-bottom: 1em;
}

#IdeasHeader h1 {
	clear: left;
}

#IdeasData h2 {
	margin: 1em 0;
}

#IdeasCopy {
  font-size: 1.3em;
}

#IdeasCopy td {
	padding: 3px;
	margin: 2px;
}

.IdeaData {
	width: 510px;
}

.IdeaListing h3 {
	clear: left !important;
	margin-bottom: 0;
	font-size: 1.5em;
}

.IdeaByline,
.IdeaByline a {
	color: #999;
	padding: .2em 0 1em 0;	
	font-size: 12px !important;
}

.IdeaSuggestedDate {
	color: #999;
	font-size: 12px !important;
}

.IdeasMetaData {
	font-weight: bold;
}

.IdeaData td {
	border-bottom: 1px solid #CCC;
	padding: 2px 0;
}	

#IdeasOpen b {
  font-size: 16px !important;
}

.IdeaVoting {
	font-size: 1.2em;
	width: 510px;
	float: left;
	padding: 1em 0 2em 0;
}

.IdeaFeedbackArea {
  line-height: 1.8em;	
  background: #F3F3F3;
  padding: 5px;
}

.IdeaVotePos {
  padding-left: 20px;
  display: block;
  background: url(vote-pos.png) 0 50% no-repeat;	
}

.IdeaVoteNeg {
  padding-left: 20px;
  display: block;
  background: url(vote-neg.png) 0 50% no-repeat;	
}

.IdeaFlag {
  display: block;
  padding-left: 20px;
}

.comment_body {
  width: 510px;	
}

.comments {
	font-weight: bold;
	padding-bottom: 2em !important;
}

.IdeaStatePending,
.IdeaStateAccepted,
.IdeaStateInProduction {
	padding: 2px;
	float: left;
	clear: both;
	font-size: 10px;
	margin-bottom: 4px;
}


.IdeaStatePending {
	background: yellow;
	color:#000;
}

.IdeaStateAccepted {
	background: #3c0;
	color: #FFF;
}

.IdeaStateInProduction {
	background: #900;
	color: #FFF;	
}

#IdeasOpen .person a {
	color: #900 !important;
}

.ideadata td {
	border-bottom: 1px solid #CCC;
	padding: 2px 0;
}

#idea_form {
		
}

#idea_form label {
	font-size: 1.3em;
	display: block;
	font-weight: bold;
	color: #15b9e1;
	padding-top: 1em;
}

#IdeasForm {
  float: left;
  width: 510px;
}

#idea_title, 
#idea_source_url {
  width: 510px;	
	font-size: 1.3em;
}

#idea_body {
	width: 510px;
}

.FormIdeaSubmit {
  margin-top: 25px;
}


/* FEEDBACK */

.Correctable {
  margin: .5em 0;
  padding: .5em;
  background-color: #ffc;
}


/* FORUM SECTION */

#Topics h1 {
  margin: 0 0 1em 0;
}

#TopicsHeader h1 {
	clear: left;
	margin: 0;
}

#TopicsCopy {
  font-size: 1.3em;
}

#TopicsData h2 {
	margin: 1em 0;
}

.TopicListing {
	width: 510px;
	float: left;
  margin-bottom: 1em;
}

.TopicListing h3 {
	clear: left !important;
	margin-bottom: 0;
	font-size: 1.5em;
}

.TopicListing .AuthorPic {
  height: 50px;
  width: 50px;
  border: 2px solid #efefef;
}

.TopicByline,
.TopicByline a {
	color: #999;
	padding: .2em 0 1em 0;	
	font-size: 12px !important;
}

.TopicsMetaData {
	color: #999;
	margin: .5em 0 1em 0;
	font-size: 1em;
	clear: both;
}

#TopicsForm {
  float: left;
  width: 510px;
}

.FormTopicSubmit {
  margin-top: 25px;
}

#topic_title {
  width: 510px;	
	font-size: 1.3em;
}

#topic_body {
	width: 510px;
}

.TopicsTopicNew {
  float: right;
  font-size: 1.3em;
}

#TopicComments {
  clear: both;
  margin: 2em 0 0 0;
}



/* SECONDARY SECTION LAYOUT */

.SideBarModule {
  margin-bottom: 3.5em;
  font-size: 1.1em;
  font-weight: normal;
  padding: 3px;
}

img.AuthorPic {
  float: left;
  clear: left;
  width: 100px;
  height: 100px;
  padding: 1px;
  background-color: #CCC;
  margin-right: 3px;
  border: 5px solid #efefef;
}

.SBInner {
  margin: 0 1em;
}



/* SIDEBAR TABLES */

.SideBarModule table {
  width: 300px;
}

.SBTableCellRight, .headRight {
  text-align: right !important;
}

#Secondary th, #MidBar th {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 0 2px 0;
  margin: 0;
}

#Secondary td {
  font-size: 1em;
  font-weight: normal;
  border-bottom: 1px solid #dedede;
  padding: 2px 0 3px 0;
  margin: 0;
}



/* SECONDARY SECTION LISTS */

#Secondary li {
  list-style: none;
  font-size: 11px;
  font-weight: normal;
  padding: 0 0 2px 0;
}

#Secondary ul, #SideBar ol, #MidBar ol {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0;
  padding-left: 0;
}

#Secondary p, #Secondary ul {
  line-height: 15px;
  font-size: 1.1em;
  margin-bottom: 1em;
}

#Secondary #Biography ul {
  padding: 0;
}

#Categories {
	width: 300px;
	margin-bottom: 20px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Categories li {
	border-bottom: 1px solid #dedede;
	padding-top: 3px;	
}

#Categories a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

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

#Categories ul li strong {
	background: #000;
	display: block;
	color: #FFF;
	padding: 3px;		
}

#Categories .number {
	font-weight: bold;
	color: #15b9e1;
	font-family: georgia;
	margin-right: 10px;
}



/* SEARCH AND LISTING FORMATTING */

#SearchResultsToolbar {
  float: left;
  width: 818px;
  padding: 10px;
  text-align: left;
  background-color: #ffc;
  border: 1px solid #ccc;
  margin-top: 1em;
}

#ListingsToolbar {
  float: left;
  width: 510px;
  padding: 0 0 40px 0;
  text-align: left;
}

#ListingsHead {
  padding: 0;
  margin: 0;
}

#SearchResultsSearch {
  font-size: 1.5em;
  padding: 2px;
}

.SearchResultsInput {
  font-size: 1.1em;
  font-weight: bold;
  background-color: #efefef;
  border: 1px inset #ccc;
  color: #333;
  letter-spacing: -1px;
}

.SearchResultsBigtext {
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -1px;
}

#SearchResultsSort {
  float: left;
  width: 710px;
  padding: 0 0 20px 90px;
  font-size: 12px;
}

#ListingsSort {
  float: left;
  width: 510px;
  padding: 10px 0 0 0;
  font-size: 1.3em;
}

.sort {
  margin-left: 10px;
  font-weight: normal;
}

#SearchResults, #Listings {
  float: left;
  width: 510px;
}

.SearchResultOdd, .SearchResultEven {
  float: left;
  width: 490px;
  margin: 5px 0;
  padding: 10px;
  font-size: 1.3em;
}

.Listing, .ListingOdd, .ListingEven {
  float: left;
  width: 510px;
  padding: 10px 0 25px 0;
  margin-bottom: 25px;
  font-size: 1.3em;
}

.Listing h3 {
	margin: 0 0 -.2em 0;
	padding: 0;
}

.SearchResultOdd, .ListingOdd {
	background-color: #F3F3F3;
}

.SearchResultScore {
	font-weight: normal;
}

.SearchResultType, .ListingImage {
  float: left;
  clear: left;
  width: 50px;
}

.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: .9em;
  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: #15b9e1;
}

.SearchResult_user {
  background-color: #900;
}

.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: 420px;
  padding: 0 0 10px 0;
}

.ListingData h3 {
	margin-bottom: 0 !important;
}

.ListingCatLink {
  padding: 7px 0;
  color: #666;
}

.ListingPersonAuthored {
  padding: 10px 0;
}

.ListingDataCopy, .ListingDataAbstract {
  padding-top: 10px;
}

.SearchResultHighlight, .ListingHighlight {
  font-weight: bold;
  background-color: #ff9;
}

.SearchResultDataMeta, .ListingDataMeta {
  font-weight: bold;
}

.SearchResultAuthorName,
.SearchResultPosted, .ListingPosted,
.SearchResultCommentCount, .ListingCommentCount,
.ListingReputationPts, .ListingMemberSince {
  padding-right: 10px;
}

.ListingAuthorName {
	font-size: .9em;
}

.SearchResultRating, .ListingRating {
}

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

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



/* PROFILES / BIOS / REGISTRATION */

.PopWarning {
  font-weight: bold;
  color: #f00;
}

.PopOkay {
  font-weight: normal;
  color: #090;
}

#Profile {
  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;
}

.ProfileFormBio,
.ProfileFormWebsite,
.ProfileFormWebURL,
.ProfileFormName,
.ProfileFormStories,
.ProfileFormEmail,
.ProfileFormIM,
.ProfileFormFeed,
.ProfileFormPubs {
  border: 1px inset #ccc;
  background-color: #efefef;
  width: 504px;
  padding: 2px;
  overflow: auto;
}

.ProfileFormIM, .ProfileFormFeed {
  width: 200px;
  margin: 0 10px;
}

.ProfileFormBio, 
.ProfileFormStories {
  height: 200px;
  font-size: 14px;
}

.ProfileFormEmail {
  width: 290px;
  height: 25px;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: -1px;
  margin-right: 10px;
}

.ProfileFormWebURL {
  height: 25px;
  font-size: 1.8em;
  font-family: "lucida console", "courier new", fixed;
}

.ProfileFormName {
  height: 25px;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: -1px;
}

#ProfileUserMeta {
  padding-bottom: 10px;
}

#ProfileUserWebsite {
  clear: left;
  padding-bottom: 20px;  
}

#RegisterUsername,
#RegisterNow,
#RegisterPassword,
#RegisterRePassword,
#RegisterFullName,
#RegisterEmail,
#RegisterRemember {
  float: left;
}

#RegisterFormUsername,
#RegisterFormUserCheck {
  float: left;
  margin-right: 10px;
}

.ProfileStoryMeta, .ProfileCommentMeta {
  display: block;
  color: #999;
}

#ProfileCopy {
	font-size: 1.3em;
}

#ProfileComments {
	font-size: 1.3em;
  width: 510px;
}

#ProfileComments ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

#ProfileData, #ProfileData ul li {
	font-size: 1em;
}

#ProfileComments li, #ProfileData li {
  margin-bottom: 1em;
}

#ProfileComments li a {
	text-decoration: none;
}

.ProfileCommentMeta a {
	text-decoration: underline !important;
  font-weight: bold;
  padding: 1px 0 3px 0;
  display: block;
}

/* COPYRIGHT */

#Copyright {
  float: left;
}



/* BOTTOM NAVIGATION */

#FooterCopy {
	width: 500px;
	float: left;
	margin-top: 1em;
}

#FooterLinks {
  float: right;
  padding: 0 0 15px 50px;
  margin: 0;
  list-style: none; 
  background: url(feed-icon-32.gif) 0 10px no-repeat;
}

#FooterLinks li {
  margin-bottom: 3px;	
}

#FooterLinks a {
  margin: 0 3px 0 0;
  color: #FFF;
}



/* RATING WIDGET */

#RatingWidget {
  float: left;
}

#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 {
	font-size: 13px;
}

.RatingAvg, .RatingAvgLarge {
}

.RatingAvgLarge {
  float: left;
  margin-right: 30px;
}

.RatingLabel {
  padding: 10px 0 0 0;
  font-style: italic;
  color: #666;
  text-align: center;
  width: 150px;
}

/* PATCHING */

span.subhead, .StoryCopy strong {
	display: block;
  font-weight: normal;	
  font-size: 1.6em;
  padding: 0;
  margin: 1em 0 -1em 0;
  font-family: arial;
}