@charset "UTF-8";

/*
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/
   All associated graphics belong to their respective owners and are licensed separately.
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left   .graphic, img.wide.left,   .wide.left video,   .wide.left audio   { display:block; margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center, .wide.center video, .wide.center audio { display:block; margin-left:auto; margin-right:auto; }
.wide.right  .graphic, img.wide.right,  .wide.right video,  .wide.right audio  { display:block; margin-left:auto; margin-right:0px; }


.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}

/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

.photogrid-index-bottom { clear:left; }

.HTMLElement { overflow:hidden; }

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

/* - - - - - - - - - - - - - - - - - - - - -

Title : Fluency Style

- - - - - - - - - - - - - - - - - - - - - */

/* ------------------------------------------------------------

	css

------------------------------------------------------------ */

*{
	margin: 0;
	padding: 0;
}
body{
	background: #F2F1ED url("images/bg.png") repeat-x top;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%; /* http://www.clagnut.com/blog/348/ */
	line-height: 1.9em;
	text-align: center;
}

/* links  */

a{
	color: #9F3F17;	
	text-decoration: underline;
}
a:hover{text-decoration: none;}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* tables & forms */

input, select, th, td {font-size:1em}

/* ------------------------------------------------------------

	page structure

------------------------------------------------------------ */

#page-container{
	text-align: left;
	font-size: 1.2em;
	background: url("images/shadow.png") no-repeat top;
	padding-top: 3px;
	width: 796px;
	margin: 0 auto;
}
#page{
	width: 762px;
	background: #fff;
	margin: 0 auto;
}
#page-top{
	background: black;
	padding: 0 0 15px 0;
}
#title{
	border-top: 5px solid #491E00;
	padding: 20px 20px 15px 20px;
	margin: 0 auto;
	font-size: 1.2em;
}

/* ------------------------------------------------------------

	title

------------------------------------------------------------ */

#title h1, #title p, #logo-container{
	display: block;
	margin: 0;
	color: #9F3F17;
	position: relative;
}
#title h1{margin-bottom: 5px;}
#title p{font-style: italic;color: #777;}
#logo{
	margin-bottom: 10px;
	position: absolute;
	z-index: 10000;
	top: 63px;
	left: 0;
}

/* ------------------------------------------------------------

	sitemenu-container

------------------------------------------------------------ */

#sitemenu-container{
	height: 210px;
	background: url("images/banner.jpg") no-repeat center;
	width: 760px;
	position: relative;
}
	#sitemenu-content{
		position: absolute;
		top: -50px;
		right: 0;
		color: #333;
	}
		#sitemenu-content ul{
			list-style: none;
			overflow: hidden;
			margin: 0;
		}
			#sitemenu-content ul li{
				float: left;
				margin: 0 2px;
				padding: 0 12px;
				border-right: 1px solid #333;
				width: auto;
			}
				#sitemenu-content ul li a{
					float: left;
					display: block;
					text-align: center;
					width: auto;
				}
				#sitemenu-content li.currentPage{}
				#sitemenu-content li.last-item{border: none !important;}

/* ------------------------------------------------------------

	page-content

------------------------------------------------------------ */

#page-content{
	overflow: hidden;
	background: #fff;
	padding: 0 0 0 10px;
	border-top: none;
}
				
/* ------------------------------------------------------------

	main-content

------------------------------------------------------------ */

#main-content{
	float: left;
	width: 450px;
	padding: 0 10px 10px 5px;
}
	#main-content h2{
		border-bottom: 1px solid #CCC;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 2.0em;
		letter-spacing: -1px;
	}
	#main-content h3{
		font-size: 1.6em;
		border-bottom: 1px solid #CCC;
		padding-bottom: 10px;
	}	
	#main-content .article-summary p{
		margin: 10px 0;
	}
	#main-content .article-info .timestamp{
		margin: 10px 0;
		text-align: center;
		color: #999;
	}

/* callout */	

.callout {
    float: right;
    width:200px;
    margin: 0px 0 0 20px;
	font-size: 11px;
	color: #777;
}

.callout h4 {
	font-size: 14px;
	margin: 0;
	color: #333;
	padding: 5px 0;	
	border-bottom: 1px solid #ccc;
}
.callout ul {
	margin-left: 20px;
}
.callout .bordered h4 {
	padding: 5px 10px;
}
.callout .bordered p {
	padding: 0 10px;
}
	
/* forms */	

