/* @override 
	http://nahemi.undermywing.net/wp-content/themes/nahemi/style.css
	http://nahemi.org/site/wp-content/themes/nahemi/style.css
*/

/*
Theme Name: Nahemi
Theme URI: http://nahemi.org
Version: 2.0
Author: Christian Nolle
Author URI: http://cnolle.net
*/

@import url(reset.css);

/* Universal Clearer */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, helvetica, Sans-Serif;
	background:#fff;
	color: #333;
	text-align: center;
	}

/* Selectors */

a {
	color: #CB272B;
	text-decoration:none;
}

	a:hover {
		text-decoration:underline;
	}


#header {
	width: 100%;
	height: 120px;
	background:url(assets/top-gradient.jpg) repeat-x bottom;
}

	#header h1 {
		display:block;
		float: left;
	}

	#header h1 a {
		background:url(assets/nahemi-logo.jpg) no-repeat top left;
		margin: 25px 0 0 0;
		width: 382px;
		height:53px;
		display:block;
		float: left;
		text-indent:-10000px;
	}

	#header form {
		float: right;
		margin: 49px 0 0 0;
	}
	
	#header form ul li {
		float:left;
	}
	
	#header form input#s {
		width:180px;
		border:1px solid #ccc;
		-webkit-box-shadow: 2px 2px 2px #efefef; 
		-moz-box-shadow: 2px 2px 2px #efefef; 
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		background:#fff;
		border: 1px solid #ccc;
		padding: 5px;
		display:block;
	}
	
	#header form input.form-submit {
		margin-left: 10px;
		-webkit-box-shadow: 2px 2px 2px #efefef; 
		-moz-box-shadow: 2px 2px 2px #efefef; 
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 5px;
		background:#fff;
		border: 1px solid #ccc;	
	}

	#header form input.form-submit:hover,
	#header form input#s:focus {
		background:#efefef;
	}

#largeteaser {
	width: 780px;
	height: 420px;
	display:block;
	float:left;
	margin-bottom: 30px;
	position:relative;
	overflow:hidden;
 	background:#f8f8f8;
}

.teaser {
	padding: 10px;
	position:relative;
	width: 780px;
	height: 353px;
}

	#largeteaser span.caption {
		width: 150px;
		position:absolute;
		line-height:1.5;
		font-weight:bold;
		top: 10px;
		right:30px;
		font-size:12px;
	}

	#naver {
		 z-index:1000;
		 right: 500px;
		 position:absolute;
		 right:10px;
		 font-size: 12px;
		 bottom: 10px;
	}
	
	#naver a {
		background:#ccc;
		float: left;
		display:block;
		width:10px;
		height: 10px;
		margin: 0 3px;
		text-indent:-10000px;
	}
	
	#naver a.activeSlide {
		background:#CB272B;
	}

 /*Set width to 960*/ 

.frame {
	text-align:left;
	width: 960px;
	margin: 0 auto;
}

#navigation {
	margin: 15px 0 0 0;
	width: 180px;
	text-align:left;
	float: left;
}

	#navigation ul li {
		list-style:none;
		font-size: 14px;
		margin: 5px 0;
		padding: 0;
		text-transform:lowercase;
	}

	#navigation ul li a {
		color: #222;
		text-decoration:none;
	}

	#navigation ul li:before {
		content: "\002B \0020";
		padding: 0 0 0 0;
	}

	#navigation ul li.current_page_item:before,
	#navigation ul li.current_page_parent:before {
		content: "\002d \0020";
		color: #CB272B;
	}
	
	#navigation ul li:before a:hover {
		content: "\002d \0020";
	}
	
	#navigation ul li.current_page_item a,
	#navigation ul li a:hover,
	#navigation ul li.current_page_parent a {
		color: #CB272B;
	}
	
	ul.festivals {
		margin-top: 20px;
	}
	
/* Content pages */

#content {
	margin: 20px 0 0 0;
	width: 780px;
	float: left;
	text-align:left;
}

	#content h2 {
		font-size: 14px;
		line-height:15px;
		margin: 0 0 15px 0;
		text-transform:uppercase;
	}

