/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {font-size:0.8em; font-family:Arial,Verdana,Sans-Serif; background: #000;}
/* body { background: url('../images/style/Hubble_ultra_deep_field.jpg'); } */

body { background: #041a36; }

a {color:white;}

/* Head section */
#head {
    /* background: #000 url(../images/style/head-bg.png) repeat-x; */
    background: #000 url('../images/style/bkg_right_repeat-x.jpg') repeat-x;
    height: 169px;
}
#head h1 {
/*    line-height: 100px;*/
	line-height: 169px;
    color: #FFF;
/*    text-align: center; */
	text-align: left;
    /* background: url(../images/style/header_bg.jpg) no-repeat center; */
    background: url('../images/style/bkg_left_no-repeat.jpg') no-repeat left;
    text-indent: -9999em;
/*	text-indent: 480px;*/
	font-family: garamond serif;
	font-size: 340%;
}
/* End Head Section */

.top_bar {
	overflow: auto;
	position: relative;
	display: block;
	background: #fff;
	height: 2.5em;
}

.top_bar span {
	color: #000;
}

#nav_menu {
	color: #222;
	display: block;
	background: #fff;
}

#nav_menu ul {
	margin-left: 40px;
}

#nav_menu ul li {
	float: left;
	font-size: 120%;
	margin: 4px 10px;
	line-height: 24px;
}

#nav_menu ul li a, #nav_menu li a:visited, #nav_menu li a:active {
	color: blue;
	text-decoration: none;
}
#nav_menu ul li a:hover {
	text-decoration: underline;
}
#nav_menu ul li span.current {
	color: #000;
	font-weight: bold;
}
.top_contact_info {
	float: right;
	margin: 7px 20px 0 0;
	font-size: 110%;
}
.top_contact_info a:link, .top_contact_info a:visited, .top_contact_info a:active {
	color: #00f;
	text-decoration: none;
}
.top_contact_info a:hover {
	color: #00f;
	text-decoration: underline;
}


.flickr_widget img {
	margin: 0;
}

.flickr_table {
	margin: 0 auto;
}

.flickr_table td {

}

.flickr_table td img {

}

.collapsed .widget-content {
	display: none;
}
.collapsed a.collapse {
	background-position: top left;
}

div.align_center {
	text-align: center;
	width: 100%;
	position: relative;
	display: block;
	overflow: auto;
}

p.valid_markup {
	margin: 20px;
}

/* THE BELOVED CLEARFIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */