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

*
{
	margin: 0;
	padding: 0;
}

body
{
	position: relative;
	background-color: #000;
	background-image:url(images/mfp4.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
	
div#header
{
	position: relative;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
/*	height: 120px;*/
	border: none;
	text-align:center;
	margin-bottom: 20px;
}

div#navmenu
{
	border: 1px solid red;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	color: red;
	font-weight: bold;
}
div#navmenu a, div#navmenu a:visited
{
	color: red;
	font-weight: bold;
	text-decoration: none;
}
div#navmenu a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div#navmenu li
{
	list-style-image: none;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

div#middle
{
}

div#frame
{
	position: relative;
	margin-bottom: 0px; 
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 100%;
	text-align: left;
	border: none;
	padding: 0px;
	font-family: Ariel, Helvetica, Tahoma, Sans-Serif;
	font-size: 15px;
	font-weight: normal;
}

div#footer
{
	background-color: #777;
	border: 1px solid white;
	clear: both;
	width: 900px;
/*	height: 35px;*/
	padding: 4px;
	text-align: left; 
	font-family: Arial, Helvetica, Tahoma, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px; 
	margin-bottom: 10px; 
	vertical-align:middle;
	color: #CCC;
}

div#footer a, div#footer a:visited
{
	color: #FCC;
}

div#footer a:hover
{
	color: red;
}

div#bottombar
{
	background-color: #404040;
	border: 1px solid white;
	clear: both;
	width: 900px;
/*	height: 35px;*/
	padding: 0px;
	text-align: left; 
	font-family: Arial, Helvetica, Tahoma, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px; 
	margin-bottom: 5px; 
	vertical-align:middle;
	color: #CCC;
}

table#bottombarholder
{
	border-collapse: collapse;
	border: none;
	width: 100%;
}

table#bottombarholder td, table#bottombarholder th
{
	width: 20%;
	border: 1px solid white;
	text-align: left;
	vertical-align: top;
}

div#sidebar1, div#sidebar2, div#sidebar3, div#sidebar4, div#sidebar5
{
	float: left;
	padding: 3px;
	border: none;
	overflow: auto;
}

#content
{
	float: left;
	width: 900px;
	padding: 0px;
	color: #EEE;
}

div#middle
{
	width: 100%;
}

table#wp-calendar
{
	width: 100%;	
	border-collapse: collapse;
	text-align: center; 
	font-family: Arial, Helvetica, Tahoma, 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 green;
	margin-bottom: 5px;
}

table#wp-calendar a
{
	color: #00F;
}

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

table#contactform th
{
	text-align: right;
	padding-right: 5px;
	font-size: 10pt;
	line-height: 11pt;
	vertical-align: top;
	color: #0F0;
}

/***********************/
/* Content Area Styles */
/***********************/

div.entry
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma; /* Palatino, Garamond, 'Times New Roman', Times, Serif; */
	font-size: 11pt;
	line-height: 14pt;
}

div.entry form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
}

div.entryheader
{
	clear: both;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	background-color: #844;
/*	background-image:url(images/trans30.png);*/
	border: 1px solid #A00;
}

div.entry p
{
	margin-top: 5px;
	margin-bottom: 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 yellow;
	background-color: #C00;
}

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 yellow;
	background-color: #C00;
}

div.alignright img, div.alignleft.img
{
	padding: 0px;
	border: 1px solid black;
}

div.entry ul li
{
	margin-bottom: 4px;
}

div.postheader
{
	padding: 0px;
	color: #FF0000;
	font-size: 175%;
	font-weight: bold;
}

div.postheader a, div.postheader a:visited
{
	color: #FF0000;
	text-decoration: none;
}

div.postheader a:hover
{
	color: #white;
	text-decoration: none;
}

div.entry h1, div.entry h2, div.entry h3
{
 	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
}

div.entry h1
{
	text-size: 165%;
	line-height: 165%;
}
div.entry h2
{
	text-size: 150%;
	line-height: 150%;
}
div.entry h3
{
	text-size: 130%;
	line-height: 130%;
	font-weight: bold;
}
div.entry h4
{
	margin-top: 15px;
	text-size: 115%;
	line-height: 115%;
	font-weight: bold;
}
div.entry h5
{
	text-size: 110%;
	line-height: 110%;
	font-weight: bold;
}
div.entry h6
{
	text-size: 100%;
	line-height: 100%;
	font-weight: bold;
}

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

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

div.post ul.post-data
{
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;

	list-style: none;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #F00;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

div.post ul.post-data li
{
	color: #00F;
}
	
div.post ul.post-data a
{
	color: #B00;
	text-decoration: none;
	font-weight:bold;
}
	
div.post ul.post-data a:hover
{
	color: #F00;
	text-decoration: underline;
	font-weight:bold;
}
/******************/
/* Sidebar Styles */
/******************/

div#bottombar h3
{
	color: #F00;
	font-size: 14px;
	font-family: Ariel, Helvetica, Tahoma, Sans-Serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted red;
}
	
div#bottombar p, div#bottombar li
{
	font-family: Ariel, Helvetica, Tahoma, Sans-Serif;
	font-weight: normal;
	color: #CCC;
}

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

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

div#bottombar ul li
{
	padding: 0 0 0 3px;
	list-style-type:disc;
	margin-left: 16px;
}
	
div#bottombar a
{
	color: #FCC;
	text-decoration: none;
}
	
div#bottombar a:hover
{
	color: #F00;
	text-decoration: underline;
}

p.tags
{
	border: 1px solid black;
	background-color: #F66;
	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;
}

p.tags a
{
	color: #00F;
}
p.tags a:hover
{
	color: #F00;
}

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

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

#content p
{
	margin-bottom: 15px;
}

#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, divdiv#bottombar ul li
{
	margin-bottom: 3px;
}

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

.whiteborder
{
	border: 1px solid white;
}

/***********************/
/* Comment area styles */
/***********************/

h3#comments
{
	margin-bottom: 10px;
}
h3#respond
{
	margin-top: 20px;
	border-top: 1px dotted #5e3683;
}

div.commentheader
{
	border: 1px solid red;
	background-color:#844;
	color: #CCC;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: -17px;
}

ol.commentlist li
{
	margin-left: 25px;
}


ul.child-pages li.page_item
{
	font-size: 130%;
}

div#commentheader a,div#commentheader a:visited, ul.child-pages a:visited
{
	color: #F00;
}

div#commentarea a, div#commentarea a:visited
{
	color: #F00;
	text-decoration: none;
}

div#commentarea a:hover
{
	color: white;
}


textarea#comment
{
	width: 750px;
	background-color: #FFF8F8;
	margin-top: 5px;
}

div.entrynavigation
{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.entrynavigation img
{
	border: none;
}

div.entryheader a:hover, div.entry a:hover
{
	color: #FF0000;
}
div.entryheader a:visited, div.entry a:visited
{
	color: #FFC0C0;
}
div.entryheader a, div.entry a
{
	color: #FFC0C0;
}

div.spacer
{
	clear:both;
}



.eventtable
{
	border-collapse:collapse;
	border: 1px solid #FF0000;
}
 
table.eventtable th
{
	background-color:#FF0000;
	color:#000000;
	font-weight:bold;
	padding: 2px;
}
 
table.eventtable td
{
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
 
.eventtablecell
{
	vertical-align: top;
	text-align: left;
	border: 1px solid #FF0000;
}