/* Frontpage */

#newsstream {
	margin: 0;
	width: 500px;
	float: left;
}

#linkscol {
	margin: 0 0 0 40px;
	width: 240px;
	float: left;
}

	#linkscol ul {
		margin-bottom:30px;
	}
	
	#linkscol ul li {
		margin: 0 0 2px 0;
		padding: 0 0 5px 10px;
		font-size: 11px;
		line-height:1.3;
		background: url(http://nahemi.org/site/wp-content/themes/nahemi/assets/red-dot.gif) no-repeat 0 5px;
	}

	#linkscol ul li a {
		color: #222;
	}
	
	#linkscol ul li.linkcat {
		list-style:none;
		padding: 0;
		background:none;
	}

/* Individual posts/pages content */

.entry {
	margin-bottom:20px;
}

	.entry h3 {

	}

	.entry h3 {
		font-weight:bold;
		font-size: 18px;
		line-height:1.3;
		margin-bottom: 5px;;
	}

	.entry h3 a {
		color: #222;
	}

	.entry p.postmetadata {
		font-size: 12px;
	}

		.entry p.postmetadata a {
			color: #222;
			text-transform:uppercase;
		}

	.entry p {
		font-size:12px;
		line-height:22px;
		margin: 0 0 10px 0;
	}
	
	img.alignleft {
		float:left;
		margin: 0 10px 0 0;
	}
	
	.wp-caption {
		margin: 4px 0 0 0;
		background:#efefef;
		padding:5px;
	}
	
	.wp-caption img {
		margin: 5px;
	}
	
	.wp-caption.alignleft {
		float: left;
		margin-right:10px;
	}
	
	p.wp-caption-text {
		font-size: 11px;
		margin: 0 5px;
		line-height: 1.5;
	}
	
	.entry ol {
		list-style:decimal;
		margin: 10px 0 10px 20px;
	}
	
	.entry ol li {
		font-size: 12px;
		margin: 8px 0;
	}
	
	.entry ul {
		margin: 10px 0 10px 10px;
	}

	.entry ul li {
		margin: 0 0 2px 0;
		padding: 0 0 5px 10px;
		font-size: 12px;
		line-height:22px;
		background: url(http://nahemi.org/site/wp-content/themes/nahemi/assets/red-dot.gif) no-repeat 0 7px;
	}
	
	.entry blockquote {
		border-left: 5px solid #CB272B;
		padding: 0 0 0 10px;
		margin: 10px 15px;
		font-weight:bold;
	}

		
	.entry ol li {
		font-size: 12px;
		line-height:17px;
		margin: 5px 0;
	}
	
	.entry p.continue {
		text-align:right;
	}
	
		.entry p.continue a {
			color: #CB272B;
			text-decoration:underline;
		}

/* Links */

#linkscol ul ul {
	margin-bottom: 20px;
}

/* Contact */

form.wpcf7-form input,
form.wpcf7-form textarea {
	border: none;
	padding: 7px;
	width: 450px;
	font-size:12px;
	border:1px solid #ccc;
	-webkit-box-shadow: 2px 2px 2px #efefef; 
	-moz-box-shadow: 2px 2px 2px #efefef; 
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

form.wpcf7-form input:focus,
form.wpcf7-form textarea:focus,
form.wpcf7-form input.button:hover {
	background:#efefef;
}

form.wpcf7-form input.button {
	width: auto;
	border: none;
	background:#fff;
	-webkit-box-shadow: 2px 2px 2px #efefef; 
	-moz-box-shadow: 2px 2px 2px #efefef; 
	border: 1px solid #ccc;
	color: #222;
	padding: 5px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.contactbox {
	margin: 10px 10px 10px 0;
	width: 205px;
	line-height:1.3;
	height: 55px;
	float: left;
	padding: 10px;
	-webkit-box-shadow: 2px 2px 2px #efefef; 
	-moz-box-shadow: 2px 2px 2px #efefef; 
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #ccc;
	font-size: 12px;
}


/* Members */

/* tables */

table {
	border-top: 1px dotted #ccc;
	border-collapse:collapse;
	margin-bottom:15px;
	}

	caption {
		text-align:left;
		font-size:15px;
		padding-bottom:10px;
		}
		
	table td,
	table th {
		padding:5px;
		vertical-align:middle;
		font-size: 12px;
		line-height:16px;
		}	

	table td img {
		margin: 15px 0;
		text-align:right;
	}

	thead th {
		background:#fff;
		}

		thead th[colspan],
		thead th[rowspan] {
			background:#fff;
			}

	tbody th,
	tfoot th {
		text-align:left;
		background:#91c5d4;
		}

	table tbody tr {
		border-bottom: 1px dotted #ccc;
	}

/* Large footer area */

#footer {
	width: 100%;
}

#eosfooter h3,
#sponsorsfooter h3 {
	font-size: 14px;
	text-transform:uppercase;
	margin: 0 0 10px 0;
}

