/*  
Theme Name: 1 JPT Online
Theme URI: http://www.spe.org/
Description: Functional code adapted from WordPress default. Design by Eric Hanson.
Version: 0.5
Author: Doug Lauver
Author URI: http://www.spe.org/
*/
@charset "utf-8";

#email_link {
	float: right;
	padding-left: 10px;
}
/* Reset styles for browser compatibility */
* {
	margin: 0;
	padding: 0;
}
:link, :visited {
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img, a img, :link img, :visited img {
	border: 0;
}
/* Fonts and colors */
body {
	font: small Geneva, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
}
/* Link styles  */
a,
a:visited {
	color: #005cdb;
}
a:hover,
a:active  {
	text-decoration: underline;
	/* color: #000000; */
}
.post h3 a:visited, .post_content a:visited {
	color: #610706;
}
/* End link styles */

/* Headings ================================== */
h1 {
	font-size: 130%;
	font-weight: bold;
	padding: 2px 10px;
	margin: 10px 0em 0.8em;
	color: #FFFFFF;
	background: #a20e0a;
	clear:both;
}
/* In columns on home page - different than above */
.column h1 {
	font-size: 130%;
	font-weight: bold;
	padding: 5px 10px;
	color: #FFFFFF;
	background: #a20e0a;
	clear:both;
	text-align: center;
}

/*
.column h2 {
	background: #a20e0a;
	font: normal 18px/30px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
*/
#sidebar h2 {
	font-size: 110%;
	font-weight: bold;
	margin: 0.5em 0em 0.8em 10px;
	color: #A20E0A;
}
.post h2 {
	font-size: 120%;
	font-weight: bold;
	color: #A20E0A;
}


/* Tag definitions ============================ */
ul, ol {
	margin: 0.8em 0em 0.8em .2em;
	padding: 0px 0px 0px 1.5em;
}
li {
	margin: 0em 0em .2em;
	padding: 0px;
}


/* POST STYLES */

div.post {
	padding-bottom: 3px;
	border-bottom: 1px solid #cdb6a4;
	margin-bottom: 0.7em;
	clear: left;
}
.post h3, .post h3 a {
	font-size: 105%;
	color: #610706;
	font-weight: bold;
	margin-top: 0em;
}
.entry p {
	margin-bottom: .8em;
}
.post small,
.postdate,
.commentmetadata {
	font-size: 90%;
	color: #666666;
	margin-bottom: .3em;
}
.postmetadata {
	font-size: 100%;
	text-align: left;
	clear: left;
}
img.alignleft {
	float: left;
	padding: 3px 10px 5px 0px;
}
img.alignright {
	float: right;
	padding: 3px 0px 5px 10px;
}
/* Based on class names given by editor */

.wp-caption {
	text-align: center;
	font-size: 85%;
}
.wp-caption.alignright {
	float:right;
	padding: 3px 0px 3px 5px;
}
.wp-caption.alignleft {
	float:left;
	padding: 3px 5px 3px 0px;
}

/* Sidebar styles - originally from default theme */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* Feature section overrides - home page, */
.fitem div.wp-caption.alignright,
.fitem div.wp-caption.alignleft,
.fitem div.wp-caption {
	float:none;
	text-align: left;
	font-size: 100%;	
	padding: 0 5px;
}
.fitem {
	width: 196px;
	float: left;
	border-left: 1px solid #cab99f;
	height: 155px;
}
.fitem.first {
	border-left: 0px none;
	width: 191px;
}
.fitem.last {
	width: 191px;
}
.fitem img {
	border: 1px solid #5c5c5c;
}
/* Next allows for 10 extra px in wp-caption div -- see below */
.fitem div.entry {
	padding: 4px 10px 10px;	
}
.fitem.first div.entry {
	padding: 4px 10px 10px 5px;
}
.fitem.last div.entry {
	padding: 4px 5px 10px 10px;
}

/* If img, p, h2,or h3 follow directly inside, not inside a div.wp-cation */
.fitem div.entry img,
.fitem div.entry p,
.fitem div.entry h2,
.fitem div.entry h3  {
	padding-left: 5px;
	padding-right: 5px;
}
.fitem div.entry div.wp-caption img,
.fitem div.entry div.wp-caption p,
.fitem div.entry div.wp-caption h2,
.fitem div.entry div.wp-caption h3 {
	padding: 0;
}


	
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Structure ============================================================= */
#container {
	width: 975px;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
