/*
Theme Name: FreshFights.com Theme
Theme URI: http://www.jamesmarquez.com/
Description: Plain wordpress theme
Author: James Marquez
Author URI: http://www.jamesmarquez.com/

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #737373;
	font-size: 11pt;
}
h1 {
	font-size: 18pt;
}
h2, h3 {
	font-size: 14pt;	
	margin-top: 10px;
	margin-bottom: 5px;
	color: #333;
}
a {
	color: #4261DF;	
}
p {
	margin: 6px 0 9px 0;
}
small {
	font-size: 9pt;
}


/* Layout */
#container {
	width: 800px;
	margin: 20px auto;
}
#header {
	width: 100%;
	height: 210px;
}
#page-body {
	width: 770px;
	padding: 10px 10px 10px 20px;
	float: left;
	background: url(images/body_bg.jpg) repeat-y;
}
#content {
	float: left;
	width: 440px;	
}
#sidebar-middle {
	float: left;
	width: 130px;
	padding: 10px;	
}
#sidebar {
	float: left;
	width: 160px;
	padding: 10px;
}
#footer {
	float: left;
	width: 800px;
	height: 60px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	background: url(/themes/images/foot.jpg) no-repeat;
}


/* Header */
h1 {	
	width: 800px;
	height: 100px;
	background: url(/themes/images/h1.jpg) no-repeat;	
}
h1 a {
	display: block;
	width: 800px;
	height: 100px;
}
#description {
	width: 800px;
	height: 110px;
	background: url(/themes/images/h2.jpg) no-repeat;	
}
#header span {
	display: none;
}


/* Body */
.pagetitle {
	font-size: 16pt;
	font-style: italic;
	color: #333;
	font-family: "Times New Roman", Times, serif;
}
.post {
	margin-bottom: 10px;
	padding: 10px;
}
.post h2, .post h3 {
	border-bottom: 1px solid #bbb;
}
.post h2 a, .post h3 a {
	text-decoration: none;
}
.post h2 a:hover, .post h3 a:hover  {
	color: #5095BE;	
}
.post small, .postmetadata {
	color: #666;
	font-size: 11px;
}
.postmetadata a {
	text-decoration: none;
	color: #212121;
}
.postmetadata a:hover {
	text-decoration: underline;
}
.entry {
	float: left;
	width: 420px;
	font-size: 90%;
}
.entry img {
	float: left;
	margin-right: 10px;
}
.entry img.wp-smiley {
	float: none;
	margin: 0;
}
.entry ol, .entry ul {
	margin-left: 30px;
}
.entry ol li {
	list-style-type: decimal;
	padding: 1px 0 1px 6px;	
}
.entry ul li {
	list-style-type: circle;
	padding: 1px 0 1px 6px;	
}
blockquote {
	font-size: 14pt;
	float: left;
	width: 250px;
	padding: 10px;
	color: #333;
	font-style: italic;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-right: 10px;
	font-family: "Times New Roman", Times, serif;
}
strong {
	font-size: 10pt;
	font-weight: bold;
	color: #333;
}
code, pre {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 10px;
	font-family: "Courier New", Courier, mono;
	background: #eee;
	overflow: auto;
	margin-bottom: 10px;	
}
.navigation {
	float: left;
	clear: both;
	width: 420px;	
}
.box {
	border: 1px solid #bbb;
	background: #eee;
	font-size: 80%;
	padding: 10px;
}

/* Comments */
#comments, #respond, #trackbacks {
	font-size: 16pt;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #333;
	padding-left: 3px;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid #bbb;
	padding-bottom: 1px;
}
.item {
	padding: 10px;
	margin-bottom: 3px;
	width: 410px;
}
ol.commentlist {
	margin: 0;
}
ol.commentlist li {
	background: #f5f5f5;
	margin-bottom: 1px;
	list-style: none;
	border-left: 3px solid #c5c5c5;
	overflow: auto;
}
ol.commentlist li.alt {
	background: #e5e5e5;
	border-left: 3px solid #c0c0c0;
}
ol.commentlist cite {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
}
ol.commentlist small {
	font-size: 80%;
}


/* Sidebar */
#sidebar-middle h2, #sidebar h2 {
	font-size: 11pt;
	font-weight: bold;	
	color: #212121;
}
#sidebar ul li, #sidebar-middle ul li {
	font-size: 80%;
	margin-bottom: 10px;
	line-height: 15px;	
}
#sidebar ul , #sidebar-middle ul {
	margin-bottom: 20px;
}


/* TABLE */
div.entry table {
	border: 1px solid #ccc;
	padding: 1px;
	border-spacing: 1px;
}
div.entry table th {
	background: #ccc;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	font-size: 9pt;
}
tr.odd {
	background: #ddd;
}
tr.even {
	background: #f5f5f5;
}


/* Footer */
#footer {
	font-size: 80%;
	color: #444;
}
#footer a {
	color: #000;
}