﻿@import "http://fonts.googleapis.com/css?family=Reenie+Beanie";
@import "http://fonts.googleapis.com/css?family=Questrial";

@media only screen and (max-device-width: 800px) {

	.clsRightSidebar
	{
		float: none !important;
		display: none !important;
		width: 0% !important;
		position:absolute !important;
	}
	.clsHeader
	{
		display:inline-block;
		float:left !important;
	}
	.clsBlogHeader
	{
		background: none;
	}	
	.clsBody
	{
		float:left;
		clear: both;
		width:70% !important;
		margin: auto;
	}
	.clsAttribution
	{
		float:left;
		padding-left:2em;
		clear:both;
	}

}

body 
{
	text-align: center;
	font-family: Questrial, Verdana, Arial, Trebuchet MS;
	line-height: 1.65em;
	background-color: white;
	width:100%;
	margin:auto;
	padding:0;
}

a:link, a:visited, a:active
{
	color: black;
}

.clsContainer
{
	margin:auto;
	max-width: 980px;
}

.clsEntry
{
    font-size: 0.85em;
	border-bottom: solid 1px #004CA4;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.75em;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-radius-topleft: 1em;
	-webkit-border-radius-topright: 1em;
}

.clsEntry table
{
	margin:0;
	padding:0;
	border-spacing:0;
}
.clsEntry td
{
	border: solid 1px black;
	margin:0;
	padding:0.2em;
}

.clsHeader
{
	margin: auto;
	padding: 0px;
	background-color: #003878;
	color: black
	-moz-border-radius: 1em 1em 0 0;
	-webkit-border-radius: 1em 1em 0 0;
}

