/*
Theme Name: brianguillaudeu_v4
Theme URI: http://www.brianguillaudeu.com
Description: A WordPress theme for brianguillaudeu.com
Version: 4.0
Author: Brian Guillaudeu
Author URI: http://www.brianguillaudeu.com/
*/
body {
	background: #191919;
	color: #999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 11px;
	//position: relative;
	//vertical-align: middle;
}
div#wrapper {
	//text-align: left;
	//position: absolute;
	margin: auto;
	width: 900px;
	//vertical-align: middle;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
div#header {
	margin: 0 0 0px;
	display: block;
	position: relative;
}
div#header h1 {
	font-weight: bolder;
	font-size: 48px;
	color: #fff;
	line-height: 48px;
	margin: 0 0 0px;
	float: left;
	//background: #f4a123;
}
div#header h1 a {
	text-decoration: none;
	color: #fff;
}
div#header h2 {
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
	//display: inline;
	//float: right;
	float: left;
	//text-align: right;
	text-align: left;
	//background: #9a9123;
	position: absolute;
	bottom: 8px;
	right: 0px;
}
div#body h1 {
	font-weight: bolder;
	font-size: 48px;
	color: #fff;
	line-height: 48px;
	margin: 0 0 0px;
	float: left;
	//background: #f4a123;
}
div#body h1 a {
	text-decoration: none;
	color: #fff;
}
div#body h2 {
	font-weight: lighter;
	font-size: 26px;
	line-height: 26px;
	display: inline;
	float: right;
	text-align: right;
	//background: #9a9123;
	position: absolute;
	bottom: 8px;
	right: 0px;
}
.thumbnail {
	width: 150px;
	height: 150px;
	float: left;
	display: block;
	// code for overlaying text w/ BG on top of images
	// code for fading thumbs in/out on mouse over
}
.thumbnailLG {
	width: 300px;
	height: 300px;
	float: left;
	display: block;
	// code for overlaying text w/ BG on top of images
	// code for fading thumbs in/out on mouse over
}
.thumbnail a.caption {
	background-color:#999;
	color:#fff;
	//margin-top:-15px;
	padding:1px 0 0px 5px;
	position:absolute;
	width:150px;
	font-size: 18px;
}
div#footer {
	text-align:center;
	//background: #494949;
	//position: absolute;
	//bottom: 0px;
	//top: 0px;
	margin: 8px;
}
div#footer p {
	line-height: 14px;
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #AAA;
	text-decoration: none;
}

.boxgrid{  
	width: 150px;  
	height: 150px;  
	margin:0px;  
	float:left;  
	background:#161613;  
	border:0px;  
	overflow: hidden;  
	position: relative;  
}

.boxgridLG{  
	width: 300px;  
	height: 300px;  
	margin:0px;  
	float:left;  
	background:#161613;  
	border:0px;  
	overflow: hidden;  
	position: relative;  
}  

.boxgrid img{  
	position: absolute;  
	top: 0;  
	left: 0;  
	border: 0;  
}  


.boxcaption{  
	float: left;  
	position: absolute;
 	bottom: 0px;
	background: #000;  
	height: 24px;
	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)";  
}

.captionfull .boxcaption {  
	top: 260;  
	left: 0;  
}  

.caption .boxcaption {  
	top: 220;  
	left: 0;  
}