
@import 'custom.css';

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

body {
			background-image: url(/images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
	background-color: ;
		font-family: arial, helvetica, sans-serif;
		}

h1, h2, h3, h4, h5, h6, h7, .sitetitle {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}

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

#sitetitle h1, #sitetitle .title {
	font-size: 30px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	}



#sitetitle .title,
#sitetitle .description {
	float:none;
	text-indent:-999em;
	position:absolute;
	display:none;
	left:-999em;
	}

#sitetitle {
	background: transparent;
	background-image: url(/images/meteorite-times-logo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}


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

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

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

#topnav ul a:hover, 
#topnav ul a:active  {
	color:#584f3f;
	}


/* --------------[ Cat Navigation Adjustments ]-------------- */

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

#catnav ul a, 
#catnav ul a:link, 
#catnav ul a:visited {
	color:#ffffff;
	}

#catnav ul a:hover, 
#catnav ul a:active  {
	color:#cccccc;
	}

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

.maincontent {
	font-size: 11pt;
	}

.maincontent a, .maincontent a:link, .maincontent a:visited { 
		color: #006ea8;
		}

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

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

#contentright {
	font-size: 9pt;
	}

#contentright a, #contentright a:link, #contentright a:visited { 
	color: #006ea8;
	}
	
#contentright a:hover, #contentright a:active { 
	color: #584f3f;
	}


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

#footer {
		background-color:#584f3f;
		font-size:10pt;
		color:#ffffff;
		}

#footer a, #footer a:link, #footer a:visited { 
		color: #ffffff;
		}

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

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



