/* @override http://www.storytellermn.com/wp-content/themes/storyteller/style.css */

/*  
Theme Name: Storyteller
Theme URI: http://www.storytellermn.com
Description: Customized demar theme for Storyteller Media & Communication.
Author: Evan Heisler
Version: 1.0
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ SEARCH FORM
	- COMMENTS
	- FOOTER
	- USEFUL








/*	##################################
   	GENERAL
	################################## */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #1b1b1b url(img/bkgFade.gif) repeat-x left top;
	font: 11px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}
#container {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#subNavTop {
	margin: 0 auto;
	padding: 35px 20px 10px;
	float: right;
	width: 520px;
	font-size: 10px;
	text-align: right;
	color: #d0d0d0;
}
#flash {
	margin: 0 auto;
	padding: 0;
	height: 418px;
}
p {
	font-size: 11px;
	line-height: 18px;
}

p.intro {
	float: left;
	margin: 0 20px 20px 0;
	width: 300px;
	}
	
#awards p {
	padding: 0 20px 0 20px;
	}

#awardContent span {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	}

#subNavTop a {
	text-decoration: none;
	color: #999999;
}
#subNavTop a:hover {
	text-decoration: none;
	color: #146cac;
}

a {
	color: #146cac;
	text-decoration: none;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #c7532d;
}

img {
	border: none;
}

.authorPhoto img {
	border: 1px solid #666;
	float: left;
	margin: 15px 10px 0px 0;
	}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

ul.news {
	color: #999;
	font-size: 12px;
	margin: 0 0 20px;
	}
	
ul.news li {
	background: url('img/divider.gif') bottom center no-repeat;
	list-style-type: none;
	padding: 6px 0;
	}
	
a.news, #awards a {
	background: url('img/arrow.gif') center right no-repeat;
	padding-right: 10px;
	}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 970px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
	
#header {
	width: 300px;
	height: 25px;
	margin: 0 auto;
	float: right;
	position: relative;
	left: 344px;
}

#content {
	background: white url(img/bkgContent.gif) repeat-y center top;
	width: 970px;
	margin: 0 auto;
	padding: 0;
}

#content-left {
	float: left;
	padding: 30px 0 0 40px;
	width: 540px;
}

#content-right {
	float: right;
	padding: 30px 30px 0 0;
	width: 220px;
}

#awards {
	float: left;
	padding: 30px 0 0 80px;
	width: 230px;
	}
	#awardContent {background: url('img/awardBG.jpg') center bottom no-repeat; margin-bottom: 20px; padding-bottom: 10px;}
	
#columnl {
	float: left;
	width: 340px;
	}
	
#columnr {
	float: left;
	width: 180px;
	}


/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	color: #146CAC;
	margin: 0 0 12px 0;
	font:bold 18px/18px Verdana, Tahoma;
}

h2.home {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	position: relative;
	}

h2#blogName, h2#blogName a {
	color:#333333;
	font-size: 24px;
	line-height: 48px;
	text-decoration: none;
}
h2#blogName {line-height: 30px;}

h2#blog-description {
	position: relative;
	margin: 0px;
	padding: 0px;
	font:normal 11px/15px Verdana, Tahoma;
	color: #333333;
}

h2 {
	margin:0 0 20px 0;
	padding: 0px;
	font:normal 14px/14px Verdana, Tahoma;
}

h3 {
	color: #146CAC;
	margin: 0 0 12px 0;
	font:bold 15px/18px Verdana, Tahoma;
}

#page .homepage h3 {
	color: #eee;
	margin: 0 0 12px 0;
	font:bold 15px/18px Verdana, Tahoma;
	}

#awards h3 {
	background: url('img/awardHeader.jpg') top center no-repeat;
	color: #fff;
	font-size: 14px;
	height: 22px;
	margin: 0;
	padding: 4px 0 0 20px;
	}
	
#awards h1 {
	font-size: 12px;
	padding: 0px 20px;
	}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
}

#page h3.articleHeading {
	font:bold 18px/24px Verdana, Tahoma;
	padding-top: 30px;
	}
	
#page h3 {
	color: #333333;
	font-size: 13px;
	margin: 10px 0 5px 0;
	}
	
#page h3#single {
	margin: 0 0 5px;
	padding: 0;
	}

h4 {
	font-size: 13px;
	margin: 8px 0 3px 0;
}

/*	##################################
   	HEADER
	################################## */
	
a#logoTop {
	background: url('img/logoTop.gif') top left no-repeat;
	display: block;
	height: 126px;
	margin-top: -10px;
	padding: 0;
	width: 309px;
	text-indent: -9999px;
	}

#header ul {
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

