/*
Theme Name: Chameleon
Theme URI: http://www.chameleon-web.co.uk/
Description: A custom theme by <a href="http://www.chameleon-web.co.uk">Chameleon Digital Media</a>.
Version: 1.0
Author: James Noon
Author URI: http://www.chameleon-web.co.uk/
Tags: custom, minimal, clean

	Chameleon V1.0
	 http://www.chameleon-web.co.uk/

	This is a custom theme by Chameleon Digital Media

*/

	@import "/library/global.css";

/****************************************************************************************
* BLOG SPECIFIC CONTENT STARTS HERE
*****************************************************************************************/


/********************************************
* CONTENT
********************************************/
	
	/* LAYOUT */

	div.blogcontainer {
		width: 930px;
		margin-bottom: 10px;
		background-color: #FFF;
		padding: 6px 10px 0 10px;
		float: left;
	}

	div.main { 
		width: 640px;
		padding: 30px 40px 30px 0;
		float: left;
	}
	
	div.sidebar { 
		width: 230px;
		padding: 60px 0 30px 0;
		float: left;
	}

	/* POST */
		
	div.post { 
		width: 640px;
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #cccccc;
		float: left;
	}

	/* POST */
	
	div.postdate { 
		width: 60px;
		color: #fff;
		float: left;
		text-align:center;
		padding: 40px 0 20px 0;
		background-image: url("images/quote.gif");
    	background-repeat: no-repeat;
		background-position: left top;
	}
	
	div.postdate .day { 
		font-size: 290%;
	}
		
	div.postcontent { 
		width: 550px;
		padding: 30px 0 0 20px;
		float: left;
	}
	
	div.posttitle { 
		width: 550px;
		float: left;
	}
	
	div.posttitle h2 span {
		margin: 0;
		padding: 0;
	}
	
	div.posttitle h2 span {
		display: inline;
		background-color: #ff7900;
		font-size: 100%;
		font-weight: bold;
		color: #fff;
		line-height: 2.0em;
		padding: 5px 0 5px 0;
	}

	div.posttitle h2 span a {
		background-color: #ff7900;
		font-size: 100%;
		font-weight: bold;
		color: #fff;
		line-height: 2.0em;
		padding: 5px 0 5px 0;
		text-decoration:none;
	}

	div.posttitle h2 span a:hover {
		color: #fff;
		background-color: #000;
		text-decoration:none;
	}

	div.postauthor { 
		width: 550px;
		padding: 20px 0 0 0;
		float: left;
	}
	
	div.postauthor img { 
		padding: 0 10px 0 0;
		float: left;
	}
		
	div.postauthor span.comment { 
		font-style: italic;
		background-image: url("images/comment.gif");
    	background-repeat: no-repeat;
		background-position: left 4px;
		padding: 2px 0 4px 23px;
	}

	div.posttitle .tweetme { 
		width: 70px;
		padding: 0;
		float: left;
		text-align: right;
	}
	
	div.postpublished { 
		font-family: "Times New Roman", Times, serif;
		width: 300px;
		padding: 20px 0 25px 0;
		float: left;
	}
	
	div.postpublished p { 
		font-size: 104%;
		margin: 0;
		padding: 0 0 1.0em 0;
		line-height: 1.6em;
	}
	
	div.postbody { 
		width: 550px;
		font-size: 115%;
		float: left;
	}
	
	div.postbody p { 
		line-height: 1.7em;
		padding: 0.6em 0 0.6em 0;
	}
		
	div.addthis_container { 
		width: 100%;
		padding: 25px 0 15px 0;
		float: left;
	}
	
	div.postfooter { 
		width: 550px;
		float: left;
	}
	
	div.postfooter p { 
		font-size: 120%;
		margin: 0;
		padding: 0 0 1.0em 0;
		line-height: 1.6em;
	}
	
	div.postfooter a { 
		padding: 0 0 0 5px;
	}
			
	div.paging { 
		width: 550px;
		font-size: 94%;
		float: left;
	}
	
	div.paging span { 
		float: right;
	}
	
	div.postcommenttotal { 
		width: 550px;
		padding: 0 40px 0 90px;
		float: left;
	}
	
	div.postcommenttotal h3 { 
		font-size: 120%;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
	}
	
	
	div.commentlist {
		width: 550px;
		padding: 0 40px 20px 90px;
		margin: 0 0 20px 0;
		float: left;
	}
	
	div.commentlist ol {
		list-style-image: none;
		margin: 0;
		padding: 0;
	}
	
	div.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff;
	}
	
	div.commentlist li { 
		padding: 6px;
		margin: 0 0 10px 0;
		border: 5px solid #eee;
	}
	
	div.commentlist .photo { 
		padding: 0 0 8px 8px;
		float: right;
	}

	div.commentlist .comment-meta a { 
		text-decoration: none;
	}
	
	li.bypostauthor {
		background-color: #e0e0e0;
	}
	
	div.comment-meta {
		padding: 5px 0 15px 0;
	}
	
	div.commentlist cite, .commentlist cite a {
		font-size: 100%;
		font-style: normal;
		margin: 0;
		padding: 0 0 0.8em 0;
		line-height: 1.6em;
		}
	
	div.commentlist p {
		font-size: 100%;
		margin: 0;
		padding: 0 0 0.8em 0;
		line-height: 1.6em;
	}
	
	/* POST REPLY */

	div.comment-reply-link {
		
	}

	div.postreplywrap { 
		width: 550px;
		padding: 0 40px 0 90px;
		float: left;
	}

	div.postreply { 
		width: 550px;
		padding: 10px 0 0 0;
	}
	
	div.postreply fieldset {
		border: none;
		margin: 10px 0 15px 0;
		padding: 0;
  	}

	div.postreply h3 {
		font-size: 120%;
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 0 0 5px 0;
  	}
	
	div.postreply label {
  		font-size: 100%;
		width: 80px;
		margin-right: 1em;
  		padding: 13px 0 8px 0;
		float: left;
		position: relative;
		clear: both;
  	}
	
	div.postreply input.postbox, div.postreply select.postbox, div.postreply textarea.postbox {
		font-size: 100%;
		border: 1px solid #cccccc;
		margin: 7px 0 7px 0;
		padding: 6px 10px 6px;
  	}
	
	div.postreply input.postbutton {
		border: none;
		margin: 0 0 2px 2px;
		padding: 0;
		cursor: pointer;
		vertical-align: middle;
	}
	
	div.postreply .actionbox {
		margin: 8px 0 0 0;
		padding: 0 0 0 90px;
		text-align: left;
	}
	
	/* GENERAL CONTENT */
	
	div.general { 
		width: 550px;
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
		float: left;
	}
	
	div.generaltitle { 
		width: 550px;
		float: left;
	}
	
	div.generaltitle p { 
		font-size: 200%;
		font-weight: normal;
		margin: 0;
		padding: 0 0 1.0em 0;
		line-height: 1.3em;
	}
	
	div.generalbody { 
		width: 550px;
		float: left;
	}
	
	div.generalbody p { 
		font-size: 110%;
		margin: 0;
		padding: 0 0 1.0em 0;
		line-height: 1.6em;
	}
	
	div.generalbody a {
		text-decoration: underline;
	}
	
	div.generalbody a:hover {
		text-decoration: none;
	}
	
	/* SIDEBAR */
	
	.sidebar ul {
		list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.sidebar li {
		margin: 0;
		padding: 0;
	}
	
	/* SEARCH */
	
	div.searchform {
		width: 230px;
		margin: 0;
		padding: 0 0 20px 0;
		float: left;
	}
	
	div.searchform input.searchfield {
		border: 1px solid #cccccc;
		padding: 4px 4px 4px;
		font-size: 100%;
		width: 155px;
		position: relative;
		top: -7px;
	}
	
	*:first-child+html div.searchform input.searchfield {
		top: -1px;
		
	} * html div.searchform input.searchfield {
		top: -1px;
	}
	
	div.searchform input.searchbutton {
		position: relative;
		top: 2px;
		left: 8px;
	}
	
	/* RSS */

	div.rss { 
		width: 230px;
		margin: 0 0 15px 0;
		padding: 0 0 12px 0;
		border-bottom: 1px solid #cccccc;
		float: left;
	}
	
	div.rss p.heading_rss { 
		font-size: 110%;
		font-weight: bold;
		background-image: url("images/rss.gif");
    	background-repeat: no-repeat;
		background-position: left center;
		margin: 0 0 5px 0;
		padding: 5px 0 5px 30px;
	}
	
	div.rss p { 
		font-size: 94%;
		margin: 0;
		padding: 0 0 1.0em 0;
		line-height: 1.6em;
	}
	
	/* TWITTER TOOLS */

	div.aktt_tweets { 
		width: 230px;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	div.aktt_tweets p.heading_twitter { 
		font-size: 110%;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 5px 0 5px 0;
	}
	
	div.aktt_tweets p { 
		font-size: 94%;
		margin: 0;
		padding: 0 0 1.0em 0;
		line-height: 1.6em;
	}
	
	/* WIDGETS */

	.widget { 
		width: 230px;
		margin: 0;
		padding: 12px 0 0 0;
		float: left;
	}
	
	.widget h2 { 
		font-size: 110%;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 5px 0 5px 0;
	}
	
	.widget p { 
		font-size: 94%;
		margin: 0;
		padding: 0 0 1.0em 0;
		line-height: 1.6em;
	}
	
	.widget ul {
		list-style-image: none;
		list-style-type: none;
		margin: 0 0 15px 0;
		padding: 0 0 18px 0;
		border-bottom: 1px solid #cccccc;
	}
	
	.widget li {
		background-image:  url("images/arrow1.gif");
		background-position: 0 6px;
		background-repeat: no-repeat;
		margin: 0;
		padding: 0 14px 0 12px;
		line-height: 1.5em;
	}
