body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #141414;
	background-image: url(../images/background.gif);
	color: #CCC;
}
.footer {
	background-color: #000;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 20px;
	color: #666;
	padding-bottom: 5px;
}
.promo {
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog_content {
	margin-top: 10px;
	background-color: #333;
	height: 500px;
}
a{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#3399cc;
}
.gray {
	color: #333;
	text-align: center;
}

.gray a{
	color: #434343;
}

.gray a:hover{
	color: #39C;
}

.network {
	text-align: center;
	font-size: 9px;
	color: #393939;
	background-color: #000;
	padding-top: 20px;
	margin-top: 20px;
}
.network_logos {
	text-align: center;
	font-size: 9px;
	color: #393939;
	width: 30px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.menu {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
	padding-bottom: 5px;
}
menutext {
	font-size: 36px;
}
menutext a{
	color: #FFF;
}
menutext a:hover{
	color: #3399cc;
}
.dot {
	background-image: url(../images/dotz.png);
	background-repeat: repeat-x;
	height: 3px;
	margin-top: 2px;
	margin-bottom: 20px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399cc;
	margin-bottom: 20px;
	margin-top: 20px;
}
.header {
	height: 100px;
	text-align: center;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399cc;
	padding-bottom: 20px;

}
.works {
	margin-bottom: 20px;
}
.content {
	line-height: 26px;
	font-size: 13px;
}

twitterfont {
	font-size: 18px;
	color: #3399cc;
}
.container_12 .content {
	font-size: 14px;
	padding-top: 10px;
	line-height: 22px;
}
.people {
}
.white {
	color: #FFF;
}
.logo {
	width: 150px;
	padding-right: 400px;
	padding-left: 400px;
}

.boxgrid{
	width: 220px;
	height: 319px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.boxgrid img{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}
.boxgrid p{
	padding: 0 10px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	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)";
	padding-top: 10px;
	text-align: center;
}
.captionfull .boxcaption {
	left: 0;
	top: 320px;
	line-height: normal;
}
.caption .boxcaption {
	left: 0;
	top: 319px;
}
