/*   
Theme Name: So Clean
Theme URI: http://stephenmeehan.com/
Description: A clean theme I created for myself.
Author: Stephen Meehan
Author URI: http://stephenmeehan.com/
Version: 0.6
.
This theme is my copyrighted work.
Not to be used by anyone for anything, thank you.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


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




.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{
	padding: 3px;
	padding-left: 6px;
 	color: white;
 }





/* =Header
-------------------------------------------------------------- */
#masthead {
	clear:both;
}

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

#branding {
	float: left;	
	margin: 0 0 1.5em 0;
	padding-top: 250px;
	vertical-align: baseline; 
}

#branding #blog-title{
}

#branding #blog-title a{
        text-decoration: none;
        color: black;
        font-size: 28px;
}


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

#big-image{
   
}

#main{
	visibility:hidden;
}

#footer{
	visibility:hidden;
}

/* =Menu
-------------------------------------------------------------- */

#access {
visibility:hidden;
	clear: both;
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}


/* =Content
-------------------------------------------------------------- */

.post {
	margin: 0 0 3em 0;
	padding: 10px;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;	
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}
























