@charset "utf-8";
/*
Theme Name: TCF
Theme URI: http://wordpress.org/
Description: Custom Template for the Falmouth Convention.
Version: 1.0
Author: Keith Mountifield
Author URI: http://www.looksystems.net/
Tags: 
*/


/*----------------------------------*/
/* 	   The Falmouth Convention     */
/*----------------------------------*/

html {
	
}
body {
	font-family: "Courier New",courier,monospace;
	font-size: 15px;
	line-height: 19px;
	color: black;
}
#mainContainer {
	width: 940px;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	
	/* testing */
	/*border: 1px dotted silver;*/
}
#logo {
	width: 100%;
	padding-top: 23px;
	padding-bottom: 30px;
}
#logo img {
	border: none;
}

#menu {
	padding-bottom: 30px;
}
#stage {
	height: 290px;
	background-color: #d8d8d8;
}
#content {
	min-height: 100px;
	margin-top: 19px;
	/*overflow: auto; */
}
#footer {
	border-top: 3px solid black;
	padding: 24px 0px 26px 0px;
	clear: both;
}


/*- Main Menu -*/
#menu ul {
	padding: 0px;
	/*border: 1px solid red;*/
}
#menu ul li {
	float: left;
	list-style-type: none;
	margin-right: 66px;
	/*border: 1px solid green;*/
}
#menu li a {
	display: block;
	height: 18px;
	width: 100%;	
	background-position: 0px -20px;
	text-indent: -9999px;
	/*border: 1px solid red;*/
	 
}

#menu li a:hover, #menu li.selected a {
	background-position: 0px 0px;
}
#menu li a:focus {
	outline: none;
}
#about {
	width: 53px;
}
#about a{
	background-image: url(images/buttons/About.gif);
	background-repeat: no-repeat;
	
}
#programme {
	width: 92px;
}
#programme a{
	background-image: url(images/buttons/Programme.gif);
	background-repeat: no-repeat;
}
#speakers {
	width: 84px;
}
#speakers a{
	background-image: url(images/buttons/Speakers.gif);
	background-repeat: no-repeat;
}
#information {
	width: 92px;
}
#information a{
	background-image: url(images/buttons/Responses.gif);
	background-repeat: no-repeat;
}
#booking {
	width: 61px;
}
#booking a{
	background-image: url(images/buttons/Records.gif);
	background-repeat: no-repeat;
}
#menu ul li#signup {
	width: 194px;
	margin-right: 0px;
}
#signup a{
	background-image: url(images/buttons/Sign-up.gif);
	background-repeat: no-repeat;
}
/*- Text Formatting -*/

.grey {
	color: #cccccc;
}
h1, h2, h3, h4, h5 ,h6 {
	font-size: 15px;
	font-weight: bold;
	font-weight: 900;
	line-height: 19px;
	margin: 0px;
}
h3 {
	margin-bottom: 19px;
}
p {
	margin: 0px 0px 19px 0px;
}
a {
	color: black;
}
.catTitle {
	margin-top: 16px;
}
.category_description {
	margin-bottom: 19px;
}
.post {
	border-bottom: 1px solid black;
	/*padding-bottom: 19px;
	overflow: auto;*/
}
#content .post:last-child {
}
.post img.alignleft,.single img.alignleft {
	float: left;
	margin-right: 20px;
	border: none;
	
}
.post h2 {
	margin: 19px 0px 19px 0px;
}


/*- Misc -*/
#content div.column{
	vertical-align: top;
	/*border: 1px solid orange;*/
	float: left;
	width: 300px;
	min-height: 100%;
	margin-right: 20px;
	border-top: 3px solid black;
	padding-top: 16px;
}
#content #sidebar.column {
	padding-top: 0px;
}
#content div.column_noborder {
	vertical-align: top;
	/*border: 1px solid orange;*/
	float: left;
	width: 300px;
	min-height: 100%;
	margin-right: 20px;
	padding-top: 16px;
}
#content .post .entry img.alignleft {
	float:left;
	margin-right: 20px;
	/*border: 1px solid red;*/
}
#content .twocolumn {
	width: 620px;
	border-top: 3px solid black;
	float: right;
	text-align: left;
}
#content table {
	/*border: 1px solid red;*/
}
/*- Single Post -*/
.single {
	width: 620px;
	float: right;
	border-top: 3px solid black;
	padding-top: 16px;
}

.single h2 {
	margin-bottom: 19px;
}
.single p, .single ul, .single li {
	font-weight: normal;
}
/*- Subscription Form -*/
#content div#subscribeForm {
	margin-right: 0px;
}
#subscribeForm label {
	display: block;
	width: 97%;
	text-align: left;
	font-family: "Courier New",courier,monospace;
	font-size: 15px;
	line-height: 19px;

}
#subscribeForm input, #subscribeForm textarea {
	width: 97%;
}
#subscribeForm .button {
	width: 98%;
	height: 20px;
	background-image: url(images/buttons/submit-button.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: white;
	border: none;
	text-indent: -9999px;
	
}

#subscribeForm .button:focus {
	outline: none;
}
#formMessage {
	font-weight: bold;
	margin-bottom: 19px;
}


/*- Posts by Sub Category -*/

.postsBySubCat {
	
}
.postsBySubCat h1 {
	margin: 22px 0px 19px 0px;
	font-weight: bolder;
}
.postsBySubCat ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
}
.postsBySubCat li {
	list-style-type: none;
	border-bottom: 3px solid black;
	margin-bottom: 19px;
	padding-bottom: 3px;
}
.postsBySubCat li:last-child {
	border: none;
}
.post:last-child {
	border: none;
}
.postsBySubCat .entry h2 {
	/* This moves the 'in-article title up to the next line in the grid */
	margin-top: -19px;
}

.more-link {
	display: block;
	margin: 19px 0px 19px 0px;
}



/*- Sidebar Defaults -*/

ul.sidebar {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

li.widget {
	border-bottom: 3px solid black;
	padding: 0px 0px 19px 0px;
	margin: 0px 0px 0px 0px;
}
li.widget:last-child {
	border: none;
}
li.widget h2, li.widget h2 a {
	font-weight: normal;
	margin: 16px 0px 19px 0px;
}
h2.widgettitle {
	font-weight: normal;
	margin: 16px 0px 19px 0px;
}
h2.widgettitle a {
	text-decoration: none;
}
li.widget ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li.widget ul li a {
	font-weight: bold;
	text-decoration: none;
}
li.widget ul li a:hover {
	text-decoration: underline;
}
/*- Footer menu -*/
#footer ul {
	padding: 0px;
}
#footer ul li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid black;
	list-style-type: none;
}
#footer ul li:first-child {
	border-left: none;	
}
#footer ul li:first-child {
	padding-left: 0px;
}
#footer p {
	clear: both;
}
div.Vspacer {
	height: 16px;
}
.post .entry a img {
	border: none;
}


