/*  
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-color: #F6F5F4;
} 

body * {
	text-align:left;
}


hr {
	display:none;
}


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


a:link, a:visited {
	text-decoration: none;
	color: #444;
	background-color: #f0ff44;
	padding:0 0.2em;
}

a:hover, a:active, a:focus  {
	background-color: #ffff22;
	text-decoration: none;
	color: #000;
}

br {
clear: both;
}



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

/* extra div for centering allowing for additional background features */
.centerStage_liq {
	width:920px; /* allows 15px plus on both sides - important for background features on 800pixel wide screens */
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	padding-top:5.0em; /* this value is needed to give top naviagtion some space */

}

#skipNavigation_liq {
	width: 100%;
	position: absolute;
	top:3em;
	left:0;
}

#topNavigation_liq {
	width:100%;
	position: absolute;
	top:0;
	left:0;
}

.header_liq {
	width: 100%;
}

.content_liq {
	width:60%;
	margin:2em 0 0 0;
	float: right;
}

.sidebar_liq {
	width: 20%;
	margin:2em 0 0 0;
	float:right;
}
.sidebar_liq_l {
   width:20%;
	margin:2em 0 0 0;
	float: left;
}
.footer_liq {
	width: 100%;
	margin:2em 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: #44bbf5;
	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: #f0ff44;
	color: #181513;

}





/* === The Page Navigation - or - The Top Navigation === */

#topNavigation_liq ul {
	text-align:left;
}

#topNavigation_liq ul li {
	display: inline;
	list-style-type: none;
}

#topNavigation_liq a:link, #topNavigation_liq a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #44bbf5;
	padding: 0.2em 15px 0.2em 15px;
	float:left;
	margin:2px 0 0 2px;
}

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





/* === 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;
}

#contentTopNavigation_liq {
	clear:both;
	width:100%;
	font-size:0.6em;
	line-height:1.2em;
}

#contentBottomNavigation_liq {
	clear:both;
	width:100%;
	font-size:0.8em;
	line-height:1.2em;
	margin:2.0em 0 0 0;
}

.navContainer_liq {
	clear:both;
	padding: 0.6em 15px 0.6em 15px;	
	margin:2px 2px 0.5em 2px;
	color:#fff;
	background-color: #181513;	
}

.leftNav_liq {
	width:52%;
	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: #ffff22;
	color: #000;
}



/* === 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;
}

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

.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.4em;
	padding: 0.1em 15px 0.1em 15px;
	margin:2px 2px 0 2px;
	overflow:hidden;
}

div.postmetadata_liq {
	clear:both;
	font-size:0.6em;
	padding: 0.1em 15px 0.1em 15px;	
	margin:2px 2px 0.5em 2px;
	background-color: #e5e4e1;
}

/* --- 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;
	background-color:#f1f1f1;
}

.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 {
	background-color:#e9e8e5;
}

.footer_liqCapsule {
	font-size:0.6em;
	line-height:1.4em;
	padding: 1.5em 15px 1.5em 15px;	
}

.footer_liq ul {

}

.footer_liq ul li{
	list-style-type: none;
}



/* === The Side Menu === */




.sidebar_liq ul {

}

.sidebar_liq ul li {
	list-style-type: none;
	clear:left;
}
.sidebar_liq_l li {
	list-style-type: none;
	clear:left;
}

.sidebar_liq a:link, .sidebar_liq a:visited {
	float:left;
	text-decoration: none;
	color: #fff;
    font-size: 0.8em;
	background-color: #44bbf5;
	padding: 0.1em 15px 0.1em 15px;
	margin:2px 0 0 2px;
}
.sidebar_liq_l a:link, .sidebar_liq_l a:visited {
	float:left;
	text-decoration: none;
	color: #fff; font-size: 0.6em;
	background-color: #44bbf5;
	padding: 0.1em 2px 0.1em 7px;
	margin:1px 0 0 1px;
}

/* extend the colour spectrum if you want to! */

li.catOne a:link, li.catOne a:visited {
	background-color: #ff4411;
}

li.catTwo a:link, li.catTwo a:visited {
	background-color: #f000f0;
}

li.catThree a:link, li.catThree a:visited {
	background-color: #FF74A5;
}

li.catFour a:link, li.catFour a:visited {
	background-color: #FF9000;
}




.sidebar_liq a:hover, .sidebar_liq a:active, .sidebar_liq a:focus  {
	background-color: #ffff22 !important;
	text-decoration: none;
	color: #000;
}
.sidebar_liq_l a:hover, .sidebar_liq a:active, .sidebar_liq a:focus  {
	background-color: #ffff22 !important;
   text-decoration: none;
	color: #000;
}

.sidebar_liq h2 {
	color:#777;
	padding: 0.7em 15px 0.2em 0;
	margin:2px 0 0 2px;
}
.sidebar_liq_l h2 {
	color:#777;
	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:180px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.2em;
	float: left;
	border:solid 1px #787573;
	
	padding:0.1em;
	margin:2px 0 0 2px;
}

#s:hover, #s:active, #s:focus {
	border:solid 1px #181513;
}

