/*
Theme Name: TalonWP Online - Harker Journalism
Theme URI: http://talonwp.com
Description: The default WordPress theme created for Harker Journalism's Website by <a href="http://devinphoto.smugmug.com/">Devin Nguyen</a>.
Version: 1.1
Author: Devin Nguyen
Author URI: http://devinphoto.smugmug.com/

	TalonWP
	http://talonwp.com/

	This theme was designed and built by Devin Nguyen.

*/

/* Header/Default/Footer */
body {
	margin: 0;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #303940;
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
}
#mainContainer {
}
#content {
	width: 1024px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
}
#content a {
	color: #000000;
	text-decoration: none;
	outline: none;
}
#content a:hover {
	color: #555555;
	text-decoration: underline;
}

/* Header Section */
#header {
	min-width: 1024px;
	width: 100%;
	height: 7em;
}
#headerContent {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	float: left;
	background-image: url('images/header_logo.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 310px;
	height: 90px;
	margin-top: 0.5em;
}
#headerTitle {
	margin-top: 0;
	float: right;
}
#headerTitle p {
	font-size: 0.8em;
	font-style: italic;
	background-color: #3F5165;
	color: #FFFFFF;
	padding: 6px;
	margin-top: 40px;
}
#headerTitle span {
	font-size: 0.8em;
	font-style: italic;
	background-color: none;
	color: #FFFFFF;
	padding: 6px;
	float: right;
	margin-top: 10px;
}

/* Sections/Categories Tabs */
#menu {
	width: 1024px;
	height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0.7em;
}
#menu-left {
	float: left;
	margin-left: 1.5em;
}
#menu-left ul {
	margin: 0;
	padding: 0;
}
#menu-left ul li {
	list-style-type: none;
	background-color: #3F5165;
	display: inline;
	margin-right: 1em;
	padding: 5px 10px 5px 10px;
}
#menu-left ul li:hover {
	padding-top: 0.7em;
}
#menu-left ul li a {
	color: #FFFFFF;
}
#menu-left ul li a:hover {
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

#menu-right {
	float: right;
	margin: 0;
	padding: 0;
}
#menu-right ul {
	margin: 0;
	padding: 0;
}
#menu-right ul li {
	list-style-type: none;
	background-color: #EFEEE4;
	display: inline;
	margin-left: 1em;
	padding: 5px 10px 5px 10px;
}
#menu-right ul li:hover {
	padding-top: 0.7em;
}
#menu-right ul li a {
	color: #3F5165;
}
#menu-right ul li a:hover {
	border-bottom: 2px solid #3F5165;
	color: #3F5165;
	text-decoration: none;
}

/* Footer */
#footer {
	background-color: #2A3E4C;
	min-width: 1024px;
	width: 100%;
	height: 13em;
	z-index: 100;
	color: #FFFFFF;
	border-top: 3px solid #888888;
}
#footer img {
	float: left;
	margin-top: 1em;
}
#footerContent {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#linkslogo {
	margin-left: 1em;
}
#links {
	float: left;
	width: 30%;
	padding-top: 0.2em;
}
#links h2 {
	font-size: 1em;
}
#links ul li {
	list-style-type: none;
	list-style-position: outside;
}
#links ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#links ul li a:hover {
	color: #999999;
	text-decoration: underline;
}
#links ol {
	margin: 0 0 0 2.5em;
	padding: 0;
	position: relative;
	bottom: 1em;
}
#links ol li {
	float: left;
	list-style-type: none;
	padding-right: 0.5em;
}
#links ol li a img{
	outline: 0;
	border: none;
}
#copyright {
	float: right;
	padding-top: 1em;
	width: 50%;
	font-size: 0.8em;
	text-align: right;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
.cred {
	color: #999999;
	font-size: 0.9em;
}
#submit{
	background-color: #FFFFFF;
	color: #566A7B;
	font-weight: bold;
	font-size: 1;
	padding: 3px;
	border: none;
}

