@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: Banff CentreZine 
Theme URI: http://www.banffcentre.ca/
Description: A customized version of Michael Hutagalung's <a href="http://michaelhutagalung.com/2008/05/banffcentrezine-magazine-blog-wordpress-theme-released/">banffcentrezine</a> theme combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung, Christopher Lamothe, Redesign by Stephen Nelson
Author URI: http://www.banffcentre.ca/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
/* added elements for inspired formating*/
#navbar {
margin-top: 0px;
padding-top: 0px;
}
/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFF;
	color: #000;
	line-height: 22px;
	letter-spacing: 0px;
	padding-top: 0px;
	} 

p {	
	margin: 0px 0;
	}

a:link, a:visited {
	color: #29789E;
	text-decoration:none
	}

a:hover, a:active {
	color: #29789E;
	text-decoration:underline;
	}

a img {
	border:0;
	}
img { -ms-interpolation-mode: bicubic; }

code {
	font: 12px 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 10px;
	letter-spacing: 0px;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font: 12px Arial, Helvetica;
	line-height: 22px;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:970px;
	margin:0px auto;
	margin-top:0px;
	padding:0px;
	font-size: 10px;
	}


#page {
	width:970px;
	margin:0px auto;
	padding: 0px;
	}

.left, .alignleft {
	float:left;
	}
	
	.alignleft {
	margin-right: 60px !Important;
	padding: 0px;
 
	
}


	.alignright {
	margin: 0px 60px 10px 10px;
}


.right, .alignright {
	float:right;
	}
.right img {
padding-top: 50px;
}

/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:0px;
	padding: 9px 0px 0px 6px;
	height: 58px;
	text-transform:uppercase;
	background-image:url(images/inspired/nav-bg.png);
	background-repeat: no-repeat;
	/*removes space above nav for ie*/
	*margin-top: -3px;
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid C5DB00;
	}

#page-bar li:hover {
	background: #54b4df;
	color: #266987;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 0px 10px 5px 18px;
	
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 0px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
 	font-size: 25px;
	}

h2 {
font-size: 20px;
	}

h3 {
	font-size: 15px;
	}

h4, h5, h6 {
	font-size: 12px;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing: 0px;
	font-size: 10px;
	}

h3#respond {
	font-size: 20px;
	margin:0px 36px 0px 36px;
	padding-top:22px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0px 36px 0px 36px;
}	
h1, h2, h3, h4, h5, h6 {
	color:#29789E;
	font-weight: normal;
	line-height: 22px;
}
#content  p, #content  ul, #content  address, #content  pre {
	margin: 0px 36px 22px 36px;
	}
p, ul, address, pre {
	font-size: 12px;
	line-height: 22px;
}
ul li{
list-style:georgian;
padding: 0px;
margin: 0px;
}
/* Index Page*/

#logo {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding: 22px 0px 0px 0px;
	}

#headline {
	width:620px;
	margin-top: 0px;
	padding: 36px 0px 0px 0px;
	float:left;
	background:#fff;
	background-image: url(images/inspired/column-large-bg.png);
	background-repeat: no-repeat;
	font-size:1.05em;
	line-height: 22px;
	}

#headline  div.title {
	
	font: 20px;
	display:block;
	padding: 22px 0px 0px 36px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 36px;
	}
.linker {
	font-size: 13px; 
	padding: 0px 0px 22px 16px;
	}
#headline p {
	font-size: 13px; 
	line-height: 22px;
	padding: 0px 0px 0px 36px;
	}

#featured {
	width:338px;
	background-image:url(images/inspired/column-small-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	float:right;
	padding:22px 0px 0px 0px;
	}
#featured h3 {

}

#featured .clearfloat {
	margin-top: 0px;
	margin-bottom:0px;
	}

#featured .info {
	padding-left: 22px;
	font-size: 15px;
	letter-spacing: 0px;
	/* removed by chris */
	/* float: right; */
	}