.clsBlogHeader
{
	font-family: Questrial, Trebuchet MS, Verdana, Arial;
	background-color: #003878;
	background: -moz-linear-gradient(center top , #003878 0%, #003878 90%, white 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #003878), color-stop(0.9, #003878), color-stop(1.0, #FFFFFF));
	font-size: 16pt;
	padding: 0.5em;
	margin-top: 1em;
}
.clsBlogHeader a:link, .clsBlogHeader a:visited
{
	text-decoration: none;
	color: White;
}


.clsDate
{
	border-left: solid 1px #003878;
	border-top: solid 1px #003878;
	border-right: solid 1px #003878;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0.2em 0.2em 0.2em 0.4em;
	font-family: Questrial, Trebuchet MS, Verdana, Arial;
	font-size: 13pt;
}

.clsTitle
{
	font-family: Questrial, Trebuchet MS, Verdana, Arial;
	font-size: 13pt;
	color: white;
	background-color: #004492;
	margin: 0px;
	padding: 0.2em 0.2em 0.2em 0.4em;
	background-color: #003878;
}

.clsTitle a:link, .clsTitle a:visited
{
	text-decoration: none;
	color: White;
}


.clsBody
{
	float: left;
	text-align: left;
	width: 70%;
	padding: 1em;
	background-color: #FAFAFF;
	-moz-border-radius: 0em 1em 0em 1em;
	-webkit-border-radius: 0em 1em 0em 1em;
}	

.clsEntryBody
{
	font-family: Trebuchet, Arial, serif;
	font-size: 11pt;
	line-height: 1.4em;
}

.clsRightSidebar
{
	display:display;
	width:25%;
	float:right;
	opacity: 0.125;
}

.clsRightSidebar:hover
{
	opacity: 1.0;
}

.clsAdBlock
{
	text-align: center;
}

.clsPermalink
{
	text-align: center;
	text-decoration: none;
	font-size: small;
	padding: 1em;
}

.clsKeywords
{
	text-align: center;
	font-size: smaller;
	padding: 0.75em;
}

.clsNavigator
{
	clear: both;
	text-align: center;
	background-color: #003878;
	color: white;
}

.clsNavigateEarlier
{
	padding-left: 3em;
	padding-right: 3em;
	display: inline-block;
	text-align: center;
	width: 20%;
	background-image: url(http://www.yafla.com/dforbes/style/images/left_arrows.png);
	background-repeat: repeat-x;
	background-color: #387800;
}

.clsNavigateEarlier a:link, .clsNavigator a:visited
{
	color: White;
	text-decoration: none;
}

.clsNavigateLater
{
	padding-left: 3em;
	padding-right: 3em;
	display: inline-block;
	text-align: center;
	width: 20%;
	background-image: url(http://www.yafla.com/dforbes/style/images/right_arrows.png);
	background-repeat: repeat-x;
	background-color: #780038;
}

.clsNavigateLater a:link, .clsNavigator a:visited
{
	color: White;
	text-decoration: none;
}

.clsRelatedEntries
{
	background-color: #F2F2FF;
	color: black;
	font-size: small;
	font-weight: bold;
	width: 75%;
	margin-bottom: 1em;
	line-height: 1.1em;
}

.clsRelatedEntry
{
	font-weight: normal;
	font-size: x-small;
}

.clsRelatedEntry a:link, .clsRelatedEntry a:visited
{
}

.clsRelatedEntryAlternate
{
	font-weight: normal;
	font-size: x-small;
}

.clsRelatedEntryAlternate a:link, .clsRelatedEntryAlternate a:visited
{
}

.clsRecentEntries
{
    background-color: #F2F2FF;
    color: black;
    border: solid 1px #D5E5EF;
    font-size: 0.7em;
    line-height: 1.5em;
    text-align: left;
    padding: 0.75em;
    margin: 0.25em;
    -moz-border-radius: 0em 0.5em 0em 0.5em;
    -webkit-border-radius: 0em 0.5em 0em 0.5em;
    background: -moz-linear-gradient(top, #F2F2FF 0%, #FEFEFF 100%);
    background: -webkit-gradient(linear, left top, left bottom,
                    color-stop(0.0, #F2F2FF),
                    color-stop(1.0, #FEFEFF)
                    );     
}

.clsRecentEntriesTitle
{
    color: #000066;
    text-align: center;
    font-weight: bolder;
}

.clsRecentEntry
{
    text-indent: -2em;
    padding-left: 2em;
}

.clsAuthorBio
{
    background-color: #F2F2FF;
    color: black;
    border: solid 1px #D5E5EF;
    font-size: smaller;
    text-align: left;
    padding: 0.75em;
    margin: 0.25em;
    -moz-border-radius: 0em 0.5em 0em 0.5em;
    -webkit-border-radius: 0em 0.5em 0em 0.5em;
    background: -moz-linear-gradient(top, #F2F2FF 0%, #FEFEFF 100%);
    background: -webkit-gradient(linear, left top, left bottom,
                    color-stop(0.0, #F2F2FF),
                    color-stop(1.0, #FEFEFF)
                    );     
}

.clsAuthorBioTitle
{
    color: #000066;
    text-align: center;
    font-weight: bolder;
}

.clsRssIcon
{
	margin-top: 5em;
	margin-bottom: 2em;
    vertical-align: middle;
}

.c0
{
	color: Black;
	font-family:  Century Arial;
	font-size: medium;
	overflow: hidden;
	line-height: 1.5em;
	margin: 1em;
}

.c1
{
	padding: 1em;
	background-color: #F6F6FF;
	font-family: Tahoma Arial;
	font-size: 100%;
	line-height: 155%;
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	border-top: solid 1px #C6C6DD;
}

.c2
{
}

.c3
{
	margin-left: 1.25em;
	margin-top: 0.5em;
	font-weight: bold;
}

.uc0
{
	font-size: small;
}

.uc1
{
	color: Red;
}

.uc2
{
	font-style: italic;
	font-size: 80%;
}

h4
{
    font-weight: bold;
    font-size: 110%;
    padding-left: 0.3em;
    border-bottom: inset 1px black;
}

.imageblock
{
    background-color: #F0F0F0;
    border: inset 1px black;
    text-align: center;
    font-family: Tahoma;
    font-size: x-small;
    float:right;
    padding: 8px;
    margin: 8px;
}

blockquote
{
    color: #494949;
    font-family: 'Reenie Beanie', cursive;
    font-style: italic;	
    font-size: 19pt;
    margin-left: 3em;
    margin-right: 3em;
}

.clsAttribution
{
	clear:both;
}

