/********** BASICS *********************/

html   { height:100%; 
         font-size: 100.01%; /* prevent extreme font resizing in IE */
         }
		
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #333333;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	background: #666666;
}

body, p, ul, li, h1, h2, h3, h4, form, html, input, img, a { /*Starts you off with no padding or margin which you can add later on a more specialized basis.*/
    margin:0; 
    padding:0; 
    } 

table, td {
	margin:0;
	padding:0;
	border-collapse:collapse;
	text-align:left;
	vertical-align: top;
}
img, a img, a:link img, a:visited img {
	border:none;
	background:none;
} /* remove border from images and linked images */    


/* Default links */
a:link { color: #0033CC; text-decoration: underline;}
a:hover { color: #0033CC; text-decoration: none;}
a:visited { color: #3D2E9F; text-decoration: underline;}
a:visited:hover { color: #0033CC; text-decoration:none;}


a:link, a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover {
	color:#0000CC;
	text-decoration: underline;
}


p{
	line-height:1.4em; 
	padding-bottom:6px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size:x-large;
 color: #0000CC;
}

h2{
 color: #0000CC;
 font-size:large;
}

h3{
	color: #334d55;
	margin-top: 0.5em;
}

h4{
 color: #333333;
}

h5{
 color: #334d55;
}

ul{
 list-style-type: square;
 margin-left: 15px;
 margin-bottom:6px;
 padding-left:0px;
}

ul ul{
 list-style-type: disc;
}

li{
margin-bottom:0.25em;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	margin-left: auto;
	margin-right:auto;
	width: 1000px;
	background-color: #fff;
	padding: 5px;
	margin-top: 5px;
}
#wrapperNarrow {
	margin-left: auto;
	margin-right:auto;
	width: 750px;
	background-color: #fff;
	padding: 5px;
	margin-top: 5px;
}

#content{
background:#FFFFFF url(../images/design/Contentbg2.png) repeat-y right top;
}

#maincolumn{
	float:left;
	width: 750px; 
	margin: 0 10px 0 0;
	padding: 0 0 0 5px;
}

body#home #maincolumn{
	width:650px;
}

#onecolumn{
	margin: 0;
	padding: 0 0 0 50px;

}

#sidebar{
	margin: 0 0 0 765px;
	padding: 5px;
}
#sidebar img.screenshot {
	margin-top: 2px;
	margin-bottom: 2px;
}

#photobar{
	margin: 0 0 0 655px;
	padding: 5px;
	border: 2px solid #ccc;
	vertical-align: top;
	text-align: center;
	background-color: #99CCFF;
	/*	padding: 10px 10px 0 10px; */
}

#masthead{
	padding: 0;
	height: 105px;
}

#mainmenu {
	background-color: #990000;
	height: 30px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding-top: 4px;
	padding-left: 10px;
}
#textcolumn{
	padding-top: 5px;
}


/************** #MASTHEAD styles **************/

#masthead img {
	float: left;
}

#masthead #motto {
	text-align: right;
	padding: 70px 5px 0 0;
}


/******************* #MAIN MENU **********************/

#mainmenu ul {
	float: left;
	width:100%;
	margin-left: 0;
	padding-left:0;
	list-style: none;
}
#mainmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
}

#mainmenu a {
	display: block;
	font: bold 10px Verdana, Helvetica, sans-serif;
	padding: 4px 10px 4px 10px;
	text-align: center;
	border: 1px solid #ccc;
	color: #FFFFCC;
	margin: 2px 0 0 0;
}

#mainmenu a:hover {
	color: #990000;
	background-color: #99CCFF;
}

body#photography a#photolink {
	color: #990000;
	background-color: #99FFCC;
}
body#filemaker a#filemkrlink {
	color: #990000;
	background-color: #99FFCC;
}
body#webdev a#webdevlink {
	color: #990000;
	background-color: #99FFCC;
}
body#writing a#writinglink {
	color: #990000;
	background-color: #99FFCC;
}

/************** #BREADCRUMB styles *************/

#breadcrumb {
	font-size:11px;
	color:#333;
	text-align:right;
	width: 100%;
	margin-bottom:5px;
	}
	
