/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

html {
	background: #FFF4C7 url(http://belltreeforums.com/images/belltree/grass-fall.png) repeat-x left top;
}

body {
	max-width: 960px;
    margin: 0 auto;
}

header {
	margin: 20px auto 20px auto;
	background: rgba(255, 255, 255, 0.85);
}

img {
	margin: 0 auto;
	display: block;
	padding: 15px 0px 15px 0px;
	max-width: 100%;
}

main, section, footer {
	margin: 20px auto 20px auto;
	background: rgba(255, 255, 255, 0.85);
	padding: 10px;
	border-radius: 5px;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
}

p {
	line-height: 29px;
	font-size: 17px;
	margin-bottom: 20px;
	font-family: 'Georgia', Arial;
}

p.nomarbot {
	margin-bottom: 0px;
	text-align: center;
}

a.previous-button, a.next-button {
	width: 49.5%;
	font-size: 30px;
	color: #ffffff;
	background: #FF8C00;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
}

a.vote-button {
	width: 100%;
	font-size: 30px;
	color: #ffffff;
	background: #FF8C00;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
}

.entries { position: relative; overflow: auto; }
    .entries li { list-style: none; }
        .entries ul li { float: left; }
        

@media only screen and (max-width:35em) { 
	
.mobile-remove {
	display: none;
}
	
a.previous-button, a.next-button {
	width: 49.3%;
	font-size: 24px;
}

a.vote-button {
	font-size: 24px;
}

h2 {
	font-size: 26px;
}

p {
	line-height: 24px;
	font-size: 15px;
	margin-bottom: 15px;
}

}