/*  
Theme Name: Blog
Theme URL: http://www.danielhuff.com/Default.aspx
Description: Website CSS File.
Author: John D Huff
*/

/* Generic
---------------------------------------------------------------------------------*/
body
{
	font-family: Helvetica, Lucida Sans Unicode, Verdana, Georgia, Arial, Sans-serif;
	font-size: 13px;
	color: #7d7573;
	width: 100%;
	text-align: center;
	background-color: #333949;
	background-image: url(body.png);
	background-repeat: repeat-x;
}
h1
{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: 900;
	color: #0087c9;
}
h2
{
	margin: 0px 0px 22px 0px;
	color: #0087c9;
	border-bottom: 1px dashed #4d4543;
	font-size: 18px;
	color: #a8a09d;
	font-weight: bold;
	padding: 26px 0 8px 0;
}
p
{
	font: 12px/20px helvetica, verdana, arial, sans-serif;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}
img
{
	/*border: 0;*/
}
a
{
	font-size: 13px;
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #0087c9;
}
a img
{
	border: 0;
}
a:visited
{
	color: #07a;
}
a:hover
{
	color: #6f871d;
	text-decoration: underline;
	border: none;
}
/* All the content boxes belong to the content class. */
.headerBox
{
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background-image: url(header.jpg);
	background-repeat: repeat-x;
	padding: 10px 10px 0 20px;
	vertical-align: middle;
}
.header
{
	margin: 0 auto;
	width: 950px;
	text-align: right;
}
.menu
{
	margin: 0 auto;
	width: 950px;
	height: 60px;
	text-align: left;
	padding: 10px 0 0 0;
}
.menu a
{
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-size: 1.2em;
	color: Gray;
	font-weight: bolder;
}
.menu a:hover
{
	color: #ffffff;
	border: none;
	background-color: #000000;
}
.contentBox
{
	margin: 0 auto;
	width: 100%;
	padding: 10px 0 0 0;
}
.content
{
	margin: 0 auto;
	left: -50%;
	text-align: left;
	width: 950px;
}
.linkBox
{
	margin: 0 10PX 0 0;
	width: 278px;
	height: 450px;
	background-image: url(smBoxHead.jpg);
	background-repeat: repeat-x;
	background-color: #1d202a;
	padding: 15px 15px 0 15px;
	text-align: left;
}
.linkBoxHeader
{
	font-size: 1.3em;
	color: #ffffff;
	font-weight: bolder;
}
.linkBoxtext
{
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bolder;
}
.linkBoxtextsm
{
	font-size: 1.2em;
}
.footerBox
{
	width: 100%;
	height: 200px;
	border: 1px solid black;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	color: #CDBD9C;
	padding: 25px 0 0 20px;
	text-shadow: 0 1px 0 #111111;
}
.footer
{
	margin: 0 auto;
	left: -50%;
	text-align: left;
	width: 950px;
}
.footer ul
{
	float: left;
	list-style: none outside none;
	margin: 0 20px 0 10px;
	padding: 0 0 0;
	width: 160px;
}
.footer ul li
{
	display: block;
	margin: 4px 0 3px;
}
.footerh1
{
	color: #cdbd9c;
	font-size: 12px;
	font-weight: bold;
}
.footer a
{
	text-decoration: none;
	color: #817e73;
}
.footer a:hover
{
	color: #6f871d;
	border: none;
}
.bottomBox
{
	width: 100%;
	height: 40px;
	background-image: url(bottom.jpg);
	background-repeat: repeat-x;
	padding: 25px 10px 10px 20px;
}
.bottom
{
	margin: 0 auto;
	text-align: right;
	width: 950px;
}
/* Blog
------------------------------------------------------------------------------*/
.blogContainer
{
	background-color: #ffffff;
	height: 100%;
	width: 950px;
}
.blogContainerLeft
{
	height: 100%;
	width: 620px;
}
.blogContainerRight
{
	background-color: #eef0f5;
	height: 100%;
	width: 300px;
}
.post
{
	border-bottom: 2px solid #4d4543;
	padding-bottom: 8px;
}
.postImg
{
	text-align: center;
}
.postDate
{
	font-size: 11px;
	color: #a8a09d;
}
.titleHeader
{
	color: #a8a09d;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
}