#featured .title {
	font-weight: normal;
	/*added by chris */
	font-size: 15px;
	padding-left: 0px;
	}



#headline a img, #featured a img, #front-list a img {
	border:3px solid #c9ecfb;
	}
#headline a:hover img, #featured a:hover img, #front-list a:hover img  {
	border:3px solid #29789E;
}

#middle {
	width: 970px;
	background:#fff;
	float:right;
	padding:10px 0px 0px 0px;
	margin:10px 0px 0px 0px;
	display: none;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #C5DB00;}
#cat-2, #cat-4 {border-top:8px solid #29789E;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size: 13px;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#C5DB00; color:#2c2c2c; }
#cat-2:hover, #cat-4:hover {background:#29789E; color:#2c2c2c; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#C5DB00; color:#2c2c2c; }
#cat-2:hover a, #cat-4:hover a {background:#29789E; color:#2c2c2c; }

#bottom {
	width: 970px;
	}

#front-list {
	width:620px;
	background:#fff;
	padding-top: 22px;
	font-size: 13px;
	line-height: 22px;
	float:left;
	margin-top: 22px;
	background-image: url(images/inspired/column-large-bg.png);
	background-repeat: no-repeat;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height: 22px;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title, #headline .title  {
	font-weight: normal;
	font: 20px Arial, Helvetica;
	}
#front-list .title {
margin-left: 20px;
}
#front-list .clearfloat, #archive .clearfloat {
	margin-top: 20px;
	padding-bottom:10px;
	
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;

	}

#front-list p, #archive p {
	margin:0px 0px 22px 0px;
	padding:0px 22px 0px 36px;
	}

.author {
	font-size: 10px;
	font-weight:bold;
	}

.meta {
	font-size: 11px;
	color:#333;
		margin-top:-5px;
	margin-bottom: 5px;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:620px;
	background:#fff;
		background:#fff;
	background-image: url(images/inspired/column-large-bg.png);
	background-repeat: no-repeat;
	margin-top: 6px;
	padding: 0px 0px 0px 0px;
		font-size: 12px;
	line-height: 22px;
	float:left;
	min-height:400px;
	}


.breadcrumbs {
	margin: 0px 0px 0px 36px;
	display:block;
	width: 900px;
	font-size: 12px;
	color: #CCCCCC;
}
.breadcrumbs a {
color: #999999;
}
#content p {
		margin-top: 0px;
}
#content h2.title {
	margin-bottom: 22px;
	margin-top: 38px;
	}
#content h2.singletitle {
margin-bottom: 0px !important;
}
.post {
	font-size:13px;
	line-height: 22px;
	}
.post h2 {
	margin-top: 0px 36px 0px 36px;
	}
.post p {
	margin-top: 0px 36px 22px 36px;
	}

.wp-caption {
	font-style: italic;
	font-size: 11px;
}



.post .clearfloat {
	
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:3px solid #c9ecfb;
	margin:0 10px 5px 36px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:22px;
	}

#stats {
	margin: 0px 0px 0px 36px;
	padding:  0px;
	font: 12px Arial, Helvetica;
	font-weight: normal;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#666;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* 
*/
#sidebar {
	width:338px;

	float:right;
	margin:6px 0px 0px 0px;
	}



#sidebar-top, #sidebar-bottom {
	width:338px;
	float:right;
	padding:22px 0px 0px 0px;

	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	padding: 22px 0px 0px 0px;
	}
#sidebar-bottom {
height: 240px;
}
#sidebar-middle, #sidebar-bottom, #sidebar-top {
	width:338px;
	background-image:url(images/inspired/column-small-bg.png);
	background-repeat: no-repeat;
	float:right;
	}
#sidebar-botom h3 {
font-weight: normal;
	font: 20px Arial, Helvetica;
}
#sidebar-bottom h3 {
padding-left: 22px;
padding-right: 28px;
}
#sidebar-bottom p {
padding-left: 37px;
padding-right: 34px;
}
#sidebar-left {
	width:105px;
	padding:0px 0px 0px 0px;
	float:left;
 
	}