#breadcrumb a:link{
	color:#0033CC;
	text-decoration:underline;
	display: inline;
}
#breadcrumb a:hover{ color:#0033CC; text-decoration:none;}
#breadcrumb a:visited { color:#0033CC; text-decoration:underline;}
#breadcrumb a:visited:hover{ color:#0033CC; text-decoration:none;}

.slash {
    color:#aaa;
    font-size:13px;
    padding: 0 5px;
    }
	

/************** #MAINCOLUMN styles *************/

.pictureboxright{
float:right;
padding:5px;
margin: 5px 0 5px 5px;
}

.footnote{
font-size:0.8em;
}

.footnotemarker{
	vertical-align:super;
}

#footnotesblock{
border-top:1px solid #999999 ;
margin-top:12px;
}

/************** #SIDEBAR styles *************/

#sidebar li{
font-family:"Trebuchet MS", "Lucida Sans", Arial, sans-serif;
list-style:circle;
}

/************** #PHOTOBAR styles **************/

#photobar #coverphotobox {
	background-color:  #CCFFCC;
/*	border: 1px solid #CCCCCC
	margin-left: 0.5px;
	border-left, border-top: 1px solid #FFF;
	border-right, border-bottom: 1px solid #000000;
*/
	padding: 7px 5px 5PX 5px;
}
#photobar #coverphotobox img {
	text-align: center;
	border: 1px solid #006666;
}

#photobar #coverphotobox img.gnurps {
	border: none;
}

#coverphotobox p.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-size: small;
	padding: 0 15px 0 15px;
	line-height: 1.25;
}
#coverphotobox #photogByGnurps {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
#PhotoOfWeek {
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: large;
/*	margin: 10px;
	font-weight: normal;
*/
}

#photobar ul a:link, #photobar ul a:visited {display: block;}
#photobar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#photobar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #photobar li {border-bottom: none;}


/************* #SITEINFO styles ***************/

#siteInfo{
	clear: both;
/*White top border creates separation from Content div's blue bar. */
	border-top:5px solid #fff;
	font-size: 75%;
	color: #666666;
	padding: 5px;
	background-color:#CCCCCC}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the photobar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#coverphotobox p.enlarge {
	text-align: right;
	font-size: small;
	padding: 0 15px 0 15px;
	line-height: 1.25;
}

/*********** FORMS **************/

form.fullpage{
	width: 550px;
	margin-left:20px;
}
form.fullpage input, form.fullpage textarea {
	background:#FFF;
	border: thin solid #000000;
}
form.fullpage input:hover, form.fullpage textarea:hover{
	background-color:#99CCFF;
}

form.fullpage input:focus, form.fullpage select:focus, form.fullpage checkbox:focus, form.fullpage textarea:focus {
	color: #000;
	background:#99FFCC;
}
form.fullpage label {
	display: block;
	float: left;
	width: 140px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	clear:left;
	font-size: 0.9em;
	vertical-align: bottom;
}
form.fullpage label.inline {
	display: inline;
	float:none;
	padding-right:0;
	clear: none;
	width:auto;
	vertical-align:top;
	margin-left:5px;
}
form.fullpage em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	padding-right:2px;
}
form.fullpage fieldset {
	padding: 5px 10px 5px 10px;
	border: 2px solid #990000;
	margin-top:10px;
	background-color:#99CCFF;
}
form.fullpage fieldset fieldset {
	padding: 5px;
	border: 1px solid #FF9900;
	width:auto;
}
form.fullpage legend {
	font-weight:normal;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	margin: -5px 2px 0 10px;
	padding: 3px 10px;
	font-size: 0.9em;
}
form.fullpage li{
	list-style: none;
	padding: 2px;
	margin:2px 0;
}
form.fullpage input#submit{
	border:outset thin solid;
	background-color:#990000;
	border:outset thin solid;
	color: #FFF;
	margin-left:160px;
	margin-top:10px;
	padding:5px 15px;
}
form.fullpage input#submit:hover{
	color:#000;
	background-color:#99FFCC;
}
.required {
	color:#ff0000;
	padding-right:0.5em;
}