/* @override http://localhost2:8888/kate/css/style.css */

*{margin:0;padding:0}
		body{padding:20px;background:white;text-align:center;background:black;color: white;font: 80%/140% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}
		a{text-decoration:none;outline:none;
	color: white;
}
		.caption{font-style:italic;color:#887;}
		.gallery{position:relative;}
		.gallery_styled{width: 637px;margin:0 auto;}
		.gallery_styled li{width: 45px;height: 45px;border: 3px none #111;margin: 2px;background:#000;}
		.gallery_styled li div{left:240px}
		.gallery_styled li div .caption{font:italic 0.7em/1.4 georgia,serif;}

		#main_image{height: 500px;width: 960px;background:black;
	overflow: hidden;
	margin: 0 auto 10px;
}
		#main_image img{margin-bottom:10px;
	overflow: hidden;
	
}

div.galleria_wrapper {
	float: none;
}

		.nav{padding-top: 0;clear:both;letter-spacing:3px;text-transform:uppercase;
	margin-bottom: 20px;
	font-size: 80%;
}

		.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
		.info p{margin-top:1.6em;}

div#logo {
	height: 25px;
	background: url(images/katebellm_logo.jpg) no-repeat left center;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 681px;
	margin-bottom: 10px;
	text-indent: -50000px;
}

h1 {
	text-transform:uppercase;
	font-size: 17px;
	display: none;
}

/* Navigation */

#topnav {
 overflow: auto;	
 width: 669px;
margin-right: auto;
	margin-left: auto;
	height: 110px;
	color: #757476;
	font-size: 10px;
}


div.group {
	float: left;
	margin-right: 15px;
}

span.main_group {
	font-weight: bold;
	text-transform:uppercase;
	text-align: left;
}

ul.submenu {
	list-style-type: none;
	line-height: 14px;
}

ul.submenu  li {
	text-align: left;
	padding-top: 0;
	margin-top: 0;
}

ul.submenu  li:hover {
	font-weight: bold;
}

ul.submenu  li.active {
	color: #b4b4b4;
	font-weight: bold;
	text-decoration: underline;
}

/* Bio */
#bio {
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: -10px;
	font-family: Georgia, serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2em;
}

#bio h2 {
	color: gray;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

#bio .date {
	font-style: italic;
	color: silver;
}

#bio ul {
	list-style: none;
	list-style-type: square;
	list-style-position: inside;
}

div#copyright {
	clear: both;
	padding-top: 20px;
	font-size: 11px;
	color: gray;
}


