/*-----attach body.custom to any style you add here-----*/

/*-----custom link styles - these govern the links within post content and are here to show you how. 
modify them to your liking or delete them and add your own-----*/

body.custom .entry-content a {
	color:#330066
	font-weight: bold;
	text-decoration:none;
	}
	
body.custom .entry-content a:hover {
	text-decoration: underline;
	color: #6600CC;
	}

	
/*-- ?? --*/	
body.custom .homelink {
	color: #330066;
	}
	
/*-- title text colour on hover --*/	
body.custom .homelink a:hover {
	text-decoration: underline;
	color: #6600CC;
	}
	
/*-- heading description colour --*/	
body.custom .description {
	color: #6600CC;
	}
	
/*-- unselected tab background --*/
body.custom ul.menu li {
	background: #6600CC;
	}
	
/*-- tab text colour --*/	
body.custom ul.menu li a {
	color: #FFFFFF;
	}
	
/*-- unselected tab background on hover --*/
body.custom ul.menu li a:hover {
	text-decoration: underline;
	background: #9933FF;
	}
	
/*-- tab and text colour of current page --*/	
body.custom ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #330066;
	}
	
/*-- headings colour inside post --*/	
body.custom h1, h2, h3, h4, h5, h6 {
	color: #330066;
	}

/*-- dashed lines between posts, top line before comments --*/
body.custom .looped .entry, .single .entry {
	border-bottom: 1px dashed #330066;
	}

/*-- post byline colour --*/
body.custom .entry-byline {
	color: #6600CC;
	}

/*-- meta data (Posted in, Tagged) colour --*/
body.custom .entry-meta {
	color: #6600CC;
	}

/*-- RSS feed box --*/
body.custom #pp-feed {
	height: 39px;
	}
	
/*-- text in RSS feed box --*/
body.custom #pp-feed p {
	padding: 10px 5px;
	}

/*-- Search box --*/
body.custom #pp-search {
	height: 29px;
	}
	
/*-- search text entry box --*/
body.custom #submit, #s-submit {
	border: 1px solid #330066;
	background: #330066;
	color: #FFFFFF;
	font-variant: normal;
	}
	
/*-- text in Search box --*/
body.custom #submit:hover, #s-submit:hover {
	color: #9933FF;
	text-decoration: underline;
	}
	
/*-- widget title text --*/
body.custom .widget h2 {
	color: #330066;
	font-variant: normal;
	}
	
/*-- calendar month heading --*/
body.custom #wp-calendar caption {
	color: #330066;
	}
	
/*-- calendar days of week heading --*/
body.custom #wp-calendar th {
	color: #330066;
	}
	
/*-- calendar date number --*/
body.custom #wp-calendar td {
	color: #9933FF;
	}
				
/*-- footer left --*/
body.custom #footer .left {
	color: #6600CC;
	}
		
/*-- footer right --*/
body.custom #footer .right {
	color: #6600CC;
	}
			
/*-- ? --*/
body.custom .nocomments {
	color: #330066;
	border-top: 1px dashed #330066;
	}
	
/*-- bottom dashed line --*/
body.custom h3.comments-number {
	border-top: 1px dashed #330066;
	}	
	
/*-- comment author's name --*/
body.custom .commentauthor {
	color: #330066;
	}
	
/*-- comment meta data --*/
body.custom .comment-meta {
	color: #6600CC;
	}
	
/*-- comment content --*/
body.custom .comment-content {
	color: #000000;
	}
	
/*-- links --*/
body.custom a {
	color: #330066;
	}
	
body.custom a:hover {
	color: #6600CC;
	}
	
body.custom .entry-title a:hover, .entry-byline a:hover, .navigation a:hover {
	color: #6600CC;
	}
	
body.custom .entry-byline a {
	color: #330066;
	}
	
body.custom .entry-content a {
	color: #330066;
	font-weight: bold;
	}
	
	