/*.page_item a {
	display: block;
	width: 100px;
	height: 22px;
	margin: 0px;
	padding: 8px 0 0 0;
	background: url(img/bg-menu.gif) no-repeat left top;
	font:normal 11px/11px Verdana, Tahoma;
	color:#fff;
	text-decoration: none;
	text-align: center;
}

.page_item a:hover {
	background: url(img/bg-menu-hover.gif) no-repeat left top;
}

.current_page_item a, .current_page_item a:hover {
	background: url(img/bg-menu-active.gif) no-repeat left top;
	font:bold 11px/11px Verdana, Tahoma;
	color:#363636;
}*/

/*  ##################################
	MAIN NAVIGATION
	################################## */
	
#nav {
	background:#577da2;
	border-bottom:1px solid #FFF;
	height:32px;
	}

#nav li {
	margin-right:25px;
	}

#nav li, #subnav li {
	float:left;
	list-style:none
	}

#nav a, #nav a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold
	}

#nav a:hover, #nav a:active,
li.current_page_parent a,
li.current_page_parent a:visited,
#nav li.current_page_item a,
#nav li.current_page_item a:visited
        {
	background:#295887
	}

#subnav {
	background:#e6eef7;
	border-top:2px solid #577da2;
	border-bottom:2px solid #cad8e6;
	height:28px;
	}

#subnav li {
	border-right:1px solid #295887;
	padding:0 7px;
	}	

#subnav a, #subnav a:visited {
	color:#295887;
	text-decoration:none;
	font-weight:bold
	}

#subnav a:hover, #subnav a:active,
#subnav li.current_page_item a,
#subnav li.current_page_item a:visited {
	text-decoration:underline
	}


#mainNav {
	background: url('img/bgNavInactive.gif') top left repeat-x;
	height: 30px;
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#mainNav ul {
	float: right;
	margin: 0;
	}
	
#mainNav ul li {
	border-left: 1px solid #3c3c3c;
	float: left;
	list-style-type: none;
	}

#mainNav ul li a {
	color: #fff;
	display: block;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 0;
	padding: 0 20px;
	}
	
#mainNav ul li a:hover {
	background: url('img/bgNavActive.gif') top left repeat-x;
	}

body.home #mainNav ul li.li1 a,
body.relations #mainNav ul li.li2 a,
body.services #mainNav ul li.li3 a,
body.newsRoom #mainNav ul li.li4 a,
body.storyTellers #mainNav ul li.li5 a {
	background: url('img/bgNavActive.gif') top left repeat-x;
	}

/*	##################################
   	CONTENT
	################################## */

#pages {
	margin: 0px;
	}
	
/** box left */

.box-left {
	margin: 0 0 40px 0;
	clear: both;
}
	
.meta {
	font: 10px/10px Verdana, Tahoma;
}

.meta-date {
	border: 1px solid #666;
	display: block;
	float: left;
	margin-right: 12px;
	text-transform: uppercase;
	width: 35px;
}

.meta-date p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

.meta-date p.month {
	background: #5f5f5f;
	color: #fff;
	padding-top: 2px;
	}

.meta-categories {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 3px 0 7px 15px;
}

.meta-comments {
	display: block;
	padding: 4px 0 0 15px;
}

.box-left img {

}

/** wordpress css */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/** box right */

.box-right {
	margin: 0 0 20px 0;
	clear: both;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

li.cat-item ul.children {
	margin: 0px;
	padding: 0px;
}

li.cat-item ul.children li {
	margin: 0px;
	padding: 0px;
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#146CAC;
	font-weight: normal;
	text-align: inherit;
}

/** search form */

#search {
	width: 150px;
	padding: 5px;
	color: #ccc;
	border: 1px solid #f2f2f2;
}

#search-submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}

/** wp-calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}


/*	##################################
   	COMMENTS
	################################## */
	
h4#comments, h4#respond {
	margin:0 0 20px 0;
}	
	
.comment {
	margin:0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

.comment-details {
	margin: 0 0 10px 0;
}

.comment-text p {
	margin: 0px;
	padding: 0px;
}

/** comment form */

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

input.submit {
	width: auto;
	margin: 0;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}


/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {

}

#footer {
	width: 970px;
	margin: 0 auto;
	padding: 0px !important;
	padding: 20px 0 0 0;
}
	
a#logo {
	background: url('img/logoBottom.gif') top left no-repeat;
	display: block;
	float: left;
	height: 61px;
	margin-top: -20px;
	padding: 0;
	width: 142px;
	text-indent: -9999px;
	}
	
#footer ul {
	text-align: right;
	}
	
#footer ul li {
	border-right: 1px solid #5f5f5f;
	float: left;
	list-style-type: none;
	}
	#footer ul li.last {border-right: none;}
	
#footer ul li a {
	color: #5f5f5f;
	padding: 6px 8px;
	}
	
#footer ul li a:hover {
	color: #146cac;
	}
	
#footer ul li.last a {
	background: url('img/iconrss.gif') right center no-repeat;
	padding-right: 24px;
	}

#legal {
	float: left;
	width: 540px;
}

#webdemar {
	float: right;
	width: 220px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
	margin: 0;
	padding: 0;
}