/*

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: 100%;
    font-family: times, tahoma, verdana, arial, sans-serif;

        font-size: 10pt;

	color: #fff;
	/*width: 779px;*/
        margin: 20 auto;
        background-color: #ffffff;
	background-repeat: repeat-x;
} 



	

body * {
	text-align:left;
}


hr {
	display:none;
}


h1, h2, h3, h4, h5 {
	font-weight:normal; font-family: times, tahoma, verdana, arial, sans-serif;
}

h6 {
 font-family: times, tahoma, verdana, arial, sans-serif;
font-size:.6em;
	line-height:1.5em;
	text-decoration: none;
background-color: #ffffff; 
color:#3c3c3c;
}

div#header a:link,div#header a:visited,div#header a:focus,div#header a:hover,div#header a:active { color: #000000; 
background-color: #ffffff; 
text-decoration: #000000; 
border: none; 
padding: none;}

/*

div#sidebar a:link,div#sidebar a:visited,div#sidebar a:focus,div#sidebar a:hover,div#sidebar a:active { color: #000000; 
background-color: #ffffff; 
text-decoration: #000000; 
border: none; 
padding: none;}


a:link, a:visited {

text-decoration: none;
    border-bottom: 1px solid #ffdbd1;
padding: none;
color:#FFFFFF;
}

*/


a:link, a:visited {

border: none;
padding: none;
color:#000;
}

a:hover, a:active, a:focus  {
    background-color: #ffdbd1;

    color: #000000;
border: 0px;
padding: 0px;
}



br {
clear: both;
}



/* === The Main Structure of the page === */

/* extra div for centering allowing for additional background features */

.backerA {
	z-index:-10;
}

.centerStage_liq {
	width:728px; /* allows 15px plus on both sides - important for background features on 800pixel wide screens */
	margin: 0px auto;
	background-color: none;
	position: relative;
	padding-top:0.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;
font-family: Georgia, Times New Roman, Times, serif;
background-image: none;
height: 30px;
}

.header_liq {
	width: 101%;
background-color: none;
color: none;

}

.content_liq {
	width:70%;
	margin:.5em 0 0 0;
	float:left;
color: #ffffff;

}

.content_page_liq {
	width:100%;
	margin:.5em 0 0 0;
	float:left;
color: #ffffff;
}

.content_page_liq2 {
	width:100%;
	margin:.5em 0 0 0;
text-align: center;
color: #ffffff;
}

.sidebar_liq {
	width: 25.0%;
	margin:2.0em 0 0 0;
	float:right;
}

.footer_liq {
	width: 100%;
	margin:2.5em 0 0 0;
	clear:both;
}

.footer_spons {
	float: right;
	width: 50%;
	margin:-40 5.0em 0 0;
}

/* === 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: #000;
	background-color: #ffffff;
	padding: 0.2em 15px 0.2em 15px;
	margin:2px 0 0 2px;	
border: none;

}

#skipNavigation_liq a:hover, #skipNavigation_liq a:active, #skipNavigation_liq a:focus  {
	position:relative;
	top:0px;	
	text-decoration: none;
	background-color: #77600da;
	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: #000;
	background-color: #fff;
	padding: 0.2em 15px 0.2em 15px;
	float:left;
	margin:2px 0 0 0;
border: none;
}

#topNavigation_liq a:hover, #topNavigation_liq a:active, #topNavigation_liq a:focus  {
	background-color: #7600da;
	text-decoration: none;
	color: #fff;
}





/* === 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 span {
	float:left;
	font-size:0.8em;
	line-height:1.1em;
	padding: 0em 0px 0em 0px;
	margin:0px 0 0 0px;
}

.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 2px 2px;
	color:#000;
	background-color: #fff;	
}









.leftNav_liq {
	width:48%;
	float:left;
color:#000;

}

.rightNav_liq {
	width:48%;
	float:right;
	text-align:right;
color:#000;
}



.navContainer_liq a:link, .navContainer_liq a:visited {
	color:#000;
	background-color: transparent;
border: none;
}

.navContainer_liq a:hover, .navContainer_liq a:active, .navContainer_liq a:focus  {
	background-color: #fff;
	color: #000;
}



/* === The Content === */


