/*
Theme Name: SECA
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme B, 2 Columns, 1 Right Sidebar
Version: 1.1
Author: Andy@poppen.ca
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
*{margin: 0; padding:0;}
	
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #79655e;
	background-image: url(images/bkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 980px;
	margin: 0px auto 20px auto;
	padding: 0px;
	background: #eccd70 url(images/body.png) repeat-y center top;
}
#header {
	height: 278px;
	width: 980px;
	margin: 0px;
	padding:0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#main {
	width: 980px;
	padding-top: 25px;
}
#content {
	width: 520px;
	padding: 10px 10px 10px 50px;
	float: left;
	line-height: 1.3em;
}
#sidebar {
	width: 323px;
	float: right;
	margin: 10px 50px 50px 0;
}
#footer {
	height: 28px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 4px 20px 0 0;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
	display: none;
}
.post {
	padding: 5px 0;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
	float: right;
	margin: 5px 0 5px 10px;
	border: solid 1px #5d101a;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	color:#5d101a;
	text-decoration:none;
}
#content a:hover {
	text-decoration: underline;
}
#content a img{border:none;}
#content ul{
	list-style-position:inside;
	margin-left:0px
}
#content ul li{
	padding: 2px 0px;
}
#footer a:link, #footer a:visited {
	font:bold;
	color: #FFFFFF;
}
#footer a:hover {
	color:#ffd174;
	text-decoration: none;
}
#footer p {
	font-size:125%;
	color: #FFFFFF;
	text-align: right;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0;
	width: 980px;
	left: 0px;
	top: 243px;
	position: absolute;
}
#menu ul {
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}
#menu li {
	font:150% bold Tahoma, Arial, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	margin: 0 0px 0 0;
	width:150px;
}
#menu li a:link, #menu li a:visited {
	color:#FFFFFF;
	text-decoration: none;
	padding: 3px 11px;
}
#menu li a:hover {
	color:#ffd174;
	text-decoration: none;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	color:#5d101a;
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 img {
	position: absolute;
	left: 50px;
	top: 31px;
}
#content h1 {
	font-size: 1.5em;
	color: #5d101a;
	padding:10px 0 5px 0;
}
h1, h2, h3, h4, h5{
	color:#5d101a;
	padding:10px 0 5px 0;
	clear:both;
}
#sidebar h1 {
	color:#5d101a;
	font-size: 1.4em;
	padding:10px 0 5px 0;
}
#sidebar h2 {
	color:#5d101a;
	font-size: 1.1em;
	padding:10px 0 5px 0;
}
.post h2 {
	color: #5d101a;
	font-size: 1.8em;
	margin: 0;
	padding:0 0 5px 0;
}
.post h3 {
	color: #5d101a;
	font-size: 1.4em;
	margin: 0;
	padding:10px 0 5px 0;
}
h2 {
	color: #5d101a;
	padding:0 0 5px 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 63px;
	width: 50px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(images/date.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.entry-month {
	font-size: 19px;
	width: 50px;
	text-align: center;
	height: 20px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0;
}
.entry-day {
	font-size: 24px;
	text-align: center;
	height: 28px;
	width: 50px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 28px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {
	padding: 0px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: none;
}
#content ol.commentlist li a:hover {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Tahoma, Arial, Helvetica, sans-serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Tahoma, Arial, Helvetica, sans-serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	border:solid 1px #5d101a;
}
div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright {
	margin: 5px 0 5px 10px;
	display: inline;
	border:solid 1px #5d101a;
}
div.alignright {
	margin: 5px 0 5px 10px;
	display: inline;
}
img.alignleft {
	margin: 5px 10px 5px 0;
	display: inline;
	border:solid 1px #5d101a;
}
div.alignleft {
	margin: 5px 10px 5px 0;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	border: none;
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/
#latest-news {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(images/latest-tp.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 15px 0;
}
#latest-news img {
	margin-top: 10px;
}
#latest-news h2 {
	font-size: 140%;
	margin-top: 8px;
	margin-bottom: 10px;
}

/*==IE hack==*/
*html #latest-news ul {padding-left: 10px; text-indent:10px;}
#latest-news ul {list-style:none; padding-left: 20px;}
/*==End IE hack==*/

#latest-news li ul{list-style:disc;	list-style-position:outside;}
#latest-news ul li ul li {
	margin: 0 10px 0 0;
}
#latest-news a:first-child{
	font: 130% bolder Tahoma, Arial, Helvetica, sans-serif;
	display:inline;
}
.pmc-date{
	font-weight:bold;
	display:inline;
}

#youtube {
	z-index: 1;
	position: relative;
	}
