@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot?-pq1hwk');
	src:url('/fonts/icomoon.eot?#iefix-pq1hwk') format('embedded-opentype'),
		url('/fonts/icomoon.woff?-pq1hwk') format('woff'),
		url('/fonts/icomoon.ttf?-pq1hwk') format('truetype'),
		url('/fonts/icomoon.svg?-pq1hwk#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-dice:before {
	content: "\e601";
}
.icon-evil:before {
	content: "\e600";
}
.icon-googleplus:before {
	content: "\e602";
        font-size: 1.8em;
}
.icon-twitter:before {
	content: "\e603";
        font-size: 1.8em;
}

@font-face {
        font-family: 'Oswald';font-style: normal;font-weight: 300;src: local('Oswald Light'), local('Oswald-Light'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


/** RESET AND CLEARFIX
================================================**/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #414141;
	font-family: "Helvetica", "Arial", sans-serif;
	background: #FFFFFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/** TYPOGRAPHY
================================================**/

a {
	color: #5280dd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.575em;
	margin-bottom: 35px;
}

h3 {
	font-size: 1.175em;
	margin-bottom: 10px;
}

p {
	font-size: .875em;
	line-height: 1.35em;
	color: #555;
	margin-bottom: 8px;
}

p.intro {
	font-size: 1.125em;
	margin-bottom: 35px;
}

pre {
	margin: 15px 0;
	overflow: auto;
	word-wrap: normal!important;
}

code {
	/*width: 1000px;*/
}

hr {
	border: 0;
	border-top: solid #ddd 1px;
	margin: 40px 0;
}

/** LAYOUT
================================================**/

#main {
	padding: 15px 0;
}

.inner {
	width: 1050px;
	position: relative;
	margin: 0 auto;
}

#primary {
	margin: 0;
	position: relative;
        float: left;
        width: 730px;
}

#primary .fad-top-leaderboard-rd {
        margin-bottom: 5px;
}

#primary .bottom_ad {
        margin-top: 5px;
}

aside {
	width: 290px;
	float: right;
}

footer {
	width: 1050px;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
}

/** SIDEBAR
================================================**/

aside .block {
	padding: 8px 0 8px 0;
}

aside .block-advert {
	padding-top: 5px;
        padding-bottom: 12px;
}

aside .block-buttons {
	padding-bottom: 15px;
}

aside .btn {
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 5px 0 #9f9f9f;
	-webkit-box-shadow: 0 5px 0 #9f9f9f;
	box-shadow: 0 5px 0 #9f9f9f;
	background: #d8d8d8;
	color: #414141;
	padding: 5px 10px 3px;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
        width: 80%;
}

aside .btn span {
	font-weight: normal;
	position: relative;
	top: 2px;
	padding-right: 4px;
}


aside .btn:hover {
	color: #5280dd;
	text-decoration: none;
}

aside .btn:hover span {
	color: #414141;
}

aside .btn:active {
	top: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

aside h4 {
	font-size: 1.375em;
	line-height: 1.25em;
	margin-bottom: 8px;
}

aside .block p {
	font-size: 1em;
	line-height: 1.25em;
}

aside input[type="text"] {
	border: solid #c2c2c2 1px;
	padding: 3px 5px;
	display: block;
	width: 93%;
	margin-bottom: 10px;
}

aside label {
	font-size: .875em;
	margin-bottom: 3px;
	display: block;
}

aside input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #5280dd;
	color: #fff;
	padding: 4px 10px;
	border: none;
	font-size: .875em;
	cursor: pointer;
	-webkit-appearance: none;
}

aside input[type="submit"]:hover {
	background: #72cb76;
}

aside .block-signup .error {
	display: none;
	color: red;
	font-size: .875em;
	margin-bottom: 10px;
}

aside .line {
	border-bottom: solid #c2c2c2 1px;
        margin-bottom: 10px;
}


/** HEADER
================================================**/

header {
	background: #FFFFFF;
	border-bottom: solid 3px #c3c3c3;
}

.social_top {
        position: absolute; 
        top: 55px;
        right: 0px;  
}

.social_top_large {
        position: absolute; 
        top: 45px;
        right: 0px;  
}

nav {
        clear: both;
        background-color: #000000;
        padding: 1.2%;
}

nav a {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 10px;
	color: yellow;
        white-space: nowrap;
}

nav a.active,
nav a:hover {
	color: #de3329;
	text-decoration: none;
}

header .btn {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 5px 0 #365491;
	-webkit-box-shadow: 0 5px 0 #365491;
	box-shadow: 0 5px 0 #365491;
	background: #5280dd;
	color: #fff;
	padding: 5px 14px 3px;
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
}

header .btn:hover {
	background: #72cb76;
	-moz-box-shadow: 0 5px 0 #549557;
	-webkit-box-shadow: 0 5px 0 #549557;
	box-shadow: 0 5px 0 #549557;
	text-decoration: none;
}

header .btn:active {
	top: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/** POLL
================================================**/

#poll-container {
        width: 100%;
        font-size: 1.0em;
}

#poll-container .small_header {
        padding-bottom: 5px;
        font-size: 1.1em;
        font-weight: bold;
}

