/*  Theme Name: Garland-revisited
Theme URI: http://www.pross.org.uk/themes
Description: A flexible, three-column theme with customizable colors. Design based on Themetastic for Drupal by Stefan Nagtegaal and Steven Wittens.
Version: 1.90
Author: Simon Prosser
Tags: three-columns, custom-colors, flexible-width
*/
/* Generic elements */ 

a:link, a:visited {

	color: #027ac6;	text-decoration: none;

	}

a:hover {

	color: #0062a0;	text-decoration: underline;

	}

a:active, a.active {

	color: #5895be;

	}

.sticky h2 a {

	background: #027AC6;

	padding: 10px;

	display: block;

	color: white;

	}

.sticky h2 a:hover {

	background: transparent;

	padding: 10px;

	display: block;

	color: #027ac6;

	}

body {

	background: #edf5fa;

	color: #494949;

	font: 12px/170% Verdana, Arial, sans-serif;

	margin: 0;

	padding: 0;

	}

body.sidebar-left  #footer {

	margin-left: -210px;

	}

/* So we move the #center container over the sidebars to compensate */

body.sidebar-left #center {

	margin-left: -210px;

	}

/* And add blanks left and right for the sidebars to fill */

body.sidebar-left #squeeze {

	margin-left: 210px;

	}

body.sidebar-right #center {

	margin-right: -210px;

	}

body.sidebar-right #footer {

	margin-right: -210px;

	}

body.sidebar-right #squeeze {

	margin-right: 210px;

	}

body.sidebars #center {

	margin: 0 -210px;

	}

body.sidebars #footer {

	margin: 0 -210px;

	}

body.sidebars #squeeze {

	margin: 0 210px;

	}

dl {

	margin: 0.5em 0 1em 1.5em;

	}

dl.gallery-item {

	margin: 0;

	}

dl dd {

	margin: 0 0 .5em 1.5em;

	}

dl dt {}

h1 {

	font-size: 170%;

	}

h1, h2, h3, h4, h5, h6 {

	font-family: Verdana, Arial, sans-serif;

	font-weight: normal;

	margin: 0;

	padding: 0;

	}

h2 {

	font-size: 160%;

	line-height: 130%;

	}

h3 {

	font-size: 140%;

	}

h4 {

	font-size: 130%;

	}

h5 {

	font-size: 120%;

	}

h6 {

	font-size: 110%;

	}

hr {

	background: #5294c1;

	border: none;

	height: 1px;

	margin: 0;

	padding: 0;

	}

img, a img {

	border: none;

	}

input {

	

/*font: 12px/100% Verdana, Arial, Helvetica, sans-serif; */

	border:1px solid #67AAF4;

	padding:5px;

	overflow: hidden;

	background-color:#fff;

	-moz-border-radius: 5px;

	border-radius: 5px;

	}

p {

	margin: 0.6em 0 1.2em;

	padding: 0;

	}

/* textarea, select {	color: #494949;	font: 12px/160% Verdana, Arial, sans-serif;} */

textarea, select {

	border:1px solid #67AAF4;

/*	font: 12px/160% Verdana, Arial, sans-serif; */

	padding:5px;

	overflow: auto; 

	background-color:#fff;

	-moz-border-radius: 5px;

	border-radius: 5px;

	}

textarea:focus, input:focus {

	border:1px solid #0472EC;

	}



.content ul {

	margin: 0.5em 0 1em;

	padding: 0;

	}

.content ul li {

	margin: 0.4em 0 0.4em 1.5em;

	list-style-image: url("images/menu-leaf.gif");

	}

.content ol {

	margin: 0.5em 1em 1em;

	padding: 0;

	}

.content ol li {

	margin: 0.4em 1em 0.4em 1.5em;

	list-style: decimal;

	}

.page-content ul {

	margin: 0.5em 0 1em;

	padding: 0;

	}