.pagetitle_liq {
	float:left;
	background-color: #fff;
	color:#000;
	padding: 0.3em 15px 15px 0px;
	margin:0px 0px 0px 0px;
border: none;
	/*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:1.0em 0px 15px 0;
color: #fff;
background-color: #ffffff;
}

.hentry2 {
	margin:10.0em 5px 40px 68px;
color: #000;
background-color: #fff;
text-align: center;
}

.entry-title a:link, .entry-title a:visited {
	float:left;
	font-size: 1.0em;
	text-decoration: none;
	text-transform: lowercase;
	color: #000;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

.entry-title a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #ffdbd1;
	text-decoration: none;
	color: #ffffff;
}


.updated {
	font-size:0.6em;
	float:left;
	color:#494949;
	background-color: #fffff;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 2px 5px;
	border: none;
}

div.entry-content{
	clear:both;
	font-size:0.8em;
	line-height:1.4em;
	padding: .5em 5px 5px 5px;
	margin:2px 2px 5px 2px;
	overflow:hidden;
color:#000;
background-color: #fff;
}


div.entry-content2{
	clear:both;
	font-size:0.8em;
	line-height:1.4em;
	padding: .5em 5px 5px 5px;
	margin:2px 2px 5px 2px;
	overflow:hidden;
        color:#fff;
        background-color: #000000;
        text-align: center;
}



div.postmetadata_liq {
	clear:both;
	font-size:0.6em;
	padding: 0.1em 5px 15px 5px;	
	margin:20px 2px 2px 2px;
	background-color:transparent;
}

/* --- 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: 1.0em 0.5em 0.5em 0.5em;
}


.entry-content blockquote
{
	margin: 0.3em;
	padding: 0.3em;
	color:#111;
	background-color:#f1f1f1;
}

.entry-content img
{
	margin: 0.0em;
	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 1.0em 1.0em;
	margin: 0.3em;
}

.entry-content li {
	
}



/* === The Footer === */

.footer_liq {
	background-color:#fff;
}

.footer_liqCapsule {
	font-size:0.6em;
	line-height:1.4em;
	padding: 1.5em 15px 15px 15px;	
}

.footer_liq ul {

}

.footer_liq ul li{
	list-style-type: none;
}



/* === The Side Menu === */




.sidebar_liq ul {
		list-style-type: none;
	clear:left;
color: #3c3c3c;

}


.sidebar_liq ul li {
	list-style-type: none;
	clear:left;
color: #3c3c3c;
}

.sidebar_liq a:link, .sidebar_liq a:visited {
	float: left;
	text-decoration: none;
	color: #3c3c3c;
	font-size:0.8em;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

.sidebar_liq hm {
	list-style-type: none;
	clear:left;
	font-size:small;
}

.hm {
font-size:0.8em;
}


.sidebar_liq a:hover, .sidebar_liq a:active, .sidebar_liq a:focus  {



	float: left;
	background-color: #7c47ea;
	text-decoration: none;
	color: #ffffff;

}

.sidebar_liq h2 {
	float: left;
	color:#ffffff;
background-color: #fff;
	text-decoration:none;
	font-size:1.2em;
	padding: 0.7em 15px 0.2em 0;
	margin:2px 0 0 0px;
}

/* --- The Search Field --- */

fieldset.searchSite_liq {
	border:none;
}

.searchSite_liq legend {
	display:none;




}

.searchSite_liq label {
	display:none;

}


#s {

	width:150px; 
	font-family: times, serif;
	font-size:1.0em;
	line-height: 1.2em;
	float: left;
	/*border:solid 1px #787573;*/
	margin:2px 0 0 2px;
}

#s:hover, #s:active, #s:focus {
	/*border:solid 1px #181513;*/
	background-color: #fff;
float: left;
}

#searchsubmit
{
	font-family:times, serif;;
	font-size:1.0em;
	line-height: 1.2em;
	text-align:center;
	color:#333;
	background-color:#fff;
	padding:0 15px 0 0px !important;
	margin:0px 0px 0 0px;
float: left;
display:none;
}

#searchsubmit:hover, #searchsubmit:active, #searchsubmit:focus


{

}












/* The Comment Block */

.commentBlock_liq {
	clear:both;
	font-size:0.8em;
	color:#000000;
	background-color:transparent;
	margin:2.0em 0 2.0em 0;
	border:none;
}


.commentBlock_liq h3 {

	float:left;
	margin:0 2px 1.0em 2px;
	border:none !important;
	padding: 0.2em 15px 0.2em 15px;
	background-color:#888;
}


.commentBlock_liq ol {
	list-style-type:none;
}

.commentBlock_liq ol li {
	padding:0.2em 15px;
	margin: 0 2px 1.0em 2px;
	background-color:#000000;
	color:#888;
}

.commentBlock_liq ol li.alt {
	background-color:#000000;
	color:#888;
}

#respond {
	float:left;
	margin: 15px 2px 15px 2px;
	border:none;
	padding: 0.2em 15px 0.2em 15px;
color:#FFFFFF;
	background-color:#000000;

}


.commentMessage_liq {
	clear:both;
	font-size:0.8em;
	padding:0.2em 15px 0.2em 15px;
	margin:0 2px 1.0em 2px;
	border:none;

}

/* 
	Use that css as a starting point to develop your specific design/layout
	Have fun
*/

#commentform {
	font-family: Georgia, Times, Serif;
	font-size: 0.8em;
	line-height: 1.4em;
	border:none;
}

#commentform fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#commentform legend {
	display:none;
}


.commentFormRow_liq {
	margin: 0 2px 0.5em 2px;
	padding: 0 5px;
	color:#FFFFFF;	
	background-color: transparent;
	border:none;
}


.commentFormRow_liq label {
	width:5px;
	padding:0.1em 0 0 0;
	text-align:left;
	background-color: transparent;
	border:none;
}

.commentFormRow_liq span {

}

/* contains the actual form elements */
.commentFormElement_liq {
  	margin-left: 5px;
	font-size: 1.0em;
	line-height: 1.5em;
	text-align:left;
	border:none;
}

/* depending on styling the line break can be used to clear floats */
.commentFormRow_liq br {
	display:none;
}



.commentInput_liq {
	font-family: Georgia, Times, serif;
	font-size:1.0em;
	line-height: 1.5em;	
	width:430px;
	height:1.4em;
	margin:0 0.5em 0 0;

	padding-left: 2px;
	padding-right: 2px;

	border:solid 1px #787573;
	color:#444;
	background-color:#FFFFFF;
}


.commentInput_liq:hover, .commentInput_liq:active, .commentInput_liq:focus {
	border:solid 1px #181513;
	background-color: #E5E4E1;
}


#comment {
	font-family: Georgia, Times, Seriff;
	font-size:1.0em;
	line-height: 1.5em;		
	
	width:430px;
	height:10em;

	color:#444;
	background-color:white;		
}


.mandatory_liq {
	color:#FFFFFF !important;
	background-color:#000000;	
}



/* The Submit Button */
.commentSubmit_liq {
	font-family:Georgia, Times, 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:#E5E4E1;
	color:#181513;	
}
