/*---------------------------------------------------------
title: forkparty.com
theme: forkparty
author: michael bhatti
email: michaelsbhatti@gmail.com
---------------------------------------------------------*/

body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,  
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

img {
	border: 0;
	}

fieldset {
	border: 1px solid transparent;
	}

table { 
	border-spacing: 0;
	border-collapse: collapse;
	}

td, th {
	text-align: left;
	font-weight: normal;
	}	

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

:focus {
	outline: 0;
	}

a:link, a:visited, a:active {
	color: #006DD8;
	text-decoration: none;
	}

a:hover{
	color: #900600;
	text-decoration: none;
	}



/* All
---------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #2F0300;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	}

h1 {

	}

h2 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	}

h3 {

	}

h4 {

	}

p {
	margin: 0 0 20px 0;
	}

li, label {

	}

ul, ol {

	}

ul {

	}

ol {

	}

.clear {

	}
	
#header {
	width: 100%;
	height: 192px;
	background-color: #2F0300;
	background-image: url(images/header_background.jpg);
	background-repeat: repeat-x;
	}
	
	
#header_background {
	height: 192px;
	background-repeat: no-repeat;
	width: auto;
	}
	
#header_wrapper {
	height: 192px;
	width: 900px;
	margin: 0 auto;
	background-image: url(images/header_wrapper.jpg);
	background-repeat: none;
	}

#logo {
	height: 150px;
	width: 155px;
	float: left;
	border: none;
	}

#header_navigation {
	height: 40px;
	width: 900px;
	margin: 0 auto;
	float: left;
	}
	
#header_navigation li {
	float: left;
	margin: 0 15px;
	padding: 8px 0;
	}
	
#header_navigation a:link, #header_navigation a:active, #header_navigation a:visited {
	color: #E3E3E3;
	font-size: 15px;
	}
	
#header_navigation a:hover {
	color: #FFFFFF;
	}
	
#header_leaderboard {
	height: 90px;
	width: 728px;
	float: right;
	margin: 30px 0 0 0;
	border: 1px solid #2D110E;
	}
	
#wrapper {
	width: 880px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background-color: #EEEDED;
	}

#recent {
	width: 50%;
	background-color: #EEEDED;
	height: auto;
	overflow: hidden;
	float: left;
	}

#popular {
	width: 50%;
	background-color: #EEEDED;
	height: auto;
	overflow: hidden;
	float: right;
	}

	
#container {
	width: 550px;
	background-color: #EEEDED;
	height: auto;
	overflow: hidden;
	float: left;
	}

#container_biggie {
	width: 900px;
	background-color: #EEEDED;
	height: auto;
	overflow: hidden;
	float: left;
	}



#container_gamebox1 {
        width:200px;
        height: auto;
        float:left;
}

#container_gamebox2 {
        width:450px;
        background-color: #EEEDED;
        height: auto;
        padding: 4px; 
        float:center;
}



.container_title {
	width: 548px;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	text-align: center;
	}

.container_post {
	width: 544px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 3px;
	}

.container_post_biggie {
	width: 872px;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 3px;
	}
	
.container_post_content {
	width: 504px;
	height: auto;
	overflow: hidden;
	padding: 20px 20px 0 20px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	}
	
.container_post_content_biggie {
	width: 833px;
	height: auto;
	overflow: hidden;
	padding: 20px 20px 0 20px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	}



.container_post_content_category {
	margin: 0 0 10px 0;
	font-size: 11px;
	text-transform: uppercase;
	}

.container_post_content_category a:link, .container_post_content_category a:visited, .container_post_content_category a:active {
	color: #8A3230;
	text-decoration: underline;
	}

.container_post_content_category a:hover{
	color: #8A3230;
	text-decoration: none;
	}
	
.container_post_content_title {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	}

.container_post_content_title a:link, .container_post_content_title a:visited, .container_post_content_title a:active {
	color: #534042;
	text-decoration: none;
	}

.container_post_content_title a:hover{
	color: #006DD8;
	text-decoration: none;
	}
	
.container_post_content_date {
	font-size: 12px;
	color: #959595;
	margin: 0 0 20px 0;
	}
	
#postmeta {
	font-size: 11px;
	font-weight: bold;
	}
	
#comment {
	width: 504px;
	}
		
#comments {
	width: 464px;
	padding: 0 20px;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: normal;
	}
	
#comments p {
	margin: 0;
	padding: 0;
	}
	
.actual_comment {
	margin: 0 0 20px 0;
	background-color: #EEEDED;
	width:444px;
	padding: 10px;
	border-top:1px solid #DDDDDD;
	}

.comment_date {
	font-size: 10px;
	color: #959595;
	}

.postnavigation {
	padding: 0 20px 20px 20px;
	width: 504px;
	height: auto;
	overflow: hidden; 
	}

#newer_entries {
	float: right;
	}
	
#older_entries {
	float: left;
	}

#sidebar {
	width: 320px;
	background-color: #EEEDED;
	height: auto;
	overflow: hidden;
	float: right;
	}
	
.sidebar_widget {
	width: 314px;
	background-color: #FFFFFF;
	height: auto;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 3px;
	}
	
.sidebar_widget_header {
	height: 26px;
	width: 274px;
	margin: 0 0 10px 0;
	background-color:#FFFFFF;
	}
	
.sidebar_widget_content {
	width: 274px;
	height: auto;
	overflow: hidden;
	padding: 20px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	}
	
.searchinput {
	width: 211px;
	height: 29px;
	border: 1px solid #DCDCDC;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #534042;
	}
	
.searchbutton {
	width: 52px;
	height: 31px;
	border: none;
	background-image: url(images/search_button.gif);
	background-repeat: no-repeat;
	float: right;
	}
	
#sidebar_widget_ad {
	position: relative;
	right: 13px;
	}
	
#sidebar_widget_ad img {
	border:1px solid #2D110E;
	}

#footer {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 10px 0 0 0;
	}
	
#footer #copyright {
	font-size: 11px;
	float: left;
	margin: 0 20px 0 0;
	color: #FFFFFF;
	}

#footer li {
	float: right;
	margin: 0 0 0 20px;
	font-size: 11px;
	}

#footer li a:link, #footer li a:visited, #footer li a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
	
/* NEW FORK PARTY STYLES */