#searchsubmit
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.2em;
	text-align:center;
	color:#333;
	float: right;
	background-color:#fff;

	padding:0 15px 0 15px !important;
	margin:7px 2px 0 2px;
}

#searchsubmit:hover, #searchsubmit:active, #searchsubmit:focus
{

}



/* The Comment Block */

.commentBlock_liq {
	clear:both;
	font-size:0.8em;
	color:#888;
	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 15px 0.2em 15px;
	background-color:#f8f7f6;
}

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

.commentBlock_liq ol li {
	padding:0.2em 15px;
	margin: 0 2px 1.0em 2px;
	background-color:#fbfaf9;
	color:#888;
}

.commentBlock_liq ol li.alt {
	background-color:#f8f7f6;
	color:#888;
}

#respond {
	float:left;
	margin: 15px 2px 15px 2px;
	border:none !important;
	padding: 0.2em 15px 0.2em 15px;
	background-color:#f8f7f6;

}


.commentMessage_liq {
	clear:both;
	font-size:0.8em;
	padding:0.2em 15px 0.2em 15px;
	margin:0 2px 1.0em 2px;

}

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

#commentform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

#commentform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#commentform legend {
	display:none;
}


.commentFormRow_liq {
	clear:both;
	margin: 0 2px 0.5em 2px;
	padding: 0 15px;
	color:#787573;	
	background-color: transparent;
}


.commentFormRow_liq label {
	float:left;
	width:180px;
	padding:0.1em 0 0 0;
	text-align:right;
}

.commentFormRow_liq span {

}

/* contains the actual form elements */
.commentFormElement_liq {
  	margin-left: 190px;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align:left;
}

/* depending on styling the line break can be used to clear floats */
.commentFormRow_liq br {
	display:none;
}



.commentInput_liq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.5em;	
	width:244px;
	height:1.4em;
	margin:0 0.5em 0 0;

	padding-left: 2px;
	padding-right: 2px;
	border:solid 1px #787573;
	color:#444;
	background-color:white;
}


.commentInput_liq:hover, .commentInput_liq:active, .commentInput_liq:focus {
	border:solid 1px #181513;
}


#comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.5em;		
	
	width:244px;
	height:10em;

	color:#444;
	background-color:white;		
}


.mandatory_liq {
	color:#181513 !important;
	background-color:#fff;	
}



/* The Submit Button */
.commentSubmit_liq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.2em;
	
	padding:0.1em 0.5em;
	border:solid 1px #787573;
	text-align:center;
	background-color:#fff;
	color:#787573;
}

.commentSubmit_liq:hover, .commentSubmit_liq:focus, .commentSubmit_liq:active {
	border:solid 1px #181513;
	background-color:#f0ff44;
	color:#181513;	
}





/*----------------------------------------------------------------------------*/
/* 			UPDATES TO CSS BY APOLLOMEDIA 2011.10.05 				          */
/*----------------------------------------------------------------------------*/

/*------------------------------ side bar ------------------------------------*/
#designblog_menu {
	width:200px;
	margin-top:106px;
	visibility:hidden;
}

#designblog_menu li {
	list-style:none;
	cursor:pointer;
}

#designblog_menu li.fake_designblog_submenu,
#designblog_menu li.designblog_submenu {
	margin-bottom:1px;
}

li.fake_designblog_submenu h2,
li.designblog_submenu h2 {
	display:inline-block;
	background-color:gray;
	color:white;
	padding:3px 10px 3px 15px;
}

ul.fake_designblog_menu_content,
ul.designblog_menu_content {
	margin-left:15px;
	margin-top:1px;	
}
li.fake_designblog_submenu li a,
li.designblog_submenu li a{
	text-decoration: none;
	color: #fff; 
	font-size: 0.6em;
	padding: 3px 5px 3px 7px;
	margin-bottom:1px;
	display:inline-block;
}

#designblog_menu_tags li.mouse_over a,
#designblog_menu_links li.mouse_over a,
#designblog_menu_projects li.mouse_over a,
#designblog_menu_categories  li.mouse_over a,
#designblog_menu_archive li.mouse_over a,
#designblog_menu_recent_entries li.mouse_over a {
	background-color:yellow;
	color:black;
}

#designblog_menu_tags li a {
	background-color:#F000F0;	
}

#designblog_menu_links li a {
	background-color: #FF74A5;
}

#designblog_menu_projects li a {
	background-color: #44bbf5;
}

#designblog_menu_recent_entries li a {
	background-color: #44bbf5;
}

#designblog_menu_archive li a {
	background-color:#FF4411;
}

#designblog_menu_categories li a {
	background-color:#F000F0;
}

#designblog_thesis_subcats li.selected a,
#designblog_menu_projects li.selected a,
#designblog_menu_tags li.selected a,
#designblog_menu_categories li.selected a,
#designblog_menu_archive li.selected a,
#designblog_menu_recent_entries li.selected a{
	background-color:yellow;
	color:black;
}

#designblog_loginout {
	position:absolute;
	top:105px;
	left:0px;
	padding:3px 10px 3px 15px;
	background-color:gray;
}

