
@import 'custom.css';

/* --------------[ User-Defined Adjustments ]-------------- */

body {
		background: #c4c2c1;
			background-image: url(http://mindislife.com/wp-content/uploads/2010/12/Deep_Space.jpg
	);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top right;
	background-color: #c4c2c1;
		font-family: arial, helvetica, sans-serif;
		color: #332330;
		}

h1, h2, h3, h4, h5, h6, h7, .sitetitle {
	font-family: cambria, georgia, serif;
	font-weight: bold;
	}

/* -------------------[ Site Title Adjustments ]------------------- */

#sitetitle h1, #sitetitle .title {
	font-size: 45px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	}

#sitetitle .description, #sitetitle .title, #sitetitle .title a { 
	color:#d28fff;
	}

#head-content {
	background-image: none;
	}



/* ----------[ Header Background Color Adjustments ]---------- */

#header {
	background-image:none;
	background-color: #000000;
	}

/* --------------[ Top Navigation Adjustments ]-------------- */

#topnav,
#topnav li ul {
	font-size: 12pt; 
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	}

#topnav ul a, 
#topnav ul a:link, 
#topnav ul a:visited {
	color:#fffbfb;
	}

#topnav ul a:hover, 
#topnav ul a:active  {
	color:#35c7fc;
	}


/* --------------[ Cat Navigation Adjustments ]-------------- */

#catnav,
#catnav li ul {
	font-size: 9pt; 
	font-weight: normal;
	font-family: arial, helvetica, sans-serif; 	
	}

#catnav ul a, 
#catnav ul a:link, 
#catnav ul a:visited {
	color:#1cf7ff;
	}

#catnav ul a:hover, 
#catnav ul a:active  {
	color:#fffdfc;
	}

/* --------------[ Main Content Adjustments ]-------------- */

.maincontent {
	font-size: 10pt;
	}

.maincontent a, .maincontent a:link, .maincontent a:visited { 
		color: #49c7f5;
		}

.maincontent a:hover, .maincontent a:active, .post h1 a:active, .post h1 a:hover, .post h2 a:active, .post h2 a:hover { 
		color: #f7543b;
		}

/* --------------[ Sidebar-Right Adjustments ]-------------- */

#contentright {
	font-size: 11pt;
	}

#contentright a, #contentright a:link, #contentright a:visited { 
	color: #4acfff;
	}
	
#contentright a:hover, #contentright a:active { 
	color: #f56222;
	}


/* --------------[ Footer Adjustments ]-------------- */

#footer {
		font-size:8pt;
		}

#footer a, #footer a:link, #footer a:visited { 
		color: #22d0e3;
		}

#footer a:hover, #footer a:active { 
		color: #ff9326;
		}

/* --------------[ Post Title Link Color Adjustments ]-------------- */

.post-title a, .post-title a:link, .post-title a:visited {
	color: #47b6ff !important;
	}

.post-title a:hover, .post-title a:active {
	color: #ba4fdb !important;
	}

