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

body
{
	min-height: 101%;
	font: 95.01%/130% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #111;
	/*width: 770px;*/
	margin: 0 auto;
	background-color: #fff;
} 

body * {
}


hr {
	display:none;
}


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

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

a:hover, a:active, a:focus { 
background:#eb1a52;
}

br {
clear: both;
}


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

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

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

#topNavigation_liq {
	width:100%;
	position: absolute;
	left: -2px;
	top: -30px;
}

.header_liq {
	width: 100%;
}

.content_liq {
	width:500px;
	margin:0 0 0 0;
	float:right;
}

.sidebar_liq {
	width: 231px;
	margin:0 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: #e708a0;
	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: #eb1a52;
}

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

.header_liq h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size:2.4em;
	line-height:1.1em;
	float: right;
	text-align: right;
}

.header_liq a:link, .header_liq a:visited {
	float:right;
	text-decoration: none;
	color: #fff;
	background-color: #e708a0;
	margin:0px 0px 0 0px;
	padding: 0px 3px 0px 3px;
}

.header_liq a:hover, .header_liq a:active, .header_liq a:focus  {
	background-color: #e708a0;
}

.header_liq span {
	float:right;
	font-size:1.1em;
	line-height:1.3em;
	margin:1px 0px 0 0px;
	padding: 0px 3px 0px 3px;
	background-color:#000000;
	color:#fff;
	word-spacing: -2px;
}

.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;
	background-color: transparent;
	margin:-1.2em 0em 0 0;
}

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

.navContainer_liq {
	clear:both;
	padding: 0 3px 0 3px;	
	margin:0 0 0 0;
	color:#fff;
	background-color: transparent;	
}

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

.rightNav_liq {
	width:48%;
	float:right;
}

.navContainer_liq a:link, .navContainer_liq a:visited {
	color:#fff;
	background-color: transparent;
	/*background-color: #777;*/
}

.navContainer_liq a:hover, .navContainer_liq a:active, .navContainer_liq a:focus  {
	background-color: transparent;
	color: #444;
}


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

.pagetitle_liq {
	float:left;
	background-color: #e708a0;
	color:#fff;
	padding: 2px 2px 2px 2px;
	margin:0px 0px 0 0px;
	/*border: solid 1px #181513;*/
}

/* extend the colours if you want - and match them with the side menu */
.titleOne {
	font-size: 1.1em;
	background-color: #eb1a52;
	margin: 0 0 1px 0;
}

.titleTwo {
	font-size: 1.1em;
	background-color: #eb1a52;
	margin: 0 0 1px 0;
}

.titleThree {
	background-color: #FF74A5;
}

.titleFour {
	background-color: #FF9000;
}

/* fancy some microformat? */

.hentry {
	margin:0 0 0 0;
}

.entry-title a:link, .entry-title a:visited {
	float:left;
	text-decoration: none;
	color: #fff;
	background-color: #e708a0;
	padding: 3px 3px 3px 3px;
	margin:0px 0px 0 0px;
}

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

.updated {
	font-size:.8em;
	float:left;
	color:#fff;
	background-color: #000000;
	margin:1px 0px 0 0px;
	padding: 0px 3px 0px 3px;
	border: none;
}

div.entry-content{
	clear:both;
	font-size:0.8em;
	line-height:1.4em;
	padding: 0.1em 0px 0.1em 0px;
	/*margin:2px 2px 0 2px;*/
	overflow:hidden;
}

div.postmetadata_liq {
	clear:both;
	font-size:0.6em;
	padding: 0em 0em 0em 0em;	
	margin:-8px 0px 15px 0px;
	background-color: #ebebeb;
}

.stbuttontext {
	font-size:0.8em;
	text-decoration: none;
	color: #fff;
	background-color: #e708a0;
	line-height:1.4em;
	padding: 0.05em 0px 0.05em 0.1em;
}



/* --- 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:#fff;
	text-align: center;
}

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

.footer_liq ul {

}

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


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

.sidebar_liq ul {
	text-align: right;
}

.sidebar_liq ul li {
	font-size: .9em;
	list-style-type: none;
	clear:right;
}

.sidebar_liq h2 {
	font-size: 1.1em;
	color:#fff;
	background-image:  url(images/h2_background.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin:0px 0px 0px 0px;
	padding: 10px 2px 0px 2px;
	font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.sidebar_liq a:link, .sidebar_liq a:visited {
	float:right;
	text-decoration: none;
	color: #fff;
	margin:1px 0px 0px 0px;
	padding: 0px 1px 0px 1px;
}

.sidebar_liq a:hover, .sidebar_liq a:focus, .sidebar_liq a:active {
	/*background-color: #ffff22 !important;*/
	background: #eb1a52;
	text-decoration: none;
	color: #fff;
	text-align: right;
}
/*
.sidebar_liq a:active, .sidebar_liq a:focus  {
	background-color: #ffff22 !important;
	background: #eb1a52;
	text-decoration: none;
	color: #fff;
	text-align: right;
}

.sidebar_liq a:link, .sidebar_liq a:visited {
	float:right;
	text-decoration: none;
	color: #fff;
	background-color: #e708a0;
	margin:1px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
}
*/

