/* 
Theme Name: BMCF
Theme URI: http://www.bmcf.org.uk/
Description: A custom theme for The Maritime Foundation
Author: Idealworld web
Author URI: http://www.idealworldweb.co.uk
Version: 0.0.1
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	@import url('../hybrid/library/css/20px.css');
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */
	
/* Get drop-downs CSS */
	@import url('../hybrid/library/css/drop-downs.css');

/**
* Body
************************************************/

/* Contains everything */
body {
	background: url('images/background.jpg') repeat-x #1E32A3;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #333;
	}

	/* Wrapper for everything inside of the body */
	#body-container {
	background: #FFF;
	margin: 0 auto;
	padding:20px;
	position: relative;
	width: 920px;
}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #A1D9E6;
}
a:active {
	color: #000099;}

/* Headers */
h1 {
color: #000099;
}
h2 {
color: #000099;
}
h3 {
color: #000099;
}
h4 {
color: #000099;
}
h5 {
color: #000099;
}
h6 {color: #000099;
}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
}
	ul li {}
ul.pdf  {
	list-style-image: none;
	background-image: url(images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 35px;
	margin-left: 0px;
}
/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-style: italic;
	color: #333;
	background: #EEE;
	border: 1px solid #DDD;
}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {
	width: 100%;
	background: #FFF;
	border: 1px solid #DDD;
}
table.tableclear {
	border: 0px;
	background: #FFF;
}
tr.tableclear {
	border: 0px;
	background: #FFF;
}
th.tableclear {
	border: 0px;
	background: #FFF;
}
td.tableclear {
	border: 0px;
	background: #FFF;
}
	caption {}
	tr {
	margin: 1px;
	border-top: 1px solid #DDD;
}
	th {
	padding: 5px 5px;
	color: #444;
	background: #EEE;
	border-right: 1px solid #DDD;
}
	td {
	padding: 5px 5px;
	border-right: 1px solid #DDD;
}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {	
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
	width: 920px;
	height:100px;
	margin-bottom:20px;
}

	/* Contains site title and tagline */
	#header {}

		/* Site title */
		#site-title {
		margin:0px;
		}
			#site-title a {
			background:url("images/logo.png") no-repeat scroll 0 0 transparent;
			display:block;
			float:left;
			height:100px;
			width:592px;
			}
				#site-title a span {
				display:none;
				}

		/* Site description/tagline */
		#site-description {
		display:none;
		}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	background: #000099;
	width: 920px;
	height: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	}

	/* Page nav */
	#page-nav {
	padding: 0;
	}
		#page-nav ul {
		list-style: none;
		margin: 0;
		}
			#page-nav li {
			float: left;
			margin: 0;
			padding: 0;
			}

				#page-nav li a {
				display: block;
				font-size: 14px;
				font-weight: normal;
				color: #FFF;
				padding: 8px 10px 8px;
				}
				#page-nav li a:hover {
				color: #A1D9E6;
				}
			#page-nav li.current_page_item {
			background: #A1D9E6;
			}
			#page-nav li.current_page_item a{
			color: #000099;
			}
			
/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 30px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	background: #FFF;
	border-top: 0px;
	border-bottom: 5px solid #A1D9E6;
	filter:alpha(opacity=90);
	opacity:0.9;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #FFF;
	}
#page-nav li li a {
	padding: 8px 10px;
	color: #000099;
	font-weight: normal;
	}
#page-nav li li a:hover {
	background: #000099;
	color: #FFF;
	}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	float: left;
	margin: 0;
	width: 920px;}
	
.content {
	float: left;
	background: url('images/banner.jpg') no-repeat #FFF;
	padding-top: 220px;
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 920px;
	}
.primary-active .content, .secondary-active .content {
	width: 650px;
	}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {}


		/* Breadcrumb trail */
		.breadcrumb {
		display:none;
		}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {
			}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {
			margin: 0;
			font-style: italic;
			color: #666;
			margin-bottom: 20px;
			}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {
			clear: both;
			display: block;
			padding: 9px 0 0 0;
			font-style: italic;
			color: #666;
			border-top: 1px solid #DDD;
			}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {
		overflow: hidden;
		background: #EEE;
		margin: 0 0 20px 0;
		padding: 10px;
		border: 1px dotted #CCC;
		}
			.next, .previous {
			max-width: 50%;
			}
			.navigation-links .previous {
			float: left;
			}
			.navigation-links .next {
			float: right;
			text-align: right;
			}
		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {
	position: relative;
	float: right;
	width: 260px;
	}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 260px;
	}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	clear: both;
	overflow: hidden;
	width: 920px;
	font-size: 12px;
	border-top: 1px dotted #999999;
	}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {
	clear: both;
	overflow: hidden;
	width: 920px;
	margin-top: 20px;
	color: #999999;
	}
	
	#footer strong {
	color: #333;
	}

		/* Footer extra */
		#footer .copyright {
		float:left;
		width:70%;
		background: #FFF;
		margin-bottom: 0px;
		}
		#footer .credit {
		float:right;
		width:30%;
		margin-bottom: 0px;
		text-align:right;
		}