body
{
	background-color: #181818;
	padding: 0px 15px 15px 15px;
	font-family: Calibri;
	margin: 0px;
}

#wrapper
{
	width: 90%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#menu
{
	border: 4px solid #eee;
	padding: 8px 10px 15px 10px;
	background-color: #444;
	color: #e5e6e8;
	text-align: center;
	border-top: 0px;
	border-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#menu a
{
	color: #e5e6e8;
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}


#menu ul
{
	list-style: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#menu ul li
{
	border-left: 2px dotted #ccc;
	display: inline;
	padding: 0px 30px;
	white-space: nowrap;
	margin: 0px;
}

#menu ul li:first-child
{
	border-left: none;
	padding-left: 0px;
}

a img
{
}

#body
{
	margin-top: 25px;
	border: 5px solid #000;
	background-color: #fff;
	min-height: 500px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 10px -3px;
}

#content
{
	padding: 0 35px;
	text-align: justify;
	margin-right: 235px;
	margin-bottom: 15px;
	border-right: 2px dotted #ccc;
}

.endhack
{
	clear: both;
}

.banner
{
	background-image: url(http://farm3.static.flickr.com/2221/2380939251_52d4d7ea62_b.jpg);
	background-position: center center;
	height: 200px;
	margin-bottom: 15px;
	text-align: left;
	padding: 30px 45px;
	color: #fff;
}

#bottombar
{
	overflow: hidden;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	margin: 0px 0px;
	background-color: #fff;
	position: relative;
	top: -25px;
	height: 10px;
	margin-bottom: -20px;
}

.banner h1, .banner h1 a, .banner a h1
{
	font-size: 5em;
	font-weight: bolder;
	color: #fff;
	margin: 0px;
}

.banner h2
{
	color: #fff;
	font-size: 1.5em;
}

#sidebar
{
	padding-right: 35px;
	float: right;
	width: 165px;
	overflow: hidden;
	margin-left: 35px;
	margin-bottom: 15px;
	text-align: justify;
	height: 100%;
}

h1, h1 a, a h1
{
	font-size: x-large;
	color: #4a67a9;
}

h2, h2 a, a h2
{
	font-size: large;
	color: #9d0000;
	margin-bottom: 0px;
	font-weight: bold;
}

p
{
	margin-top: 5px;
}

a
{
	color: #336600;
}

#sidebar a img
{
	border: 1px solid black;
}

#copyright
{
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ccc;
}

#footer
{
	border-top: 1px solid #222;
	padding: 25px 35px;
}

#footer-right
{
	float: right;
}

.side-image
{
	float: right;
	margin-left: 20px;
}

.side-image-left
{
	float: left;
	margin-right: 20px;
	padding: 3px;
	border-color: #ccc;
}

.endhack-left
{
	clear: left;
}

#navbar-iframe
{
	height: 0px;
	visibility: hidden;
	display: none;
}

/* photo gallery */

#gallery
{

}

ul.inspector
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.inspector li
{
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
	
	padding: 0 6px 6px 0;
	background: #ffffff url(images/shadowAlpha.png) no-repeat bottom right;
	
	overflow: hidden;
	
	float: left;
	
	width: 167px;
	height: 167px;	
}

ul.inspector li div
{
	display: block;

	border: 1px solid #999999;
	padding: 7px;
}

ul.inspector li div a
{
	width: 153px;
	height: 154px;
	
	display: block;
	
	overflow: hidden;
}

ul.inspector li div a img
{	
	background: #ffffff;
	
	border: 0px;
}

ul.inspector li div a img.wide
{
	height: 160px;
}

ul.inspector li div a img.tall
{
	width: 160px;
}

ul.inspector li div a:hover
{
	display: block;
	
	position: absolute;
	overflow: visible;
	
	padding: 0px;
	margin: 0px;
}

ul.inspector li div a:hover img.tall, ul.inspector li div a img.tall:hover
{
	width: 300px;
}

ul.inspector li div a:hover img.wide, ul.inspector li div a img.wide:hover
{
	height: 300px;
}

ul.inspector li div a:hover img, ul.inspector li div a img:hover
{
	position: relative;

	left: -50%;
	top: -50%;
	
	padding: 10px;
	border: 1px solid #000;

	margin: 0px;
}