#sidebar-right {
	width:105px;
	padding:0px 10px 0px 10px;
	float:right;
	}
#content li {
	list-style:none;
	display:block;
	padding:0px 0px 0px 13px;
	background:url(images/sub.gif) no-repeat 0 0px;
	margin-left: 22px;
	}

#sidebar li {
	list-style:none;
	display:block;
	padding:0px 0px 0px 13px;
	background:url(images/sub.gif) no-repeat 0 0px;
	margin-left: 22px;
	}
#sidebar-middle h3 {
margin-left: 22px;
}
#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:338px;
	float:right;
		background-image:url(images/inspired/column-small-bg.png);
	background-repeat: no-repeat;
	margin-bottom:10px;
	padding:0px;
	
	margin-top:0px;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:12px;
	}

#s {
	padding:1px;
	font-size:13px;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}
#search input {
color: #999999;
border: 0px;
}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:12px;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 12px;
	color:#266a8a;
	}
	
#commentform small {
	background:#FFF;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size: 12px;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size: 10px;
	color:#fff;
	width: 940px;
	margin: 0 auto;
	padding:10px;
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#29789E;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size: 10px;
	padding-top:10px;
	padding-bottom:10px;
	background-image: url(images/inspired/deivder-wide.gif);
	background-repeat: no-repeat;
	background-position: top center;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* Hides the "Features" side bar on front page of blog while keeping it
 on all other pages of blog */
body div#page.clearfloat div#bottom.clearfloat div#sidebar div#featured{
	display: none;
}

body div#page.clearfloat div#bottom.clearfloat div#sidebar #sidebar-ads {
	margin-top:0;
}


#prevnext {
margin-left: 36px;
}

/*formating for banff centre logo */
.tbc {
	padding-top: 0px;
}
/*-----image formating -------*/
.nav-image, img.nav-image {
float: left;
margin: 0px 0px 0px 22px;
padding: 0px;
}
img.featured-image, img.headline-image {
margin-left: 36px;
}


.navheading {
padding-left: 22px;
font-size:20px;
padding-top: 16px;

margin-bottom: 22px;
letter-spacing: 0px;
}
.navheading-color {
color: #4bafdc;
}
.issueDate {
color: #29789E;
padding-left: 36px;
font-size: 20px;
letter-spacing: 0px;
}
.issueDateColor {
color: #4bafdc;
}
span.indicator, indicator {
font-size: 19px;
line-height: 18px;
color: #2d96c4;
margin-left: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
}
img.ads {
margin: 22px 0px 0px 36px;
}

.social-footer {
float: right;
vertical-align: text-top;
}
.front {
margin: 0px 0px 0px 0px !important;
line-height: 20px;
}
.mtop0 {
margin-top: 0px !important;
}
.indent1 {
margin-left: 36px;
}
.front-list-type {
float: left;
display: block;
width: 340px;
}
#feature a.front-list-link {
margin-top: 0px;
padding: 0px;
margin-left: 20px !important;
}
.front p {
margin: 0px 0px 0px 0px !important;
padding: 0px !important;
}
.front-list-type .meta {
margin-left: 20px !important;

}
#front-list div.meta {
	display:block;
	margin-top:-5px;
	margin-bottom: 5px;
	}
	
#content blockquote, #content blockquote  p{
	margin: 0px 36px 0px 36px;
	font-size: 15px;
	color: #29789E;


}
#content blockquote {
	background-color: #F3F9FC;
	border-top: 2px solid #DAEEF7;
	border-bottom: 0px solid #DAEEF7;
		padding-top: 21px;
	padding-bottom: 21px;
	margin-bottom: 21px;
}
#content p.wp-caption-text {
	font-size: 11px !important;
	line-height: 15px !important;
	margin-right: 0px !important;
}
