@charset "UTF-8";
body {
	font: "Arial, Helvetica";
	background-image:url(images/background-black.jpg);
	margin: 0;
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
#container {
	float:right;
	width: 700px;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	border:none

}
#mainContent {
	float:right;
	width:700px;
	margin-top: 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#header {
	float:left;
	width:100%;
	display:inline;
	
}

#navbar {
	padding-left:10px;
	background-color:#000;
	margin-top:10px;
	width: 600px;
	height:30px;
	float:right;
	font: x-small Arial;
	color: #333333;
	text-transform:uppercase;
	letter-spacing:1px;
	
}

#navbar ul {
	list-style-type:none;
	display:inline;	

}

#navbar ul li {
	float: left;
	padding: 10px 10px 10px 20px;
	
}

#navbar ul li a {
	color:#828181;
	text-decoration:none;
}

#navbar ul li a:hover {
	color:#fff;
	text-decoration:underline;
}

#navbar .current {

	
}

#navbar ul li.current a {
	color: #fff;
	
}

#navbar span.current a {
	color: #fff;
	
}

#navbar ul li.upload {
	float: right;
	font: xx-small Arial;
	text-transform:uppercase;
	padding: 10px 40px 0px 0px;
	text-align: right;

}

#upload ul li {
	padding: 9px 40px 10px 20px;
}

#upload a {
	color: #333333;
	text-decoration:none;
}

#upload a:hover {
	color:#fff;
	text-decoration:underline;
}

.blur{
	background-color: #222; /*shadow color*/
	width: 710px;
	height:360px;
	margin-top: 90px;
	float:right;
	opacity:.5;
}

.shadow{
	position: relative;
	width: 705px;
	height:350px;
	margin-top: 5px;
	float:right;
	opacity:.5;
}

.shadow{
	background-color: #333; /*shadow color*/
	color: inherit;
}


#content {
	margin-top: 100px;
	background-image:url(images/content_box.png);
	background-repeat:none;
	width: 725px;
	height:365px;
	float:right;
	font-weight:normal;
	color: #868585;
	text-align: left;
	line-height: 16pt;
	font: 12px MS Sans Serif;
	letter-spacing:1px;
	
	
}

.no-opac {
	opacity:1;
}



#content p {
	font: 12px Arial;
	font-weight:normal;
	color: #868585;
	text-align: left;
	margin-top:50px;
	padding:0px 100px 20px 60px;
	line-height: 16pt;
	letter-spacing:1px;
	
}

#content p.bio {
	font: 8pt Arial;
	font-weight:normal;
	color: #868585;
	text-align: right;
	margin-top:120px;
	padding:0px 20px 0px 50px;
	line-height: 16pt;
	letter-spacing:1px;
	width:300px;
	
}


#content p a {
	color: #868585;
	text-decoration:none;
}

#content .email  {
	color:#fff;
}

#content .email a {
	color:#fff;
	
}

#content .email a:hover {
	color:#fff;
	text-decoration:underline;
	
}

.photo {
	margin-top: 65px;
	float: left;
}



span.small {
	margin-top: 230px;
	font-size:x-small;

}


.file {
	font: x-small verdana;
	color:#fff;
}


#form {
	margin:55px;
	font: 12px Arial;
	color:#868585;
}

#input {
	color:#868585;
	
}

#myGallery
{
width: 475px !important;
height: 317px !important;
margin: 25px 20px 0 110px;
}

#content p a:hover;{
	text-decoration:underline;
}

#content ul	{
	margin: 35px 0 0 10px;
	list-style-type:none;
	width: 200px;
}

#content ul li {
	font: 12px Arial;
	font-weight:normal;
	color: #868585;
	text-align: left;
	letter-spacing:1px;
	line-height: 16px;	
}

#content ul li a {
	color: #868585;
	text-decoration:none;
}

#content ul li a:hover {
	/* [disabled]color: #fff; */
	text-decoration:none;
}

.left_col {
	float:left;
	width: 320;
}

.left_col a {
	color: #868585;
	text-decoration:none;
}

.left_col a:hover {
	color: #fff;
	
}

.right_col {
	float:left;
	width: 320;
}

.right_col img {
	margin-top:85px;
}
.right_col a {
	color: #868585;
	text-decoration:none;
}

.right_col a:hover {
	color: #fff;
	
}
#content ul.alm {
	margin-top:10px;;
}
#content ul.alm li.album {
	font-size: 10px;
	font-style: italic;
}

#inside_header {
	width:50px;
	height:320px;
	float:right;
	position:relative;
}

#slidedown_demo {
	float:right;
	display:none;
	width:80px; 
	height:80px; 
	background:#000; 
	text-align:left;
	color:#fff;
	font-size:x-small;
}

.clear {
	clear: both;
}

