/*
Theme Name:fultonsoft
Theme URI: http://www.fultonsoft.com/
Version: 1.0
Description: Custom Wordpress Theme for mikereviews.com
Author: Mike Fulton
Author URI: http://fultonsoft.com/
*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #0000FF;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	
div#header
{
	background-color: white;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 300px;
	border-bottom: 1px solid black;
}
	
div#frame
{
	margin-bottom: 20px; 
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	background-color: white;
	border: 1px solid black;
	padding: 0px;
	font-family: Tahoma, Ariel, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
}

div#footer
{
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 894px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid black;
	padding: 2px;
	padding-top: 10px;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	vertical-align:middle;
}


div#sidebar
{
	float: right;
	margin-right: 0px;
	background-color: #FFF; /* Same as content & div#frame */
	color: #000;
	width: 210px;
	padding: 10px;
	border: none;
	border-left: 1px solid black;
	line-height: 14px;
	font-size: 12px;
	font-family: Tahoma, Ariel, Helvetica, Sans-Serif;
}

#content
{
	float: left;
	width: 650px;
	padding: 0px;
	margin-left: 0px;
	background-color: white;
	border: none;
}

div#middle
{
	background-color: white;
	width: 100%;	
}

table#wp-calendar
{
	width: 100%;	
	border-collapse: collapse;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
}

table#wp-calendar caption
{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 5px;
}

table#wp-calendar thead th
{
	padding-bottom: 5px;
	border-bottom: 1px dotted red;
	margin-bottom: 5px;
}

table#wp-calendar a
{
	color: red;
}

table#wp-calendar td#today, table#wp-calendar td#today a
{
	color: red;
	font-weight: bold;
}

div.entry
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding: 0px;
	
	font-family: Ariel, Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 17px;
}

div.entry p
{
	margin-top: 5px;
	margin-bottom: 10px;
}

div.entry pre
{
	background-color: #F8F8F8;
	border: 1px solid #008;
	padding: 5px;
	margin: 10px;
}

div.entry img
{ 
	padding: 5px;
}

div.entry img.alignleft, div.alignleft
{ 
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	text-align: center;
	padding: 2px;
	border: 1px solid black;
	background-color: #EEE;
}

div.entry img.alignright, div.alignright
{ 
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	text-align: center;
	padding: 2px;
	border: 1px solid black;
	background-color: #EEE;
}

div.postheader
{
	padding: 0px;
/*
	border: 2px solid blue;
	background-color:#00C;
*/
	color: blue;
	font-size: 175%;
	font-weight: bold;
}

div.postheader a
{
	color: blue;
	text-decoration: none;
}

div.entry h1, div.entry h2, div.entry h3
{
	background-image: url(images/vertical/blue-black.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	background-color: #FFF;
	color: white;
	font: inherit;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border:1px solid black;
}

div.entry h1
{
	text-size: 200%;
	line-height: 200%;
}
div.entry h2
{
	text-size: 175%;
	line-height: 175%;
}
div.entry h3
{
	text-size: 150%;
	line-height: 150%;
}
div.entry h4
{
	text-size: 135%;
	line-height: 135%;
	font-weight: bold;
}
div.entry h5
{
	text-size: 125%;
	line-height: 125%;
	font-weight: bold;
}
div.entry h6
{
	text-size: 110%;
	line-height: 110%;
	font-weight: bold;
}

div.entry h2 a
{
	color: red;
	text-decoration: none;
}

div.entry h2 a:hover
{
	color: blue;
	text-decoration: none;
}

#sidebar h3
{
	color: blue;
	font-size: 13px;
	font-family: Tahoma, Ariel, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted red;
}
	
#sidebar p, #sidebar li
{
	font-family: Tahoma, Ariel, Helvetica, Sans-Serif;
	font-weight: normal;
	color: black;
}

#sidebar p, #sidebar ul, #sidebar ol
{
	margin: 0 0 10px 0;
}

#sidebar ul
{
	margin-bottom: 15px;
	list-style: none;
}

#sidebar ul li
{
	padding: 0 0 0 3px;
	list-style-type:disc;
	margin-left: 16px;
}
	
#sidebar a
{
	color: black;
	text-decoration: none;
}
	
#sidebar a:hover
{
	color: red;
	text-decoration: underline;
}

div.post ul.post-data
{
	border-top: 1px dotted black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: inherit;
	list-style: none;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: red;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div.post ul.post-data li
{
	color: black;
}
	
div.post ul.post-data a
{
	color: black;
	text-decoration: none;
	font-weight:bold;
}
	
div.post ul.post-data a:hover
{
	color: red;
	text-decoration: underline;
	font-weight:bold;
}

p.tags
{
	border: 1px solid black;
	background-color: #F0F0F0;
	padding: 5px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 30px;
	background-image: url(images/tags-icon.png);
	background-position: top left;
	background-repeat: no-repeat;
}

ul.enhanced-categories-1 img
{
	border: none;
}

/* -------------------
Main Structure
------------------- */
	
/* -------------------
Content
------------------- */

#content .post
{
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}

#content .post ol
{
	padding-left: 40px;
}

#content .post ul
{
	padding-left: 40px;
}

li.page_item ul
{
	margin-bottom: -10px;
}

ol.commentlist
{
	padding-top: 10px;
	margin-bottom: 20px;
}
ol.commentlist li
{
	margin-left: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dotted blue;
	padding-bottom: 5px;
}
ol.commentlist li small.commentmetadata
{
	display: block;
	margin-bottom: 10px;
}
textarea#comment
{
	margin-top: 5px;
}

div#commentarea p
{
	margin-bottom: 12px;
}