#designblog_loginout a {
    text-transform:lowercase;
 
}
#designblog_subscribe {
   position:absolute;  
   top:133px;
   left:0px;
	 padding:3px 10px 3px 15px;
	 background-color:gray;
}

#designblog_subscribe a,
#designblog_loginout a {
	background-color:gray;
	display:block;
	color:white;
}

#designblog_loginout.logged_in,
#designblog_loginout.logged_in a {
	background-color:#F0FF44;
	color:black;
}
/*------------------------------ header  -------------------------------------*/
body #header {
	position:absolute;
	top:0;
	left:202px;
}

body #content {
	width: 552px;
	margin-right:166px;
}

#header_note {
	font-family:Verdana, sans-serif;
	font-size:10px;
	width:250px;
	height:65px;
	position:absolute;
	left:285px;
	top:18px;
	line-height:13px;
}

#header_menu {
	margin-top:20px;
}

#header_menu li {
	float:left;
	list-style:none;
}

#header_menu li a {
	padding-top:2px;
	padding-bottom:3px;
	background-color:#FF4411;
}

#header_menu li a:hover {
	background-color:yellow;
}

#header_menu_scripties a{
	padding-left:25px;
	padding-right:27px;
}

body #searchForm {
	position:absolute;
	width:250px;
	height:30px;
	left:283px;
	top:104px;
}

body #s {
	width:150px;
}

body #searchForm #searchsubmit {
	margin:0;
	color:white;
	background-color:gray;
	border:none;
	padding-bottom:2px !important;
	margin-top:2px;
}

/*------------------------------ thesis/highlight list on homepage -----------*/
ul.designblog_right_sidebar_thumbs,
#designblog_thesis_thumbs {
	position:absolute;
	right:10px;
	top:159px;
	width:150px;
}

ul.designblog_right_sidebar_thumbs li,
#designblog_thesis li,
#designblog_thesis_thumbs li {
	list-style:none;
	margin-bottom:15px;
}

li.designblog_right_sidebar_title,
#recent_highlights {
	height:72px;
}

li.designblog_right_sidebar_title span,
#recent_highlights span {
	color:gray;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}

ul li.designblog_right_sidebar_title span,
ul li#recent_highlights span {
    color:#FF4411;
    position:relative;
    top:-2px;
}

ul li.designblog_right_sidebar_title,
ul li#recent_highlights {
    text-align:center;
}

.designblog_thesis_thumb {
	margin-bottom:5px;
}

ul.designblog_right_sidebar_thumbs li img,
#designblog_thesis li img,
.designblog_thesis_thumb img {
	width:147px;
	height:215px;
	border:1px solid black;
}


.designblog_thesis_excerpt {
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:black;
	line-height:12px;
}
/*------------------------------ thesis page  --------------------------------*/
body #content.designblog_thesis_content {
	width:700px;
	margin-right:17px;
}
body #content.designblog_thesis_content .navContainer_liq {
	padding-right:0px;
}

#designblog_thesis {
	width:750px;
}

#designblog_thesis li {
	float:left;
	width:168px;
	height:295px;
	margin-right:14px;
	list-style:none;
}

#designblog_thesis .designblog_thesis_item .designblog_thesis_image {
	margin-bottom:5px;
}
.designblog_thesis_thumb a,
.designblog_thesis_excerpt a,
#designblog_thesis .designblog_thesis_excerpt a,
#designblog_thesis .designblog_thesis_image a {
	background-color:transparent;
}

#designblog_thesis .designblog_thesis_image img {
	width:160px;
	height:230px;
	border:0px;
}

#designblog_thesis_subcats li {
	height:21px;
	margin-bottom:0px;
	
}

#designblog_thesis_subcats li a {
	background-color:#FF4411;
	color:white;
	font-size:10px;
	padding:3px 10px 3px 15px;
}

.clear { 
	clear:both;
}
/*------------------------------ content  ------------------------------------*/
body #content {
	margin-top:74px;
}

body #content .hentry {
	margin-top:0;
  margin-bottom:50px;
}

body .navContainer_liq {
	background-color:transparent;
	padding-left:0px;
}

body .navContainer_liq a:link,
body .navContainer_liq a:visited,
body .navContainer_liq a {
	color:gray;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	font-size:12px;
}

body #content .designblog_snapshot_content {
	font-family:Verdana, sans-serif;
	font-size:12px;
	padding:4px;
	border:1px solid #FF4411;
	color:#666;
	margin:20px 0px;
}

a.pline:link {
	color: #000080;
	background-color: transparent;
	border-bottom: 1px dotted #000080;
}
a.pline:visited {
	color: #000080;
	background-color: transparent;
}
a.pline:hover {
	color: #ffffff; 
	background:#F000F0;
}

a.paars:link {
	color: #000;
	background-color: #F000F0;
	padding:0 0.2em;
	
}
a.paars:visited {
	color:  #000;
	background-color: #F000F0;
	
}
a.paars:hover {
	color: #fff;
	border-bottom: 1px dotted #000;
}/*----------------------------------------------------------------------------*/
/* 			END OF UPDATES TO CSS BY APOLLOMEDIA 2011.10.05     	          */
/*----------------------------------------------------------------------------*/
