/*
Theme Name: Arrows & Icons
Theme URI: http://www.arrowsandicons.com/
Description: The default theme for Arrows & Icons Magazine.
Version: 1.0
Author: Ryan Lascano | Transit Design Studio
Author URI: http://www.transitdesignstudio.com/

*/

/* ------------------------------------------------------------ COLOR KEY ----- */
/*

	Dark, dark gray (background): #24211e
	Dark gray (masthead background): #403c35
	Tan (text): #fcfade
	Red (subscripe link, active navigation): #f15922
	Light Red: #f68c65
	Dark Red (navigation): #893213
	Blue: #5d9f9c
	Light Blue: #aecfcd
	Dark Blue: #355958
	Green: #F29F05 <-- these are wrong!
	Dark Green: #A63F03 <-- these are wrong!
	
*/


/* -------------------------------------------------------------- ERIC MEYER CSS RESET v1.0 | 20080212 ------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
	background:none;
	border-top:1px solid #000;
	}

/* ------------------------------------------------------------------------------ PRIMARY THEME STYLES ------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------ GLOBAL STYLES ----- */

body {
	height:100%; /* fixes alignment issues in IE6 */
	width:100%; /* fixes alignment issues in IE6 */
	font: 62.5% Arial, Helvetica, sans serif; /* resets the default font size in a way that allows using em sizes that relate to pixel sizes like so: 1.2em = 12px */
	background-color:#24211e;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.clear {
	clear:both;
	height:0px;
	}
	
#container {
	width:1000px;
	margin:0px auto 0px;
	overflow:hidden; /* for now, take this out once header issue is fixed */
	position:relative;
	}
	
/* ------------------------------------------------------------ HEADER STYLES ----- */

#header {
	width:1000px;
	height:355px;
	}

	ul#head-strip {
		display:block;
		width:980px;
		height:35px;
		padding:0px 10px;
		font-size:14px;
		text-align:center;
		color:#fcfade;
		border-top:20px solid #403c35;
		}
		
		#head-strip li {
			display:inline;
			line-height:35px;
			}
			
		#head-strip li.date {
			float:left;
			}
		
			#head-strip li.date span.day {
				font-weight:bold;
				text-transform:uppercase;
				}
				
		#head-strip li.url {
			}
				
			#head-strip li.url a {
				color:#fcfade;
				text-decoration:none;
				}
				
			#head-strip li.url a:hover {
				text-decoration:underline;
				}
				
		#head-strip li.page {
			font-weight:bold;
			text-transform:uppercase;
			float:right;
			}
			
			#head-strip li.page a.subscription {
				display:block;
				padding-right:30px;
				text-transform:none;
				color:#5d9f9c;
				text-decoration:none;
				background:url(images/rss-icon.gif) center right no-repeat;
				}
				
			#head-strip li.page a.subscription:hover {
				color:#355958;
				}
				
	#masthead {
		width:950px;
		height:115px;
		padding:35px 25px 0px;
		color:#fcfade;
		background-color:#403c35;
		}
		
		#masthead h1 {
			display:block;
			margin:0px;
			}
		
			a.logo {
				display:block;
				width:550px;
				height:80px;
				float:left;
				}
				
				a.logo img {
					display:block;
					}
				
		p.description {
			display:block;
			width:365px;
			padding:6px 0px 0px 35px;
			font-size:14px;
			line-height:24px;
			font-weight:bold;
			color:#fcfade;
			float:left;
			}
			
	#search-bar {
		width:1000px;
		height:40px;
		overflow:hidden;
		}
		
		#search {
			/*width:186px;
			padding:1px 2px 6px;
			margin-bottom:21px;*/
			width:800px;
			height:40px;
			background-color:#403c35;
			float:left;
			}
			
			form#search-form {
				padding:5px 0px 0px 410px;
				}
				
				#search-form ol {
					display:block;
					width:370px;
					height:35px;
					overflow:hidden;
					}
				
				/*#search-form p {
					margin-bottom:11px !important;
					padding-right:0px !important;
					}*/
					
					#search-form ol li {
						display:inline;
						float:left;
						}
				
				#search-form input.search-input {
					width:330px;
					height:16px;
					padding:2px 5px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:14px;
					font-weight:bold;
					color:#fcfade;
					border:none;
					background-color:#615b52;
					}
					
				#search-form input.search-input:focus {
					color:#333;
					background-color:#fcfade;
					}

	
