/*  
Theme Name: Liquorice Allsorts
Theme URI: http://liquorice.monomo.co.uk
Description: The perfect antidote to drop shadows
Version: 1.0
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;
} 

html {
	height:100%; 
	font-size:100.01%;
} 

body
{
	text-align: center;
	min-height: 101%;
	font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	/*width: 770px;*/
	margin: 0 auto;
	
background: url("http://patbarrett.com/images/bground01.gif") 0 0 repeat;
background-color: #ccc;
background-attachment: fixed;
} 

body * {
	text-align:left;
}


hr {
	display:none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}



a:link, a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding:0 0.2em;
}

a:hover, a:active, a:focus  {
	background-color: #cc66cc;
	text-decoration: none;
	color: #333;
}

.tagCloud a:link, .tagCloud a:visited {
	text-decoration: none;
	color: #cc66cc;
	background-color: transparent;
	padding:0 0.2em;
}

br {
clear: both;
}


/* === The Main Structure of the page === */

/* extra div for centering allowing for additional background features */
.centerStage_liq {
	width:800px; /* allows 15px plus on both sides - important for background features on 800pixel wide screens */
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding-top:150px; /* this value is needed to give top naviagtion some space */

}

#skipNavigation_liq {
	width: 100%;
	position: absolute;
	top:20px;
	left:0;
}

#topNavigation_liq {
	width:100%;
	position: absolute;
	top:0;
	left:0; /*
        background: url("http://patbarrett.com/images/line.gif") no-repeat;
        background-position: 220px 130px; */
}

.header_liq {
	width: 100%;
}

.content_liq {
	width:534px;
	margin:0 0 0 .2em;
	float:left;
}

.sidebar_liq {
	width: 252px;
	margin:0 0 0 0;
	float:right;
}

.footer_liq {
	width: 100%;
	margin:0.4em 0 0 0;
	clear:both;
}

/* === The Skip Navigation === */


#skipNavigation_liq a, #skipNavigation_liq a:link, #skipNavigation_liq a:visited {
	position:relative;
	top:-800px;
	font-size:0.8em;
	text-decoration: none;
	color: #fff;
	background-color: #666;
	padding: 0.2em 15px 0.2em 15px;
	margin:2px 0 0 2px;	

}

#skipNavigation_liq a:hover, #skipNavigation_liq a:active, #skipNavigation_liq a:focus  {
	position:relative;
	top:0px;	
	text-decoration: none;
background-color: #cc66cc;
color: #333;
	

}

/* === The Page Navigation - or - The Top Navigation === */

#topNavigation_liq ul {
	text-align:left;
        font-size:0.9em;
}

#topNavigation_liq ul li {
	display: list;
	list-style-type: none;
}

#topNavigation_liq a:link, #topNavigation_liq a:visited {
        float:left;
        border:none;
        text-decoration:none;
        outline:none;
        padding-right: 10px;
}

.PatBarrett a:link, .PatBarrett a:visited{
        width: 211px;
        height: 150px;
        background: url("http://patbarrett.com/images/PatBarrett.gif") no-repeat;
        background-position: top left;
}

.illustration a:link, .illustration a:visited {
        width: 126px;
        height: 60px;
        background: url("http://patbarrett.com/images/PB-illustration.gif") no-repeat;
        background-position: top left;
}


.comics a:link, .comics a:visited{
        width: 80px;
        height: 60px;
        background: url("http://patbarrett.com/images/PB-comics.gif") no-repeat;
        background-position: top left;
}


.blog a:link, .blog a:visited{
        width: 52px;
        height: 60px;
        background: url("http://patbarrett.com/images/PB-blog.gif") no-repeat;
        background-position: top left;
}


.shop a:link, .shop a:visited{
        width: 59px;
        height: 60px;
        background: url("http://patbarrett.com/images/PB-shop.gif") no-repeat;
        background-position: top left;
}

.biography a:link, .biography a:visited{
        width: 126px;
        height: 60px;
        background: url("http://patbarrett.com/images/PB-biography.gif") no-repeat;
        background-position: top left;
}

.PatBarrett a:hover, .PatBarrett a:active, .PatBarrett a:focus, .illustration a:hover, .illustration a:active, .illustration a:focus, .comics a:hover, .comics a:active, .comics a:focus, .blog a:hover, .blog a:active, .blog a:focus, .shop a:hover, .shop a:active, .shop a:focus, .biography a:hover, .biography a:active, .biography a:focus {
        background-position: bottom left;
}

/* === 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: #ff3333;
	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: #cc66cc;
	text-decoration: none;
	color: #333;
}


.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:#666;
	color:#fff;
}

.header_liq br {
	clear:both;
}


/* === The Content Navigation === */
.content_liq br {
	clear:both;
}

#contentTopNavigation_liq {
	clear:both;
	width:100%;
	font-size:0.6em;
text-transform:uppercase;
	line-height:1.3em;
}

#contentBottomNavigation_liq {
	clear:both;
	width:100%;
	font-size:0.6em;
text-transform:uppercase;
	line-height:1.3em;
}

.navContainer_liq {
	clear:both;
	padding: 0.6em 15px 0.6em 15px;	
	margin:0.1em 0.2em 0.2em 0.2em;
	color:#fff;
	background-color: #666;	
}

.leftNav_liq {
	width:48%;
	float:left;
}

.rightNav_liq {
	width:48%;
	float:right;
	text-align:right;
}



