/* 
Theme Name: Alog 
Base on Liquorice Allsorts
Original theme url: http://liquorice.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:0px; 
	padding:0;
} 

html {
	height:100%; 
	font-size:100.01%;
} 

body
{
	background-color: #403323;
	text-align: center;
	min-height: 101%;
	font: 16px Trebuchet MS;
	color: #888;
	/*width: 770px;*/
	margin: 0 auto;
	background-color: #F6F5F4;
	background-image: url(bkg.gif);
	background-repeat: repeat;
} 

body * {
	text-align:left;
}


hr {
	display:none;
}


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



a:link, a:visited {
	text-decoration: none;
	color: #44bbf5;
}

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

br {
clear: both;
}



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

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

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

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

.header_lg {
	width: 100%;
	height: 200px;
	background: url(lg.bg.jpg) no-repeat;
}

.content_lg {
	width:500px;
	margin:2em 0 0 0;
	float:left;
}

.sidebar_lg {
	width: 270px;
	margin:2em 0 0 0;
	float:right;
}

.footer_lg {
	width: 100%;
	margin:2em 0 0 0;
	clear:both;
}

/* === The Skip Navigation === */


#skipNavigation_lg a, #skipNavigation_lg a:link, #skipNavigation_lg 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_lg a:hover, #skipNavigation_lg a:active, #skipNavigation_lg a:focus  {
	position:relative;
	top:0px;	
	text-decoration: none;
	background-color: #f0ff44;
	color: #181513;

}





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

#topNavigation_lg ul {
	text-align:left;
}

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

#topNavigation_lg a:link, #topNavigation_lg 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_lg a:hover, #topNavigation_lg a:active, #topNavigation_lg a:focus  {
	background-color: #f0ff44;
	text-decoration: none;
	color: #181513;
}





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

.header_lg h1 {
	
	float:left;
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size: 3.5em;
	line-height:1.1em;
	font-weight:normal;
;
}


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

.header_lg a:hover, .header_lg a:active, .header_lg a:focus  {
	background-color: #44bbf5;
	text-decoration: none;
	color: #181513;
}


.header_lg span {
	float:right;
	font-size:0.3em;
	line-height:1.1em;
	padding: 0.3em 15px 0.3em 15px;
	margin:2px 0 0 2px;
	color:#fff;
}

.header_lg br {
	clear:both;
}



/* bottom navigation */
.navStripWrapper {
	position: relative;
	float: right;
}
.navhead {
    font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	line-height: 1.1em;
	font-weight: normal;
	background: #ccc;
}
.navhead li {
	border-left: 1px dotted #000;
	display: block;
	float: left;
}
.navhead li a {
	display: block;
	padding: 7px 4px 0 7px;
	width: 80px;
	height: 42px;
}
.navhead li a span {}
.navhead li a:hover {
	background: #000;
}
.navhead li a.focus {
	background: #000;
}



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

#contentTopNavigation_lg {
	clear:both;
	width:100%;
	font-size:0.5em;
	line-height:0.7em;
}

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

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

.leftNav_lg {
	width:48%;
	float:left;
}

.rightNav_lg {
	width:48%;
	float:right;
	text-align:right;
}



.navContainer_lg a:link, .navContainer_lg a:visited {
	color:#fff;
	background-color: transparent;
}

.navContainer_lg a:hover, .navContainer_lg a:active, .navContainer_lg a:focus  {
	background-color: #fff;
	color: #000;
}



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


.pagetitle_lg {
	float:left;
	color:#000;
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 26px;
	padding: 0px 3px 0px 3px;
	margin:2px 2px 0 2px;
    border-color: #000;
	border-width: 1px 0 0 0;
	border-style: dotted;
}


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

.titleTwo {
	background-color: #ff4411;
}

.titleThree {
	background-color: #ff4411;
}

.titleFour {
	background-color: #ff4411;
}


/* fancy some microformat? */

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



.entry-title a:link, .entry-title a:visited {
    margin-left: 0px;
    display: block;
	float:left;
	font-size: 0.7em;
	text-decoration: none;
	border-color: #000;
	border-width: 1px 0 0 0;
	border-style: dotted;
	padding: 4px 0px 0px 10px;
	vertical-align: top;
	width:80%;
	
}

.entry-title a:hover, .entry-title a:active, .entry-title a:focus  {
	background-color: #44bbf5;
	text-decoration: none;
	color: #181513;
	font-weight: bold;
	font-style: italic;
}

.updated {
    font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 0.7em;
	float: right;
	color: #000;
	margin:2px 2px 0 2px;
	padding: 0.1em 15px 0.1em 15px;
	border: none;
}

div.entry-content {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #000;
	clear: both;
	font-size: 12px;
	line-height:1.4em;
	padding: 0.1em 15px 0.1em 15px;
	margin:2px 2px 0 2px;
	overflow: hidden;
}

div.postmetadata_lg {
	text-decoration: none;
	color: #000;
	background-color: #000;
    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;
}
.entry a:hover img {
	border-color: #3c6c92;
}

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

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

.footer_lg ul {

}

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



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




.sidebar_lg ul {    font-family: Trebuchet MS; Geneva, Times, serif;
	font-size:12px;
	color: #000;

}

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

.sidebar_lg a:link, .sidebar_lg a:visited {
	font-size:11px;
	float:right;
	text-decoration: none;
	color: #fff;
	background-color: #ff4411;
	padding: 0px 15px 0 2px;
	margin:2px 0 0 2px;
}


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

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

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




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

.sidebar_lg h2 {
    font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	padding: 0.7em 15px 0.2em 0;
	margin: 2px 0 0 2px;
}

/* --- The Search Field --- */

fieldset.searchSite_lg {
	border:none;
}

.searchSite_lg legend {
	display:none;
}

.searchSite_lg label {
	display:none;
}

#s {
	width: 215px; 
	font-family: Trebuchet MS, Arial, Helvetica;
	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:Trebuchet MS; 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_lg {
	clear:both;
	font-size:0.8em;
	color:#888;
	background-color:transparent;
	margin:2.0em 0 2.0em 0;
}

.commentBlock_lg h3 {
	float:left;
	margin:0 2px 1.0em 2px;
	border:none !important;
	padding: 0.2em 15px 0.2em 15px;
	background-color:#f8f7f6;
}

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

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

.commentBlock_lg 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_lg {
	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: Trebuchet MS; 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_lg {
	clear:both;
	margin: 0 2px 0.5em 2px;
	padding: 0 15px;
	color:#787573;	
	background-color: transparent;
}


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

.commentFormRow_lg span {

}

/* contains the actual form elements */
.commentFormElement_lg {
  	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_lg br {
	display:none;
}



.commentInput_lg {
	font-family: Trebuchet MS; 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: #fff;
}


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


#comment {
	font-family: Trebuchet MS; Geneva;
	font-size:1.0em;
	line-height: 1.5em;		
	width:244px;
	height:10em;
	color:#444;
	background-color: #fff;		
}


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



/* The Submit Button */
.commentSubmit_lg {
	font-family: Trebuchet MS; Geneva;
	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_lg:hover, .commentSubmit_lg:focus, .commentSubmit_lg:active {
	border:solid 1px #181513;
	background-color:#fff;
	color:#44bbf5;	
}







