
@import 'custom.css';

/* --------------[ User-Defined Adjustments ]-------------- */

body {
		background: #000 url(images/blackdenim.jpg) repeat fixed top left;

	
	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: 24px;
	font-weight: bold;
	font-family: verdana, lucida, sans-serif;
	}

#sitetitle .description, #sitetitle .title, #sitetitle .title a { 
	color:#fafdff;
	}


#sitetitle {
	float:none;
	text-indent:-10000em;
	position:absolute;
	display:none;
	}


#head-content {
	background: transparent;
	background-image: url(http://www.technologyblogged.com/wp-content/uploads/2011/02/tblogo3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

/* ----------[ Header Background Color Adjustments ]---------- */

#header {
	background-image:none;
	background-color: #ffffff;
	}

#head-content {
	width:890px;
	padding:0 15px;
	}

/* --------------[ Top Navigation Adjustments ]-------------- */

#topnav,
#topnav li ul {
	font-size: 17px; 
	font-weight: bold;
	font-family: Calibri;
	}

#topnav ul a, 
#topnav ul a:link, 
#topnav ul a:visited {
	color:#545454;
	}nav

#topnav ul a:#3a9cde 
#topnav ul a:active  {
	color:#1184f7;
	}

/* --------------[ Cat Navigation Adjustments ]-------------- */

#catnav,
#catnav li ul {
	font-size: 14px; 
	font-weight: normal;
	font-family: calibri; 	
	}
#catnav li a: before{
	content:"> ";
font-size: 14px; 
}

#catnav ul a, 
#catnav ul a:link, 
#catnav ul a:visited {
	color:#5e5e5e;
	}

#catnav ul a:hover, 
#catnav ul a:active  {
	color:#1184f7;
	}

/* --------------[ 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 { 
		}

/* --------------[ Sidebar-Right Adjustments ]-------------- */

#contentright {
	font-size: 11px;
	}




/* --------------[ Footer Adjustments ]-------------- */

#footer {
		font-size:11px;
		}

#footer a, #footer a:link, #footer a:visited { 
		}

#footer a:hover, #footer a:active { 
		}

/* --------------[ Post Title Link Color Adjustments ]-------------- */

.post-title a, .post-title a:link, .post-title a:visited {
	color: #1889fa !important;
	}


