/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

#devbar.live { background-color: #8ea442; width: 100%; height 150px; padding:10px 10px 10px 10px; margin-bottom:20px; }
#devbar a { color:white;}

body {

	background-color:#1a1a1a;
	background-image:url("http://www.sophiadengo.com/img_10b/bg2.jpg");
	/*background-image:url("http://www.sophiadengo.com/wp-content/themes/Starkers2010/images/square_bg.png");*/
	color:#2a2a2a;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	
	}
	
#container {

	margin: 20px auto;
	padding:20px;
	width:900px;
	
	background-color: rgb(242, 242, 242);
	background-color: rgba(242, 242, 242, 0.9);
	
	box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .5); 
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .5);


}

a img, img {

	border:5px solid white;
	box-shadow: 0 0 4px rgba(0,0,0, .30);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .30);
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .30);
	margin-bottom:10px;
	
	}

.section {

	padding-bottom:15px;
	padding-top:15px;
	width:100%;
	border-bottom:1px dotted #8f8f8f;
	overflow:auto;
	clear:both;
	
}

.section_last {

	padding-bottom:15px;
	padding-top:15px;
	width:100%;
	overflow:auto;
	clear:both;
	
}

.left {

	float:left;
	width:49%;
	}
	
.right {

	float:right;
	width:49%;
}

#nasa img {
	
	margin-right:20px;
	
}

#nasa p {
	
	margin-bottom:20px;
	
}

#photo ul {

	margin-top:10px;
	margin-bottom:10px;
	
	}

#photo ul li {

	display:inline;
	margin-right:6px;
	width:260px;
	
}

#work ul {

	margin-top:10px;
	margin-bottom:10px;
	
	}

#work ul li {

	display:inline;
	margin-right:6px;
	width:260px;
	
}

#work ul li p {

	width:260px;

}


h1 {

	font-size:18pt;
	color:#A81E41;
	padding-bottom:10px;
	font-family: 'Crushed', arial, sans-serif;
	font-weight:normal;
	
	margin-top:20px;
	margin-bottom:10px;
	
	}
	
#top h1 {

	font-size:36pt;
	padding-bottom:5px;
	
	}
	
h2 {
	
	font-size:14pt;
	font-family: 'Crushed', arial, sans-serif;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;

}

.left ul li, .right ul li{

	margin-left:20px;

}
	
a {

	color:#A81E41;
	text-decoration:none;
	}
	
#top {

	padding-bottom:15px;
	border-bottom:1px solid #8f8f8f;
	
	}
	
#footer {

	text-align:center;
	color:#f2f2f2;
	}
	
#about, #single {

	margin-left:50px;
	margin-right:50px;
	margin-top:20px;
}

#cat_more {

	margin-top:30px;
	padding-bottom:20px;
	
	}
	
#twitter_widget {

	padding-bottom:10px;
}

#liveblog-269 {

	margin-top:10px;
	margin-bottom:10px;
	
	}
	
del {

	color:#a1a1a1;
}
