/* 3/4/10 2:24:33 PM */
/* div enclosing all OneSpot content (not sidebar) */
#onespot-main { }

/* powered by onespot logo header div */
#onespot-main #onespot-powered { float: right; }
#onespot-main #onespot-powered a:hover { border: none; }

/* topic and publication title & description */
#onespot-main #publication { }
#onespot-main #publication h1 { }
#onespot-main #publication h2 { }

/* container for all the entries */
#onespot-main #entries { }

/* a single entry within #entries */
#onespot-main #entries .entry { }

/* components of an entry */
/* entry.title */
#onespot-main #entries .entry h3 { }
#onespot-main #entries .entry h3 a { }

/* attribution line */
#onespot-main #entries .entry p.posted { }

/* link to original entry’s site */
#onespot-main #entries .entry p.posted a.sourcesite { }

/* entry content */
#onespot-main #entries .entry p.excerpt { }

#onespot-main #entries .entry p.excerpt img.entry_image {
	/*float: left;*/
	/*margin: 4px 8px 8px 0;*/
	/*border: 1px solid;*/
}

/* container for editors’ comments (there can be more than 1) */
#onespot-main #entries .entry #editor_comments { }

/* container for a single editor’s comment */
#onespot-main #entries .entry #editor_comments .entry-editor-comment { }
#onespot-main #entries .entry #editor_comments .entry-editor-comment h3.comment-title { }
#onespot-main #entries .entry #editor_comments .entry-editor-comment p.comment-body { }

/* container for editor’s name */
#onespot-main #entries .entry #editor_comments .entry-editor-comment .comment-user { }
#onespot-main #entries .entry #editor_comments .entry-editor-comment .comment-user p { }

/* container for the actual name portion */
#editor_comments .entry-editor-comment .comment-user p .editor-name { }

/* entry-actions */
/* container for an entry’s related bits (linking entries, comments, rating, share this) */
#onespot-main #entries .entry .entry-actions { }

#onespot-main #entries .entry .entry-actions p {
	/*float: left;*/
	/*padding: 0;*/
	/*margin: 0;*/
	/*margin-right: 20px;*/
	/*font-size: 93%;*/
	/*clear: none;*/
	/*font-weight: bold;*/
}

#onespot-main #entries .entry .entry-actions p.related {
	/*padding-left: 18px;*/
	/*background-position: 0 2px;*/
	/*background-image: url('http://static.onespot.com/images/icon-related.gif');*/
	/*background-repeat: no-repeat;*/
}

#onespot-main #entries .entry .entry-actions p.comments {
	/*padding-left: 18px;*/
	/*background-position: 0 2px;*/
	/*background-image: url('http://static.onespot.com/images/icon-comment.gif');*/
	/*background-repeat: no-repeat;*/
}

/* container for  entire rating object */
#onespot-main #entries .entry .entry-actions .rating-container {
	/*color: #424242;*/
	/*float: left;*/
	/*margin-right: 20px;*/
	/*margin-top: 1px;*/
	/*overflow: hidden;*/
	/*width: 11em;*/
}

#onespot-main .entry-actions div.rating-container p {
	/*float: left;*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*padding-right: 4px;*/
}

#onespot-main .entry-actions div.rating-container .score { /*padding-left: 4px;*/ }
#onespot-main .entry-actions div.rating-container .pos { /*color: #4e894d;*/ }
#onespot-main .entry-actions div.rating-container .neg { /*color: #a04444;*/ }
#onespot-main .rating a:hover { /*border-bottom-style: none !important;*/ }

/* container for rating buttons */
#onespot-main #entries .entry .entry-actions .rating-container .rating { }

#onespot-main #entries .entry .entry-actions .rating-container .rating .thumbup a,
#onespot-main #entries .entry .entry-actions .rating-container .rating .thumbdown a {
	/*width: 14px;*/
	/*height: 14px;*/
	/*cursor: pointer;*/
	/*float: left;*/
}

#onespot-main #entries .entry .entry-actions .rating-container .rating .thumbup a { /*background: url('http://static.onespot.com/images/thumbs-up.gif') no-repeat left top;*/ }
#onespot-main #entries .entry .entry-actions .rating-container .rating .thumbdown a { /*background: url('http://static.onespot.com/images/thumbs-down.gif') no-repeat left top;*/ }

#onespot-main #entries .entry .entry-actions .rating-container .rating .thumbup a:hover,
#onespot-main #entries .entry .entry-actions .rating-container .rating .thumbdown a:hover {
	/*background-position: left bottom;*/
	/*border-bottom-style: none;*/
}

/* container for list of linking entries */
#onespot-main #entries .entry .discussions { }
#onespot-main #entries .entry .discussions h4 { }
#onespot-main #entries .entry .discussions ul { }
#onespot-main #entries .entry .discussions ul li { }
#onespot-main #entries .entry .discussions li.odd { }
#onespot-main #entries .entry .discussions li.even { }

/* special entries */
/* copy additonal selectors for entries as required */
/* a featured (starred) entry */
#onespot-main #entries .entry.featured { }

/* featured entry.title */
#onespot-main #entries .entry.featured h3 { }
#onespot-main #entries .entry.featured h3 a { }

/* featured attribution line */
#onespot-main #entries .entry.featured p.posted { }

/* featured link to original entry’s site */
#onespot-main #entries .entry.featured p.posted a.sourcesite { }

/* featured entry content */
#onespot-main #entries .entry.featured p.excerpt { }

/* special parts of regular entries */
/* introductory comment */
#onespot-main #entries .entry .introductory-comment { }
#onespot-main #entries .entry .introductory-comment h3 { }
#onespot-main #entries .entry .introductory-comment h3 a { }

/* the comment-body class is also in the editor-comment section */
#onespot-main #entries .entry .introductory-comment p.comment-body { }

/* ditto for editor-name */
#onespot-main #entries .entry .introductory-comment p .editor-name { }

/* Container for original entry following introductory comment */
#onespot-main #entries .entry .original { }
#onespot-main #entries .entry .original h3 { }
#onespot-main #entries .entry .original h3 a { }
#onespot-main #entries .entry .original p.posted { }
#onespot-main #entries .entry .original p.posted a.sourcesite { }

/* special areas */
/* Additional entries with less detail, below standard entries  */
/* everything else is as entry */
#onespot-main #small {
	overflow: hidden;
	/*needed to for container to expand*/
}

/* two column output */
#onespot-main #small #left, #onespot-main #small #right {
	float: left;
	width: 48%;
	overflow: hidden;
}

#onespot-main #small #right { margin-left: 3%; }

/* sidebar styles */
/* generic sidebar container */
.onespot-sidebar { }

/* special style for default pubs' sidebar */
.onespot-sidebar.breaking { }
.onespot-sidebar.bestof { }
.onespot-sidebar.top { }
.onespot-sidebar p.description { }

/* headlines list */
.onespot-sidebar ul { }

/* singe sidebar entry */
.onespot-sidebar ul li { }
.onespot-sidebar ul li.odd { }
.onespot-sidebar ul li.even { }

/* equivalent to p.posted */
.onespot-sidebar ul li ul li, .onespot-sidebar ul li ul li a { }
.onespot-sidebar ul li ul li a.sourcesite { }
.onespot-sidebar li.more { }
