/*
Theme Name: Futuristic Minimalist
Theme URI: http://www.futuristicminimalist.com
Description: Futuristic Minimalist Themes
Version: 2.0
Author: Kemal Reza
Author URI: http://www.futuristicminimalist.com
Tags: portfolio, light, futuristic, minimalist
*/


@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	list-style-type:none;
}

body {
	background:#fff;
	color:#666;
	text-align:center;
	font-family: 'Cantarell', arial, serif;
	font-size:12px;
}

.bg {
	background: url(images/web/bg_grey.png) top repeat-x;
}

a {
	text-decoration:none;
	color:#ea1262;
}

a:hover {
	text-decoration:none;
	color:#aaa;
}

#container {
	height:auto;
	width:980px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:950px;
	height:120px;
	margin-left:1px;
	margin-top:10px;
}

#logo {
	width:460px;
	height:74px;
	margin-top:10px;
	margin-left:0px;
}

#portfolio {
	width:980px;
	height:auto;
	margin-top:0px;
}

.portbg {
	width:221px;
	height:155px;
	float:left;
	margin-right:24px;
	margin-bottom:25px;
	position:relative;
	background: url(images/web/portbg.png) no-repeat;
}

/*
.port {
	width:215px;
	height:150px;
	margin-left:3px;
	margin-top:0px;
	overflow:hidden;
}

.port a {
	opacity: 0.8;
	filter:alpha(opacity:80);
	cursor: pointer;
	color:#fff;
	text-decoration:none;
}

.port a:hover {
	opacity: 1;
	filter:alpha(opacity:100);
	text-decoration:none;
	color:#000;
}

#port_tag {
	width:215px;
	height:50px;
	margin-top:-50px;
	background-color:#000;
	margin-left:0px;
}


#port_title {
	width:195px;
	height:30px;
	margin-left:10px;
	padding-top:15px;
	font-family: 'Arimo', arial, serif;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;
}

*/

#footer {
	width:950px;
	height:auto;
	margin-left:3px;
	margin-top:10px;
	text-align:left;
	margin-bottom:30px;
}

#single {
	height:auto;
	background-color:#ffffff;
	text-align:left;
	font-family: 'Arimo', arial, serif;
	font-size:12px;
	margin:0 0 0 0;
	color:#333;
	line-height:14px;
	overflow:hidden;
}

.single_img {
	width:670px;
	height:580px;
	margin-top:10px;
	margin-left:10px;
	overflow:hidden;
	background-color:#99999;
}

h1 {
	font-family: 'Arimo', arial, serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.single_txt {
	width:270px;
	height:580px;
	text-align:left;
	margin-left:700px;
	margin-top:-580px;
	overflow:hidden;
}



/* Slideshow CSS */

#ControlDiv{
	margin: 20px auto 0;
	width: 600px;
}
#SlideShow{
	cursor: pointer;
}
#DisplayDiv{
	margin-left:0px;
	width: 670px;
	height: 580px;
}
#ThumbnailDiv{
	width: 670px;
	height: 45px;
	margin-left:10px;
	margin-top:-30px;
}
#ThumbnailDiv img{
	opacity: 0.7;
	filter:alpha(opacity:70);
	cursor: pointer;
	border: 1px solid #666;
	margin-right:5px;
}
#ThumbnailDiv img:hover{
	opacity: 1;
	filter:alpha(opacity:100);
}


/* Portfolio Caption */
	
.boxgrid { 
	width: 215px; 
	height: 150px; 
	margin-left:3px;
	margin-top:0px; 
	float:left; 
	background:#eeeeee;  
	overflow: hidden; 
	position: relative; 
}

/* 

.boxgrid a {
	opacity: 0.7;
	filter:alpha(opacity:70);
	cursor: pointer;
	color:#fff;
}

.boxgrid a:hover {
	opacity: 1.0;
	filter:alpha(opacity:100);
	cursor: pointer;
}

*/

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

boxgrid p { 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10px 'Cantarell', arial, serif; 
}
				
.boxcaption {
	float: left; 
	position: relative; 
	background: #000; 
	height: 50px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	margin-top:150px;
}

.boxcaption a a:hover {
	cursor:pointer
}

.captionfull .boxcaption {
 	top: 150;
 	left: 0;
 }
 
 .caption .boxcaption {
 	top: 100;
 	left: 0;
 }

h2 {
	font-family: 'Cantarell', arial, serif; 
	font-size:16px;
	color:#fff;
	font-style:normal;
	padding-top:15px;
	text-align:center;
}

h2 a {
	color:#fff;
	text-decoration:none;
}

h2 a:hover {
	color:#fff;
	text-decoration:none;
}
