﻿#portfolio {
	width:750px;
	height:550px;
	position:absolute;
	z-index:100;
	top:5%;
	left:20%;
	background-color:#1f1f1f;
	margin:10px 10px 10px 0;
	border:1px gray solid;
	font-family:Verdana;
	font-size:11px;
	color:gray;
	visibility:hidden;
}
#site_details h2, #site_details p {
	font-family:Verdana;
	font-size:12px;
	padding-bottom:3px;
	color:#666;
	margin:5px 20px;
	width:500px;
}
#site_details h2 {
	font-size:14px;
	color:#CC0000;
	border-bottom:1px gray solid;
	margin-top:20px;
}
#pfolio_close, #category_close {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	position:absolute;
	top:0px;
	right:0px;
	padding:5px;
	border-right:5px gray solid;
	border-top:5px gray solid;
	z-index:151;
}
#sites {
	width:150px;
	height:100%;
	border-right:1px gray solid;
	float:left;
	background-image:url('images/sites_backg.png');
	background-repeat:repeat-y;
	background-position:65% 0%;
}
.scroll-pane {
	height:400px;
	width:156px;
	overflow:auto;
}
#sites ul, #categories ul {
	text-align:left;
	margin:0 10px;
	padding:0;
	clear:left;
	display:block !important;
}
#sites li, #categories li {
	cursor:pointer;
	color:gray;
	font-family:Verdana;
	font-size:12px;
	margin:15px 5px;
	list-style:none;
}
#sites li.selected {
	font-weight:bold;
	color:#CC0000;
}
#sites ul li:hover, #categories ul li:hover {
	color:#CC0000;
}
#site_details {
	width:auto;
	height:100%;
	border-left:1px gray solid;
	float:left;
	margin-left:5px;
	margin-bottom:35px;
	background-image:url('images/portfolio_backg.png');
	background-position:50% 80%;
	background-repeat:no-repeat;
}
.screenshot {
	float:left;
	margin:5px 0 10px 10px;
}
.screenshot_single {
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:80px;
}
#site_details div a img {
	border:1px gray solid;	
	text-decoration:none;
	margin-top:5px;
	padding:5px;
}
#description, #details, #skills {
	clear:left;
	width:500px;
	margin:0px 0px 0px 25px;
	height:auto;
	padding:0;
	z-index:250;
}
a {
	text-decoration:none;
	color:#CC0000;
}
a:hover {
	color:gray;
}
#sites_border {
	background-color:gray;
	height:30px;
	width:100%;
}
#site_details_lower_border {
	width:400px;
	height:150px;
	position:absolute;
	margin:0;
	padding:0;
	bottom:0px;
	right:0px;
	z-index:150;
	border-bottom:20px gray solid;
	border-right:20px gray solid;
}
#categories_lower_border {
	width:80px;
	height:30px;
	position:absolute;
	margin:0;
	padding:0;
	bottom:0px;
	right:0px;
	z-index:150;
	border-bottom:20px gray solid;
	border-right:20px gray solid;
}
#categories {
	width:150px;
	height:auto;
	background-color:#070700;
	padding:15px 0;
	position:absolute;
	z-index:150;
	left:10%;
	top:10%;
	color:gray;
	margin:5px;
	border:1px #CC0000 solid;
}
#refine_by {
	color:#CC0000;
	width:100%;
	font-size:10px;
	font-family:Georgia;
	cursor:pointer;
	float:left;
	padding:10px 0;
	text-align:center;
}
#reset_sites {
	font-size:10px;
	color:#CC0000 !important;
	text-align: center;
	font-weight:bold;
	cursor:pointer;
}
#reset_sites:hover {
	color:gray !important;
}
.no_point_cursor {
	cursor: default;
}
.skills {
	color:#800000;
	font-weight:bold;
}
#cms_list {
	display:none;
	background-color:#8E8E00;
	color:black;
	position:absolute;
	left:25%;
	top:20%;
	z-index:1000;
	margin: 5px;
	border:1px gray solid;
}
#cms_list ul {
	list-style:none;
	margin:0;
	padding:10px;
}
#cms_list ul li {
	font-size:10px;
	padding:5px 0;
	font-family:Verdana;
}