.navContainer_liq a:link, .navContainer_liq a:visited {
	color:#fff;
	background-color: transparent;
}

.navContainer_liq a:hover, .navContainer_liq a:active, .navContainer_liq a:focus  {
	background-color: #cc66cc;
	color: #333;
}



/* === The Content === */


.pagetitle_liq {
	float:left;
	background-color: #ff3333;
	color:#fff;
	padding: 0.3em 15px 0.4em 15px;
	margin:0.1em 2px 2px 2px;
	/*border: solid 1px #999;*/
}


/* extend the colours if you want - and match them with the side menu */

.titleZero {
	background-color: #ff3333;
}

.titleOne {
	background-color: #ff9933;
}

.titleTwo {
	background-color: #99cc33;
}

.titleThree {
	background-color: #0099cc;
}

.titleFour {
	background-color: #0066cc;
}


/* fancy some microformat? */

.hentry {
margin:0.6em 0 0 0;
}



.entry-title a:link, .entry-title a:visited {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #ff3333;
	padding: 0.3em 15px 0.4em 15px;
	margin:2px 2px 2px 2px;
}

.entry-title a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #cc66cc;
	text-decoration: none;
	color: #333;
}

.updated {
	font-size:0.7em;
	float:left;
	color:#fff;
	background-color: #ff9933;
	margin:0 2px 1em 2px;
	padding: 0.1em 15px 0.1em 15px;
	border: none;
}

div.entry-content{
	
	font-size:0.8em;
	line-height:1.4em;
	padding: 0.1em 15px 0.1em 15px;
	margin:2px 2px 2px 2px;
	overflow:hidden;
}

div.postmetadata_liq {
	clear:both;
	font-size:0.7em;
	padding: 0.5em 15px;
	margin:2px 2px 0.5em 2px;
	background-color: #999;
}

/* --- Tags formatting within posts&pages --- */

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6
{	float:left;
	margin:0.5em 1em 1em 0;
	border:none !important;
	padding: 0.2em 15px 0.2em 15px;
	color:#666;
	background-color:#ccc;
}

.entry-content br {
	display:none;
clear:both;
}


.entry-content p
{
	padding: 0.3em 0 0.3em 0;
}

.entry-content blockquote
{
	margin: 0.3em;
	padding: 0.3em;
	color:#ccc;
	background-color:#999;
}

.entry-content img
{
	margin: none;
	padding:0;
	background:none;
	max-width:100%;
	border:none;
}

.entry-content morelink
{
text-align:right;
	background-color: #ff3333;
}

/* in case the image is linked */
.entry-content a img {
	margin:-0.2em;
vertical-align:bottom;
background-color: #ffffff;

}





.entry-content ul, .entry-content ol
{
	padding: 0.3em 1.0em 0.3em 1.0em;
	margin: 0.3em;
style:none;
}

.entry-content li {
	style:none;
}



/* === The Footer === */

.footer_liq {
	background-color:#999;
}

.footer_liqCapsule {
	font-size:0.7em;
	padding: 0.5em 15px;	
	margin:2px 2px 0.5em 2px;
	background-color: #999;
}

.footer_liq ul {

}

.footer_liq ul li{
	list-style-type: none;
}



/* === The Side Menu === */


.sidebar_liq ul {
font-size:0.9em;
}

.sidebar_liq ul li {
	list-style-type: none;
	clear:left;
}

.sidebar_liq ul ul ul li, .sidebar_sub_liq {
font-size:1.1em;
font-style:oblique;
clear: left;
text-indent:10px;

}

.sidebar_liq a:link, .sidebar_liq a:visited {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #cc66cc;
	padding: 0.2em 15px 0.2em 15px;
	margin:2px 0 0 2px;
}


/* extend the colour spectrum if you want to! */

li.catZero a:link, li.catZero a:visited {
	background-color: #ff3333;
}

li.catOne a:link, li.catOne a:visited {
	background-color: #ff9933;
}

li.catTwo a:link, li.catTwo a:visited {
	background-color: #99cc33;
}

li.catThree a:link, li.catThree a:visited {
	background-color: #0099cc;
}

li.catFour a:link, li.catFour a:visited {
	background-color: #0066cc;
}

.sidebar_liq a:hover, .sidebar_liq a:active, .sidebar_liq a:focus  {
	background-color: #cc66cc !important;
	text-decoration: none;
	color: #333;
}

.sidebar_liq h2 {
	color:#999;
	padding: 0.7em 15px 0.2em 0;
	margin:2px 0 0 2px;
}

/* --- The Search Field --- */

fieldset.searchSite_liq {
	border:none;
}

.searchSite_liq legend {
	display:none;
}

.searchSite_liq label {
	display:none;
}

#s {
	width:204px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height: 1.2em;
	float: left;
	border:solid 1px #666;
	color:#666;
	padding:0.25em;
	margin:0.5px 2px 12px 0px;
}

#s:hover, #s:active, #s:focus {
	border:solid 1px #333;
}

#searchsubmit
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height: 1.2em;
	float:left;
	border:solid 1px #666;
	background-color:#fff;
	color:#666;
	padding:0.175em;
	margin:0.5px 6px 12px 0px;
}

#searchsubmit:hover, #searchsubmit:active, #searchsubmit:focus
 {
	border:solid 1px #333;
	background-color:#eee;
	color:#333;	
}