.page-content ul li {

	margin: 0.4em 0 0.4em 1.5em;

	list-style-image: url("images/menu-leaf.gif");

	}

.page-content ol {

	margin: 0.5em 1em 1em;

	padding: 0;

	}

.page-content ol li {

	margin: 0.4em 1em 0.4em 1.5em;

	list-style: decimal;

	}

ul, quote, code, fieldset {

	margin: .5em 0;

	}

/** * Primary navigation */

/*

ul.primary-links {

	float: right;

	margin: 0;

	padding: 0;

	position: relative;

	z-index: 4;

	}

ul.primary-links li {

	background: none;

	float: left;

	margin: 0;

	padding: 0;

	}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {

	background: transparent url("images/bg-navigation-item.png") no-repeat 50% 0;

	color: #fff;

	display: block;

	margin: 0 1em;

	padding: .75em 0 0;

	}

ul.primary-links li a:hover, ul.primary-links li a.active {

	background: transparent url("images/bg-navigation-item-hover.png") no-repeat 50% 0;

	color: #fff;

	}

*/

#dropmenu, #dropmenu ul {margin:0; padding:0; float: right; position:relative; z-index:4}

#dropmenu a {display:block; padding:0.75em 0 0; color:#fff; background: transparent url("images/bg-navigation-item.png") no-repeat 50% 0; margin: 0 1em;}

#dropmenu a:hover {background: transparent url("images/bg-navigation-item-hover.png") no-repeat 50% 0; color: #fff;}

#dropmenu li {float:left; position:relative;}

#dropmenu ul {position:absolute; display:none;}

#dropmenu ul a { background: none;}

#dropmenu li ul { background: none;}

#dropmenu li ul a {width:12em; height:auto; float:left;  background: none;
padding: 1px;
margin: 0px;
}

#dropmenu li ul a:hover{height:auto; float:left;  background: none;}

#dropmenu ul ul {top:auto;}

#dropmenu li ul ul {left:12em; }



/*#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; background: none;}*/



#dropmenu li:hover ul  {display:none; background: none;}



#dropmenu li:hover ul {display:block; background: none;}



	

	



.nextprev {

	margin-bottom: 60px;

	margin-top: 10px;

	}



.alignleft {

	float: left;

	}

.alignright {

	float: right;

	}

.commentlist {

	list-style: none;

	margin: 1em 0 3em;

	padding: 0;

	}

.commentlist .thread-alt {

	background: #edf5fa;

	}

.commentlist .avatar {

	border: 1px dotted #ccc;

	float: left;

	margin-right: 10px;

	padding: 2px;

	height: 32px;

	width: 32px;

	}

.commentlist cite {

	font-weight: bold;

	}

.commentlist li {

	list-style: none;

	padding: 1em 2em;

	}

.pinglist {

	list-style: none;

	margin: 1em 0 3em;

	padding: 0;

	}

.pinglist li {	list-style: none;

	padding: 0em 2em;

	}

.menu {

	list-style: none;

	margin: 0;

	padding: 0;

	}

.menu li li, .item-list ul li, li.leaf, .links li {

	background: transparent url("images/menu-leaf.gif") no-repeat 0 .35em;

	list-style-image: none;

	list-style-type: none;

	padding: 0 0 .3em 13px;

	}

.post {

	margin-bottom: 2em;

	overflow: hidden;

	}

#header h1, #header h1 a {

	color: #fff;

	font-size: 1.5em;

	font-weight: normal;

	text-decoration: none;

	text-shadow: #1659ac 0px 1px 3px;

	}

#header img {

	padding: 5px;

	}

#navigation {

	background: url("images/bg-navigation.png") repeat-x 50% 100%;

	height: 1em;

	}

#s {

	margin-bottom: 5px;

	}

/* Layout and images */#wrapper {

	background: url("images/body.png") #edf5fa repeat-x 50% 0;

	height: 600px;

	}

