/*
Theme Name: Surrey Guild
Theme URI: http://downton.me.uk/
Description: Surrey guild theme based on the 2010 default theme for WordPress.
Author: Richard Downton
Version: 0.1
Template: twentyten
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../twentyten/style.css");

#header{
	padding-top: 10px;
}

#wrapper{
	margin-top: 0px;
}/* This is the custom header image */

#branding img {
	border-top: 1px solid #aaa;
}

#branding{
	background-image: url(/wp-content/themes/surreyguild/images/Surrey-Guild-of-Craftsmen-logo-small.png);	
	background-repeat: no-repeat;
	height: 87px;
}

#site-title{
	visibility: hidden;	
	line-height: 90px;
	margin: 0 0 0;
	width: 300px;
	font-size: 15px;
}

#site-description {
	font-size: 2.3em;
	width: 500px;
	padding-top: 20px;
	text-align: right;
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-style: italic;
}

.one-column #content {
	/* make the one column pages full width */
	width:900px;
}

.full-width #content {
	margin: 0 auto;
	width: 900px;
}

/* = Theme overrides
-------------------------------------------------------------- */

.page-title {
	font-size: 21px;
	margin-bottom: 10px;
}

/* = Headings
-------------------------------------------------------------- */
/* Events Page styling */
#post-562 h2 {
	font-size: 2.3em;
	border-top: 2px solid #000;
	padding: 15px 0px 0px 0px;
}
#post-562 h2 a {
	color: #000;
}

/* Normal pages */

#content .page h2
{
	font-size: 1.8em;
}

#content .page h1, #content .members h1, #content h1.page-title
{
	font-size: 2em;
}

#main {
	padding: 25px 0 0;
}
/* = Menu
-------------------------------------------------------------- */

#access {
	background: #AFABF5;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0px 3px 5px #999;
	-webkit-box-shadow: 0px 3px 5px #999;
	-moz-box-shadow: 0px 3px 5px #999;

}

#access a {
	color:#333;
}

#access ul ul a {
	background:#AFABF5;
}

/* front page buttoms
-------------------------------------------------------------- */

div.fp-buttons {
	float: left;
	position: relative;
	/* padding: 10px 15px 10px 15px; */
	border: 1px solid #ddd;
	margin: 0 15px 15px 0;
	width: 160px;
	height: 120px;
}
div.fp-buttons:hover {
	box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
}

div.fp-buttons.events-button {
	background: url("/wp-content/themes/surreyguild/images/events.jpg") no-repeat 0 0 transparent;
}
div.fp-buttons.milford-button {
	background: url("/wp-content/themes/surreyguild/images/milford.jpg") no-repeat 0 0 transparent;
}
div.fp-buttons.gallery-button {
	background: url("/wp-content/themes/surreyguild/images/gallery.jpg") no-repeat 0 0 transparent;
}
div.fp-buttons.maltings-button {
	background: url("/wp-content/themes/surreyguild/images/maltings.jpg") no-repeat 0 0 transparent;
}
div.fp-buttons.news-button {
	background: url("/wp-content/themes/surreyguild/images/news.jpg") no-repeat 0 0 transparent;
}


div.fp-buttons a{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
div.fp-buttons a div.transparent {
	background-color: #ffffff;  /* the background          */
	filter:alpha(opacity=65);   /* Internet Explorer       */
	-moz-opacity:0.65;           /* Mozilla 1.6 and below   */
	opacity: 0.65;               /* newer Mozilla and CSS-3 */
	display: block;
	bottom:0;
	height:30px;
	position:absolute;
	width:100%;
}

div.fp-buttons h3 {
	vertical-align: middle;
	display: block;
	text-align: center;
	padding: 2px 0;
	position: relative;
	font-family: sans-serif;
	font-size: 20px;
}

/* fp events*/

div.fp-events-box {
	float: left;
	position: relative;
	padding: 10px 15px 10px 15px;
	border: 1px solid #ddd;
	margin: 0 15px 15px 0;
	width: 175px;
	height: 237px;
}

div.fp-events-box ul {
	margin: 0;
	padding: 0;
}

div.fp-events-box ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}

div.fp-events-box  ul li  img{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.fp-events-box  span.fp-events-title {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 0.9em;
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}


/* members listing
-------------------------------------------------------------- */

ul.discipline-list {
	width: auto;
	margin-bottom: 20px;
	float: right;
}

ul.discipline-list li {
	display:block;
	position: relative;
	float: left;
	width: 150px;
	margin: 10px;
	height: 150px;
	list-style: none;
	font-size: 1.2em;
	border: 2px solid #999;
}

ul.discipline-list li a {
	display: block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin:5px;
}

/* Members Category
-------------------------------------------------------------- */

.category-members {
	margin-bottom: 48px;
}
.category-members h2 {
	margin-top: 10px;
}
.category-members .entry-meta {
}
.category-members .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-members .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
	margin-bottom:20px;
}
.home #content .category-members .entry-content p {
	display: inline;
}
.home #content .category-members .entry-utility {
	padding-top:4px;
}

img.size-large, img.size-full {
	border: 1px solid #F1F1F1;
}

.archive .members {
	/*border: 1px solid #f1f1f1;*/
	padding: 5px;
	margin: 0 5px 5px 0;
}

#content .members .entry-wrapper img,
.category #content .entry-wrapper img {
	background: #EEE;
	border: 1px solid #CCC;
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 4px;
	display: block;
	position: relative;
}

.archive .members .entry-summary, 
.category #content .entry-summary {
	float: none;
	display: block;
	clear: none;
	padding: 0;
	margin: 0;
}
.archive .members .entry-title a,
.archive .type-post .entry-title a {
	text-decoration: none;
}
	
.archive .members .entry-title,
.archive .type-post .entry-title {
	clear: both;
	float: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

