
@import 'custom.css';

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

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

/* h1, h2, h3, h4, h5, h6, h7, .sitetitle {
	font-family: rockwell, georgia, serif;
	font-weight: bold;
	}
	
*/

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

#sitetitle h1, #sitetitle .title {
	font-size: 24px;
	font-weight: bold;
	font-family: rockwell, georgia, serif;
	}

#sitetitle .description, #sitetitle .title, #sitetitle .title a { 
	color:#c11b17;
	}

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


#sitetitle {
	width:960px;
	}


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

#header {
	background-color: #4c787e;
	}

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

#topnav,
#topnav li ul {
	font-size: 9pt; 
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	}

#topnav ul a, 
#topnav ul a:link, 
#topnav ul a:visited {
	color:#c11b17;
	}

#topnav ul a:hover, 
#topnav ul a:active  {
	color:#4c787e;
	}

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

.maincontent {
	font-size: 9pt;
	}

.maincontent a, .maincontent a:link, .maincontent a:visited { 
		color: #4c787e;
		}

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

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

#contentright {
	font-size: 9pt;
	}

#contentright a, #contentright a:link, #contentright a:visited { 
	color: #c11b17;
	}
	
#contentright a:hover, #contentright a:active { 
	color: #4c787e;
	}


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

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

#footer a, #footer a:link, #footer a:visited { 
		color: #4c787e;
		}

#footer a:hover, #footer a:active { 
		color: #c11b17;
		}

/* --------------[ Post Title Link Color Adjustments ]-------------- */

.post-title a, .post-title a:link, .post-title a:visited {
	color: #c11b17 !important;
	}

.post-title a:hover, .post-title a:active {
	color: #4c787e !important;
	}