#wrapper #container {

	margin: 0 auto;	max-width: 1270px;	padding: 0 20px;

	}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */

#wrapper #container #center {

	float: left;	width: 100%;

	}

/* Now we add the backgrounds for the main content shading */

#wrapper #container #center #squeeze {

	background: url("images/bg-content.png") #fff repeat-x 50% 0;

	}

#wrapper #container #center .right-corner {

	background: transparent url("images/bg-content-right.png") no-repeat 100% 0;

	left: 10px;

	position: relative;

	}

#wrapper #container #center .right-corner .left-corner {

	background: transparent url("images/bg-content-left.png") no-repeat 0 0;

	left: -10px;	margin-left: -10px;

	min-height: 400px;

	padding: 60px 25px 5em 35px;

	position: relative;

	}

#wrapper #container #footer {

	clear: both;

	color: #898989;

	float: none;

	margin: 4em 0 -3em;

	text-align: center;

	}

#wrapper #container #header {

	height: 80px;

	}

#wrapper #container #header #logo-floater {

	position: absolute;

	}

#header  h1, #header h1 a:link, #header h1 a:visited {

	font-weight: bold;

	line-height: 120px;

	position: relative;

	white-space: nowrap;

	z-index: 2;

	}

/*

	#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {

	font-weight: bold;

	line-height: 120px;

	position: relative;

	white-space: nowrap;

	z-index: 2;

	}

*/

/* We ensure the sidebars are still clickable using z-index */

#wrapper #container .sidebar {

	float: left;

	margin: 60px 0 5em;

	width: 208px;

	z-index: 2;

	}

body > #wrapper #container .sidebar {

	position: relative;

	}

#sidebar-left li {

	margin-right: 10px;

	}

#sidebar-right ul {

	margin-left: 20px;

	}

#sidebar-right li ul {

	margin-left: 0;

	}

.sidebar ul {

	margin-left: 0;

	padding: 0;

	}

.content img {

	margin-left: 10px;

	}

#comment {

	width: 400px;

	}

img.centered, img.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}

img.alignright {

	float: right;

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}

img.alignleft {

	float: left;

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}

.aligncenter, div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}

.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	}

.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

	}

.wp-caption p.wp-caption-text {	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

	}

.meta {

clear: both;

background-color: #EDF4F9;

	}

.search-excerpt {

	text-decoration: underline;

	}

blockquote {

	font-family: Verdana,Arial,sans-serif;

        font-style: normal;

        border-width:1px;

	border-style:solid;

	border-bottom-color:#aaa;

	border-right-color:#aaa;

	border-top-color:#ddd;

	border-left-color:#ddd;

	border-radius:3px;

	-moz-border-radius:3px;

	-webkit-border-radius:3px;

	background-image: url(images/blockquote.png);

	background-repeat: no-repeat;

	background-position: top right;

	margin: 5px 10px 5px 10px;

	padding: 5px 60px 5px 10px;

}

blockquote p {

	margin: 0.5em;

        padding: 0;

}

.commentnumber {

		font-family: 'Georgia', 'Times New Roman', serif !important;

		font-style: italic !important;

		}

.commentlist li .commentnumber {

	float:right !important;

	font-size: 4.5em !important;

	margin:0 !important;

	padding:0 .5em .5em 0 !important;

	clear:right !important;

	}



.commentlist li li .commentnumber {

	font-size:3.5em !important;

	}



.commentlist li li li .commentnumber {

	font-size:3em !important;

	}

.commentlist .thread-alt .commentnumber  {

color: #ffffff !important;

}

.wp-post-image {

	float: left;

	padding: 0 3px 1px 0;

	}

.wp-post-image img {

	margin-left: 0px;

	}

.post table, .post th, .post td {

	border: 1px solid black;

	border-collapse: none;

	border-spacing: 1;

}
.page_item ul li {
padding: 0 0 0 13px;
}
