body
{
	background: #3F3F3F;
	color: #DCDCCC;

	font-family: Helvetica, Lucida Grande, Arial, sans-serif;
	margin-top: 75px;
}

a { color: #EFDCBC; }

a:hover { color: #dca3a3; }

b, strong { color: #8cd0d3; }
i, em { color: #8cd0d3; }

#topbar
{

}

#bottombar
{
	display: none;
}

#title
{
	float: left;
	padding: 0.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	display: block;
}

#title a
{
	color: #DCDCCC;
	text-decoration: none;
}
	
ul#nav
{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#nav li
{
	float: left;
	display: block;
	padding: 0.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
}

#nav li a
{
	text-decoration: none;
}

#nav li a:hover
{
	color: #cc9393;
}

#container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	border-top: solid 2px #8cd0d3;
}

#content
{
	clear: both;
	padding-top: 1.0em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1.0em;
	display: inline;
	float: left;
	width: 600px;
	font-size: 0.9em;
}

#wikieditbox
{
	width: 100%;
	height: 400px;
}

#wikititle
{
	color: #EFDCBC;
	font-size: 1.0em;
	font-weight: bold;
}

#wikititle h1
{
	color: #EFDCBC;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.number
{
	color: #8cd0d3;
}

.blog-post
{
	padding-bottom: 2.0em;
	border-bottom: 2px solid #8cd0d3;
	margin-bottom: 2.0em;
}

.blog-post-content
{
	padding-left: 1.0em;
	padding-right: 1.0em;
}

.blog-post-title
{
	color: #EFDCBC;
	font-size: 1.5em;
	font-weight: bold;
}

.blog-post-title a
{
	text-decoration: none;
}

.blog-post-title h1
{
	color: #EFDCBC;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.blog-post-date
{
	font-size: 1.0em;
	font-weight: bold;
}

.blog-post-meta
{
	font-size: 1.0em;
	position: right;
	padding-bottom: 0.5em;
}

.blog-post-meta-comments
{
	float: left;
}

.blog-post-meta-comments a
{
	text-decoration: none;
	color: #8cd0d3;
	font-weight: bold;
/*        display: inline-block;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #8cd0d3;
        color: #3f3f3f;
        padding: 0.5em;
        font-weight: bold;
        text-decoration: none;*/
}

.blog-post-meta-tags
{
	float: right;
}

.blog-post-meta-tags a
{
/*        display: inline-block;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #8cd0d3;*/
        color: #8cd0d3;
        font-weight: bold;
        text-decoration: none;
}

#homeblurb
{
	background: #2F2F2F;
	margin-bottom: 1.0em;
        padding: 1em;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

h2, h3
{
	color: #EFDCBC;
}

/* sidebar items */
#sidenav
{
	font-size: 0.9em;
	padding-top: 1.0em;
	display: inline;
	float: left;
	width: 250px;
}

.sidenav-box
{
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	background: #2F2F2F;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sidenav-box-inner
{
}

.sidenav-box-title
{
	color: #8cd0d3;
	font-weight: bold;
}

.sidenav-box-title a
{
	color: #8cd0d3;
	text-decoration: none;
}

#sidenav-tweets
{
	padding-top: 1.0em;
	padding-left: 1.0em;
}

.sidenav-tweet-time
{
	font-size: x-small;
}

/* tag cloud */
.tag-cloud
{
	list-style-type: none;
}

.tag-size-1
{
	font-size: normal;
}

.tag-size-2
{
	font-size: large;
}

.tag-size-3
{
	font-size: larger;
}

.tag-size-4
{
	font-size: x-large;
}





.sprinkle-release
{
        margin-top: 1em;
        margin-bottom: 1em;
        padding: 1em;
        background: #2F2F2F;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

.sprinkle-release .title
{
	color: #8cd0d3;
	font-weight: bold;	
}

.sprinkle-release .summary
{
	padding: 0em 1em 0em 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #8cd0d3;
}

.sprinkle-release .changelog
{
	padding: 0em 1em 0em 1em;
}

.sprinkle-release .download
{
	text-align: right;
}

.sprinkle-release .download-btn
{
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #8cd0d3;
	color: #2f2f2f;
	padding: 0.5em;
	font-weight: bold;
	text-decoration: none;
}

.sprinkle-release .download-size
{
	font-size: smaller;
}
