
/* reset */
img, td, th, p, div, span
	{
	margin:0;
	padding:0;
	border:0;
	}
body
	{
	font-family:Calibri, Arial, Helvetica;
	margin: 0;
	padding: 0;
	
	background-color: #FFFFFF;
	line-height: 1.5;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	}
#bodyContainer
	{
	width:960px;
	background-color: white;
	}
#divBody
	{
	}
#divBodyContent
	{
	float:left;
	width:650px;
	text-align:left;
	padding:5px;
	display:inline;
	}
#divBodyContent h1, #divBodyContent h2, #divBodyContent h3
	{
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:2px;
	margin-top:2px;
	}
h1
	{
	font-size:1.8em;
	}
#headContainer
	{
	text-align:left;
	background-color:#333333;
	}
#navMenu
	{
	padding-left:10px;
	}
#navMenu li
	{
	display:inline;	
	}
.menuTab
	{
	border-top:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;	
	-moz-border-radius-topleft: 5px;  
	-webkit-border-top-left-radius: 5px;	
	-moz-border-radius-topright: 5px;  
	-webkit-border-top-right-radius: 5px;
	font-size: 1.2em;
	padding-left:3px;
	padding-right:3px;	
	margin:2px;
	}
.menuTab a
	{
	color: #EFEFEF;
	text-decoration:none;
	}
.menuTab a:hover
	{
	color: #FFFFFF;
	}
.menuTab:hover
	{
	background-color: #FF8000;
	}
.searchBoxDiv
	{
	float:right;
	}
.searchForm
	{
	display: inline;
	}		
#sideBar
	{
	float:right;
	width:290px;
	display:inline;
	}
.sideBarBox
	{
	text-align:left;
	padding:3px;
	margin:0px;
	border: 1px solid #D4D4D4;
	font-size:smaller;
	}
.sideBarBox h3
	{
	margin:1px;
	}
.sideBarBox ul , .sideBarBox ol
	{
	margin-left:-20px;
	}
#bottomBox
	{
	background-color: #CAFF70;	
	font-size: .8em;
	color: silver;
	text-align: center;
	background-color:#333333;
	padding-top:15px;
	padding-bottom:15px;
	}
#bottomBox A
	{
	text-decoration: none;
	color: silver;
	}
#bottomBox A:hover
	{
	text-decoration: underline;
	color: #FFFFFF;
	}
#socialSpread
	{
	}
#siteTitle
	{
	font-size: 1.8em;
	text-shadow: #3F3F3F 1px 1px 1px;	
	margin-left:15px;
	color: #EFEFEF;
	text-decoration:none;	
	}
#siteTitle:hover
	{
	border-bottom:1px dotted #FF8000;
	}
.postTagLine
	{
	font-size:smaller;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom:5px;
	}
.blogItem
	{
	}
.blogItem img
	{
	max-width:650px;
	}
.smaller
	{
	font-size:smaller;
	}
.divDone
	{
	padding:3px;
	border:1px dashed green;
	background-color: #CAFF70;	
	color: black;
	font-weight: bold;
	}
.divNotDone
	{
	padding:3px;
	border:1px dashed red;
	background-color: #FF8000;	
	color: white;
	font-weight: bold;
	}
.divWarning
	{
	padding:3px;
	border:1px dashed orange;
	background-color: #FFFACD;	
	color: black;
	font-weight: bold;
	}
.galleryInBlog
	{
	/*
	border:1px solid #4F4F4F;
	background-color:#6F6F6F;
	*/
	}
.galleryInBlog img
	{
	margin:1px;
	}
.galleryInBlog p 
	{
	/*
	display: table-caption;
	caption-side: bottom;
	*/
	white-space: nowrap;
	font-size:smaller;
	}
.rssIcon
	{
	border:0px;
	vertical-align:middle;
	}
.spacer
	{
	height:10px;
	background-color:#EFEFEF;
	border:0;
	}
