/*   
Theme Name: Rocksalt 
Description: Rocksalt blog theme. 
Author: Lucas
Author URI: http://lucasseidenfaden.com/

*/

html, body {
	margin:0;
	padding:0;
}

#wrapper {
width:900px;
margin:0 auto;	
}
#header {
margin:20px 0 0 0;	
}
#masthead img {
	vertical-align:top;
}
#title_wrapper {
	display:inline-block;
	width:720px;	
	margin:40px 0 0 5px;
}

.title {
	font-family: 'Berkshire Swash', cursive;
	font-size:45px;
	display:inline-block;
	width:100%;
	border-bottom:1px dotted #CCC;	
	margin-bottom:3px;
	color:#666;
}

.sub_title {
	font-family: 'Quicksand', sans-serif;	
}
a:link, a:hover, a:active, a:visited {
	text-decoration:none;
	color:#c79100;	
	display:inline-block;
	padding:10px 10px 10px 10px;
	margin:0;
}
#menu {
	border:solid #CCC;
	border-width:1px 0;
	font-family: 'Quicksand', sans-serif;
	text-transform:uppercase;
	margin:50px 0 50px 0;
}
#menu ul {
	list-style:none;
	display:inline;	
	padding:0;
	margin:0 0 0 5px;
}

#menu ul li {
	display:inline;	
}
#menu ul li a:hover {
	background:#666;
	color:#FFFFFF;	
}
#post_title {
	font-family:'Berkshire Swash';
	font-size:30px;
	margin-bottom:10px;	
}
#post_content {
	font-family:Quicksand;
}