/**

 * Blog Styles

 *

 * Global styles for the MT blogs.

 * @author Marc Matteo <mamatteo@sacbee.com>

 */



/**

 * @section Main elements

 */

h1 {
/*

	margin-bottom: 8px;

	padding-bottom: 8px;

	border-bottom: 2px solid #ddd;

*/

}
.image {
	background: rgb(224, 224, 224);
	width: 982px;
	padding: 4px;
}
.caption {
	background: rgb(224, 224, 224);
	width: 982px;
	padding: 8px 0px 8px 8px;
	margin-bottom:10px;
}
blockquote {
	margin-left: 30px;
	padding: 5px 10px 1px 15px;
	background-color: #ddd;
}
.asset-header {
	margin-bottom: 1em;
}
.entry-asset .title {
	font-size: 22px;
}
.archive-list {
	padding-left: 2em;
	list-style-type: none;
}
.asset-body li {
	margin-left: 3em;
}
.asset-content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5em;
}
.asset-footer {
	margin-top: 10px;
}
.asset-more-link {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
#comments_hd {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
.mt-image-left {
	float: left;
	margin-right: 10px
}
/**

 * @section Posted by styles

 */

.postedby .userpic {
	float: left;
	padding-right: 0.5em;
}
.postedby .byline {
	margin: 0;
}
.postedby .fn {
	font-weight: bold;
}
.postedby .tools {
	padding-top: 2px;
}
/**

 * @section Trackbacks

 */

/*

.trackbacks-link {

    padding-top: 2px;

    font-size: 90%;

}



.trackbacks-header {

    -moz-border-radius-bottomleft: 0pt;

    -moz-border-radius-bottomright: 0pt;

    -moz-border-radius-topleft: 7px;

    -moz-border-radius-topright: 7px;

    -webkit-border-top-left-radius: 7px;

    -webkit-border-top-right-radius: 7px;

    background-color: #990000;

    border-bottom: 2px solid #FFFFFF;

    color: #FFFFFF;

    font-size: 90% !important;

    margin: -15px -15px 0pt;

    padding: 5px 10px;

    text-transform: uppercase;

}



.trackback-header {

    font-weight: bold;

}



.trackback {

    font-size: 90%;

    background-color: #eee;

    padding: 10px;

    margin-bottom: 10px;

    border-bottom: 2px solid #ccc;

}

*/





/**

 * @section Widgets

 */

.widget.widget-syndication {
	margin-left: -20px;
	margin-bottom: -15px;
	padding-bottom: 0;
}
.widget {
	padding-bottom: 5px;
	font-size: 110%;
}
.widget-header {
	text-transform: uppercase;
	background-color: #ddd;
	padding: 4px 0 3px 10px;
	font-size: 100%;
	margin-bottom: 5px;
}
.widget-content {
	padding-left: 15px;
	padding-right: 10px;
}
.widget-content ul {
	padding: 0px;
	list-style-type: none;
}
.widget-tag-cloud .widget-list {
	margin-right: 0;
	margin-left: 0;
}
.widget-tag-cloud .widget-list-item {
	display: inline;
	/*margin: 0 5px 0 0;*/

    padding: 0;
	line-height: 1.2;
	background: none;
}

.widget-tag-cloud li {
    margin-right: 12px;
}

.widget-tag-cloud .rank-1 {
	font-size: 1.9em;
}
.widget-tag-cloud .rank-2 {
	font-size: 1.75em;
}
.widget-tag-cloud .rank-3 {
	font-size: 1.625em;
}
.widget-tag-cloud .rank-4 {
	font-size: 1.5em;
}
.widget-tag-cloud .rank-5 {
	font-size: 1.375em;
}
.widget-tag-cloud .rank-6 {
	font-size: 1.25em;
}
.widget-tag-cloud .rank-7 {
	font-size: 1.125em;
}
.widget-tag-cloud .rank-8 {
	font-size: 1em;
}
.widget-tag-cloud .rank-9 {
	font-size: 0.8em;
}
.widget-tag-cloud .rank-10 {
	font-size: 0.8em;
}
/* Window shade for offensive photos.  Wrap the img in an appropriate div */

.window-shade {
	position: relative;
}
.window-shade .warning {
	position: absolute;
	font-size: 16px;
	color: white;
	background-color: black;
	padding: 10px;
	top: 7px;
	left: 7px;
	bottom: 7px;
	right: -3px;
}
.window-shade img {
	visibility: hidden;
}



/**

 * Smartphone overrides.

 */

/*

	@media only screen and (max-device-width: 480px) {

		div.wrapper {

			width: 640px;

		}

		div.content {

			width: 100%;

		}

		div.rail {

			display: none;

		}

	}

*/
