
@import 'custom.css';

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

body {
		background-color: #3d3d3d;
		font-family: arial,helvetica,sans-serif;
		color: #000000;
		}

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

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

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



#sitetitle {
	float:none;
	text-indent:-10000em;
	position:absolute;
	display:none;
	}

#sitetitle {
	width:100%;
	}

#head-content {
	background: transparent;
	background-image: url(http://nathan-hilton.com/wp-content/uploads/nathanhiltondotcomheader.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}


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

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

#topnav,
#topnav li ul,
#topnav li li {
	border-color:#000000	}

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

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

/* --------------[ 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:#000000;
	}

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

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

.maincontent {
	font-size: 9pt;
	}

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

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

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

#contentright {
	font-size: 9pt;
	}

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


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

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

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

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

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

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

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



/* --------------[ Adjustments for Home Page Stacked Categories ]-------------- */

ul.home-left {
	width:100%;
	float:none;
	clear:both;
	}

ul.home-right {
	width:100%;
	float:none;
	clear:both;
	}

li.homepost p.bottom {
	padding:0;
	}

li.homepost img.post-thum, 
li.homepost img.thumbnail {
	width:100px;
	height:100px;
	margin-bottom:15px;
	}


