
@import 'custom.css';

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

body {
		background-color: #f7dfe8;
		font-family: georgia,times,serif;
		color: #000000;
		}

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

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

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

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

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


#sitetitle {
	width:100%;
	}


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

#header {
	background-image:none;
	background-color: #e848ad;
	}

#head-content {
	width:930px;
	padding:0 15px;
	}

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

#topnav,
#topnav li ul {
	font-size: 8pt; 
	font-weight: bold;
	font-family: georgia,times,serif;
		background: #ffffff;
	 	
	}

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

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

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

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

#catnav,
#catnav li ul {
	font-size: 10pt; 
	font-weight: bold;
	font-family: verdana,lucida,sans-serif; 	
	}

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

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

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

.maincontent {
	font-size: 9pt;
	}

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

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

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

#contentright {
	font-size: 10pt;
	}

#contentright a, #contentright a:link, #contentright a:visited { 
	color: #0d5eff;
	}
	
#contentright a:hover, #contentright a:active { 
	color: #ff1222;
	}

/* --------------[ Sidebar Float Adjustments ]-------------- */

#page {
	background: url(images/dot.gif) 360px 0 repeat-y;
	}

#contentleft {
	float:right;
	padding: 0;
	}

#contentright {
	float:left;	
	} 

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

#footer {
		background:#d9a8ff;
		font-size:9pt;
		color:#050505;
		}

#footer a, #footer a:link, #footer a:visited { 
		color: #1f1fff;
		}

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

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

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

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

/* --------------[ Adjustments for Side-by-Side Posts ]-------------- */

.post-left {
	clear:left;
	float:left;
	width: 48%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.post-right {
	clear:right;
	float:right;
	width: 48%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.post-right img.post-thum, 
.post-right img.thumbnail,
.post-left img.post-thum, 
.post-left img.thumbnail {
	margin: 0 0 10px 10px;
	width:70px;
	height:70px;
	}

.post-clear {
	clear:both;
	height:0;
	padding:0;
	background:transparent;
	}

.post-right .entry,
.post-left .entry {
	height:195px;
	overflow:hidden;
	margin: 0 0 15px;
	}

.post-right h2,
.post-left h2 {
	font-size:12pt;
	padding: 0;
	letter-spacing:0;
	line-height:1.2em;
	}

.archive-post-left {
	clear:left;
	float:left;
	width: 48%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.archive-post-right {
	clear:right;
	float:right;
	width: 48%;
	margin: 0;
	padding:0;
	background:transparent;
	}

.archive-post-right img.post-thum, 
.archive-post-right img.thumbnail,
.archive-post-left img.post-thum, 
.archive-post-left img.thumbnail {
	margin: 0 0 10px 10px;
	width:70px;
	height:70px;
	}

.archive-post-clear {
	clear:both;
	height:0;
	padding:0;
	background:transparent;
	}

.archive-post-right .entry,
.archive-post-left .entry {
	height:195px;
	overflow:hidden;
	margin: 0 0 15px;
	}

.archive-post-right h2,
.archive-post-left h2 {
	font-size:12pt;
	padding: 0;
	letter-spacing:0;
	line-height:1.2em;
	}


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