#featured_posts {
	background-color:#FFFFFF;
	width: 880px;
	height: 86px;
	margin: 0 0 10px 0;
	}
	
.featured_posts_story {
	width: 284px;
	height: 80px;
	border: 3px solid #DDDDDD;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	float: left;
	margin: 0 5px 0 0;
	}
	
#no_margin {
	margin: 0;
	}
	
.featured_posts_story img {
	width: 94px;
	height: 74px;
	float: left;
	padding: 3px;
	border: none;
	}
	
.featured_posts_story p {
	font-size: 12px;
	width: 166px;
	float: right;
	padding: 3px;
	margin: 0;
	}
	
#search_input {
	margin: 10px 0 0 0;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#3D0201;
	color: #FFC000;
	border: none;
	padding: 3px 10px;
	}
	
/* Align Code */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* Link Sharing Thumbs
-------------------------------------------------------------- */

.bot-post-link-full {
	float: left;
	width: 536px;
	margin: 20px 0 0 0;
	}

.bot-post-link-full p {
	float: left;
	color: #2d110e;
	font-family: arial;
	font-size: 20px;
	margin-bottom: 10px;
	}

.bot-post-link-wrap-first {
	float: left;
	width: 536px;
	padding-bottom: 10px;
	border-bottom: #ddd 1px solid;
	margin-bottom: 10px;
	}

.bot-post-link-wrap-last {
	float: left;
	width: 536px;
	margin-bottom: 20px;
	}

.bot-post-link {
	float: left;
	width: 120px;
	margin-right: 16px;
	border-right: #ddd 1px solid;
	}

.bot-post-link:hover {
	float: left;
	background: #ddd;
	width: 120px;
	text-decoration: underline;
	margin-right: 16px;
	border-right: #ddd 1px solid;
	}

.bot-post-link img {
	float: left;
	width: 100px;
	height: 100px;
	padding: 2px;
	border: #ddd 1px solid;
	}

.bot-post-link p {
	float: left;
	color: #2d110e;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	width: 100px;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	}

.bot-post-link p a {
	float: left;
	color: #2d110e;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	width: 100px;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	}

.bot-post-link-last {
	float: left;
	width: 120px;
	}

.bot-post-link-last:hover {
	background: #ddd;
	float: left;
	text-decoration: underline;
	width: 120px;
	}

.bot-post-link-last p {
	float: left;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: #2d110e;
	width: 100px;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	}

.bot-post-link-last p a {
	float: left;
	font-family: arial;
	font-size: 12px;
	color: #2d110e;
	text-decoration: none;
	width: 100px;
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	}

.bot-post-link-last img {
	float: left;
	width: 100px;
	height: 100px;
	padding: 2px;
	border: #ddd 1px solid;
	}