/*
Theme Name: mashup.se
Theme URI: http://mashup.se
Description: A completely rebuilt theme for mashup.se. Full of awesomeness, of course.
Version: 2.1
Author: Linus Bohman
Author URI: http://linusbohman.se

RESET ------------------*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DD, DL, DT, LI, OL, UL, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
A IMG, :link IMG, :visited IMG
{
	border: 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
OL, UL
{
	list-style: none;
}
Q:before, Q:after, BLOCKQUOTE:before, BLOCKQUOTE:after
{
	content: '';
}
/*THEME STYLING ----------------*/
BODY
{
	background-color: #FFF;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3F3E30;
	font-size: 13px;
}
A
{
	text-decoration: none;
	color: #6F90A6;
}
A:hover
{
	text-decoration: underline;
}
LABEL
{
	display: block;
	font-weight: bold;
}
#dsq-content .dsq-textarea .dsq-textarea-wrapper, INPUT, TEXTAREA
{
	border: 1px solid #9A9A9A;
	padding: 5px;
	background: none;
	-moz-box-shadow: inset 0px 2px 5px #dadada;
	-webkit-box-shadow: inset 0px 2px 5px #dadada;
	box-shadow: inset 0px 2px 5px #DADADA;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
#dsq-content .dsq-comment-header
{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
BUTTON::-moz-focus-inner, INPUT::-moz-focus-inner
{
	border: 0;
	padding: 0;
}
BUTTON, INPUT[type="submit"]
{
	color: #FFF;
	background-color: #6F90A6;
	border: 1px solid #3D627A;
	font-weight: bold;
	font-family: Novecento, sans-serif;
	line-height: 11px !important;
	display: inline-block;
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	padding: 7px 16px 5px !important;
	font-size: 11px;
	vertical-align: bottom;
	-webkit-box-sizing: content-box;
/*Safari/Chrome, other WebKit*/
	-moz-box-sizing: content-box;
/*Firefox, other Gecko*/
	box-sizing: content-box;
/*Opera/IE 8+*/
}
BUTTON:hover, INPUT[type="submit"]:hover
{
	background-color: #3D627A;
	text-decoration: none;
	cursor: pointer;
}
/*HEADER ----------------*/
.header
{
	padding: 10px 0;
	overflow: hidden;
}
A#dopter
{
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	z-index: 120;
	height: 98px;
	width: 96px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(img/dopter_project.png) no-repeat;
}
.header .logo
{
	display: block;
	text-indent: -99999em;
	height: 70px;
	width: 260px;
	background: transparent url('img/logo.png') no-repeat top left;
	float: left;
	opacity: 0.95;
}
.header .logo:hover
{
	opacity: 1;
}
.header .search
{
	float: right;
}
.header INPUT[name="q"]
{
	background: none !important;
	width: 185px;
}
/*Nav menu*/
.nav
{
	background: transparent url('img/back-grey-stripes.png') top left;
	border-top: 1px solid #666;
	border-bottom: 4px solid #6F90A6;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Novecento, sans-serif;
}
.nav .center > UL > LI
{
	display: inline-block;
	margin-right: 30px;
}
.nav > UL > LI:last-child
{
	margin-right: 0;
}
.nav A
{
	color: #333;
	display: inline-block;
	padding: 10px 0;
	position: relative;
}
.nav A:hover
{
	color: #6F90A6;
	text-decoration: none;
}
.nav .center > UL > .current-menu-parent > A, .nav .center > UL > .current-menu-ancestor > A, .nav .center > UL > .current-menu-item > A
{
	font-weight: bold;
}
.nav .center > UL > .current-menu-parent > A:after, .nav .center > UL > .current-menu-ancestor > A:after, .nav .center > UL > .has-submenu:hover > A:after, .nav .center > UL > .current-menu-item > A:after
{
	content: ' ';
	border: 5px solid transparent;
	border-bottom-color: #6F90A6;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	position: absolute;
}
.nav .center > UL > .has-submenu:hover > A:after
{
	border-bottom-color: #666;
}
.nav .sub-menu
{
	position: absolute;
	display: none;
	border-color: #666;
	border-style: solid;
	border-width: 4px 1px 1px;
	z-index: 9999;
}
.nav .center > UL > LI:hover .sub-menu
{
	display: block;
}
.nav .sub-menu A
{
	display: block;
	padding: 7px 10px;
	border-top: 1px solid #999999;
	background-color: #F8F8F8;
}
.nav .sub-menu A:hover
{
	background: transparent url('img/back-beige-stripes.png') top left;
}
.nav .sub-menu LI:first-child A
{
	border-top: 0;
}
.nav .extras
{
	float: right;
	display: inline-block;
	right: 0;
	top: 0;
	border-left: 1px solid #666;
	margin-left: 10px;
}
.nav .extras LI
{
	margin: 0 0 0 10px !important;
}
.nav .extras .contact A, .nav .extras .twitter A, .nav .extras .feed A
{
	display: inline-block;
	height: 12px;
	width: 16px;
	text-indent: -99999em;
	background: transparent url('img/icon-mail.png') no-repeat center left;
	vertical-align: bottom;
	padding: 9px 0;
	opacity: 0.85;
}
.nav .extras .contact A:hover, .nav .extras .twitter A:hover, .nav .extras .feed A:hover
{
	opacity: 1;
}
.nav .extras .twitter A
{
	background: transparent url('img/icon-twitter.png') no-repeat center left;
	height: 16px;
	width: 11px;
}
.nav .extras .feed A
{
	background: transparent url('img/icon-feed.png') no-repeat center left;
	height: 14px;
	width: 15px;
}
/*Breadcrumbs*/
.breadcrumbs
{
	border-bottom: 1px solid #D2D2D2;
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	font-family: Novecento, sans-serif;
}
.breadcrumbs P
{
	line-height: 19px;
}
.breadcrumbs A
{
	font-weight: bold;
	color: #999;
	display: inline-block;
	line-height: 19px;
	padding-right: 13px;
	margin-right: 6px;
	vertical-align: middle;
	background: transparent url('img/breadcrumb-right.png') no-repeat center right;
}
.breadcrumbs A:hover
{
	text-decoration: none;
	color: #6C6C6C;
}
.breadcrumbs .current-item
{
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
/*MAIN ----------------*/
.main
{
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.hfeed
{
	float: left;
	width: 66%;
}
BODY.home .featured-image, .featured-image
{
	float: left;
	margin: 0 10px 10px 0;
}
.metadata
{
	border-top: 1px solid #555442;
	border-bottom: 2px solid #555442;
	color: #999;
	overflow: hidden;
	font-family: Novecento, sans-serif;
}
.metadata .date
{
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
.metadata .date .day
{
	font-weight: bold;
	font-size: 30px;
	float: left;
	margin-right: 5px;
}
.metadata .date .year-month
{
	font-weight: normal;
	font-size: 13px;
	display: block;
	float: left;
	padding: 2px 0;
}
.metadata .author
{
	float: right;
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	line-height: 30px;
}
.metadata .author A
{
	font-weight: bold;
	color: #999;
}
.metadata .author A:hover
{
	text-decoration: none;
	color: #7B7B7B;
}
.social-links
{
	padding: 5px;
	border-bottom: 1px solid #555442;
}
.hentry .content
{
	margin: 20px 0;
}
.tags
{
	font-family: Nnarrow, sans-serif;
	font-size: 14px;
	border-top: 1px solid #555442;
	border-bottom: 2px solid #555442;
	font-weight: normal;
	overflow: hidden;
}
.tags B
{
	font-family: Novecento, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #999;
	padding: 5px 10px 5px 5px;
	display: inline-block;
	float: left;
	border-right: 1px solid #555442;
}
.tags .terms
{
	padding: 5px 5px 5px 10px;
}
.tags A
{
	margin-left: 10px;
	display: inline-block;
}
.related-posts
{
	margin-top: 20px;
	clear: both;
	width: auto !important;
	float: none !important;
}
.related-posts .empty
{
	padding: 10px !important;
}
.related-posts LI
{
	position: relative;
	border-width: 0 0 1px;
	padding-left: 90px;
}
.related-posts .featured-image
{
	margin-bottom: 0;
	position: relative;
	margin-left: -90px;
	margin-right: 0;
	padding: 0;
}
.related-posts .date
{
	width: 75px;
	border-right-color: #555442;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 1px solid #555442;
}
.related-posts .date + A
{
	color: #333;
	font-size: 14px;
	/*[disabled]line-height:42px;*/
	line-height: 1em;
	padding-top: 5px;
	height: 32px;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	max-width: 75%;
	display: inline-block;
	overflow: hidden;
}
.related-posts .featured-image + .date + A
{
	max-width: 65%;
}
.related-posts A.readmore
{
	font-size: 90%;
}
.author-information.wysiwyg
{
	color: #666;
	padding: 20px 0 10px;
	border-bottom: 1px solid #555442;
	overflow: hidden;
	margin: 0;
}
.author-information .entry_author_image
{
	float: left;
	margin-right: 10px;
	max-width: 33%;
}
.author-information P
{
	font-style: italic;
}
.author-information .entry_author_image + P, .author-information H3
{
	color: #666 !important;
	margin-top: 0 !important;
}
/*Archive*/
.archive-hentry
{
	margin-top: 20px;
	border-bottom: 1px solid #555442;
	position: relative;
}
.metadata .sub-title
{
	margin: 3px 0;
}
.readmore
{
	position: absolute;
	bottom: 0;
	right: 0;
}
.archive-hentry .featured-image
{
	margin: 0;
}
.archive-hentry .content
{
	margin: 10px 0;
}
.archive-hentry .content p {
  max-width: 87%;
}
.archive-hentry .featured-image + .metadata H2:first-child, .archive-hentry .featured-image + .metadata .date
{
	margin-left: 10px;
}
.archive-hentry .featured-image + .metadata + .content
{
	margin-left: 90px;
}
.prev-next
{
	font-family: Novecento, sans-serif;
	margin: 40px 0;
	font-size: 13px;
	overflow: hidden;
}
.prev-next .newer
{
	float: left;
}
.prev-next .newer A
{
	background: transparent url('img/prev.png') no-repeat left center;
	padding-left: 30px;
	display: inline-block;
	line-height: 20px;
	opacity: 0.85;
	color: #3D627A;
}
.prev-next .older
{
	float: right;
}
.prev-next .older A
{
	background: transparent url('img/next.png') no-repeat right center;
	padding-right: 30px;
	display: inline-block;
	line-height: 20px;
	opacity: 0.85;
	color: #3D627A;
}
.prev-next .older A:hover, .prev-next .newer A:hover
{
	opacity: 1;
	text-decoration: none;
}
/*Page*/
BODY.page .hfeed .content
{
	border-bottom: 1px solid #555442;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
/*Home*/
.front-entry
{
	border-bottom: 1px solid #555442;
	position: relative;
}
.front-entry .featured-image
{
	margin-bottom: 0;
}
BODY.home .hfeed .featured-image + *
{
	margin-top: 0;
}
BODY.home .hfeed .content
{
	overflow: hidden;
}
BODY.home .hfeed .hentry
{
	margin-top: 40px;
}
BODY.home .hfeed .hentry:first-child
{
	margin-top: 0;
}
BODY.home .title
{
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
BODY.home .archive-hentry .sub-title, BODY.home .archive-hentry .date
{
	display: inline-block;
	float: none;
}
BODY.home .archive-hentry .date
{
	vertical-align: bottom;
	padding-bottom: 4px;
	border-left: 20px solid #588727;
	padding-left: 10px;
}
BODY.home .archive-hentry .sub-title
{
	max-width: 80%;
	padding-left: 5px;
}
BODY.home .archive-hentry .metadata
{
	border-top: 0;
}
BODY.home .archive-hentry .metadata .date
{
	margin-right: 0;
}
/*Comments*/
.comments
{
	margin-top: 20px;
}
.comments #response-lists, .comments #commentform
{
	padding: 10px 0;
}
.comments .comment
{
	overflow: hidden;
	margin-top: 20px;
}
.comments .comment:first-child
{
	margin-top: 0;
}
.comments .wysiwyg
{
	margin: 0;
}
.comments .vcard IMG
{
	float: left;
	margin: 0 10px 10px 0;
}
.comments .comment-author
{
	font-weight: bold;
}
.comments .form-section
{
	margin-top: 1em;
}
.comments .form-section:first-child
{
	margin-top: 0;
}
.comments TEXTAREA, .comments INPUT[type="text"]
{
	width: 98%;
}
.comments TEXTAREA
{
	height: 150px;
}
#dsq-comments-title H3, #dsq-new-post H3, .dsq-h3-reactions
{
	background: transparent none !important;
	margin-bottom: 10px;
	margin-top: 40px !important;
}
#dsq-content .dsq-comment
{
	margin-top: 20px !important;
}
#dsq-new-post H3
{
	margin-top: 0 !important;
}
#dsq-content .dsq-comment:first-child
{
	margin-top: 0;
}
#dsq-content .dsq-pagination
{
	padding: 0 !important;
}
/*Catalog*/
body.single-api .content, body.single-mashup .content
{
	margin-bottom: 0;
}
body.single-api .featured-image, body.single-mashup .featured-image
{
	max-width: 35%;
	height: auto;
	margin: 0 !important;
}
.featured-image + .aside-title + .catalog-info, .featured-image + .aside-title
{
	margin-left: 36%;
}
.catalog-info
{
	background: #FCFCFC;
}
.catalog-info A
{
	color: #588727;
}
.catalog-info > P, .catalog-info > DIV
{
	border-bottom: 1px solid #666;
}
.catalog-info .label, .documentation-url A, .service-url A, .taxonomy-tags .terms, .description .wysiwyg
{
	padding: 2%;
	display: inline-block;
	vertical-align: top;
}
.documentation-url A, .service-url A, .taxonomy-tags .terms, .description .wysiwyg
{
	border-left: 1px solid #666;
	width: auto;
	max-width: 61%;
}
.taxonomy-tags .terms A
{
	display: inline-block;
	margin: 0 5px 0 0;
}
.catalog-info .label
{
	font-family: Nnarrow, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	width: 90px;
	line-height: 13px;
}
.catalog-info .terms
{
	font-weight: normal;
}
.catalog-search
{
	margin-top: 20px;
}
.catalog-search form {
  display: inline-block;
  width: 64%;
}
.catalog-search LABEL
{
	display: inline-block;
	margin-right: 5px;
	font-family: Novecento, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}
.catalog-search INPUT[type="text"]
{
	width: 50%;
}
.catalog-search .catalog-add-api {
  display: inline-block;
  width: 35%;
  text-align: right;
  font-family: Novecento, sans-serif;
  text-transform: uppercase;
}

.catalog-search .catalog-add-api a {
  font-weight: bold;
  color: #588727;
}

.catalog-corrections
{
	margin-top: 15px;
	text-align: right;
	padding-bottom: 10px;
	clear: both;
	border-bottom: 1px solid #666;
	font-family: Novecento, sans-serif;
	text-transform: uppercase;
}
.catalog-corrections A
{
	font-weight: bold;
	color: #588727;
}
.catalog-corrections A:hover
{
	color: #486E22;
}
.catalog-meta
{
	margin-top: 20px;
	overflow: hidden;
}
.catalog-meta > DIV
{
	margin-bottom: 20px;
	float: right;
	width: 48.5%;
}
.catalog-meta > DIV:first-child
{
	float: left;
}
.catalog-meta .tag-list
{
	clear: both;
	width: auto;
	float: none;
}
.catalog-list LI A, .catalog-meta .references A
{
	color: #3F3E30;
	font-weight: bold;
}
.catalog-meta .tags
{
	background: transparent;
	border: 0;
	padding: 0 !important;
	margin-top: 10px;
}
.catalog-meta .tags LI
{
	padding: 0;
	border: 0;
	float: left;
	margin-top: 0;
}
.catalog-meta .related-posts UL
{
	padding: 0 !important;
	background: transparent;
}
.catalog-meta .related-posts LI
{
	margin: 0;
	padding: 0;
	border-color: #555442;
}
.catalog-list
{
	overflow: hidden;
	margin-top: 20px;
	font-size: 0;
}
.catalog-list LI
{
  font-size: 13px;
	padding: 1.5% 2% !important;
	background: #FCFCFC;
	border-bottom: 1px solid #999;
	display: inline-block;
	width: 28%;
	margin-right: 2%;
	vertical-align: top;
}
.catalog-list LI:nth-child(3n+3)
{
	margin-right: 0;
}
.catalog-list LI:first-child, .catalog-list LI:nth-child(2), .catalog-list LI:nth-child(3)
{
	border-top: 2px solid #666;
}
.catalog-feed-link
{
	font-weight: normal;
	font-size: 13px;
	color: #999 !important;
	float: right;
	margin: 0 0 -4px;
	display: inline-block;
}
.catalog-feed-link:hover
{
	color: #000 !important;
}
.catalog-feed-link B
{
	font-weight: bold !important;
}
.catalog-feed-link .feed-icon
{
	background: #588727 url('img/icon-feed-white.png') no-repeat center center;
	display: inline-block;
	height: 37px;
	width: 37px;
	margin-left: 10px;
	vertical-align: middle;
}
.disclaimer
{
	font-style: italic;
	padding: 20px 0;
}
/*SIDEBAR ----------------*/
.sidebar
{
	float: right;
	width: 32%;
	margin-left: 2%;
}
.sidebar .widget
{
	margin-top: 20px;
}
.sidebar .widget:first-child
{
	margin-top: 0;
}
.catalog-meta UL, .sidebar .widgettitle + *
{
	padding: 10px 13px !important;
	background: #FAFAFA;
}
.sidebar #recentcomments UL, .sidebar .widgettitle + UL
{
	list-style: none;
	margin: 0 !important;
}
.catalog-meta UL LI, .sidebar #recentcomments UL LI, .sidebar .widgettitle + UL > LI
{
	border-bottom: 1px solid #CCC;
	margin: 10px 0 0;
	padding: 0 0 10px;
	background: none;
}
.catalog-meta UL LI:first-child, .sidebar #recentcomments UL LI:first-child, .sidebar .widgettitle + UL > LI:first-child
{
	margin-top: 0;
}
.sidebar .mashupGreenLinks .widgettitle
{
	color: #588727 !important;
	background: #E6EFDD;
	border-color: #588727;
}
.sidebar .mashupGreenLinks UL
{
	background: transparent url('img/back-green-stripes.png') top left;
	font-weight: bold;
}
.sidebar .mashupGreenLinks LI
{
	padding-bottom: 0 !important;
}
.sidebar .mashupGreenLinks A
{
	color: #3F3E30;
	padding: 3px 7px;
	display: block;
	border-left: 10px solid #CCC;
	margin-left: -13px;
}
.sidebar .mashupGreenLinks A:hover
{
	color: #588727;
	text-decoration: none;
	border-color: #588727;
}
.widget_twitter .twitter-item
{
	overflow: hidden;
}
.widget_twitter_hash_tag .created, .dsq-widget-meta, .widget_twitter .twitter-timestamp
{
	display: block;
	text-align: right;
	color: #666;
	font-family: Novecento, sans-serif;
	font-size: 11px;
}
.dsq-widget-meta A
{
	color: #666;
}
.textwidget > A[href="http://disqus.com/"]
{
	display: none;
}
#mashupsociallinks-3 DIV IFRAME, .mashupSocialLinks DIV.fb-like, #mashupsociallinks-3 SPAN.IN-widget
{
	display: inline-block;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
SPAN.IN-widget SPAN.IN-top SPAN.IN-top SPAN.IN-top
{
	width: 100% !important;
	display: block;
	text-align: center;
}
#mashupsociallinks-3
{
	overflow: hidden;
	/*[empty]background-color:;*/
}
UL.sidebar .mashupSocialLinks IFRAME.fb_ltr
{
	width: 50px !important;
}
DIV.social-links DIV#post_social_buttons DIV.fb-like
{
	width: 80px;
}
DIV.fb-like
{
	margin: 0 !important;
	padding: 0 !important;
}
DIV.social-links DIV#post_social_buttons DIV.fb-like
{
	position: relative;
	top: -3px;
}
#mashupsociallinks-3 IFRAME.twitter-count-vertical
{
}
IFRAME.twitter-count-horizontal
{
	display: inline-block;
	margin-right: 5px;
}
.vote-button DIV, DIV#___plusone_0
{
	max-width: 320px !important;
}
/*FOOTER ----------------*/
.footer
{
	background: transparent url('img/back-blue-stripes.png') top left;
	border-top: 4px solid #6F90A6;
	font-size: 14px;
	overflow: hidden;
	padding-bottom: 20px;
}
.footer .column
{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.footer .column:first-child
{
	margin-left: 0;
}
.footer .widget
{
	margin-top: 20px;
}
.footer .widgettitle
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	color: #3D627A;
	font-family: Novecento, sans-serif;
}
.footer .widgettitle + UL
{
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.footer .widgettitle + UL > LI
{
	border-bottom: 1px solid #999;
	margin: 8px 0 0;
	padding: 0 0 8px;
	background: none;
}
.footer .widgettitle + UL > LI:first-child
{
	margin-top: 0;
}
/*Mashup API contest*/
.contest-list OL
{
	margin-left: 0 !important;
	padding-left: 0 !important;
	display: table;
	counter-reset: api-placement;
	width: 100%;
}
.contest-list OL LI
{
	display: table-row;
	line-height: 1em;
}
.contest-list OL B
{
	display: table-cell;
	background: #FCFCFC;
	vertical-align: middle;
	padding: 1%;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 1em;
}
.contest-list .name
{
	font-size: 15px;
	width: 60%;
}
.contest-list .name A
{
	color: #3F3E30;
}
.contest-list .number-of-votes
{
	font-size: 16px;
	color: #999;
	font-family: Nnarrow, sans-serif;
	font-weight: 200;
	font-size: 14px;
}
.contest-list .number-of-votes SPAN
{
	font-family: Novecento, sans-serif;
	font-weight: bold;
	margin-right: 5px;
}
.contest-list .vote-button
{
	color: #FFF;
	background: #EDA827;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Novecento, sans-serif;
	font-weight: bold;
}
.vote-button DIV
{
	vertical-align: middle !important;
	margin-left: 10px !important;
}
.contest-list OL LI .placement
{
  border-left: 0;
	border-bottom: 1px solid #999;
	font-size: 18px;
	color: #999;
	font-family: Novecento, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 1% 2% 1% 1%;
	display: table-cell;
	background: #FFF;
	vertical-align: middle;
	line-height: 1em;
}
.contest-list .options
{
	line-height: 1em;
	font-family: Nnarrow, sans-serif;
	font-size: 14px;
	text-align: right;
	background: #FCFCFC;
	border-bottom: 2px solid #666;
	margin-top: 0 !important;
}
.contest-list .options A
{
	color: #EDA827;
	display: inline-block;
	background: #FFF;
	border-left: 1px solid #666;
	padding: 1% 2%;
	line-height: 1em;
}

/* Quick post form */
#quick_post_form {
  padding: 0 !important;
  border: 0 !important;
}

#quick_post_form br {
  display: none;
}

/* Contest banner */
.contest-banner {
  background: #fae8c5 url('img/back-yellow-stripes.png') top left repeat;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 2px solid #eda827;
  color: #3f3e30;
  font-size: 14px;
}

.contest-banner .flarp {
  float: left;
  font-family: Novecento, sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  width: 173px;
  height: 94px;
  background: transparent url('img/back-flarp.png') top left no-repeat;
  text-align: center;
  padding-top: 10px;
  margin: 0 13px 0 10px;
}

.contest-banner .flarp > div {
  margin-top: 10px !important;
  margin-left: 30px !important;
}

.contest-banner .banner-title {
  background: #eda827;
  font-family: Novecento, sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  padding: 2px 0;
  border-top: #fff 4px solid;
}

.contest-banner .banner-title span {
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 5px 2%;
}

.contest-banner .banner-title a {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  float: right;
  font-weight: 600;
}

.contest-banner h3 {
  color: #ab740e;
  font-family: Novecento, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}

.contest-banner .button {
  background: #fff;
  color: #eda827;
}

.contest-banner .banner-content {
  max-width: 74%;
}

.contest-banner .banner-content p {
  line-height: 1.3em;
}

.contest-banner .button:hover {
  background: #eda827;
  color: #fff;
}

.wysiwyg UL LI
{
	list-style: inside url(img/bullet.png) !important;
	background-image: none !important;
}