@charset "UTF-8";
/* This is the global css file. It contains all the default styles for every page. and will be loaded in every page. */
body {
	background: #000000;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
}

a {
	color: #80889f;
	text-decoration: underline;
}
	
a:visited {
	color: #80889f;
}
	
a:hover {
	color: #D09448;
	text-decoration: underline;
}
	
a:active {
	color: #D09448;
}	

p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

strong {
	color: #FFFFFF;
}
	
td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCCCCC;
}


/* HEADER STYLES */
.newtext {
	color: #ff0000;
}

.menubar {
border-bottom: solid 1px #252525;
}

.nav_tree {
font-size: 11px;
text-decoration:none;
}

/* Sub-Menu Bar in the header */

#subNav { 
	background:url(http://cwharton.com/images/subarrow.gif) center left no-repeat;
	padding-left:20px; 
	padding-right:25px; 
	text-decoration: none;
	color: #b4763b;
	font-size: 11px;
	font-weight: 300;
	text-shadow: #000000 2px 2px 2px;
	width:100px;
}
#subNav:hover {
	color: #ce7928;
	text-decoration: none;
	font-size: 11px;
}
#submenu { 
	background:url(http://cwharton.com/images/subarrow.gif) center left no-repeat;
	padding-left:20px; 
	padding-right:25px; 
	text-decoration: none;
	color: #b4763b;
	font-size: 11px;
	font-weight: 700;
	text-shadow: #000000 2px 2px 2px;
	width:100px;
}
#submenu:hover {
	color: #ce7928;
	text-decoration: none;
}


/* 
- FOOTER STYLES
This section includes the search at the bottom of every page
 */
#bmenuitem { 
	background:url(http://cwharton.com/Photography/images/subnav.gif) center left no-repeat;
	padding-left:20px; 
	padding-right:25px; 
	text-decoration: none;
	color: #b4967a;
	font-size: 11px;
	font-weight: 400;
	/* text-shadow: #000000 2px 2px 2px; */
}
#bmenuitem:hover {
	color: #bf8e60;
	text-decoration: none;
	font-size: 11px;
}

input.searchField {
	border: solid 1px #000000;
	background: #212121;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:200;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 5px;
}
input.searchField:hover {
	border: solid 1px #7b4818;
	background: #262626;
}

input.searchButton {
	background-image: url(http://cwharton.com/images/butbg.gif);
	border: solid 0px #000;
	color:#999999;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
}

input.searchButton:hover {
	border: solid 0px #7b4818;
	color: #7b4818;
	
}

.credits {
	color: #FFFFFF;
	font-style: italic;
}

.copyright {
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
color:#999999;
}

.microfont {
	font-family: arial;
	color: #808080;
	font-size: 10px;
	font-weight: normal;
}

.footer-table {
position: static; 
bottom: 0px; 
}

.GalleryTitle {
	font-size: 20px;
	font-weight: bold;
	
}
