@charset "UTF-8";

/*
Enter WP Design & Creation Comments Here
*/

/* ////////////////// GENERAL //////////////////  */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the#container selector */
}
#container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#f2f2f2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#headerContainer {
	background:#ffffff;
	width: 100%;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the#header instead of text, you may want to remove the padding. */
	border-bottom-style: solid;
	border-bottom-width: 2px;
} 
#mainContentContainer { 
	margin: 0 auto;
	padding:0;
	width:780px;
}
#footerContainer {
	width:100%;
	background-color:#ffffff;
	border-top-width: 2px;
	border-top-color: 000000;
	border-top-style: solid;
} 

/* /////// FLOATS /////// */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* ////////////////// TYPEOGRAPHY //////////////  */

a:hover{
	opacity:.50;
	filter-opacity:50%;
}
#topNavlist a:active, a:link{
	color:#ffffff;
	text-decoration:none;
}
#topNavlist a:visited{
	color:#ffffff;
	text-decoration:none;
}
#sidebar a:link, a:active, a:visited {
	color:#000000;
	text-decoration:none;
}
#mainContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#mainContent p a{
	color:#000000;
}
#mainContent table a:hover{	
	color:#999999;
	text-decoration:none;
}
#mainContent table a:active, a:link {
	color:#ffffff;
	text-decoration:none;
}
#mainContent table a:visited {
	color:#ffffff;
	text-decoration:none;
}
#mainContent p {
	padding:0;
	margin:10px 0 5px 0;
}
#mainContent h2 {
	padding:0;
	margin:5px 0 5px 0;
}
#mainContent h2 img {
	margin:0;
	padding:0;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 7px 20px 1px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size:10px;
}
#footer p a:link {
	color:#000000;
	text-decoration:none;
}
#footer p a:hover, a:active{
	color:#000000;
	text-decoration:underline;
}

/* ////////////////// HEADERS //////////////////  */
#header {
	width: 780px;
	height:80px;
	margin: 0 auto;
	padding: 0;
	color: #848291;
} 
/* ////////////////// CONTENT //////////////////  */
#mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the#mainContent div's text to fill the#sidebar1 space when the content in#sidebar1 ends. */
	padding: 0 29px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	min-height:600px;
}
#mainContent table {
	width:480px;
	padding: 0;
	margin-top:15px;
	margin-bottom:25px;
}
#mainContent td {
	border:1px solid #000000;
	background-color:#000000;
	padding-right:15px;
	margin:0;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	width:102px;
}
#mainContent table .spacerTableCell {
	border:1px solid #f2f2f2;
	background-color:#f2f2f2;
	padding:0;
	margin:0;
	color:none;
	width:20px;
}
#mainContent table .invisible {
	background-color:#f2f2f2;
	border-color:#f2f2f2;
}

/* ////////////////// SIDEBARS /////////////////  */
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 9px 10px;
	margin: 18px 0 0 0;
}
#sidebarColLeft {
	width:200px;
}
#sidebarColLeft ul {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
	font-size:11px;
	font-variant:normal;
}
.login {
	margin-left:10px;
}
#sidebarColLeft img {
	padding-top:3px;
	margin:0;
}
#sidebarColRight {
	width:140px;
	float:right;
}
#sidebarColLeft ul ul {
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	margin-left:15px;
	padding:0;
	font-size:12px;
	font-variant:small-caps;
	line-height:15px;
	margin-bottom:10px;
}
#sidebarColLeft ul ul ul{
	font-variant:normal;
	line-height:13px;
	font-size:11px;
}
#linkIcons {
	margin-left:-5px;
	margin-right:15px;
}

/* ////////////////// NAV //////////////////  */
#topNavlist{
	float:right;
	width:341px;
	
}
#topNavlist table {
	border:1px solid #000000;
	background-color:#000000;
	width:100%;
	padding: 0;
	margin-top:61px;
}
#topNavlist td {
	padding:0;
	margin:10px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}
/* ////////////////// BLOG ELEMENTS /////////// */
/* ////////////////// FORMS //////////////////  */
/* ////////////////// FOOTERS //////////////////  */
#footer {
	width:780px;
	padding: 0;
	margin:0 auto;
}
/* ////////////////// IMAGES //////////////////  */
#header img {
	margin-top:5px;
	margin-left:15px;
}
h2 img {
	margin:0;
}
#sidebarColRight img {
	padding-top:3px;
	margin:0;
}

/* ////////////////// FUN CLASSES ///////////// */

/* styles for Tooltip in Footer Collections Menu
these are a modification of Stu Nichols' code from his site at http://www.cssplay.co.uk/menu/tooltips */

a.tooltip2 {
	color:#000;
}
a.tooltip2 b {
	display:none;
}
a.tooltip2:hover {
	border:0;
	position:relative;
	z-index:500;
	text-decoration:none;
}

a.tooltip2:hover b {
	display:block;
	position:absolute;
	top:-160px;
	left:-35px;
	padding:5px;
	font-weight:normal;
	font-size:10px;
	color:#000000;
	border:1px solid #666666;
	background:#ffffff;
	width:300px;
	line-height:16px;
}
a.tooltip2:hover b em.outer {
	display:none;
}
a.tooltip2:hover b em.inner {
	display:none;
}
/* end tooltips */

.photocredit {
	color:#666666;
	font-size:9px;
	text-align:right;
}

 