/* ------------------------------------------------------------ NAV STYLES ----- */

#nav {
	display:block;
	width:1000px;
	height:100px;
	font-size:14px;
	font-weight:bold;
	background-color:#5d9f9c;
	}
	
	#nav li a {
		color:#fcfade;
		text-decoration:none;
		}
	
/* ------------------------------------------------------------ CONTENT STYLES ----- */

#content-container {
	width:1000px;
	padding-top:20px;
	/*overflow:hidden;*/
	}
	
	#sidebar {
		display:inline; /*fixes double margin bug in IE6 */
		width:190px;
		margin-bottom:20px;
		float:left;
		}
		
		#sidebar p {
			padding-right:10px;
			margin-bottom:21px;
			color:#fcfade;
			}
				
		dl.sidebar-news {
			display:block;
			width:180px;
			padding:0px 0px 11px 0px;
			margin:0px 10px 11px 0px;
			font-size:14px;
			line-height:21px;
			text-align:right;
			color:#fcfade;
			border-bottom:5px solid #403c35;
			}
			
			.sidebar-news dt {
				padding-right:30px;
				margin-bottom:5px;
				font-weight:bold;
				text-transform:uppercase;
				background:url(images/arrow-small-red.gif) top right no-repeat;
				}
				
				.sidebar-news dt a {
					color:#fcfade;
					text-decoration:none;
					}
					
				.sidebar-news dt a:hover {
					color:#5d9f9c;
					}
					
			.sidebar-news dd {
				}
				
			.sidebar-news dd.news-title {
				margin-bottom:5px;
				font-weight:bold;
				}
				
				.sidebar-news dd a {
					font-weight:bold;
					color:#5d9f9c;
					text-decoration:none;
					}
					
				.sidebar-news dd a:hover {
					color:#355958;
					}
				
			.sidebar-news dd.excerpt p, .sidebar-news dd.excerpt a {
				display:inline;
				}
				
				dd.excerpt p {
					color:#fcfade;
					}
					
		ul.connect-links {
			display:block;
			width:180px;
			padding:0px 0px 11px 0px;
			margin:0px 10px 11px 0px;
			font-size:14px;
			line-height:20px;
			text-align:left;
			}
			
			.connect-links li {
				display:block;
				padding-bottom:11px;
				margin-bottom:11px;
				border-bottom:1px solid #403c35;
				}
				
			.connect-links li.newsletter {
				padding-bottom:0px;
				margin-bottom:0px;
				border:none;
				}
			
				.connect-links li a {
					display:block;
					padding-right:30px;
					font-weight:bold;
					color:#5d9f9c;
					text-decoration:none;
					}
					
				.connect-links li.rss a {
					background:url(images/rss-icon.gif) top right no-repeat;
					}
					
				.connect-links li.twitter a {
					background:url(images/twitter-icon.gif) top right no-repeat;
					}
					
				.connect-links li.facebook a {
					background:url(images/facebook-icon.gif) top right no-repeat;
					}
					
				.connect-links li.newsletter a {
					background:url(images/mail-icon.gif) top right no-repeat;
					}
					
				.connect-links li a:hover {
					color:#355958;
					}
		
		ul.issue-contents {
			display:block;
			width:180px;
			padding:0px 0px 11px 0px;
			margin:0px 10px 11px 0px;
			font-size:14px;
			line-height:20px;
			text-align:left;
			}
			
			.issue-contents li {
				display:block;
				padding-bottom:11px;
				margin-bottom:11px;
				border-bottom:1px solid #403c35;
				}
			
				.issue-contents li a {
					display:block;
					padding-right:30px;
					font-weight:bold;
					color:#5d9f9c;
					text-decoration:none;
					background:url(images/arrow-small-red.gif) top right no-repeat;
					}
					
				.issue-contents li a:hover {
					color:#355958;
					}
					
		ul.link-list {
			display:block;
			width:180px;
			padding:0px 0px 11px 0px;
			margin:0px 10px 11px 0px;
			font-size:14px;
			line-height:20px;
			text-align:left;
			}
			
			.link-list li {
				display:block;
				padding-bottom:6px;
				margin-bottom:6px;
				border-bottom:1px solid #403c35;
				}
			
				.link-list li a {
					display:block;
					padding-right:30px;
					font-weight:bold;
					color:#5d9f9c;
					text-decoration:none;
					/*background:url(images/arrow-small-red.gif) top right no-repeat;*/
					}
					
				.link-list li a:hover {
					color:#355958;
					}
					
		#sidebar #ad-block {
			width:158px;
			padding-left:32px;
			text-align:center;
			}
			
			#ad-block a {
				display:block;
				width:125px;
				height:125px;
				margin-bottom:20px;
				}
	
	#content-body {
		display:inline; /*fixes double margin bug in IE6 */
		width:800px;
		min-height:600px;
		height:auto !important;
		height:600px;
		margin-bottom:20px;
		border-left:10px solid #403c35;
		background-color:#fcfade;
		float:left;
		}
		
		#feature {
			width:770px;
			height:770px;
			padding:30px 0px 0px 30px;
			position:relative;
			overflow:hidden;
			}
			
			#feature h1.feature-title {
				}
				
			#feature h5.feature-category {
				font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", Arial, Helvetica, sans-serif;
				font-size:21px;
				line-height:24px;
				font-weight:bold;
				letter-spacing:0.025em;
				text-transform:uppercase;
				}
				
			#feature .feature-excerpt {
				width:340px;
				height:490px;
				padding:30px;
				position:absolute;
				bottom:0px;
				right:0px;
				background-color:#403c35;
				}
				
				#feature .feature-excerpt p {
					font-family:"ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Arial, Helvetica, sans-serif;
					font-size:21px;
					line-height:30px;
					color:#fcfade;
					}
					
				/*#feature .feature-excerpt p:first-letter {
					
					float:left;
					letter-spacing:0.05em;
					padding-top:2px;
					}*/
					
				#feature .feature-excerpt p span.drop-cap {
					display:block;
					width:60px;
					height:60px;
					margin-right:5px;
					font-size:48px;
					line-height:48px;
					text-align:center;
					background-color:#5d9f9c;
					float:left;
					}
					
				#feature p.read-more {
					display:block;
					font-family:Arial, Helvetica, sans-serif;
					font-size:14px;
					line-height:21px;
					position:absolute;
					bottom:10px;
					right:30px;
					}
					
				/*#feature p.read-more {
					display:block;
					width:250px;
					height:60px;
					margin:0px;
					padding:0px;
					background:none;
					position:absolute;
					bottom:0px;
					right:0px;
					}
					
					#feature p.read-more a {
						display:block;
						width:250px;
						height:60px;
						color:#f7f7e1;
						background:none;
						}
						
					#feature p.read-more a:hover {
						color:#355958;
						}*/
			
		.one-col, .two-col, .three-col, .four-col {
			display:inline;
			padding:0px 20px;
			/*margin:0px 0px 21px 0px;*/
			float:left;
			}
		
		.one-col {
			width:160px;
			}
			
		.one-one-half-col {
			width:260px;
			}
		
		.two-col {
			width:360px;
			}
			
			.two-col .article-thumb {
				display:block;
				width:360px;
				height:120px;
				margin-bottom:11px;
				background-color:#555;
				}
				
			/*.two-col */p.read-more {
				padding:0px 30px 10px 0px;
				margin-top:20px;
				text-align:right;
				text-transform:uppercase;
				background:url(images/arrow-small-red.gif) top right no-repeat;
				}
				
		.three-col {
			width:560px;
			}
			
		.four-col {
			width:760px;
			}
			
		.post {
			padding:30px 0px 0px;
			}
			
		.home .post {
			padding-bottom:0px;
			}
			
			.post-body {
				padding-bottom:25px;
				/*width:600px;*/
				/*float:left;*/
				}
				
			/*.page .post-body {
				padding-bottom:30px;
				}*/
				
			.post-body .neg-margin {
				margin-left:-200px;
				}
				
				.col-container {
					width:600px;
					height:auto;
					position:relative;
					}
					
		.author {
			}
			
			.author h2 {
				margin-bottom:21px;
				}
			
			.author-photo {
				width:160px;
				padding-right:40px;
				float:left;
				}
				
			.author-bio {
				width:560px;
				padding:0px 0px 20px 0px;
				float:left;
				}
		
	h1, h2, h3, h4, h5, h6 {
		font-family:"ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		}			
		
	h1 {
		margin-bottom:21px;
		font-size:48px;
		line-height:60px;
		color:#403c35;
		}
		
		h1 a {
			color:#5d9f9c;
			/*font-weight:bold;*/
			text-decoration:none;
			}
			
		h1 a:hover {
			color:#355958;
			}
		
		/*h1.feature-title {
			font-size:48px;
			line-height:60px;
			font-weight:bold;
			text-transform:uppercase;
			color:#fff;
			}*/
			
	h2 {
		margin-bottom:11px;
		font-size:36px;
		line-height:48px;
		color:#403c35;
		}
		
		h2 a {
			color:#5d9f9c;
			/*font-weight:bold;*/
			text-decoration:none;
			}
			
		h2 a:hover {
			color:#355958;
			}
		
		/*h2.feature-subtitle {
			font-size:24px;
			line-height:36px;
			font-weight:bold;
			text-transform:uppercase;
			color:#fff;
			}*/
		
		/*.home .two-col h2 {
			margin-bottom:5px;
			font-size:21px;
			line-height:30px;
			font-weight:bold;
			text-transform:uppercase;
			}*/
		
	h3 {
		margin-bottom:11px;
		font-size:30px;
		line-height:36px;
		color:#403c35;
		}
		
		h3 a {
			color:#5d9f9c;
			/*font-weight:bold;*/
			text-decoration:none;
			}
			
		h3 a:hover {
			color:#355958;
			}
		
	h4 {
		margin-bottom:5px;
		font-size:24px;
		line-height:30px;
		color:#403c35;
		}
		
		h4.issue-number {
			display:block;
			height:40px;
			width:170px;
			padding:0px 0px 0px 30px;
			/*margin-bottom:21px;*/
			font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", Arial, Helvetica, sans-serif;
			font-size:21px;
			line-height:30px;
			font-weight:bold;
			text-transform:uppercase;
			color:#5d9f9c;
			background-color:#403c35;
			float:left;
			}
			
	h5 {
		font-size:21px;
		line-height:24px;
		color:#403c35;
		}
		
		h5 a {
			color:#5d9f9c;
			text-decoration:none;
			}
			
		h5 a:hover {
			color:#355958;
			}
		
		h5.post-author {
			margin-bottom:11px;
			font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", Arial, Helvetica, sans-serif;
			font-weight:bold;
			}
					
		h5.sidebar-header, h5.feature {
			display:block;
			width:186px;
			padding:0px 2px 6px;
			margin-bottom:21px;
			font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", Arial, Helvetica, sans-serif;
			font-size:21px;
			line-height:21px;
			font-weight:bold;
			letter-spacing:0.025em;
			text-transform:uppercase;
			color:#fcfade;
			background-color:#403c35;
			}
			
		h5.feature {
			margin-bottom:0px;
			text-align:right;
			}
			
		h5.section {
			display:block;
			width:auto;
			padding:0px 0px 6px 20px;
			font-family:"ff-meta-web-pro-1","ff-meta-web-pro-2", Arial, Helvetica, sans-serif;
			font-size:21px;
			line-height:24px;
			font-weight:bold;
			letter-spacing:0.025em;
			text-transform:uppercase;
			color:#fcfade;
			background-color:#403c35;
			border-top:10px solid #24211e;
			}
			
	h6 {
		font-size:18px;
		line-height:21px;
		color:#403c35;
		}
		
	p {
		margin-bottom:11px;
		font-size:14px;
		line-height:21px;
		color:#403c35;
		}
		
		p a {
			color:#5d9f9c;
			font-weight:bold;
			text-decoration:none;
			}
			
		p a:hover {
			color:#355958;
			}
			
		p.section {
			display:block;
			padding-bottom:10px;
			font-size:12px;
			line-height:18px;
			text-transform:uppercase;
			border-bottom:1px dotted #403c35;
			}
			
		p.byline {
			margin-bottom:21px;
			font-size:12px;
			line-height:18px;
			font-style:italic;
			}
			
		/*p.post-meta {
			display:block;
			padding:10px 0px;
			margin-bottom:0px;
			font-size:12px;
			line-height:18px;
			text-transform:uppercase;
			border-top:1px dotted #403c35;
			}*/
				
		.post-body p {
			margin-bottom:21px;
			/*font-family:Georgia, "Times New Roman", Times, serif;*/
			/*text-indent:1em;*/
			}
			
			/*.post-body p.first {
				text-indent:0px;
				}*/
			
		/*.post-body p + p { 
			text-indent:1em;
			}*/
			
		.post-excerpt p, body.single .post-body p:first-child, body.page .post-body p:first-child {
			font-family:"ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", Times, serif;
			font-size:21px;
			line-height:30px;
			}

			
	.article-thumb {
		display:block;
		width:160px;
		height:160px;
		margin-bottom:11px;
		background-color:#555;
		}	
						
	blockquote {
		padding:10px 0px 0px;
		margin-bottom:21px;
		border-top:1px dotted #6d6a63;
		border-bottom:1px dotted #6d6a63;
		}
		
		blockquote p {
			margin-bottom:21px;
			font-family:"ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, "Times New Roman", Times, serif !important;
			font-size:18px !important;
			line-height:24px !important;
			font-style:italic;
			text-indent:0px;
			color:#6d6a63;
			}
			
		/*blockquote p.end {
			padding:0px 55px 9px 0px;
			background:url(images/blockquote-close.gif) bottom right no-repeat;
			}*/
			
	.post-body ol, .post-body ul {
		padding-left:40px;
		margin-bottom:21px;
		/*font-family:Georgia, "Times New Roman", Times, serif;*/
		font-size:14px;
		line-height:21px;
		color:#403c35;
		}
		
	.post-body ol {
		list-style:decimal-leading-zero outside;
		}
		
	.post-body ul {
		list-style:square outside;
		}
		
		.post-body li {
			margin-bottom:5px;
			}
			
	.post-body ul a, .post-body ol a {
		color:#5d9f9c;
		font-weight:bold;
		text-decoration:none;
		}
		
	.post-body ul a:hover, .post-body ol a:hover {
		color:#355958;
		}
		
	ul.archive-list a {
		font-size:18px;
		}
			
	hr {
		margin:20px 0px;
		border-top:1px dotted #403c35;
		background:none;
		}
		
	.divider-arrow {
		height:30px;
		margin:20px 0px;
		border:none;
		background:url(images/divider-arrow.gif) top center no-repeat;
		}
		
	.divider-info {
		height:30px;
		margin:20px 0px;
		border:none;
		background:url(images/divider-info.gif) top center no-repeat;
		}
		
	ul.comment-list {
		display:block;
		width:540px;
		padding-top:21px;
		margin-bottom:21px;
		border-top:1px dotted #403c35;
		border-bottom:1px dotted #403c35;
		}
		
		li.comment {
			display:block;
			width:515px;
			padding:25px 0px 0px 25px;
			margin-bottom:21px;
			position:relative;
			}
			
			.comment-avatar {
				position:absolute;
				top:0px;
				left:0px;
				}
			
			.comment-body {
				padding:9px 10px 10px 35px;
				border:1px solid #e2e39e;
				background-color:#f7f6e1;
				}
				
				em.moderation-warning {
					margin-bottom:0px !important;
					font-size:12px;
					color:#999;
					}
				
				p.comment-meta {
					display:block;
					padding-top:10px;
					margin-bottom:0px;
					font-size:12px;
					line-height:18px;
					text-transform:uppercase;
					border-top:1px dotted #403c35;
					}
					
		li.bypostauthor, li.byuser {
			padding:25px 25px 0px 0px;
			}
			
			li.bypostauthor .comment-avatar, li.byuser .comment-avatar {
				left:490px !important;
				}
				
			li.bypostauthor .comment-body, li.byuser .comment-body {
				padding:9px 35px 10px 10px;
				}

				li.bypostauthor p.author, li.byuser p.author {
					text-align:right;
					}
					
	ul.post-meta {
		padding:0px;
		margin-bottom:21px;
		font-size:14px;
		line-height:21px;
		list-style:none;
		border-top:10px solid #6d6a63;
		}
		
		ul.post-meta li {
			padding:6px 0px;
			border-top:1px solid #6d6a63;
			}
			
		ul.post-meta li.first {
			border:none;
			}
			
			ul.post-meta li a {
				color:#5d9f9c;
				font-weight:bold;
				text-decoration:none;
				}
				
			ul.post-meta li a:hover {
				color:#355958;
				}
			
	form#comment-form {
		}
		
		#comment-form label {
			padding-left:5px;
			}
			
			#comment-form label small {
				font-size:12px;
				font-weight:bold;
				text-transform:uppercase;
				}
		
		input.comment-input {
			width:246px;
			padding:2px;
			border:1px solid #403c35;
			background-color:#fff;
			}
			
		textarea.comment-textarea {
			width:534px;
			padding:2px;
			border:1px solid #403c35;
			background-color:#fff;
			}
			
	.search-result {
		padding:10px 0px;
		margin-bottom:40px;
		}
			
	.post-navigation {
		width:760px;
		padding:10px 20px;
		border-top:10px solid #24211e;
		}
		
		.post-navigation p {
			margin-bottom:0px;
			}
		
	form.single-subscribe-form {
		}
		
		.single-subscribe-form label {
			display:block;
			font-size:11px;
			line-height:18px;
			font-weight:bold;
			text-transform:uppercase;
			color:#403c35;
			}
			
	.wp-caption {
		width:auto;
		padding:0px;
		margin-bottom:21px;
		position:relative;
		}
		
	.three-col .wp-caption {
		width:560px !important;
		}
		
	.two-col .wp-caption {
		width:360px !important;
		}
		
	.one-col .wp-caption {
		width:160px !important;
		}
			
		p.wp-caption-text {
			width:auto;
			padding:10px 0px 0px;
			font-size:11px;
			line-height:14px;
			/*text-align:center;*/
			}
			
		.three-col .wp-caption p.wp-caption-text {
			width:160px;
			padding:10px 0px;
			border-top:1px solid #6d6a63;
			position:absolute;
			top:0px;
			left:-200px;
			}
			
	.post-sidebar {
		padding:15px;
		background-color:#e0e097;
		border:5px solid #88866e;
		}
		
		
			
