/*
Name: Trivia Turmoil
website: triviaturmoil.com
Author: Nelson Pray
*/
/* Colors

red: #d90808
black: #000000
dark gray: #272727
*/

/* Reset */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
body {
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	background: url(img/top-tile.jpg) top center repeat-x #d90808;
}
ul {
	list-style: square inside;
}
ol {
	list-style: decimal inside
}
a {
	outline: none;
	text-decoration: none;
}
a img {
	border: none;
}
img {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}

/* utility */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.button {
	border: 1px solid #272727;
	background: white;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#d90808
}
.button:hover {
	background: #d90808;
	color: white;
	-moz-box-shadow: 5px 5px 5px #0000;
	-webkit-box-shadow: 5px 5px 5px #0000;
}

/*Typeography*/
p, li {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
a {
	color: #d90808;
}
a:hover {
	background: #d90808;
	color: white;
}
h1 {
	font-size: 3.6em;
	font-family: Georgia, serif;
	font-weight: normal;
}
h2 {
	font-size: 2.8em;
	font-family: Georgia, serif;
	font-weight: normal;
}
h3 {
	font-size: 2.6em;
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}		
h4 {
	font-size: 2.0em;
	font-family: Georgia, serif;
	font-weight: normal;
}
/* Structure */

#page-wrap {
	background: url(img/bottom-tile.jpg) repeat-x left bottom;
}
#outer-wrap {
	background: url(img/trivia.png) fixed repeat-x bottom;
}
#inner-wrap {
	border: solid 1px;
	width: 900px;
	background: white;
	margin: 0 auto -125px;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
	
	-moz-box-shadow: 10px -100px 25px #000000;
	-webkit-box-shadow: 10px -100px 25px #000000;
}
#push {
	height: 125px;
}
/*Header*/
#header {
	width: 900px;
	background: #272727;
	height: 75px;
}
h1.logo {
	float: left;
	padding: 15px;
}
#search {
	float: right;
	padding: 15px;
}
/*Navigation*/
#navigation {
	background: #d90808;
	height: 50px;
	margin-bottom: 15px;
}
#main-nav {
	float: left;
	text-align: left;
	padding: 15px;
}
#alt-nav {
	float: right;
	text-align: right;
	padding: 15px;
}
/* Social Side Bar */
#social-sidebar {
	width: 190px;
	float: left;
	margin-right: 30px;
}
/*Content*/
#content {
	width: 400px;
	float: left;
}
/*Link Side Bar*/
#link-sidebar {
	width: 190px;
	float: right;
}
/*widgets*/
.widget {
	background: #272727;
	border-right: 1px solid #d90808;
	border-bottom: 1px solid #d90808;
	width: 190px;
	text-align: center;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 15px #000000;
	-webkit-box-shadow: 5px 5px 15px #000000;
}
.widget .inside {
	padding: 10px;
	margin: 15px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*blog entries*/
.post h2 {}
#datebox {
	width: 75px;
	float: left;
	background: #272727;
	border: 2px solid #d90808;
	color: white;
	margin-right: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.month {
	font-size: 3.4em;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
.day {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
}
.year {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
}

ol.comment-list {
	list-style: none;
}

.comment-area {
	background: #272727;
	border: 3px solid #d90808;
	color: white;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ol.comment-list li p {
	font-size: 1.0em;
}
#faqs h4 {
	cursor: pointer;
}
#faqs h4:active {
	color: #d90808;
}
#faqs h4:hover {
	color: #d90808;
}
#faqs div {
	height: 0;
	overflow: hidden;
	position: relative;
}
#faqs div p {
	padding: 0;
	margin-bottom: 15px;
}
#faqs div ul {
	list-style: none;
}
/*footer*/
#footer {
	height: 124px;
	background: #272727;
	border-top: 5px solid #d90808;
	width: 900px;
	margin: 0 auto;
}
#footer-inside {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}
#footer p{
	color: white;
}
#footer-1 {
	width: 200px;
	float: left;
	margin-right: 350px;
}
#footer-2 {
	width: 200px
	float: right;
	margin-left: 300px;
}
