/*
Theme Name: Siteshine
Theme URI: http://siteshine.com/
Description: Updated for today's White-White-Campbell design!
Version: 3.0
Author: Jared White

*/

@import url('http://www.siteshine.com/stylesheets/siteshine.css');

h2 {
	text-transform: inherit;
}

#infobar ul {
	list-style-type: none;
	margin: 0; padding: 0;
	
}

/*#content, #sidebar {
	margin-top: -8pt;
}*/
#infobar {
	padding-top: 0.3em;
}

.navigation {
	float: right;
	margin-top: 0.5em;
}
.navigation .alignleft, .navigation .alignright {
	display: inline;
	font-size: 0.85em;
}
.navigation .alignright {
	margin-left: 20px;
}

#maincontent.narrowcolumn {
	padding-top: 1px;
}

.post h2, h2.pagetitle {
	margin-top: 0.5em;
}
/*
h3 {
	margin-top: 1.1em;
	margin-bottom: 0.7em;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 3px 5px #cdb;
	font-size: 1.1em;
	text-transform: uppercase;
}
*/

small.byline {
	display: block;
	margin-top: -5pt;
	font-size: 0.9em;
	color: #666;
	margin-bottom: 12pt;
}

img.alignleft, aside.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	border: solid 1px #bbb;
	background-color: white;
	padding: 2px;
	-webkit-box-shadow: 1px 1px 5px #ddd;
	-moz-box-shadow: 1px 1px 5px #ddd;
	box-shadow: 1px 1px 5px #ddd;
}
img.aligncenter, aside.aligncenter {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: block;
	border: solid 1px #bbb;
	background-color: white;
	padding: 2px;
	-webkit-box-shadow: 1px 1px 5px #ddd;
	-moz-box-shadow: 1px 1px 5px #ddd;
	box-shadow: 1px 1px 5px #ddd;
}
img.alignright, aside.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	border: solid 1px #bbb; 
	background-color: white;
	padding: 2px;
	-webkit-box-shadow: 1px 1px 5px #ddd;
	-moz-box-shadow: 1px 1px 5px #ddd;
	box-shadow: 1px 1px 5px #ddd;
}

.postmetadata {

	border: solid 2px #bbb;
	background-color: #f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px;
	margin-bottom: 20pt;
	font-size: 0.9em;
}

#content p.alt {
	margin-top: 20pt;
}

textarea#comment {
	width: 90%;
}

input#s {
	width: 30em;
}

#commentform input[type=text] {
	width: 30em;
}

.commentlist {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.commentlist li {
	border-bottom: solid 2px #dcb;
}
cite { font-style: normal; font-weight: bold; }
.says { display: none; }
.commentmetadata {
	font-size: 0.9em;
	margin-top: 5pt;
}
.commentmetadata a {
	color: #564;
}

.authorblock {
	background-color: white;
	border: solid 1px #bbb;
	padding: 10px;
	font-size: 0.9em;
	line-height: 150%;
	font-style: italic;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	min-height: 6.5em;
}
.authorblock .borderpic {
	height: 6em;
	float: left;
	margin-right: 10px;
}

blockquote {
	border-left: solid 5px #eee;
	padding-left: 5px;
}