/* ------------------------------------------------------------ FORM STYLES ----- */

	form.content-form, form.wpcf7-form {
		margin-bottom:11px;
		font-size:14px;
		line-height:21px;
		color:#403c35;
		}
		
		.content-form ol, .wpcf7-form ol {
			padding:10px 20px;
			list-style:none;
			}
			
			.content-form ol li, .wpcf7-form ol li {
				margin-bottom:21px;
				}
		
				.content-form label, .wpcf7-form label {
					display:block;
					font-size:11px;
					line-height:18px;
					font-weight:bold;
					text-transform:uppercase;
					color:#403c35;
					float:left;
					}
					
				.content-form input.text, .wpcf7-form input[type="text"] {
					width:294px;
					height:18px;
					padding:2px;
					border:1px solid #403c35;
					}
					
				.content-form textarea, .wpcf7-form textarea {
					padding:2px;
					border:1px solid #403c35;
					}
			
/* ------------------------------------------------------------ FOOTER STYLES ----- */

#footer {
	width:1000px;
	padding:20px 0px 0px;
	background-color:#5d9f9c;
	}
	
	#footer h3 {
		color:#fcfade;
		}
		
	#footer p {
		margin-bottom:21px;
		font-size:12px;
		line-height:18px;
		color:#fcfade;
		}
		
		#footer p a {
			color:#fcfade;
			font-weight:bold;
			text-decoration:underline;
			}
			
		#footer p a:hover {
			text-decoration:none;
			}
			
	#footer .footer-nav {
		width:1000px;
		padding-top:20px;
		background-color:#355958;
		}
	
		#footer .footer-nav dl {
			display:inline; /*fixes double margin bug in IE6 */
			width:180px;
			margin:0px 0px 20px 20px;
			font-size:12px;
			line-height:21px;
			color:#fcfade;
			float:left;
			}
			
			.footer-nav dt {
				margin-bottom:10px;
				font-weight:bold;
				text-transform:uppercase;
				color:#fcfade;
				}
				
			.footer-nav dd a {
				color:#fcfade;
				text-decoration:underline;
				}
				
			.footer-nav dd a:hover {
				text-decoration:none;
				}
		
	ul#foot-strip {
		display:block;
		width:980px;
		height:40px;
		padding:0px 10px;
		font-size:12px;
		color:#fcfade;
		background-color:#403c35;
		clear:both;
		}
		
		#foot-strip li {
			display:inline;
			line-height:40px;
			float:left;
			}
			
			#foot-strip li a {
				font-weight:bold;
				color:#fcfade;
				text-decoration:underline;
				}
				
			#foot-strip li a:hover {
				text-decoration:none;
				}
				
		#foot-strip li.site-credit {
			float:right;
			}
			
		/*#foot-strip li.copyright {
			margin-left:400px;
			}*/

