/* -----------------------------------------------
Master Style Sheet

Theme Name:     Gemini the Musical
Description: 		The theme for the Gemini the Musical Blog.
Author: 			  Alex Gilbert
Version: 				1.0
Author URI:		  http://www.valueneutral.com
----------------------------------------------- */

/* import the master Gemini site styles
----------------------------------------------- */

@import url(/css/master.css);

/* =blog specific stuff
----------------------------------------------- */

.post{
	margin-bottom: 30px;
}

.post h2 a{
	text-decoration: none;
}

.post ul{
	margin-left: 1em;
}

.post li{
	margin: .5em 0;
}

.post h2{
	color: #00d4d4;
}

.post p{
	clear: left;
}

.post p img{
	margin: 0 1em 1em 0;
}