/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
.searchsubmit, .searchsubmit:hover {
	background-color: #FF901A;
}

.s {
	color: #000000;
}

.home h2 a, h2 a, .wf-active h1, .wf-active h2, .wf-active h2 a, .wf-active h2 a:visited {
	font-size: 30px;
	line-height: 32px !important;
	color: #FF901A;
	font-weight: bold;
}

h2 a:hover, h3 a:hover {
	color: #FFC280 !important;
}

/* Sidebar Poll - Polldaddy Overwrite */
#sidebar .PDS_Poll {
	background: url('//mikefratello.files.wordpress.com/2014/07/frat-poll-back.png') no-repeat center top !important;
	color: #666 !important;
	font-size: 11px !important;
	font-weight: bold !important;
/* height:376px; */
	margin: 5px 0;
	padding-top: 50px;
	width: 251px;
}

#sidebar .pds-box {
	background: transparent !important;
	border: none !important;
	width: 231px !important;
}

#sidebar .pds-box-outer {
	padding: 24px 12px;
	width: 226px;
}

#sidebar .pds-question-top {
	border: 0 none #EEE !important;
	color: #666 !important;
	font: 12px Arial !important;
	margin: 10px 0 15px;
	padding: 0 15px;
	text-align: left;
	width: 204px !important;
}

#sidebar .pds-answer {
	border: 0 none #EEE !important;
}

#sidebar .pds-answer-group {
	display: block;
	padding: 5px 0;
}

#sidebar .pds-answer-input {
	display: block;
	float: left;
	padding: 0;
	width: 25px;
}

#sidebar .pds-input-label {
	color: #666 !important;
	font: 12px Arial !important;
	width: 201px !important;
}

#sidebar .pds-vote {
	padding: 10px 0 !important;
}

#sidebar .pds-vote-button {
	background: url('//mikefratello.files.wordpress.com/2014/07/vote-btn.gif') no-repeat center top !important;
	border: none !important;
	display: block;
	height: 31px;
	width: 92px;
}

#sidebar .pds-vote-button span {
	visibility: hidden;
}

#sidebar .pds-links {
	display: block;
	float: left;
	padding: 10px 10px 0;
}

#sidebar .pds-view-results,#sidebar .pds-comments,#sidebar .pds-return-poll,#sidebar .pds-pd-link,#sidebar .pds-share {
	color: #666 !important;
	font: bold 12px Arial !important;
	padding: 10px 5px 0 !important;
	text-align: left;
}