/* vPortfolio Frontend Styles */

div.vp_wrapper {
	height:400px;
	display:block;
	position:relative;
	text-align:left;
}

div.vp_sections {
	background:url(../images/mp_menu_bottom_fill.gif) top left repeat-y;
	float:left;
	margin-top:-50px;
	margin-left:-100px;
	width:244px;
	height:420px;
	position:relative;
	z-index:3;
	text-align:left;
}

div.vp_sections ul {
	list-style:none !important;
	padding:40px 0px 50px 90px;
}

div.vp_sections li {
	margin:10px 0 10px 0;
}
	

div.vp_sections a {
	font:14px Trebuchet MS, Lucida Grande, Verdana, Arial, sans-serif;
	text-transform:lowercase;
}


div.vp_sections a:link,div.vp_sections a:visited {
	color:#666;
	text-decoration:none;
}

div.vp_sections a:hover {
	color:#F90;
	text-decoration:none;
}

span.active_item a:link, span.active_item a:visited {
	color:#F90;
}

div.vp_works_pane {
	position:absolute;
	top:0px;
	right:0px;
	width:456px;
	margin-top:-50px;
}

div.vp_works {
	height:380px;
	width:100%;
	padding:0 20px 0 20px;
}

div.vp_work {
	width:208px;
	height:190px;
	float:left;
	text-align:left;
}

div.vp_work_inner {
	height:180px;
	width:108px;
	margin-left:52px;
	text-align:left;
	cursor:pointer;
}

div.vp_work_image_container {
	width:108px;
	height:108px;
	margin:0px 40px 0px 0px;
	text-align:left;
	vertical-align:top;	
	position:relative;
	left:0px;
	top:20px;
	cursor:pointer;	
}

div.vp_work_image_frame {
	width:108px;
	height:108px;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../images/work_frame.png) top left no-repeat;
	z-index:10;
}

div.vp_work_image_thinframe {
	width:100px;
	height:100px;
	position:absolute;
	left:3px;
	top:2px;
	background:transparent url(../images/gray_frame.png) top left no-repeat;
	z-index:15;
}
	


img.vp_work_image {
	position:relative;
	left:3px;
	top:2px;
	z-index:5;
}

div.vp_work_title,div.vp_work_title_hovered {
	position:relative;
	margin-top:20px;
	width:100%;
	text-align:center;
	text-transform:lowercase;
}

div.vp_work_title a:link, div.vp_work_title a:visited {
	font:12px Trebuchet MS, Lucida Grande, Verdana, Arial;
	text-decoration:none;
	color:#666;
}

div.vp_work_title_hovered a:link, div.vp_work_title_hovered a:visited {
	font:12px Trebuchet MS, Lucida Grande, Verdana, Arial;
	text-decoration:none;
	color:#F90;
}

div.vp_work_title a:hover {
	color:#F90;
}


div.vp_works_pagination {
	float:left;
	clear:both;
	display:block;
	width:400px;
	margin:10px 0 0 28px;
	height:30px;
	position:relative;
	background-color:#F5F5F5;
	vertical-align:top;
	text-align:left;
}

div.vp_works_pag_links {
	width:320px;
	margin-left:40px;
	margin-top:7px;
	line-height:1.5em;
	height:24px;
	text-align:center;
}

span.vp_pag_page_link {	
	font-size:10px;	
	font-weight:bold;
	border:1px #F5F5F5 solid;
	padding:1px 2px 2px 2px;
	margin:0 2px 0 2px;
	cursor:pointer;
}

span.active_page,span.active_page:hover {
	border:1px #888 solid;
}	

span.vp_pag_page_link:hover {
	border:1px #F90 solid;
}

span.vp_pag_page_link a:link, span.vp_pag_page_link a:visited {
	color:#888;
	text-decoration:underline;
}

span.vp_pag_page_link a:hover {
	color:#888;
	text-decoration:underline;
}