#eosfooter h3:before,
#sponsorsfooter h3:before {
	content: "\002B \0020";
}

#eosfooter {
	width: 100%;
	overflow:hidden;
	padding: 20px 0;
	margin: 10px 0;
	height: 170px;
	border-top: 1px dotted #CB272B;
	border-bottom: 1px dotted #CB272B;
}

#eosfooter ul {
	position:relative;
	float: left;
	left: 50%;
}

	#eosfooter ul li {
		font-size: 14px;
		position:relative;
		right:50%;
		float:left;
		margin: 0 10px;
		display:block;
		text-indent:50px;
		text-align:left;
		height:136px;
		width: 107px;
}

	#eosfooter ul li a {
		height:130px;
		width: 107px;
		display:block;
		float: left;
		background-repeat: no-repeat;
		background-position:top center;
		text-align:center;
		margin: 0 10px 10px 10px;
		color: #222;
		text-decoration:none;
	}

	#eosfooter ul li.eos-2010 {
		width: 178px;
		text-align:center;
		text-indent:20px;
	}

	#eosfooter ul li.eos-2010 a {
		background-image:url(assets/eos-2010.jpg);
		width:178px;
	}

	#eosfooter ul li.eos-2009 a {
		background-image:url(assets/eos-2009.jpg);
	}

	#eosfooter ul li.eos-2008 a {
		background-image:url(assets/eos-2008.jpg);
	}

	#eosfooter ul li.eos-2007 a {
		background-image:url(assets/eos-2007.jpg);
	}

	#eosfooter ul li.eos-2006 a {
		background-image:url(assets/eos-2006.jpg);
	}

	#eosfooter ul li.eos-2004 a {
		background-image:url(assets/eos-2004.jpg);
	}

#sponsorsfooter {
	height: 95px;
	width: 100%;
	overflow:hidden;
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px dotted #666;
}

#sponsorsfooter ul {
	float: left;
	left: 50%;
	position:relative;
}

	#sponsorsfooter ul li {
		float: left;
		position:relative;
		right:50%
	}

	#sponsorsfooter ul li a {
		display:block;
		float: left;
		background-repeat: no-repeat;
		background-position:top center;
		padding-bottom: 10px;
		margin: 0 20px;
		color: #222;
		text-decoration:none;
		text-indent:-10000px;
	}


	#sponsorsfooter ul li.westminster a {
		background-image:url(http://nahemi.org/site/wp-content/uploads/2010/05/Westminster-logo.jpeg);
		width: 170px;
		height: 34px;
	}
	
	#sponsorsfooter ul li.skillset a {
		background-image:url(assets/skillset-logo.jpg);
		width: 134px;
		height: 32px;
	}
	
	#sponsorsfooter ul li.kodak a {
		background-image:url(assets/kodak-logo.jpg);
		width: 53px;
		height: 48px;
	}

	#sponsorsfooter ul li.ntfs a {
		background-image:url(assets/ntfs-logo.jpg);
		width: 53px;
		height: 48px;
	}

	#sponsorsfooter ul li.bfi a {
		background-image:url(assets/bfi-logo.jpg);
		width: 56px;
		height: 51px;
	}

#footer p {
	margin: 10px 0 20px 0;
	font-size: 11px;
}

	#footer p a {
		color: #666;
	}
