body{
	background-color:#333;
	
}
h1,h2,h3,h4,h5,h6{
	font-family:"Raleway";
	font-weight:300;
	color:#555;
}
p{
	color:#2f2f2f;
}
a{
	color:#1CBCAD;
}
a:focus,a:hover{
	text-decoration:none;
}
/*div{
	position:relative;
	float:left;
}

.section{
	width:100%;
	height:100%;
}

*/

t{
	color:#34495e;
	font-weight: 700;
}
sm{
	font-size:12px;
}

.fakeimg{
	height:200px;
	background:#aaa;
}

.header{
	background:rgba(30,30,30,.90);
	width:100%;
	min-width:500px;
	height:40px;
	position:fixed;
	z-index:10;
}
.header h3{
	margin:10px;
	position:relative;
	float:left;
	color:#DDD;
}
.header ul{
	list-style-type:none;
}

.footer{
	background:#2f2f2f;
	padding-top:50px;
	padding-bottom:50px;
}
.footer h5{
	color:white;
}
.footer t{
	color:white;
}
.footer p{
	color:white;
}
.footer i{
	padding-right:8px;
}
/*MY WIDGETS*/

.gallery_list{
width:245px; height:560px;
background-color:#111;
float:left;
overflow:hidden;
}
.gallery_view{
width:800px; height:560px;
background-color:#333;
float:left
}
.gallery_preview{
width:100px; height:75px;
position:relative;
float:left;margin:8px;
}
