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

body
{

	min-height: 101%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	/*width: 770px;*/

	background: #fff url(http://akampioneer.com/wp-content/themes/liquorice/images/bg.png) no-repeat 680px -250px;
	background-attachment: scroll;
} 

body * {
	text-align:left;
}


hr {
	display:none;
}


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

h2
{
	font-size: 14px;
	}



a:link, a:visited {
	text-decoration: none;
	color: #0044CC;
	padding:0 0.2em;
}

a:hover, a:active, a:focus  {
	text-decoration: underline;
	color: #0044CC;
}

br {
clear: both;
}

#visual
{
	width: 667px;
	position: absolute;
	top: 130px;
	left: 0;
	background: #ccc;
	}

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

/* extra div for centering allowing for additional background features */
.centerStage_liq {
	width:850px; 
	margin: 0 0 0 100px;
	padding:30px 0 0 0; 

	
}

#skipNavigation_liq {
	width: 900px;
	position: absolute;
	top:3em;
	left:0;
}

#topNavigation_liq {
	width:900px;
	position: absolute;
	top:0;
	left:0;
}

.header_liq {
	width: 900px;
	padding: 0 0 100px 0;
}

#logo
{
	width: 270px;
	height: 160px;
	padding: 10px 0 0 305px;
	}


.content_liq {
	width:580px;
	margin:20px 0 0 0;
	float:left;
	padding: 0 40px 0 0;

}

#sidebar{
	width: 150px;
	margin:50px 0 0 0;
	float:left;
	font-size: 12px;

}

.footer_liq {

	margin:10px 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;	
	background: red;

}

#skipNavigation_liq a:hover, #skipNavigation_liq a:active, #skipNavigation_liq a:focus  {
	position:relative;
	top:0px;	
	text-decoration: none;

	color: #000;

}





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

#topNavigation_liq ul {
	text-align:left;
}

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

#topNavigation_liq a:link, #topNavigation_liq a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #ccc;
	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: #000;
}





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

.header_liq h1 {
	float:left;
	padding: 0 0 0 340px;
}


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

.header_liq a:hover, .header_liq a:active, .header_liq a:focus  {
	text-decoration: underline;
	color: #c02339;
}


.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;
	color:red;
}

.header_liq br {
	clear:both;
}


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

#contentTopNavigation_liq {
	clear:both;
	font-size:12px;
	line-height:130%;
}

#contentBottomNavigation_liq {
	clear:both;
	width:600px;
	font-size:11px;
	line-height:130%;
	margin:2px 0 0 0;
	color: #ccc;
}

.navContainer_liq {
	clear:both;
	padding: 5px 15px 5px 0px;	
	margin:2px 2px 0.5em 2px;
	color:#fff;
	width: 580px;

}

.leftNav_liq {
	width:500px;
	font-size: 11px;
	color: #757575;
}

.leftNav_liq a, .rightNav_liq a
{
		color: #757575;
	}


.rightNav_liq {
	width:500px;
	font-size: 11px;
	color: #757575;
}



.navContainer_liq a:link, .navContainer_liq a:visited {
	color:#757575;
	background-color: transparent;
}

.navContainer_liq a:hover, .navContainer_liq a:active, .navContainer_liq a:focus  {
	background-color: none;
	color: #757575;
}



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


.pagetitle_liq {
	float:left;
	text-decoration: none;
	color: #757575;
	padding: 0.3em 15px 0.3em 0px;
	margin:2px 2px 0 2px;
	font-size: 16px;
	/*border: solid 1px #181513;*/
}


/* extend the colours if you want - and match them with the side menu */
.titleOne {
	font-size: 12px;
}

.titleTwo {
	background-color: #757575;
}

.titleThree {
	background-color: #FF74A5;
}

.titleFour {
	background-color: #FF9000;
}


/* fancy some microformat? */

.hentry {
	margin:0 0 0 0;
	padding: 20px 0px 20px 0;

}



.entry-title a:link, .entry-title a:visited {
	float:left;
	text-decoration: none;
	color: #757575;
	padding: 0.3em 15px 0.3em 0px;
	margin:2px 2px 0 2px;
	font-size: 20px;
}

.entry-title a:hover, .entry-title a:active, .entry-title a:focus  {

	text-decoration: underline;
	color: #757575;
}

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

div.entry-content{
	clear:both;
	font-size:12px;
	line-height:150%;
	padding: 5px 15px 10px 0px;
	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 0 5px 0;
	font-weight:bold;
	margin: 0;
}

.entry-content p
{
	padding: 0.3em 0 0.5em 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:#d9d9d6;
	width: 100%;
}

.footer_liqCapsule {
	font-size:11px;
	line-height:16px;
	padding: 5px 5px 5px 100px;	
}

.footer_liq ul {
	margin: 0;
	padding: 0;

}

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



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

img
{
	border: 0;
	}



.sidebar_liq ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
}

.sidebar_liq ul li  {
	list-style-type: none;
	clear:left;
	padding: 0px 0px 12px 0px;
}

.sidebar_liq ul li div
{
	margin: 0 0 0px 0;
	padding: 5px 0 0 0;
	}

.sidebar_liq .xoxo blogroll
{
	margin: 0;
	padding: 0;
	
	}

.wp_plugin_widget_feed_link
{
	
	
	}



li#tag_cloud-3
{
	margin: 0 0 10px 0;
	padding: 0 0 30px 0;
	}

.sidebar_liq a:link, .sidebar_liq a:visited {
	float:left;
	text-decoration: none;
	color: #000;
	margin:0px;
	border: 0;
}

.sidebar_liq a:hover
{
	text-decoration: underline;
	
	}


h2.widgettitle
{
	font-size: 12px;
	padding: 0px 0 3px 0;
	border-bottom: #d9d9d6 1px solid;
	margin: 0 0 3px 0;
	line-height: 100%;
	color: #757575;
	}


li.widget.suboptions
{
	height: 50px;
	
	}

.sidebar_liq h2 {

}

/* --- The Search Field --- */
#suche
{
	width: 250px;
	}


fieldset.searchSite_liq {
	border:none;
}

.searchSite_liq legend {
	display:none;
}

.searchSite_liq label {
	display:none;
}

#s {
	width:150px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 100%;
	float: left;
	border:0;
	background: #f5f5f5;
	border:solid 1px #e5e5e5;
	padding: 3px;
}

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

.widget widget_search
{
	font-size: 12px;
	
	}



#searchsubmit
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px
	text-align:center;
	color:#333;
	padding:0 3px 0 3px;
	margin:2px 2px 0 12px;
}

#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;	
}




/* kategorien */

#ap_kategorien
{
	margin: 3px 0 0 0;
	padding: 10px 0 10px 0px;
	font-size: 14px;
	width: 680px;
	line-height: 100%;
	text-align: right;
	
	}
#ap_kategorien ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
 li.cat-item
 {
 	margin: 0;
 	padding: 0 31px 0 0;
 	list-style-type: none;
 	display: block;
 	float: left;

 	}

 li.cat-item a
 {
 	color: #666;
 	font-weight: bold;
	
 	}

#ap_kategorien 	li.current-cat a, #ap_kategorien a:hover
 {
 	color: #000;
 	list-style-type: none; 	
 	}