form label{
	font-weight: bold;
}
form input.fullWidth, form textarea{
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 20px;
}
form input.submit{
	margin: 0 auto;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}

/* used on photo grid pages ... */
 
.gridItem {float:left;position:relative; width:138px; height:168px; overflow:hidden;margin:0 4px 4px 0; text-align:center; padding: 4px 0;}
.gridItem h3 {font-size:12px !important; line-height:1.4em; font-weight:normal; padding: 0; text-align:center; position:absolute; top:125px; left: 0;width:138px;border: none !important;}
.gridItem img {margin: auto!important; display:block;}
	
/* used on index summary pages */

#index, .photogrid-index, general-index{margin-top: 25px;overflow: hidden;height: 1%;display: block;clear: both;}
#index img{margin-right: 5px;}
.listing-index ul {}
.listing-index li h3 a {text-decoration:none;font-size:1.2em;font-weight:normal;}
	
/* ----------- individual photo ---------------- */

.photo-navigation{position: relative;overflow: hidden;padding: 20px 0;margin: 0 auto 10px auto;width: 200px;}
.photo-navigation .previous-page .imageLink,.photo-navigation .collection-index .imageLink, .photo-navigation .next-page .imageLink {display: block; text-indent: -10000px;width: 34px; height: 34px;}
.photo-navigation .previous-page .imageLink{background: url("images/arrow_l.gif") no-repeat;}
.photo-navigation .previous-page .imageLink:hover {background: url("images/arrow_l.gif") no-repeat 0 -34px;}
.photo-navigation .next-page .imageLink {background: url("images/arrow_r.gif") no-repeat;}
.photo-navigation .next-page .imageLink:hover {background: url("images/arrow_r.gif") no-repeat 0 -34px;}
.photo-navigation .collection-index .imageLink {background: url("images/arrow_list.gif") no-repeat;position: absolute;right: -17px;}
.photo-navigation .collection-index .imageLink:hover {background: url("images/arrow_list.gif") no-repeat 0 -34px;}
.ImageElement, .VideoElement { text-align:center;}

/* navigation links */

#previous-photo	{
	position: absolute;
	left: 0;
	top: 0;
}
#next-photo {
	top: 0;
	position: absolute;
	right: 0;
}
#photo-list{
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 0;
}

/* ExtraContent CSS */

.column { float: left; }
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.two3rds { width: 66%; }
.three4ths { width: 75%; }
.four5ths { width: 80%; }
.column .content { width: 90% ! important; margin: 0 auto; padding: 0 ! important; float: none ! important;}
.column .content h2 { font-size: 1.6em !important; }

/* ------------------------------------------------------------

	sidebar-container

------------------------------------------------------------ */

#sidebar-container{
	float: right;
	width: 240px;
	font-size: 11px;
	padding-top: 13px;
	color: #777;
	padding: 15px 15px 0 20px;
	background: url("images/divider.jpg") no-repeat left top;
}
	#sidebar-container h2,#sidebar-container h3,#sidebar-container h4{
		font-size: 14px;
		margin: 0;
		color: #333;
		padding: 5px 10px;	
		border-bottom: 1px solid #ccc;
	}
	#sidebar-container ul, #sidebar-container ol{margin-left: 20px;}
	#sidebar-container p{padding: 0 10px;}
	
/* ------------------------------------------------------------

	page-bottom

------------------------------------------------------------ */

#page-bottom{
	color: #9E9E9E;
	padding: 15px;
	font-size: 11px;
	text-align: center;
	background: #F2F1ED;
	border-top: 3px solid #E6E6E2;	
}
	#page-bottom a{color: #333;}

/* ------------------------------------------------------------

	global

------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 { margin: 15px 0 0 0; }
p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }
a img{ border:none; }
hr, .hide, .hidden {display: none;}
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
.left{ float:left;width: auto; }
.right{ float:right;width: auto; }
.bordered{border: 1px solid #CCC;background: #FAFAFA;padding: 0 0 0 0;}
.pagelet{margin-bottom: 20px;}

/* custom */
.no-sidebar #main-content{
	width: 720px;
}
.no-sidebar #sidebar-container{
	display: none;
}

/* ------------------------------------------------------------

	browser issues

------------------------------------------------------------ */

.floatclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.floatclear {display: inline-block;}

/* hides from IE-mac \*/
* html .floatclear {height: 1%;}
.floatclear {display: block;}
/* end hide from IE-mac */

/* end */

.callout-container, .graphic-container { clear:both; }

#sitemenu-container { background-image: url("banner.jpeg"); }

