﻿/* 
	Global element settings.
	
	One thing I hate about CSS... you can't really do single line comments with a single character or anything.  
	I mean, most every damn language has a single line comment thing (even SQL with the --)

	I honestly believe it may be a hindrance to widescale standardization.  I mean... true "patterns" of web page design,
    even though 90% of web pages look pretty much the same.  The single line comment is more than most people actually do... 
    and making someone type 4 characters just to START putting a comment in... well, that's just asking comments to not exist.
 */ 

*
{
	padding: 0;
	margin: 0;
}

body
{
    background-position: #99CCFF;
    background: #99CCFF;
    text-align: center; /* Margin padded for the image at the bottom. */
    font: 80% Calibri, Arial, Sans-Serif;
    color: #393600;
    min-width: 790px;
}
p
{
    padding-bottom: 0.75em;    
    line-height: 150%;
}
img
{
	border: solid 0.2ex #333333;
	margin: 1ex;
}
ul
{
	color: #393600;
	display: inline;
	list-style-type: none;
}
ol li
{
	color: #393600;
	list-style: none;
}
a:hover, acronym:hover, abbr:hover
{
	text-decoration: underline;
}
a, acronym, abbr
{
	color: #0099ff;
	text-decoration: none;
}
blockquote
{
	padding-left: 10em;
}
acronym
{
	font-style: italic;
    border-bottom: none;
}

h1, h2, h3, h4, h5, h6
{
	margin-bottom: 0.75em;
}

h2, h3, h4, h5, h6
{
	margin-top: 1em;
}
#contentTitle
{
    margin-top: 1em;    
}
div.blogger-post-footer img,
img.noborder
{
	border: none;
}

.ital
{
	font-style: italic;
}

.block
{
	display: block;
}
.inline
{
	display: inline;
}

.alignright
{
	text-align: right;
}
.bold
{
	font-weight: bold;
}
.center
{
	text-align: center;
}
.nofloat
{
	float: none;
}
.justify
{
	text-align: justify;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
.strike
{
	text-decoration: line-through;	
}

.padBy2ex
{
	padding: 2ex;
}

.topBy2ex
{
	padding-top: 2ex;
}
.bottomBy2ex
{
	padding-bottom: 2ex;
}

.leftBy2em
{
	padding-left: 2em;
}

#contentContainer
{
	background: #fff;
	position: relative;
	float: none;
	width: 80%;
	min-width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	border-left: solid 1px #336;
	border-right: solid 1px #336;
	border-bottom: solid 1px #336;
}


#header
{
	background: transparent url(../img/strangeghost2.png) no-repeat right top;
}

#linksAndNavigation
{
    margin-top: -35px;
    padding: 0px 5px;
    float: left;
    width: 180px;
    background: transparent;
}

#mostRecentPhotos
{
    text-align:center;
    width:180px;
}
#mostRecentPhotos, #mostRecentPhotos a img
{
    margin: 0;
    padding: 0;
}

#bodyContent
{
    margin-top: -35px;
	clear: none;
	float: left;
	min-width: 460px;
	width: 70%;
	margin-left: 5%;
	color: #010e22;background: transparent;
}

#bodyContent a, #bodyContent acronym, #bodyContent abbr
{
	color: #0000cc;
}


#bodyContent a 
{
	text-decoration: underline;
}

#bodyContent p
{
	margin-right: 20px;	
}

#legal
{
	float: none;
	clear: both;
	text-align: justify;
	border-top: solid 1px #cccccc;
	padding: 1.5em 3em 0 3em;
}
#legal p
{
	font: .9em/1.5em arial, sans-serif;
	text-indent: 0;
}

#copyright
{
	display: block;
}

#lastUpdated
{
	font-size: 70%;
	letter-spacing: .5ex;
	display: block;
	padding: .3ex;
}
#lastUpdatedDate
{
	display: block;
	padding-bottom: 3em;
}

#breadcrumbs
{
	position: absolute;
	top: 70px;
	left: 8px;
	height: 2em;
	text-align: left;
}

#breadcrumbs span
{
	text-align: left;
	border-left: solid 1px #006600;
	padding: 0em 1.5em;
}
#breadcrumbs span.first
{
	padding-left: 0em;
	border-left: none;
}


ul.sidebarLinks
{
	display: block;
	border-top: solid 1px #cccccc;
	padding-bottom: 2em;
}

ul.sidebarLinks li
{
	border-bottom: solid 1px #cccccc;

}
/*
 Header 
*/ 
#head
{ 
  height: 84px;
  background: #fff url(../img/mojoshouse280.gif) no-repeat left 10px;
  width: 280px;
}

#head span
{ display: none; }

/* Picture content */
#mainImage
{
	text-align: left;    
}
#mainImage img
{	
    background-color: #ccc;
	border: solid 2px #000;
	padding: 2px;
}

#dateTaken
{
    padding-top: 1em;
	display: block;
}

#imageSelection
{
	margin-top: 2em;
	margin-bottom: 2em;

	border: solid 1px #000099;
	height: 215px;
	background-color: #aacccc;
	overflow: auto;	
}

#imageSelection img
{
	float: left;
	margin: 4px 2px 2px 2px;
}

#imageSelection img.selected
{
	border-color: #ff0;
}

p.abstract
{
	text-indent: 0;
	padding-left: 4em;
}

.albumTable
{
    
	border-top: 1px solid #666666;
	
	border-bottom: 1px solid #666666;
	table-layout: auto;
	border-collapse: collapse;
	margin: 2ex 2ex 2ex 4ex;
}
.albumTable a
{
	display: block;
}
.albumTable img
{
	float: none;
}
.albumTable td
{
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	text-align: center;
	vertical-align: top;
	padding: 0.25ex;
}

.albumTable span
{
	padding: 1ex;
}

label
{
}

textarea
{
	height: 74px;
}

dl
{
	margin: 1ex;
}
dt
{
	font-weight: bold;
}
dd
{
	padding-bottom: 1em;	
}

.thirdWidth
{
	width: 33%;	
}
.fortyWidth
{
	width: 40%;
}

.halfWidth
{
	width: 50%;	
}

.fullWidth
{
	width: 100%;	
}
.albumContentTable
{
	table-layout: auto;
	
	border-collapse: collapse;
	margin: .5ex;
	min-width: 650px;
}

.albumContentTable td ,
.albumContentTable th
{
	border: solid 1px #ccc;
	padding: .5ex;
	vertical-align: top;
}

.albumContentTable thead tr
{
	height: 30px;
	vertical-align: middle;
}
.albumContentTable tfoot tr
{
	height: 30px;
	vertical-align: middle;
}
a.otherImage img
{
	margin: 0 2px 0 0;
	float: none;
}

td.search
{
    border-bottom: solid 1px #ccc;
    display: block;
    text-align: right; 
}

#searchBox
{
    text-align:right;
}
#searchBox input 
{
    border: solid 1px #ccc;
    margin-right: 0.5em;    
}
.joyceDewitt
{
    padding: 0.5ex;    
}
