@charset "UTF-8";
/* layout.css */
/* mainContent ----------------------------------------------------------------------------------- */
#primary {
	margin-left: 0;
	margin-right: -240px;
	float: left;
}
#mainArea #primary #content {
	margin: 0 270px 0 30px;
	padding: 25px 0;
}

/* sidebar --------------------------------------------------------------------------------------- */
#secondary {
	width: 210px;
	margin: 0 30px 0 0;
	padding: 25px 0;
	float: right;
}
#secondary .widget {
	margin: 0;
	padding: 0;
}

/* mainArea.css */

#content h3 a:link,
#content h3 a:visited {
	color: #000000;
	text-decoration: none;
}
#content h3 a:hover,
#content h3 a:active {
	text-decoration: underline;
}
#content h4 a:link,
#content h4 a:visited {
	color: #C83846;
	text-decoration: none;
}
#content h4 a:hover,
#content h4 a:active {
	text-decoration: underline;
}

.asset-meta,
.asset-btn {
	color: #666666;
	text-align: right;
	line-height: 1.5;
}
.asset-btn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.asset-btn ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.content-nav {
	list-style-type: none;
	margin: 1.5em 0 !important;
	padding: 0.5em 0;
	border-top: dotted 1px silver;
	border-bottom: dotted 1px silver;
	text-align: center;
}
.content-nav li {
	margin: 0 !important;
}
.content-nav li.prev {
	float: left;
	text-align: left;
	width: 35%;
}
.content-nav li.next {
	float: right;
	text-align: right;
	width: 35%;
}
.content-nav li.nav_center {
	text-align: center;
}

.trackbacks-info {
	font-family: sans-serif;
	margin: 10px 0;
	border: 1px dotted silver;
	padding: 10px;
	background: #eeeeee;
}

#secondary h3 {
	background: #fff;
	border-top:1px solid #000;
	font-weight:bold;
	/*
    background-image: url("../img/side_h2_bg.gif");
    background-position: left center;
    background-repeat: no-repeat;*/
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0.5em 1em 0.3em 1em;
}

#secondary .twtr-hd h3,
#secondary .twtr-hd h4 {
	border: none !important;
}

#secondary .widget-twitter {
	margin-bottom: 20px;
}

#secondary .widget ul,
#secondary .widget ol,
#secondary .archive-content ul,
#secondary .archive-content ol {
	margin-left: 0;
}

#secondary .widget-calendar table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin-bottom: 1em;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.5);
}
#secondary .widget-calendar table caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}
#secondary .widget-calendar table td,
#secondary .widget-calendar table th {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 5px;
}
#secondary .widget-calendar table th {
	background-color: #f5f5f5;
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
}

#secondary .widget-archives ul {
	list-style-type: disc !important;
	margin-left: 1.5em !important;
}