/* Main Story */
#mainStory {
	min-width: 1024px;
	width: 100%;
	min-height: 300px;
	width: 100%;
}
#mainStory a img {
	outline: none;
	border: 0;
}
#storyArticle {
	float: left;
	background-color: #EFEEE4;
	width: 574px;
	height: 100%;
	min-height: 300px;
	max-height: 300px;
}
#storyArticle h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1.5em;
	padding: 0 1em 0 1em;
	margin-top: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #DEDBCE;
	border-bottom: 3px solid #444444;
}
#storyArticle p{
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 0em;
	line-height: 1.5;
	font-size: 0.9em;
	text-align: justify;
}
#storyArticle .readmore {
	float: right;
	padding-right: 2em;
	color: #000000;
	font-size: 0.8em;
}
#storyArticle .readmore:hover {
	color: #8197B3;
}
#storyPicture {
	float: right;
	background-color: #444444;
	width: 450px;
}
#storyPicture img {
}

/* Additional Stories */
#miniStory {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	height: 15.5em; /* 2010-05-22 changed 14.5 >> 15.5 */
	background-color: #E5E4DB;
	text-align: left;
}
#miniStory h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1.3em;
	text-align: left;
}
#story1 {
	font-size: 0.9em;
	float: left;
	width: 433px;
	padding: 0.5em;
	padding-left: 2em;
	padding-right: 2em;
	line-height: 1.2;
	text-align: justify;
}
#story2 {
	font-size: 0.9em;
	float: right;
	width: 433px;
	margin-top: 0.5em;
	line-height: 1.2;
	text-align: justify;
}
.minireadmore {
	float: right;
	padding-right: 2em;
}
/* Social Networking and Media */
#media {
	min-height: 40.5em;
	height: 100%;
	margin-top: 1em;
}
#twitter {
	float: left;
	width: 493px;
}
#twitter_div a{
	color: #2878B1;
}
#twitter_div a:hover {
	text-decoration: underline;
}
#twitter_div li {
	border-bottom: solid 1px #000000;
	padding-bottom: 3px;
	list-style-type: none;
}
#slideshow {
	float: right;
	height: 400px;
	width: 503px;
}
#slideshow a:hover {
	text-decoration: underline;
}


/* About Page */
#about {
	width: 910px;
	height: 100%;
	background-color: #EFEEE4;
	margin-left: 40px;
}
#aboutpara {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	font-size: 0.9em;
	line-height: 1.8;
	background-color: #3F5165;
	color: #FFFFFF;
	padding: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: justify;
}
#aboutheading {
	width: 930px;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#about-listing {
	height: 1400px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#about-listing h4 {
	font-size: 1.1em;
	color: #232C40;
	text-align: left;
	padding-left: 100px;
	margin: 0;
}
#about-header h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 1em;
	margin-top: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #DEDBCE;
	border-bottom: 3px solid #444444;
}
#about-wp {
	width: 50%;
	float: left;
	padding: 0 0 1em 0;
}
#about-talon {
	width: 50%;
	float: right;
	padding: 0 0 1em 0;
}
#about table {
	border: none;
	color: #000000;
}
#about table tr {
	background-color: #CCCCCC;
	margin: 0;
	font-size: 0.9em;
}
#about table tr:hover {
	background-color: #778599;
	color: #FFFFFF;
}
#about table tr td {
	padding: 0.5em 1em 0.5em 1em;
}



.twitted {
	width: 16em;
	margin-bottom: 1.5em;
	border: 1px solid #888888;
	background-color: #FFFFFF;
}

.twitted h2 {
	margin: 0;
	padding: 0.6em 0.6em 0.6em 140px;
	font-size: 1em;
	color: #000000;
	background-color: #888888;
	background-image: url('images/twitter_logo.png');
	background-repeat: no-repeat;
	background-position: 28px 50%;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("images/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 28px;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #CCCCCC;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #3F7794;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #333333;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #FFFFFF;
	background-color: #CCCCCC;
}




/* Full Story */
#fullstory {
	width: 1024px;
	min-height: 600px;
	height: 100%;
	background-color: #EFEEE4;
	padding-bottom: 4em;
	margin-bottom: 5em;
	border-bottom: 1em solid #566A7B;
}
#fullstory-header p {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 1em;
	margin-top: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #DEDBCE;
	border-bottom: 3px solid #444444;
	margin-bottom: 1em;
}
#fullstory-text p {
	font-size: 0.9em;
	line-height: 2;
	padding: 0 2.5em 0 1.5em;
	text-align: justify;
}
#fullstory-text {
	padding: 0 1em 0 1em;
}
#fullstory-body p a {
}
#fullstory-body a img {
	outline: none;
	border: 0;
}


