/* Katie theme */
body{
	margin:0;
	background:#fff url(/img/theme6/bg-body.gif);
	font-size: 11px;	color: #565252;	
}

body#serif {
	font-family: Georgia, serif;

}
body#sans-serif {
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

form,fieldset,img{margin:0;padding:0;border:0;}

a{
	color:#a1a5a5; text-decoration:none;
}
a:hover{ color:#000000; text-decoration:underline;}
input,
textarea,
select{
	vertical-align:middle;
}
.w-b,
.w-t{
	height:16px;
	width:994px;
	overflow:hidden;
}
.w-t{background: url(/img/theme6/bg-w-t.png) no-repeat;}
.w-b{
	background: url(/img/theme6/bg-w-b.png) no-repeat;
	margin-bottom:40px;
}
#wrapper{
	width:876px;
	padding:0 68px 0 50px;
	overflow:hidden;
	background: url(/img/theme6/bg-wrapper.png) repeat-y;
}
#header{
	position:relative;
	width:100%;
	overflow:hidden;
	padding:10px 0 27px;
}
.logo{
	margin:0;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	max-height: 100px;
}
.logo a{
	color:#5e6062;
}
.logo a:hover{
	text-decoration:none;
}
/*main*/
#main{
	position:relative;
	min-height:542px;
	width:100%;
	overflow:hidden;
}
* html #main{
	height:542px;
	overflow:visible;
}
#sidebar{
	float:left;
	padding: 0;
	width:183px;
}
#sidebar ul{
	margin:0;
	padding: 0 10px 0 0;
	list-style:none;
}
#sidebar li{
	font-size: 11px;	color:#a1a5a5;
	line-height:18px;
	margin-bottom: 8px;
}
#sidebar li.work, #sidebar li.selected.section {
	margin-bottom: 4px;
}
#sidebar ul.works {
	margin-bottom: 8px;
}
#sidebar li a{
	padding:0 4px 0 0;
}
#sidebar li.selected {
	color:#000000;
}
#sidebar li.selected a{
	color:#000000;
}
#two-column{
	float:left;
	width:693px;
}
#content{
	float:left;
	width:476px;
	padding:0px 23px 0 0;
}
#content img{
	display:block;
}
#content hr{
	color: #565252;
}
#page{
	float:left;
	width:693px;
	padding: 0;
	margin: 0 0 23px 0;
}
#page p, 
#page h1, 
#page h2, 
#page h3,
#page h4,
#page h5 {
	margin: 0 0 10px 0;
}

#content .placeholder{
	width:476px;
	overflow:hidden;
	position:relative;
	display:block;
	margin-bottom: 10px;
}
#content .placeholder:hover{text-decoration:none;}
#content .placeholder div.details{
	position:absolute;
	left:0;
	top: -9999px;
	width:380px;
	min-height: 103px;
	padding:20px 145px 20px 20px;
	background: url(/img/theme6/bg-placeholder-h.png) no-repeat;
}
#content .placeholder:hover{border:0;}
#content .placeholder:hover div.details{
	top: 122px;
}
#content .placeholder span{
	display:block;
	font-size:11px;
	line-height:13px;
	color:#5e6062;
	font-weight:normal;
}
#content .placeholder span img{
	display:block;
	margin:5px 0 0;
}
#content .placeholder span em{
	font-weight: bold;
	font-style: normal;
}
/*side-a*/
.side-a{
	padding:6px 0 0;
	float:right;
	overflow:hidden;
	width: 180px;
}
.side-a ul{
	width:196px;
	overflow:hidden;
	margin:0 0 21px;
	padding:0;
	list-style:none;
}
.side-a li{
	float:left;
	width:86px;
	height:86px;
	padding:0;
	margin:0 10px 23px 0;
}
.side-a li img{
	display:block;
}
/* lightbox */
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: 0;
	left: 0;
    padding: 0 16px;
    z-index:1002;
	width: 90%;
	height: 100%;
   overflow: none;
}

.white_content a {
	display: block;
    width: 100%;
    height: 100%;
}
#section { margin: 10px; }
#section ul { padding: 0; margin: 0; }

#section li {
	float: left;
	list-style: none;
	margin: 0 10px 8px 0;
}
#sharethis-button { margin: 6px 0 0 0 }
