/*  
Theme Name: Liquorice Allsorts
Theme URI: http://liquorice.monomo.co.uk
Description: The perfect antidote to drop shadows
Version: 0.1 PRINT CSS 
Author: Felix Benedikt
Author URI: http://www.monomo.co.uk

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/*

Comments explained:

=== introduces/ describes a logical set of definitions

--- introduces/ describes specific definitions within a logical set

any other formatted comment shall have explanatory character


*/



/* === General Definitions - valid throughout the page === */

* {
	margin:0; 
	padding:0;
} 

 

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 auto;
	background-color: white;
} 

body * {
	text-align:left;
}


hr {
	display:none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}



a:link, a:visited {
	color: #000;
	padding:0 0.2em;
}



br {
clear: both;
}



/* === The Main Structure of the page === */

/* extra div for centering allowing for additional background features */
.centerStage_liq {
	margin: 0 auto;
	background-color: #fff;
	position: relative;

}

#skipNavigation_liq {
	display:none;
}

#topNavigation_liq {
	display:none;
}

.header_liq {
	clear:both;
	width: 100%;
}

.content_liq {
	margin:2em 0 0 0;
	float:left;
}

.sidebar_liq {
	display:none;
}

.footer_liq {
	display:none;
}








/* === The Header & Motto === */

.header_liq h1 {
	float:left;
	font-family: Georgia, Times, serif;
	font-size:3em;
	line-height:1.1em;
	font-weight:normal;
}


.header_liq a:link, .header_liq a:visited {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #181513;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 0 0 2px;
}

.header_liq a:hover, .header_liq a:active, .header_liq a:focus  {
	background-color: #f0ff44;
	text-decoration: none;
	color: #181513;
}


.header_liq span {
	float:left;
	font-size:0.8em;
	line-height:1.1em;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 0 0 2px;
	background-color:#44bbf5;
	color:#fff;
}

.header_liq br {
	clear:both;
}


/* === The Content Navigation === */
.content_liq br {
	clear:both;
}



.navContainer_liq {
	display:none;

}




/* === The Content === */


.pagetitle_liq {
	float:left;
	background-color: #44bbf5;
	color:#fff;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
	/*border: solid 1px #181513;*/
}


/* extend the colours if you want - and match them with the side menu */
.titleOne {
	background-color: #ff4411;
}

.titleTwo {
	background-color: #f000f0;
}

.titleThree {
	background-color: #FF74A5;
}

.titleFour {
	background-color: #FF9000;
}


/* fancy some microformat? */

.hentry {
	margin:2em 0 0 0;
}



.entry-title a:link, .entry-title a:visited {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #181513;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 2px 0 2px;
}


.updated {
	font-size:0.6em;
	float:left;
	color:#fff;
	background-color: #ff4411;
	margin:2px 2px 0 2px;
	padding: 0.1em 15px 0.1em 15px;
	border: none;
}

div.entry-content{
	clear:both;
	font-size:0.8em;
	line-height:1.2em;
	padding: 0.1em 0 0.1em 0;
	margin:2px 2px 0 2px;
	overflow:hidden;
}

div.postmetadata_liq {
	display:none;
}

/* --- Tags formatting within posts&pages --- */

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6
{
	padding: 0.3em 0 0.3em 0;
	font-weight:bold;
}

.entry-content p
{
	padding: 0.3em 0 0.3em 0;
}

.entry-content blockquote
{
	margin: 0.3em;
	padding: 0.3em;
	color:#111;
	border-style: solid;
	border-width:0 0 0 1px;
	border-color:black;
}

.entry-content img
{
	margin: 0.3em 0;
	padding:0;
	background:none;
	max-width:100%;
	border:none;
}

/* in case the image is linked */
.entry-content a img {
	margin:-0.2em;
}





.entry-content ul, .entry-content ol
{
	padding: 0.3em 1.0em 0.3em 1.0em;
	margin: 0.3em;
}

.entry-content li {
	
}



/* === The Footer === */

.footer_liq {
	display:none;
}





/* The Comment Block */

.commentBlock_liq {
	clear:both;
	font-size:0.8em;
	color:#555;
	background-color:transparent;
	margin:2.0em 0 2.0em 0;
}

.commentBlock_liq h3 {
	float:left;
	margin:0 2px 1.0em 2px;
	border:none !important;
	padding: 0.2em 0 0.2em 0;
}

.commentBlock_liq ol {
	list-style-type:none;
}

.commentBlock_liq ol li {
	padding:0.2em 0;
	margin: 0 2px 1.0em 2px;
	color:#555;
}

.commentBlock_liq ol li.alt {
	color:#555;
}

#respond {
	display:none;

}


.commentMessage_liq {
	display:none;
}

/* 
	Use that css as a starting point to develop your specific design/layout
	Have fun
*/

#commentform {
	display:none;
}