/* My Comment */

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

li.catOne a:link, li.catOne a:visited {
	background-color: rgba(231,8,160,0.75);
}

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

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

li.catFour a:link, li.catFour a:visited {

		background-color: #e708a0;
}
/*
li.catFive a:link, li.catFour a:visited {

		background-color: rgba(231,8,160,0.75);
}
*/

li.catOne a:hover, li.catTwo a:hover, li.catThree a:hover, li.catFour a:hover {
	background-color: #eb1a52;
}


/* My Comment */

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

fieldset.searchSite_liq {
	border:none;
}

.searchSite_liq legend {
	display:none;
}

.searchSite_liq label {
	display:none;
}

#s {
	width:190px; 
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:0.8em;
	line-height: 1.2em;
	float: right;
	border:solid 1px #787573;
	padding:0.3em;
	margin:2px 0 0 0px;
}

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

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

	padding:0 5px 0 0px !important;
	margin:0px 0px 0 0px;
}

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

}

/*.login {
		font-size:0.8em;
		color: #eb1a52;
	}
}*/

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

/*  Copyright 2008 Eric Schulz. All Rights Reserved.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Plugin Name: Profiler
Plugin URI: http://www.visualguides.org/profiler/
Author: Eric Schulz
Author URI: http://www.visualguides.org/
*/
	
	/*
	Formatting for the user profiles, member directory, and stats widget
	*/
	.pfprofile {
		text-decoration: none; 
		border: none;
		width: 99%;
		}
		
	.pfprofile h2 {
		}
		
	.pfprofile h3 {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: bold;
		font-size:1.5em;
		line-height:1.1em;
		padding: 11px 0px 3px 0px;
		}
		
	.pfprofile h4 {
		font-weight: normal;
		font-size:1.3em;
		margin: 7px 0px -5px 0px;
}
		
	.pfprofile p {
		font-size: 1em;
		line-height: 1.2em;
}

	.pfprofile ul{
		line-height:1.3em;
		margin: 0px 0px 0px 0px;
	}
		
	.pfprofile a:link, .pfprofile a:visited{
		font-size:1em;
		float:left;
		text-decoration: none;
		color: #fff;
		background-color: #e708a0;
		margin:1px 0px 0px 0px;
		padding: 0px 3px 0px 3px;
}
		
	.pfdirectory table {
		border: 0px solid #000000;
		border-collapse: collapse;
		margin: 15px 0px 0px 0px;
		width: 40%;
		}
	
	.pfdirectory th {
		background-color: #D9D9D9;
		text-align: left;
		border-bottom: 0px solid #000000;
		font-size: 12px;
		padding: 0px 0px 0px 6px;
		}
	
	.pfdirectory td {
		font-size: 11px;
		padding: 3px 0px 0px 0px;
		}
		
	.pfback {
		font-size: 12px;
		font-weight: normal;
		padding: 5px 0px 0px 0px;
		margin: 0px;
		}
		
	.pfpagisingle {
		font-size: 12px;
		padding: 20px 0px 0px 0px;
		}
	
	.pfpagidirect {
		font-size: 12px;
		padding: 10px 0px 0px 0px;
		}
		
	.pfwidget {
		}
	
	.pfwidget h2 {
		}
	
	.pfwidget small, #sidebar ul ul li, #sidebar ul ol li {
		color: #000000;
		}

/*
Plugin Name: Scholarpress Courseware
*/

#spschedule #classes {border-top:1px solid #ccc; padding-top:1em;}
#spschedule .vevent {border-bottom:1px solid #ccc; margin-bottom:1em; padding-bottom:1em;}
#spschedule .summary {margin:1em 0;}

.vevent h3 {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: bold;
		font-size:1.3em;
		line-height:1.1em;
		padding: 0px 0px 0px 0px;
		}
		
.date {
		font-style: italic;
		margin: -13px 0px 8px 0px;
}

.hcite {display:inline;}
.monograph .title,
.article .journal,
.webpage .website-title,
.website .title,
.volumechapter .volume-title {font-style:italic;}

#spbibliography .hcite {display:block; text-indent: -2em; margin-left:2em;}

#spschedule .assignment-title {font-weight:bold;display:inline;}
.assignment-description {text-indent:0;}

/*
Plugin Name: OurTodo
*/

.otd_todo { text-decoration: none; }

.otd_completed { text-decoration: line-through; }

