/* 
Theme Name: Lumpy Lemon
Theme URI: http://thomleyactivitycentre.org/
Version: 1
Description: Big n bold
Author: Simon Blackbourn
Author URI: http://lumpylemon.co.uk/
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

a {
	outline: none;
}

body {
	text-align: center;
	background: #fff url(im/body.jpg) top left repeat-x;
	font-family: Georgia, serif;
	line-height: 1.7;
}

hr {
	display: none;
}

.wrap {
	width: 790px;
	margin: 0 auto;
}

#admin {
	background-color: #d7eed4;
	border-bottom: 2px solid #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0.3em 0;
	color: #000;
}

#admin span {
	margin-left: 2em;
}

#admin a:link, #admin a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#admin a:hover {
	color: #666;
}

#admin a:active {
	color: #000;
}

#header {
	margin: 40px auto 0 auto;
}

#header h1 {
	padding: 159px 0 0 0;
	overflow: hidden;
	background: transparent url(im/header2.jpg) no-repeat;
	height: 0px !important; /* for most browsers */
    height /**/:159px; /* for IE5.5 */
}

		

										/* A C C E S S I B I L I T Y */

#access {
	float: right;
	width: 580px;
	text-align: right;
	display: inline;
}

#access p {
	margin-right: 10px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#access a:link, #access a:visited {
	color: #333;
}

#access a:hover {
	color: #000;
}


										/* S I D E B A R */

#sidebar {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	line-height: 1.7em;
	font-weight: bold;
	float: left;
	text-align: left;
	width: 188px;
	margin-top: 10px;
}

#sidebar ul {
	list-style-type: none;
	padding: 20px 20px 0 30px;
	font-size: 1.2em;
}

#sidebar ul ul {
	padding: 0 10px;
	font-size: 0.8em;
	line-height: 1.4;
}

#sidebar #subscribe {
	font-size: 0.8em;
}

#sidebar a {
	display: block;
	width: 148px;
}

#sidebar ul ul a {
	width: 138px;
}

#sidebar a:link, #sidebar a:visited {
	color: #001d49;
}

#sidebar ul ul a:link, #sidebar ul ul a:visited {
	color: #2289cd;
}

#sidebar a:hover {
	color: #001d49;
	background-color: #e3f3e1;
}

#sidebar ul ul a:hover {
	color: #001d49;
	background-color: #e3f3e1;
}

#sidebar a:active {
	color: #001d49;
}

#sidebar ul ul a:active {
	color: #2289cd;
}

										/* M A I N   C O N T E N T */

#content {
	float: right;
	width: 598px;
	margin-top: 10px;
	text-align: left;
	border-left: 2px solid #d7eed4;
}

#post, #homepost {
	margin-left: 20px;
}

.entry {
	margin-top: 2em;
}

#post h2, #post h3, #post h4, #post h5, #post h6 {
	font-family: Georgia, serif;
	padding: 20px 10px 0 10px;
	margin-bottom: 0.5em;
}

#post h2 {
	font-size: 1.8em;
	border-bottom: 2px solid #d7eed4;
}

#post h3 {
	font-size: 1.4em;
	border-bottom: 1px solid #d7eed4;
}

#post h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#post h5 {
	font-size: 1.1em;
	font-weight: bold;
}

#post h6 {
	font-size: 1em;
	font-weight: bold;
}

#post p, #homepost p {
	margin: 0 10px 1em 10px;
}

.event-info {
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

#post .event-info p {
	margin: 0.5em 10px;
}

#post p.date {
	color: #999;
	text-align: right;
}

#post strong, #homepost strong, .text strong {
	font-weight: bold;
}

#post em, #homebox em {
	font-style: italic;
}

#post ul, .text ul {
	list-style: circle;
}

#post ul, #post ol {
	margin: 0 20px 1em 30px;
}

.text ul, .text ol {
	margin: 0 0 0 10px;
}

.text li {
	margin-bottom: 0.5em;
}

#post table {
	margin-left: 10px;
}

#post table td {
	border: 1px solid #fff;
	background-color: #d7eed4;
	text-align: left;
	padding: 0.5em 1em;
}

#post ul li span.light {
	color: #999;
	font-size: 0.8em;
}

										/* L I N K S */

.text a:link {
	color: #005389;
	text-decoration: underline;
}

.text a:visited {
	color: #005389;
	text-decoration: underline;
}

.text a:hover {
	color: #005389;
	text-decoration: underline;
	background-color: #e3f3e1;
}

.text a:active {
	color: #005389;
	text-decoration: underline;
}

#post a:link, #footer a:link, #homepost a:link {
	color: #2289cd;
	text-decoration: underline;
}

#post a:visited, #footer a:visited, #homepost a:visited {
	color: #2289cd;
	text-decoration: underline;
}

#post a:hover, #footer a:hover, #homepost a:hover {
	color: #2289cd;
	text-decoration: underline;
	background-color: #e3f3e1;
}

#post a:active, #footer a:active, #homepost a:active {
	color: #2289cd;
	text-decoration: underline;
}



										/* I M A G E S   I N   P O S T S */

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

#post .wp-caption {
	background-color: #d7eed4;
    text-align: center;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#post .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

#post .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
	width: auto;
}



										/* H O M E   P A G E */

#hometour {
	width: 580px;
	margin-left: 20px;
	height: 200px;
}

#homepost {
	font-size: 1.2em;
	padding: 20px 10px;
}

.text {
	font-size: 0.9em;
}

