@charset "utf-8";
/*
Theme Name: Shades Of Purple.
Theme URI: www.journeytowhere.com
Description: 3 columns, with header and footer. 
Version: 1.0
Author: ApCreates
Author URI: www.mylifelongjourney.com

*/


/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:80%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		margin: 0 10% 0 10%;
	}
	a {
	color:#000000;
	
	}
	a:hover {
	/*text-decoration:none;*/
	color: #ab08e2;
	}
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		
	}
	
	h1 a,
	h2 a,
	h3 a{
	text-decoration:none;
	
	}
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
border:none;
	}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

	small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	



	/* Header styles */
	/*Wrapps all the content on the page*/
	#page {
	float:left;
    width:1024px;				
	overflow:hidden;		
	}
	
	
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	height:100px;
	background-color: #ab08e2;
	border: thin solid #ab08e2;
	}
	
	#header #logo{
	
	overflow: hidden;
	height: 100px;
	width:100%;
	background-image: url(images/chronicle_header.jpg);
	background-repeat: no-repeat;

	}

	#menu{
	background-color: #c828ff;
	width: 100%;
	
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#menu ul {
	display:inline;
	
	}
	
	#menu ul li {
	list-style:none;
	margin:0;
	padding:0;
	width: 144.25px;
	float: left;
	}
	
	#menu ul li a {
	cursor: pointer;
	background-color: #c828ff;
	color: #000000;
	text-decoration: none;
	border: medium solid #ab08e2;
	font-weight: bold;
	padding-right: 0.25em;
	padding-bottom: 0.15em;
	padding-left: 0.25em;
	font-size: 12px;
	width: 144.25px;
	display: block;
	text-align: center;
	}
	
	#menu ul li a:hover {
	   background-color: #ab08e2;
		color: #FFF;
	}
	
	#menu ul li a.active,
	#menu ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	
	.menu:link,
	.menu:visited		{
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#333333;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
}
	
	.menu:active,
	.menu:hover	{
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#333333;
	line-height:15px;
	font-weight:bold;
	text-decoration:underline;
}
	/* column container */
	.wrapper {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		overflow:hidden;			/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column blog style settings */
	.blogstyle {
		background:#da8af6;			/* right column background colour */
		border: thin solid #ab08e2;
	}
	.blogstyle .colmid {
	right:25%;		/* center column background colour */
	background-color: #FFFFFF;
	border: thin solid #ab08e2;
	}
	.blogstyle .colleft {
	right:25%;			/* left column background colour */
	background-color: #FFFFFF;
	border: thin solid #ab08e2;
	}
	.blogstyle .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:52%;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:60%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
	margin:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-size: .8em;
	background-color: #ab08e2;
	border: thin solid #ab08e2;
	padding-right: 5.5px;
	padding-left: 5.5px;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	#footer a:hover{
	color: #333;
	}
	
/* Post related stuff*/
	.post {
	text-align: justify;
	
	}

	#spec_post{
	text-align: justify;
	}
	
	#postfooter{
	margin:.4em 0 .8em 0;
	padding:0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #da8af6;
	font-size: 12px;
	font-style: italic;
	}	

	.readmore {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


	/*Post Navigation Stuff*/
	.navigation {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	}
	
	.navigation a{
	text-decoration: none;
	}
	
	
	/*left and right column stuff*/
	.col3 h2,
	.col2 h2 {
	margin-top: 0;
	font-size: 1.4em;
	}

.col2 h2,
.col2 h3,
.col2 h4 {
	color: #FCB434;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #da8af6;	
	font-weight: bolder;
}

.col3 h3,
.col2 h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}

.col3 h4,
.col2 h4 {
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
}

.col3 ul ,
.col2 ul {
	margin-left: 0;
	padding: 0px 5px 5px 5px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	
}

.col2 ul li,
.col3 ul li
{
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}


.col2 ul li a,
.col3 ul li a
{
	text-decoration: none;
	
}

.col2 ul li a:hover,
.col3 ul li a:hover
{
	text-decoration: underline;

}


.col2 ul p, .col3 ul p{
	margin: 5px 0 8px;
	}

 
.col2 ul ul, .col2 ul ol {
	margin: 5px 0 0 10px;
	}

.col2 ul ul ul, .col2 ul ol {
	margin: 0 0 0 10px;
	}


.col3 ul ul, .col3 ul ol
{
	margin-top: 5px;
	margin-right: 10px;
	}
	
.col3 ul ul ul, .col3 ul ol
{
	margin: 0 10px 0 0;
	}

.col3 ul ol li, 
ol li, .col2 ul ol li {
	list-style: decimal outside;
	}
	
.col3 h2,
.col3 h3,
.col3 h4 {
	color: #FCB434;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ab08e2;
	font-weight: bolder;
}



	
/*Comment specific Stuff*/
#commentform #author, 
#commentform #email, 
#commentform #url, 
#commentform textarea {
	background: #fff;
	border: 1px solid #808060;
	padding: .2em;
}

#commentform textarea {
	width: 300px;
	overflow: scroll;
	
	height: auto;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