.blogLinkBox
{
	margin: 0 0 0 0;
	width: 285px;
	height: 300px;
	background-image: url(smBoxHead.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 0 15px;
	text-align: left;
}
.blogLinkBoxCat
{
	margin: 0 0 0 0;
	width: 285px;
	height: 500px;
	background-image: url(smBoxHead.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 0 15px;
	text-align: left;
}
.blogLinkBoxArchive
{
	margin: 0 0 0 0;
	width: 285px;
	height: 250px;
	background-image: url(smBoxHead.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 0 15px;
	text-align: left;
}
.blogLinkBoxFooter
{
	margin: 0 0 0 0;
	width: 285px;
	height: 120px;
	background-image: url(smBoxHead.jpg);
	background-repeat: repeat-x;
	padding: 15px 0 0 15px;
	text-align: left;
}
.blogLinkBoxHeader
{
	font-size: 1.3em;
	color: #ffffff;
	font-weight: bolder;
}
.blogLinkBoxtext
{
	font-size: 1.2em;
	color: #ffffff;
	font-weight: bolder;
}
.blogLinkBoxtextsm
{
	font-size: 1.2em;
}
.blogLinkBoxLink
{
	margin: 0 0 0.5em 0;
	width: 270px;
	height: 30px;
	background-color: #e0e3eb;
	padding: 15px 0 0 15px;
	vertical-align: middle;
	text-align: left;
}
.blogLinkBoxLinktxt
{
	margin: 0 0 0.1em 0;
	width: 270px;
	height: 30px;
	padding: 0 0 0 15px;
	vertical-align: middle;
	text-align: left;
}
.blogLinkBoxLink a
{
	font-size: 13px;
	font-family: helvetica, verdana, arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	color: #0087c9;
}
.blogLinkBoxLink a:visited
{
	color: #07a;
}
.blogLinkBoxLink a:hover
{
	color: #6f871d;
	text-decoration: underline;
	border: none;
}
.blogLinkBox img
{
	padding: 0 0 0 0.5em;
	vertical-align: bottom;
}
.spoilerWarn
{
	font-size: 0.9em;
	color: #FF0000;
}

.badReview
{
	font-size: 1.2em;
	color: #FF0000;
}

/* PHOTO GALLERY
------------------------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#wrap
{
	width: 720px;
	margin: 0 auto;
	position: relative;
}
#main-content li
{
	width: 200px;
	border: solid #2c2422;
	border-width: 0 1px 1px 0; /* uncomment and adjust this if you want a rounded frame in Mozilla browsers 	-moz-border-radius:20px;  */
	background: #2c2422;
	padding: 10px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin: 5px;
}
#main-content a span
{
	/*\*/
	position: absolute;
	left: -9999px;
}
#main-content a:hover span
{
	top: 10px;
	left: 10px;
	width: 202px;
	font-weight: bold;
	background: #FFF;
	color: #999;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 80%;
	border: 1px solid #EEE;
	border-width: 0 0 10px 0;
	filter: alpha(opacity=100); /*-moz-opacity:.8; 		opacity:.80;*/ /**/
}
/* IMAGE POPUP ON ROLL OVER
------------------------------------------------------------------------------*/
.thumbnail
{
	position: relative;
	z-index: 0;
}
.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: Silver;
	padding: 5px;
	left: -1000px;
	border: [] border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}
/* Post Date
------------------------------------------------------------------------------*/
.postdateA
{
	position: relative;
	width: 40px;
	height: 60px;
	float: left;
}
.month, .day, .year
{
	position: absolute;
	text-indent: -1000em;
	background-image: url(dates.png);
	background-repeat: no-repeat;
}
.month
{
	top: 2px;
	left: 3px;
	width: 32px;
	height: 24px;
}
.day
{
	top: 25px;
	left: 0;
	width: 32px;
	height: 30px;
}
.year
{
	bottom: 0;
	right: 0;
	width: 17px;
	height: 58px;
}

.m-01
{
	background-position: 0 4px;
}
.m-02
{
	background-position: 0 -27px;
}
.m-03
{
	background-position: 0 -58px;
}
.m-04
{
	background-position: 0 -89px;
}
.m-05
{
	background-position: 0 -120px;
}
.m-06
{
	background-position: 0 -151px;
}
.m-07
{
	background-position: 0 -185px;
}
.m-08
{
	background-position: 0 -212px;
}
.m-09
{
	background-position: 0 -244px;
}
.m-10
{
	background-position: 0 -275px;
}
.m-11
{
	background-position: 0 -305px;
}
.m-12
{
	background-position: 0 -335px;
}
.d-01
{
	background-position: -51px 0;
}
.d-02
{
	background-position: -51px -31px;
}
.d-03
{
	background-position: -51px -68px;
}
.d-04
{
	background-position: -51px -93px;
}
.d-05
{
	background-position: -51px -124px;
}
.d-06
{
	background-position: -51px -155px;
}
.d-07
{
	background-position: -51px -186px;
}
.d-08
{
	background-position: -51px -217px;
}
.d-09
{
	background-position: -51px -253px;
}
.d-10
{
	background-position: -51px -279px;
}
.d-11
{
	background-position: -51px -310px;
}
.d-12
{
	background-position: -51px -341px;
}
.d-13
{
	background-position: -51px -372px;
}
.d-14
{
	background-position: -51px -403px;
}
.d-15
{
	background-position: -51px -434px;
}
.d-16
{
	background-position: -51px -465px;
}
.d-17
{
	background-position: -95px 0px;
}
.d-18
{
	background-position: -95px -31px;
}
.d-19
{
	background-position: -95px -62px;
}
.d-20
{
	background-position: -95px -93px;
}
.d-21
{
	background-position: -95px -124px;
}
.d-22
{
	background-position: -95px -155px;
}
.d-23
{
	background-position: -95px -186px;
}
.d-24
{
	background-position: -95px -217px;
}
.d-25
{
	background-position: -95px -248px;
}
.d-26
{
	background-position: -95px -279px;
}
.d-27
{
	background-position: -95px -310px;
}
.d-28
{
	background-position: -95px -341px;
}
.d-29
{
	background-position: -95px -372px;
}
.d-30
{
	background-position: -95px -403px;
}
.d-31
{
	background-position: -95px -434px;
}
.y-2006
{
	background-position: -150px 0;
}
.y-2007
{
	background-position: -150px -300px;
}
.y-2008
{
	background-position: -150px -100px;
}
.y-2009
{
	background-position: -150px -150px;
}
.y-2010
{
	background-position: -150px -203px;
}
.y-2011
{
	background-position: -150px -250px;
}
.y-2012
{
	background-position: -150px -300px;
}
.y-2013
{
	background-position: -150px -3500px;
}
.y-2014
{
	background-position: -150px -400px;
}
/* search form 
-------------------------------------- */
.searchform
{
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */ *display:inline;
padding:3px5px3px5px;
margin:020px015px;

-webkit-border-radius:2em;
-moz-border-radius:2em;
border-radius:2em;

-webkit-box-shadow:01px0pxrgba(0,0,0,.1);
-moz-box-shadow:01px0pxrgba(0,0,0,.1);
box-shadow:01px0pxrgba(0,0,0,.1);
}
.searchform input
{
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield
{
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 100px;
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton
{
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 29px;
	width: 38px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
/* POP
------------------------------------------------------------------------------*/
.popUp
{
	position: relative;
	z-index: 0;
}
.popUp:hover
{
	background-color: transparent;
	z-index: 100;
}
.popUp span
{
	/*CSS for enlarged image*/
	position: absolute;	
	background-color: #333949;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #ffffff;	
	font-size: 14px;
	font-family: helvetica, verdana, arial, sans-serif;
	text-decoration: none;
}
.popUp:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	width: 200px;
	top: 25px;
	left: 0px; /*position where enlarged image should offset horizontally */
}

