
/* --------------[ User-Defined Adjustments from Stylesheet #2 ]-------------- */

@import 'style-2.css';

/* --------------[ Color Scheme Adjustgments ]-------------- */


/* ------[ Style Adjustments for Charcoal Color Scheme ]-------- */

a, a:link, a:visited {
	color:#336699;
	}

#footer, #topnav, #nav {
	background:#333;
	}

#topnav ul a:hover, #topnav ul a:active, #topnav li ul, #topnav li:hover, #topnav li.sfhover,
#nav ul a:hover, #nav ul a:active, #nav li ul, #nav li:hover, #nav li.sfhover  {
	background:#111;
	}


/* --------------[ User-Defined Adjustments ]-------------- */

body {
		font-family: arial,helvetica,sans-serif;
		}



h1, h2, h3, h4, h5, h6, h7, .sitetitle {
	font-family: georgia,times,serif;
	font-weight: normal;
	}

/* -------------------[ Site Title Adjustments ]------------------- */

#sitetitle h1, #sitetitle .title {
	font-size: 36px;
	color: #000000;
	text-align: Left;
	font-weight: bold;
	font-family: georgia,times,serif;
	}

#sitetitle .description { 
	color:#000000;
	text-align:Left;
	}

#head-content {
	background-image: none;
	}




/* ----------[ Header Background Color Adjustments ]---------- */

#header {
	background-image:none;
	background-color: #333333;
	}

/* ----------[ Left Sidebar Float Adjustments ]----------- */

#content .col-3 { float:left; }
#sidebarleft { float:right; }

/* --------------[ Top Navigation Adjustments ]-------------- */

#topnav {
		font-size: 8pt; 
	font-weight: bold;	
	}

#topnav li a, #topnav li a:link, #topnav li a:visited {
		}

#topnav li a:hover, #topnav li a:active  {
			}


/* --------------[ Category Navigation Adjustments ]-------------- */

#nav {
		font-size: 8pt; 
	font-weight: normal;	
	}

#nav li a, #nav li a:link, #nav li a:visited {
		}

#nav li a:hover, #nav li a:active  {
			}


/* --------------[ Main Content Adjustments ]-------------- */

.maincontent {
	font-size: 9pt;
	}

.maincontent a, .maincontent a:link, .maincontent a:visited { 
		}

.maincontent a:hover, .maincontent a:active, .post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover { 
		color: #000000;
		}

/* --------------[ Sidebar-Right Adjustments ]-------------- */

#contentright {
	font-size: 9pt;
	}


#contentright a:hover, #contentright a:active { 
	color: #000000;
	}

/* --------------[ Footer Adjustments ]-------------- */

#footer {
	font-size:8pt;
	color:#ffffff;
	}

#footer a, #footer a:link, #footer a:visited { 
		}

#footer a:hover, #footer a:active { 
		}


/* --------------[ Adjustments for Home Side-by-Side Posts ]-------------- */
.post-left {
	float:left;
	width:285px;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	overflow:hidden;
	}

.post-right {
	float:right;
	width:285px;
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	overflow:hidden;
	}

.post-left .post, .post-right .post {
	margin:0;
	padding:0;
	border:0;
	}

.post-right .entry, .post-left .entry {
	height:135px;
	overflow:hidden;
	}

.post-right p, .post-left p {
	margin:0;
	}

.post-right img.thumbnail, .post-left img.thumbnail {
	height:70px;
	width:70px;
	margin: 0 10px 5px 0;
	}

.post-right h2, .post-left h2 {
	padding:0;
	margin: 0;
	letter-spacing:0px;
	font-size:10pt;
	line-height:1.3em;
	}

.post-right .postdate, .post-left .postdate {
	display:none;
	}