.homebox {
	float: left;
	display: inline;
	width: 180px;
	margin: 0 0 2em 19px;
	min-height: 200px;
	_height: 200px;
	background: transparent url(im/homebox.jpg) top left no-repeat;
}

.homebox h2 {
	text-indent: -9999px;
	float: left;
	display: block;
	width: 180px;
	height: 36px;
}

.homebox h2 a:link, .homebox h2 a:visited	{
	display: block;
	width: 180px;
	height: 36px;
}

.homebox h2#whatson {
	background: transparent url(im/h2/whatson.jpg) top left no-repeat;
}
		
.homebox h2#book {
	background: transparent url(im/h2/book.jpg) top left no-repeat;
}
		
.homebox h2#support {
	background: transparent url(im/h2/support.jpg) top left no-repeat;
}

.homebox .text {
	clear: both;
	margin-top: 20px;
	padding: 0 10px;
}




/*
	--------------
	social sharing
	--------------
*/



.share {
	background-color: #d7eed4;
	clear: both;
	margin: 2em 10px 0 10px;
	overflow: hidden;
	padding: 1em 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.social {
	background-color: transparent;
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 4em 0 10px;
	height: 26px;
	padding: 6px 0 0 40px;
}

#social-fb {
	background-image: url(im/facebook.png);
}

#social-tw {
	background-image: url(im/twitter.png);
}

#post .fb-page, #homepost .fb-page {
	clear: both;
	margin-bottom: 0;
	padding-top: 2em;
}



/*
	------------------------
	prev / next / pagination
	------------------------
*/



.post-nav {
	margin: 2em auto;
	width: 100%;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination {
	margin: 5em auto;
	text-align: center;
}

.pagination .total-pages p {
	margin-bottom: 9px;
	padding-right: 8px;
}

#content .pagination a, .pagination span, #content .button a {
	background-color: #effafe;
	border: 0 none;
	color: #005389;
	font-weight: bold;
	margin: 0 8px 0 0;
	padding: 8px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

#content .nav-previous a {
	margin-left: 10px;
}

#content .pagination a:link, #content .button a:link {
	padding: 8px;
}

#content .pagination a:hover, #content .button a:hover {
	background-color: #e3f3e1;
	color: #005389;
	font-weight: bold;
}

#content .pagination a:active, #content .button a:active {
	background-color: #e3f3e1;
	color: #005389;
	font-weight: bold;
}

.pagination .current{
	background-color: #333;
	color: #fff;
	margin-right: 8px;
	padding: 8px;
}



										/* F O O T E R */

#footer {
	clear: both;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	text-align: right;
	background: transparent url(im/footer.jpg) top left repeat;
	border-top: 40px solid #fff;
	min-height: 200px;
	_height: 200px;
}

#footer #tel {
	font-size: 2em;
}

#footer #smaller {
	font-size: 0.8em;
	color: #999;
}



										/* F O R M S */

.gform_wrapper {
	background-color: #d7eed4;
	width: 70%;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.gform_body {
	margin: 15px 3.64963503649635%; /* 15/411 */
}

.gform_footer {
	margin: 0 3.64963503649635% !important; /* 15/411 */
	padding: 0 0 15px 0 !important;
}

.gform_wrapper .validation_error {
	font-size: 1em !important;
	margin: 0 3.64963503649635% 15px !important; /* 15/411 */
	padding-top: 15px;
}

#post .gform_wrapper ul {
	margin: 0;
	padding: 0;
}

#post .gform_wrapper li {
	margin-bottom: 10px;
}

.gform_wrapper .gfield_label {
	font-weight: normal !important;
}

.gform_wrapper .gfield_required {
	display: none !important;
}

#post .gform_wrapper .top_label input.medium, #post .gform_wrapper .top_label textarea {
	padding: 5px !important;
}

.gform_wrapper input, .gform_wrapper textarea {
	background-color: #fff;
	border: 0 none !important;
	color: #888;
	font-size: 0.875em !important; /* 14/16 */
}

.gform_wrapper input:focus, .gform_wrapper textarea:focus {
	color: #333;
}

.gform_wrapper .gfield_description {
	padding-top: 5px !important;
}

.gform_wrapper .gfield_error {
	border: 0 none !important;
	width: 95% !important;
}

.gform_wrapper .top_label .gfield_error textarea {
	width: 95% !important;
}

.gform_wrapper .gform_footer {
	margin-top: 0 !important;
}

.gform_wrapper .button {
	background-color: #1565ba !important;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.gform_wrapper .button:focus {
	outline: 0;
}

.gform_wrapper .button:hover {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1565ba), to(#379fd0));
	background-image: -webkit-linear-gradient(top, #1565ba, #379fd0);
	background-image:    -moz-linear-gradient(top, #1565ba, #379fd0);
	background-image:     -ms-linear-gradient(top, #1565ba, #379fd0);
	background-image:      -o-linear-gradient(top, #1565ba, #379fd0);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	        box-shadow: 0 1px 2px rgba(0,0,0,.2);
}



										/* S L I D E S H O W */

#post .slideshow {
	margin-left: 60px;
}



										/* Q U O T E S */

#post #rotaquote, #post blockquote {
	font-size: 1em;
	font-style: italic;
	line-height: 1.5;
}

#post #rotaquote {
	height: 7em;
}

#homepost blockquote {
	font-style: italic;
	font-size: 0.9em;
}

#post #rotaquote ul, #post blockquote ul {
	list-style: none;
}

#post #rotaquote ul li, #post blockquote ul li {
	width: 450px;
	background-color: #e3f3e1;
	padding: 1em 30px 0.75em 30px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#post #rotaquote ul li {
	display: none;
}