#poll-container .poll_box {
        width: 280px;
        border: 2px solid #ccc;
        border-radius: 8px;
        margin-top: 5px;
        padding: 3% 0 3% 3%;
        background-color: #ededed;
}

#poll-container .poll_box label {
        display: inline;
}

#poll-container .graph {  
        width: 270px;  
        position: relative;  
        right: 5px;  
} 

#poll-container .bar-title {  
        position: relative;  
        float: left;  
        width: 125px;  
        line-height: 20px;  
        margin-right: 2px;  
        font-weight: bold;  
        text-align: right;  
    }
  
#poll-container .bar-container {  
        position: relative;  
        float: left;  
        width: 110px;
        height: 10px;  
        margin: 0px 0px 15px;  
}  

#poll-container .bar-container div {  
        background-color:#cc4400;  
        height: 20px;
}  

#poll-container .bar-container strong {  
        position: absolute;  
        right: -32px;  
        top: 0px;  
        overflow: hidden;  
} 

#poll-results {
        font-size: 12px;
        width: 270px;
        border: 2px solid #ccc;
        border-radius: 8px;
        margin-top: 15px;
        padding: 15px;
        padding-right: 0;
}
 
#poll-results p{  
        text-align: center; 
}  

/** RESPONSIVE BREAKPOINTS
================================================**/

@media(max-width: 1070px){
        body {

        }

	.inner {
                width: 90%;
	}

	aside {
               width: 35%;
	}

	#primary {
		padding: 0 2%;
                width: 60%
	}

	header .logo {
		padding-left: 20px;
	}

	header .download {
		right: 20px;
	}

	header nav {
		right: 170px;
	}

        #poll-container .poll_box {
                width: 97%;
                font-size: 0.965em;
        }

        #poll-container .small_header {
                font-size: 1.0em;
        }

        #poll-results {
                width: 98%;
        }

        #poll-container .bar-container {  
                width: 30%;
        }

	footer {
		width: auto;
		float: none;
		padding-left: 20px;
	}

	footer {
		margin-bottom: 30px;
	}

}

@media(max-width: 768px){

	#main {
		padding-top: 20px;
	}

	#primary {
                float: none;
                width: 95%;
	}

        .inner {
                width: 99%;
        }

	header .logo {
		margin: 0 auto;
		float: none;
		text-align: center;
		padding: 0;
	}

	header .logo img {
		width: 45%;
	}

	header nav {
		position: static;
		text-align: center;
	}

	header .download {
		position: static;
		text-align: center;
		margin: 25px 0;
	}

        #social_top {
                top: 64%;
                right: 5px;  
        }

        #poll-container .poll_box {
                width: 80%;
                font-size: 1.0em;
        }

        #poll-results {
                width: 75%;
        }

	aside {
		float: none;
		width: 70%;
		padding: 0 20px;
	}

        aside .btn {
                width: 55%;
        }
}

@media(max-width: 500px){

	#main {
		padding-top: 10px;
	}

	header .logo img {
		width: 80%;
	}

        #social_top {
                top: 5%;
                left: 5px;  
        }

	nav a {
		padding: 0 5px;
                font-size: 1.05em;
                line-height: 1.5em;
                background-color: #4c4c4c;
	}

        #poll-container .poll_box {
                width: 100%;
        }

        #poll-results {
                width: 100%;
        }

	aside {
		font-size: 90%;
                width: 80%;
	}

        aside .btn {
                width: 70%;
        }

	footer {
		font-size: 85%;
	}

}

@media(max-width: 400px){

	h1 {
		font-size: 2.5em;
	}

	#primary {
		font-size: 100%;
	}

}

/* end of common styles */

/* beginning of specific home styling */

.slider {
        font-size: 1.3em;
}

.content {
        width: 100%;
}

.content img {
        width: 32%;
        z-index: 1;
}

.qu {
        display: inline;
        position: relative;
}

.overthree { 
        display: none
}

.qu h2 {
        position: absolute;
        top: -50px;
        left: 1%;
        padding: 2%;
        text-align: center;
        font-size: 1.3em;
        font-family: 'Oswald', sans-serif;
        color: #ffffff;
        text-shadow: 4px 4px 4px #000000;
        z-index: 2;
}

.qu h2:hover {
        color: #5280dd;
}


/** RESPONSIVE BREAKPOINTS
================================================**/

@media(max-width: 1070px){

        .content img {
                width: 49%;
        }

        .overthree { 
                display: inline;
        }

        .overtwo {
                display: none;
        }

        aside .block-advert img {
                width: 100%;
        }

	#slider {
		padding: 0 20px;
	}
}

@media(max-width: 768px){

        .qu h2 {
                font-size: 1.5em;
        }
}

@media(max-width: 500px){

        .slider {
                font-size: 1.0em;
        }

        .qu h2 {
                font-size: 1.28em;
        }

        aside {
                width: 80%;
        }

}

@media(max-width: 400px){

	.qu {
                display: block;
                position: relative;
        }

        .content img {
                width: 100%;
        }

        .overtwo {
                display: block;
        }

        .qu h2 {
                top: 65%;
                font-size: 1.3em;
        }

	#slider {
		font-size: 100%;
	}

}

