/* 
Theme Name: MrSwamper
Theme URI: http://jdsitecare.com/themes/mrswamper
Description: CMS Theme for the Mr Swamper Website. mostly static pages.
Author: David Bishop
Author URI: http://jdsitecare.com
Version: 0.1.1
Tags: Framework
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'); */

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

/* Contains everything */
body {
	background: #D1DBBD;
	}

	/* Wrapper for everything inside of the body */
	#body-container {		color: #000;		font: 14px/21px 'Helvetica Neue', Arial, Helvetica, sans-serif;		}

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

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

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

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

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

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

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

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

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* 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 18px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 18px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 18px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

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

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

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

/* Thumbnails */
.thumbnail {}

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

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

/* Avatars */
.avatar {}

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

/* Contains entire header */
#header-container {
	overflow: hidden;
	height: 140px;		background: #91AA9D;
	width: auto;
	}

	/* Contains site title and tagline */
	#header {
		margin: 0 auto;
		height: 140px;
		width: 960px;		background: #91AA9D url(images/head_bg.jpg) repeat-x 0 0;	
		}

		/* Site title */
		#site-title {}
			#site-title a {
				display: block;
				width: 400px;
				height:90px;
				background: url(images/header.jpg) no-repeat 0 15px;
				border: none;
				}
				#site-title a span {
				display: none;
				}

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

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

/* Wrapper for navigation */
#navigation {
	overflow: hidden;
	/*height: 30px;*/
	background: #3E606F;
	}

	/* Page nav */
	#page-nav {
		margin: 0 auto;
		width: 960px;
		border-left: 1px solid #193441;
	}
		#page-nav ul {
			list-style: none;
			margin: 0;
			}
			#page-nav li {
				float: left;
				}
				#page-nav li a {
					float: left;
					padding: 5px 18px 5px 18px;
					font-size: .9em;
					font-weight: bold;
					font-style: normal;
					border-right: 1px solid #193441;
					border-bottom: none;
					color: #FCFFF5;}
				#page-nav a:hover {
					background: #193441;
					border-bottom: none;
					}
			#page-nav li.current_page_item {
				background: #193441;
				}

#navigation-insert {
		width: 960px;
		margin: 0 auto;
		padding-top: 20px;
		overflow: hidden;
		height: 100%;
		}
		#navigation-insert .widget {
			overflow: hidden;
			height: 100%;
			float: left;
			width: 300px;
			margin: 10px;
			}
			#navigation-insert .widget-inside {
				background: #FCFFF5;
				
				padding: 10px;
				}
				#navigation-insert .widget-title {
					border-bottom: 1px solid #193441;
					}
		
/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	clear: left;
	overflow: hidden;
	margin: auto;
	width: 960px;
	background: #FFF;
	}

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

	/* Contains site's main content */
	#content {
	overflow: hidden;
	float: left;
	width: 620px;
	padding: 10px;
	background: #FCFFF5;
	}

		/* 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 {			padding: 10px;			}

			/* Post, page, and archive titles */
			.entry-title {
				border-bottom: 1px solid #193441;
			}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* 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 {}

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

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* 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 {
		width: 620px;
		margin: 0 auto;
		padding-top: 20px;
		overflow: hidden;
		height: 100%;
		}
		#utility-after-content .widget {
			overflow: hidden;
			height: 100%;
			float: left;
			width: 290px;
			margin: 10px;
			}
			#utility-after-content .widget-inside {
				background: #FCFFF5;
				padding: 10px;
				}
				#utility-after-content .widget-title {
					border-bottom: 1px solid #193441;
					}

		/* 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 {
		float: right;
		}
		#primary .widget {
			width: 300px;
			background: #FCFFF5;
			margin: 10px;
			
			}
			#primary .widget-inside {
				padding: 10px;
			}
				#primary .widget-title {
					border-bottom: 1px solid #193441;
					}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {
		float: right;
		clear: right;
		}
		#secondary .widget {
			background: #FCFFF5;
			width: 300px;
			margin: 10px;
			}
			#secondary .widget-inside {
				padding: 10px;
			}
				#secondary .widget-title {
					border-bottom: 1px solid #193441;
					}
				#secondary .widget ul {}
					#secondary .widget ul li {}

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

/* Wrapper for the entire footer */
#footer-container {
	overflow: hidden;
	clear: both;
	height: 100%;
	background: #91AA9D;
	}

	/* Subsidiary widget section */
	#subsidiary {
		width: 960px;		background: #91AA9D url(images/bg_footer.jpg) repeat-x 0 0;	
		margin: 0 auto;
		padding-top: 40px;
		overflow: hidden;
		height: 100%;

		}
		#subsidiary .widget {
			overflow: hidden;
			height: 100%;
			
                        float: left;
			width: 300px;
			margin: 10px;
			}
			#subsidiary .widget-inside {
				background: #D1DBBD;
				padding: 10px;
				}
				#subsidiary .widget-title {
					border-bottom: 1px solid #193441;
					}

	/* Footer section */
	#footer {
		clear: left;
		margin: 10px auto 10px auto;
		border-top: 1px solid #193441;
		border-bottom: 1px solid #193441;
		width: 960px;
		}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