/* ---------------------------------------------------------------------------- JQUERY SUPERFISH STYLES ----------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------- */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	50px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	display:block;
	width:200px;
	float:left;
	position:relative;
	text-align:center;
	text-transform:uppercase;
}
.sf-menu li li {
	width:auto;
	text-transform:capitalize;
	}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}
/*ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; / match ul width /
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; / match ul width /
	top:			0;
}*/

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	/*padding: 		.75em 1em;*/
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fcfade;
}
.sf-menu li {
	background:		#355958;
}
.sf-menu li li {
	background:		#5d9f9c;
}
/*.sf-menu li li li {
	background:		#9AAEDB;
}*/
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#5d9f9c;
	outline:		0;
}

/* ------------------------------------------------------------------------- JQUERY SUPERFISH NAVBAR STYLES ------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------- */


/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	/*background:		#BDD2FF;*/
	height:			100px;
	/*padding-bottom:	2.5em;*/
	position:		relative;
}
.sf-navbar li {
	/*background:		#AABDE6;*/
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	display:block;
	width:			1000px; /*IE6 soils itself without this*/
	background-color:#5d9f9c;
}
.sf-navbar li li {
	background:		#5d9f9c;
	position:		relative;
}
/*.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}*/
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar ul li a {
	padding:0px 30px;
	}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {
	background:		#5d9f9c;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#5d9f9c;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		#aecfcd; /* <-- this is the navigation hover highlight */
}
/*ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#E6EEFF;
}*/
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			50px; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}