body {
	background:none repeat scroll 0 0 #FFFFFF;
	font-family:arial,helvetica,sans;
	padding:0;
	clear:both;
	margin:0 auto;
	width:960px;
	line-height:1.6;
}

.boxgrid{
	width: 700px;
	height: 456px;
	margin:10px;
	float:right;
	background:#161613;
	overflow: hidden;
	position: relative;
}

.boxgrid img{
	float: right;
}


.boxcaption{
	float: right;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .6;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 	}


.caption .boxcaption {
 	top: 456;
 	left: 0;
 }


.caption .boxcaption  p{
 	color: white;
 	font-size: 8pt;
 	padding-left: 6px;
 }

.caption .boxcaption a{
 	color: white;
 }


.caption .boxcaption h3 {
	color:white;
	padding:3px 3px 3px 6px;
}


#branding {
	padding-top: 200px;
	font-size:14px;
	line-height:1.6;
	margin:0 0 10px;
}
 
#branding #siteTitle a{
        text-decoration: none;
        color: black;
        font-size: 28px;
}


#branding #siteBlurb{
	width: 210px;	
    font-size: 10px;
	color: #AAA;
}

.inlineS{
	border-bottom:1px solid #CCCCCC;
}

.inlineD{
	border-bottom:2px solid #CCCCCC;
}

.CLEAR{
	clear: both;
}

#main{
	visibility:hidden;
}


.Textheading{
	text-decoration: none;
    	color:  #AAA;
    	font-size: 18px;
}

#column1, #column2 {
position:relative;
}

#column1 {
width:230px;
display:inline;
float:left;
padding:0 10px;
border-right:1px solid #CCCCCC;
overflow:hidden;
}


#column2 {
width:650px;
display:inline;
float:left;
margin:0 10px;
overflow:hidden;
}

#twitter{
}

#twitter p{
font-size: 8pt;
}

#twitter a{
text-decoration: none;
font-size: 8pt;
}

#blogposts a{
text-decoration: none;
font-size: 8pt;
color: black; 
}

#blogposts p{
border-bottom: 1px dashed #CCCCCC;
}

.subtext{
	font-size: 7pt;
	color:  #AAA;
	float: right;
}