/* Wordpress stuff */
.edit-link {
	margin-left: 1em;
}
#fullstory-text li {
	margin-left: 1em;
}
#fullstory-text .indent {
	/*margin-left: 1em;*/
}
#index-body {
	padding-left: 1em;
}

#recent_stories {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1em;
	color: #FFFFFF;
	height: 1em;
	margin-top: 1em;
	width: 987px;
	padding: 10px 10px 10px 28px;
	background-color: #3F5165;
	overflow: hidden;
}
#recent_stories a {
	color: #FFFFFF;
}
#recent_stories a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#recent_stories ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 700px;
}
#recent_stories ul li{
	list-style-type: none;
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
}
#recent_stories ul li a{
	color: #FFFFFF;
	font-size: 0.9em;
	text-decoration: none;
}
#recent_stories ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.recent-title {
	float: left;
	padding: 0;
	margin: 0;
	width: 117px;
}
.recent-date {
	font-size: 0.8em;
	font-style: italic;
}
.more_text {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1em;
	color: #FFFFFF;
}
.more_text:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#fullstory-image {
	float: left;
	height: 300px;
	padding: 0 1em 1.5em 2em;
	text-decoration: none;
}
#fullstory-image:hover {
	text-decoration: none;
	color: #000000;
}
#fullstory a:hover {
	text-decoration: none;
}
.thecaption {
	font-size: 0.5em;
}

/* Maintenance */
#maintenance {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	min-height: 400px;
	background-color: #EFEEE4;
	border-bottom: 1em solid #566A7B;
	margin-bottom: 2em;
}
#maintenance-logo {
	width: 315px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
}
#maintenance-header {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 1em;
	margin-top: -1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #DEDBCE;
	border-bottom: 3px solid #444444;
}
#maintenance-message {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 2.5em;
	line-height: 2;
	padding: 2em;
	text-align: center;
}
#p404 {
	margin-left: 2em;
}

/* FancyBox.js */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #999;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFFFFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('http://talonwp.com/images/jquery.fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #666666;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('http://talonwp.com/images/jquery.fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('http://talonwp.com/images/jquery.fancybox/fancy_title_right.png') repeat-x;
}

.photo-current {
	font-weight: bold;
}
.photo-prev {
	display: none;
}
.photo-title {
	margin-bottom: 1em;
}
#photoshelter {
	padding: 10px 10px 10px 0;
}
#photoshelter a {
	color: #000000;
}
#photoshelter:hover {
	color: #999999;
}
#photoshelter em {
	font-weight: bold;
	font-style: normal;
}
#photoshelter-left {
	float: left;
}
#photoshelter-right {
	float: right;
	margin-right: 5px;
}
#photoshelter-left p {
	padding :0;
}
#photo-title {
	margin-bottom: 1em;
}
#photoshelter-right p {
	padding: 0;
}

#category-body {
}
.category-content {
	width: 550px;
	font-size: 1em;
	border-bottom: 2px solid #999999;
}
.category-content p a{
	font-size: 0.9em;
	color: #000000;
}
.category-content a:hover {
	color: #8197B3;
}

#category-left p {
	font-size: 0.9em;
	line-height: 1.5;
	padding: 0 1em 0 0;
	text-align: justify;
}
#category-left {
	width: 550px;
	float: left;
	padding-left: 0;
	margin-left: 28px;
}
#category-right {
	max-width: 320px;
	margin-right: 2em;
	float: right;
	padding :0;
	font-size: 0.9em;
	margin-top: -1.5em;
}
#category-right h4 {
	font-size: 1.2em;
}
#category-right a {
	font-size: 0.85em;
}
#category-right p {
	text-align: justify;
}
#category-right ul {
	margin: 0;
	padding: 0;
}
#category-right ul li {
	list-style-type: none;
}
.category-right-title {
	font-weight: bold;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
*:firstchild+html .clearfix {
	min-height: 1px;
}

li#follow-twitterapi {
	margin-top: 18px;
}