/*
Theme Name: MediaCore
Theme URI: http://getmediacore.com/
Description: Custom theme for MediaCore publishing platform.
Version: 1.0
Author: Simple Station Inc
Author URI: http://simplestation.com/
*/
h1, h2, h3, h4, h5 {
margin-bottom:0px;
}



/* START COMMENTS */
.content-body{
background:#edf2f7 url(/project-site/images/layout/content-bg-subpages.png) repeat-x scroll 0 67px;
padding:24px 0;
}

#header{height: 73px}

.nomargin {
	margin: 0;
}
.comments {
	width: 493px;
	margin-top: 20px;
}
.comments-list li {
	margin-bottom: 10px;
}
.comments-list li .top {
	color: #3b3c3d;
	font-family: 'Georgia';
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}
.comments-list li .date,
.comments-list li .edit {
	font-size: 11px;
	margin-top: -10px; /* undo margin from bottom paragraph in comment text */
}
.comments-list li .date a:link,
.comments-list li .date a:visited {
	color: #767778;
	text-decoration: none;
}
.comments-list li .date a:hover {
	color: #00BEE2;
	text-decoration: underline;
}
.comments .top {
	background: url('images/comment-top.png') top left no-repeat;
	display: block;
	padding: 40px 20px 20px 75px;
}
.comments .alt {
	margin-right: -12px; /* offset to make up for tab image */
	margin-left: 12px; /* offset to make up for tab image */
}
.comments .alt .top {
	background: url('images/comment-top-alt.png') top left no-repeat;
	padding: 40px 0 15px 40px;
}

.comments .body {
	background: url('images/comment-body-bg.png') repeat-y;
	color: #10375c;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	margin-left: 12px; /* offset to make up for tab image */
	overflow: auto;
	padding: 0 20px 0 20px;
}
.comments .alt .body {
	margin-left: 0px;
}
.comments .body p {
	margin: 0 0 10px 0;
}
.comments .bottom {
	display: block;
	background: url('images/comment-bottom.png') bottom center no-repeat;
	margin-left: 12px;
	padding: 0 20px 10px 0;
	text-align: right;
}
.comments .alt .bottom {
	margin-left: 0;
	margin-right: 12px;
}
.no-comments {
	width: 493px;
	margin-left: -12px;
	padding-top: 10px;
}
.no-comments .body {
	padding-top: 3px;
	padding-bottom: 0;
}
.no-comments .bottom {
	height: 14px;
}
.no-comments .top {
	margin: 0 0 0 12px;
}

/*Form stuff */
#commentform{
	margin: 0 12px;
}

#post-comment-form textarea,
#post-comment-form input[type='text'] {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 5px solid #ebe4dc;
	padding: 5px 8px 6px 8px;
	width: 355px;
}
#post-comment-form p {
	margin-bottom: 5px;
}
#post-comment-form .form-field-wide textarea,
#post-comment-form .form-field-wide input[type='text'] {
	width: 455px;
	margin-bottom: 12px;
}
#post-comment-form .form-field-wide label {
	/* style for rearranged OverText labels */
	padding: 6px 9px;
	cursor: text;
	position: absolute;
	display: none;
}
#post-comment-form li .form-label {
	width: 77px;
	margin: 5px 0;
}
#post-comment-form li .form-field {
	width: 384px;
	margin: 5px 0;
}
#post-comment-form li .field-error {
	width: 398px;
	padding: 3px;
	margin: -3px 5px 5px 0;
	color: red;
}
.submit-image {
	background-image: url('images/comment.png');
    height: 28px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: none;
    background-position: 0 0;
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -5000px;
    border: 0;
    width: 170px;
}
.submit-image:hover {
    background-position: top left;
}
.submit-image:active {
    background-position: 0 -28px;
}
.submit-image span {
    display: none;
}
/*end form stuff*/
/* END COMMENTS */
.post{padding: 0 0 30px 0;width:680px;}
.entry {
	background: #FFF;
	-moz-border-radius: 5px;-webkit-border-radius:5px;
	padding: 17px 25px 5px 25px;
	margin:10px 0 10px 0
}
.entry ul{padding:0 0 1em 3em;}
.entry ul li{padding:0 0 1em 0;list-style-type: square}
.entry ol{padding:0 0 1em 3em;}
.entry ol li{
padding:0 0 1em 0;list-style-type: decimal;
}
.entry h3{font-size: 18px;padding: 1em 0 0 0}
.entry h3:first-child{padding:0 0 0 0;}

.content-body h1{
padding-bottom:12px;
color:#171d21;
font-size:24px;
text-transform:uppercase;
text-shadow:0px 1px 0 #FFFFFF;
}

#middle h2 {
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 0px 1px 3px #000;
}
.content-body h2 {
	color: #171d21;
	text-shadow:0px 1px 0 #FFFFFF;	
	font-size: 18px;
	margin-top: 15px;
}

.content-body h3{
	font-size: 18px;
	font-weight: normal;
	margin:0;padding:1em 0 0 0;
}

.content-body h2 a{
	color:#35844e;
}


.content-body .amp {
font-family: "museo-sans-1","museo-sans-2",sans-serif;
font-style:italic;
}

.content-body .byline
{
font-style: italic;color:#b5b5b5;
}

.entry img
{
border: 1px solid #cdcdcd;
background: #efefef;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 5px;
margin:1em 0 1em 0
}

.entry p
{
margin:0 0 1em;
}

.blog-content blockquote{font-family:Georgia,'Times New Roman',serif;
font-style:italic;
padding:0 3em;}

.sidebar{
	margin-top: 20px;
}
.sidebar h3{
	color: #36404a;
	font-size: 14px;
	text-shadow:0px 1px 0 #FFFFFF;
}
.sidebar-top{height:7px;background:transparent url('images/sidebar-top.png') no-repeat top left;}
.sidebar-content{
	background:transparent url('images/sidebar-middle.png') repeat-y top left;
	padding-bottom: 10px;
}


.sidebar-content hr.box-divider{
background:transparent url('images/sidebar-divider.png') repeat-x scroll center center;
border:medium none;
clear:both;
height:2px;
margin:15px 0;
width:220px;
float: left
}

.sidebar-content p{
	padding: 10px 15px;
}
.sidebar-content ul{
	padding: 0 15px;
}


.sidebar-content ul li ul li{
margin: 0 0 0 20px;
list-style-image:url(images/bullet-star.png);
}

.sidebar-bottom{height:7px;background:transparent url('images/sidebar-bottom.png') no-repeat top left;}

.postmetadata {
	border-top: 1px solid #c1d1e1;
	border-bottom: 1px solid #c1d1e1;	
	padding: 5px 10px 5px 10px;
	color:#b5b5b5
}
.postmetadata .sharethis {
	float: right;
}
.share a {
	display: block;
	height: 28px;
	margin: 5px 0;
	text-indent: -9999px;
}

.facebook a {
	background: transparent url(images/share-sprite.png) 0 0 no-repeat;
}
.facebook a:hover {
	background: transparent url(images/share-sprite.png) top left no-repeat;
}
.facebook a:active {
	background: transparent url(images/share-sprite.png) 0 -28px no-repeat;
}
.twitter a {
	background: transparent url(images/share-sprite.png) 0 -56px no-repeat;
}
.twitter a:hover {
	background: transparent url(images/share-sprite.png) 0 -56px no-repeat;
}
.twitter a:active {
	background: transparent url(images/share-sprite.png) 0 -84px no-repeat;
}

.sidebar-center{margin-left: 10px}