/* See bottom 
#header {
	background: url(images/header.jpg);
	height: 73px;
	width: 975px;
}
*/
#disciplines {
	height: 224px;
	width: 570px;
	float: left;
}
#top_divide {
	background: #000000;
	height: 10px;
	width: 975px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	clear: left;
}
#main {
	width: 700px;
	float: left;
	clear: left;
}
#main.home {
	width: 770px;
}
#cover {
	color: #FFFFFF;
	background: #000000;
	float: left;
	width: 405px;
}
#feat_bar_top {
	background: #8b8f98;
	height: 5px;
	width: 975px;
	border-top: 1px solid #FFFFFF;
	clear: left;
}
#feature_nav {
	background: #610706;
	height: 14px;
	
}
#features {
	background: #FFFFFF;
	height: 195px;
}
#content {
	padding: 10px 25px;
}
#mcol {
	float: left;
	width: 700px;
	clear: left;
}
#sidebar {
	float: left;
	width: 250px;
	padding-top: 12px;
}
#sidebar.home {
	border: 1px solid #A20E0A;
	width: 193px;
	padding: 0 5px;
}
#searchform {
	margin-top: 20px;
	float: right;
	margin-right: 150px;
	margin-bottom: 30px;
}

/* Footer elements ============================ */
#footer {
	color: #FFFFFF;
	background: #000000;
	padding: 5px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#ftr_bar_top {
	background: #cdb6a4;
	height: 5px;
	width: 975px;
	clear: left;
}
#ftr_bar_btm {
	background: #610706;
	height: 5px;
	width: 975px;
	clear: left;
}
.copyright {
	font-size: 85%;
	color: #CCCCCC;
	text-align: left;
	margin: 10px 0px 0px;
}
.pubinfo {
	font-size: 85%;
	margin-bottom: 8px;

}
#footer a,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color: #FFFFFF;	
}
/* Horizontal bullets for menus, etc. */
.ul_horiz {
	display: inline;
}
/* This padding is for the hover area */
.ul_horiz a {
	text-decoration: none;
	padding: 0px 4px;
}
.ul_horiz li {
	margin-left: 0px;
	padding: 0px 4px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: none;
	line-height: 10px;
}
.ul_horiz li.li_first {
	border-left: none;
}

/* Page layout elements =========================== */
/* This is the naviagation on single posts */

.navigation {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 90%;
}
.navigation a {
	text-decoration: none;
}

.newer_post { }
.older_post {
	padding-left: 20px;
}

/* Comments ======================= */
#post_comments {

}
#post_comments h3 {
	color: #a10d09;
	font-size: 110%;
	font-weight: bold;
}
#commentform p {
	margin: .6em 0;
}
p.commentmetadata {
	margin-bottom: .6em;
}
.commentarea {
	width="100%";
}
.commentlist li {
	margin-bottom: .6em;
}
/* Side stuff on home page ========================================== */
#side {
	width: 205px;
	float: left;
}
#nav {
	color: #FFFFFF;
	background: #610706;
	font-size: 90%;
	line-height: 2em;
	float: left;
	width: 205px;
}
#nav a, #nav a:visited, #nav a:active {
	text-decoration: none;
	color:#FFFFFF;
	background: #610706;
	display: block;
	padding-left: 5px;
}
#nav a:hover {
	background: #A10D09;
	color: #FFFFFF
}
ul#nav {
	margin: 0 0 1em;
	padding: 0px;
	border-top: 1px solid #666666;
}
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	display: block;
}

/* 22 Sept */
.center {
	text-align: center;
}
h3 {
	font-size: 110%;
	margin-bottom: .3em;
}
/* Header */
#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 73px;
	width: 975px;
	position: relative;
}
img.hdr_title {
	float: left;
}
img.hdr_spe_logo {
	float: right;
}
#search {
	float: left;
	margin-left: 280px;
	margin-top: 20px;
}
/* Entry */
.post-ratings {
	float:left;
	width: 350px;
}
div#rate_etc {
	height: 2.5em;
}
#post_comments h3 {
	margin-top: .8em;
}
.commentlist p {
	margin-bottom: .3em;
}
#main.page {
	width: 770px;
	}

