/*
Theme Name: Jotwell
Description: A clean, color-customizable theme for the Jotwell family of publications.
Version: 1.0
Author: Design Enabler
Author URI: http://designenabler.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Post elements
		Metadata elements
		Comment elements
		Sidebar elements
		Widget-specific elements
		Plugin-specific elements
		Image elements
		Tabber elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #162545;
	font-family: 'Myriad Pro', Helvetica, Arial, Verdana, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p, ul, ol, table {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:100%;}

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
}

h1, h2, h3, h4, h5, h6, .heading {
	color: #152545;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
#content ul,
#content ol,
table,
.more-link {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:link {
	color: #152545;
}

a:visited {
	color: #454545;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

label {
	cursor: pointer;
}

.no-hover {
	background: transparent !important;
}

.hide {
	display: none;
}

dl {
	margin: -1em 1.5em 1.5em 1.5em;
}

dt {
	font-style: italic;
	margin-top: 1em;
}

dd {
	background: #fafafa;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}

.no-background,
.sidebar .widget ul li.no-background {
	background: transparent;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	background: #ffffff url('images/background-page.png') repeat-y;
	margin: 0px auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 960px;
}

#header {
	height: 199px;
	overflow: hidden;
}

#navigation {
	overflow: hidden;
}

#content {
	float: left;
	margin: 30px 0 0 0px;
	padding-left: 106px;
	overflow: hidden;
	width: 501px;
}

.sidebar {
	float: right;
	margin: 30px 91px 0 0;
	overflow: hidden;
	width: 242px;
}

#footer {
	clear: both;
	font-size: 90%;
	margin-top: 27px;
	padding: 13px 91px 30px 106px;
}


/* Header elements */
#top-searchbox {
	height: 26px;
	margin: 11px auto; /* for centered layouts */
	overflow: hidden;
	padding-right: 91px;
	text-align: right;
	width: 869px;
}

#top-searchbox label {
	display: none;
}

#top-searchbox input#top-s {
	border: none;
	font-size: 95%;
	height: 18px;
	padding-left: 2px;
	width: 200px;
}

#top-searchbox input#top-searchsubmit {
	background: transparent;
	border: none;
	color: #ffffff;
	height: 18px;
}

#header {
	background: #FFB401 url('images/background-header.png') no-repeat;
}

#header h1,
#header h2 {
	margin: 0;
	padding: 0;
}

#header a,
#navigation a {
	outline: none;
}

#header .blogtitle {
	font-size: 800%;
	font-weight: 600;
	line-height: 50%;
	margin: 50px 0 0 106px;
}

#header h1 a,
#header h2 a {
	color: #162545;
	text-decoration: none;
}
	
#header h2.description {
	font-size: 150%;
	margin: 15px 0 0 106px;
}


/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header .blogtitle a {
	background: transparent url('images/jotwell.gif') left center no-repeat;
	display: block;
	line-height: 101px; /*change this to the height of the header image */
	overflow: hidden;
	text-indent: -1000em;
}
	
#header .description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}


h3.category-description {
	font-size: 120%;
	font-weight: normal;
	line-height: 140%;
	margin-right: 20px;
	text-transform: none;
}


/* Post elements */
.post,
#content .page {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	margin-bottom: 25px;
}

.post img {
	/* Adds a "loading" image that will show as larger images are loaded. Delete if it interferes with anything. */
	background:url('includes/ajax-loader.gif') no-repeat center;
}

.post-header,
.post-metadata,
.post-body {
	margin-right: 10px;
}

.post-header {
	background: #fff url('images/background-post-header.gif') repeat-y;
	padding: 6px 3px 0px 18px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 200%;
	line-height: 1em;
	margin-bottom: 5px;
}

.post-header h1,
.post-header h2,
.post-header a,
.post-header a:visited {
	text-decoration: none;
}

.post-metadata,
.post-body {
	clear: both;
	margin-left: 18px;
}

.post .citation {
	margin-bottom: 1.5em;
	font-weight: 600;
}

.post .citation,
.post .citation a {
	color: #1E2F4B;
}

.post .citation strong,
.post .citation b {
	color: #111A2A;
	font-weight: 900;
}

.post .wp-print {
	float: right;
	margin-bottom: 1.5em;
}

.post .wp-print a {
	background: url('includes/wp-print/images/printer_famfamfam.gif') no-repeat;
	display: block;
	line-height: 16px;
	padding-left: 20px;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

#content ul,
#content ol {
	margin-left: 30px;
}

.more-link {
	clear: both;
	display: block;
	margin-top: .5em;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}

ul.random-posts h1,
ul.random-posts h2 {
	font-size: 100%;
	font-weight: normal;
}

#searchform404 label {
	display: none;
}


/* Metadata elements */
.post-metadata {
	font-size: 95%;
	line-height: 150%;
	padding: 5px 0 17px 0;
}

.post-metadata span {
	padding-left: 20px;
}

.post-metadata span.separator {
	color: #D3D3D3;
	padding: 0 3px 0 3px;
}

.post-metadata span.post-date {
	background: url('images/meta-clock.png') no-repeat;
}

.post-metadata span.post-author {
	background: url('images/meta-pencil.png') no-repeat;
}

.post-metadata span.post-tags {
	background: url('images/meta-tag.png') no-repeat;
}

.post-metadata span.post-categories {
	background: url('images/meta-folder.png') no-repeat;
	text-transform: uppercase;
}

.post-metadata span.post-comments-link {
	padding-left: 0;
}

.post-metadata span.post-comments {
	background: url('images/meta-comment.png') no-repeat;
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments ul,
#comments ol {
	margin-left: 0;
	overflow: hidden;
	padding-left: 30px;
}

#comments .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#comments .comment-list li.even {
	background: #ffffff;
}

#comments .comment-list li.alt {
	background: #eeeeee;
}

#comments .comment-list li.comment,
#comments .comment-list li.pingback {
	border:1px solid #d5d5d5;
	margin:0 0 15px;
	padding:5px 15px 5px 15px;
	position:relative;
}

#comments .comment-list li.bypostauthor { /* To emphasize replies from the author */
	border-top: 5px solid #FFB401;
}

#comments .comment-list li .comment_num {
	float: right;
	padding-left: 1em;
}

#comments .comment-list li .comment_num a,
#comments .comment-list li .comment_num a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#comments .comment-list li div.vcard {
	color: #1A2A49;
	font:bold 14px/1.4 helvetica,arial,sans-serif;
}

#comments img.avatar {
	background: transparent;
	border: none;
	clear: right;
	float: right;
	margin: 0px 0px 5px 5px;	
}

#comments cite.fn {
	font-style: normal;
}

#comments .comment-list li p {
	margin:0 0 1em;
}

#comments .comment-list li ul {
	list-style: square;
	margin:0 0 1em;
	padding:0;
	text-indent:0;
}

#comments .comment-list li .comment-body ul,
#comments .comment-list li .comment-body ol {
	padding-left: 20px;
}

.comment-body {
	min-height: 64px;
}

#comments .comment-list li div.reply {
	width:36px;
}

#comments .comment-list li div.reply a {
	background: #999999;
	border:1px solid #666666;
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	color: #ffffff;
	display: block;
	font:bold 9px/1 helvetica,arial,sans-serif;
	padding:5px 10px 4px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 36px;
}

#comments .comment-list li div.reply a:hover {
	background: #FFB401;
}

#comments .comment-list li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}

#comments .comment-list li ul.children li {
	margin: 0 0 .25em;
}

#comments .comment-list li ul.children li.depth-2,
#comments .comment-list li ul.children li.depth-4,
#comments .comment-list li ul.children li.depth-6,
#comments .comment-list li ul.children li.depth-8,
#comments .comment-list li ul.children li.depth-10 {
	background: #eeeeee;
}

#comments .comment-list li ul.children li.depth-3,
#comments .comment-list li ul.children li.depth-5,
#comments .comment-list li ul.children li.depth-7,
#comments .comment-list li ul.children li.depth-9 {
	background: #ffffff;
}

#comments .trackback-list {
	margin-left: 20px;
}

#comments .navigation {
	color:#838383;
}

#comments .navigation a {
	background:#fff;
	border:1px solid #e5e5e5;
	color:#838383;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
	text-decoration:none;
}

#comments .navigation a:hover {
	border:1px solid #000000;
	color: #000000;
	text-decoration:none;
}

#comments .navigation span.current {
	background: #e5e5e5;
	border:1px solid #000000;
	color: #000000;
	font-size:85%;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
}

#comments textarea#comment {
	width: 485px;
}


/* Sidebar elements */
.sidebar {
	font-size: 95%;
	text-transform: uppercase;
}

.sidebar .widget {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 25px;
	padding: 0 0 25px 7px;
}

.sidebar .widget .heading {
	display: block;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	text-decoration: none;
}

.sidebar .widget ul {
	margin: 0 0 0 23px;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	background: url('images/border-dots.gif') top left repeat-x;
	line-height: 100%;
	padding: 13px 0 6px 0;
}

.sidebar .widget ul li:first-child {
	background: transparent;
}

.sidebar .widget a {
	text-decoration: none;
}

.sidebar img {
	background: transparent;
	border: none;
	padding: 0;
}


/* Footer elements */
#footer {
	background: #ffffff;
	border-top: 1px solid #cccccc;
}


/* Widget-specific elements */
.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform-side label {
	display: none;
}

.sidebar .sponsor-umlaw {
	padding-left: 23px;
}

.sidebar .sponsor-umlaw p {
	margin-bottom: 0;
}

.sidebar .sponsor-umlaw p a img {
	border: 0;
	float: none;
}

.sidebar .sponsor-umlaw-new p {
	margin-bottom: 0;
	text-align: center;
}

.sidebar .sponsor-umlaw-new p img {
	margin: 27px auto 2px auto;
}

.sidebar .editors,
.sidebar .authors,
.sidebar .section-editors,
.sidebar .student-editors {
	text-transform: none;
}

.sidebar .cclicense {
	text-transform: none;
}

.sidebar .cclicense img {
	float: right;
	margin-left: 7px;
}

.sidebar .feeds {
	padding-left: 0;
}

.sidebar .feeds ul {
	margin-left: 0;
	padding-top: 10px;
}

.sidebar .feeds ul li 
{
	background: url('images/feeds-separator.gif') no-repeat;
	display: inline;
	float: left;
	padding: 0 7px 0 7px;
}

.sidebar .widget .section-pages ul li:first-child {
	background: url('images/border-dots.gif') top left repeat-x;
}

.sidebar .feeds ul li.posts {
	border-left: none;
	padding-left: none;
}

body.mainsite .sidebar .feeds ul li.email,
body.subsite .sidebar .feeds ul li.all-jotwell {
	padding-right: none;
}

.sidebar .feeds ul li a {
	display: block;
	font-size: 90%;
	padding-top: 40px;
	text-align: center;
}

.sidebar .feeds ul li.posts a {
	background: transparent url('images/feeds-posts.gif') center top no-repeat;
	width: 34px;
}

.sidebar .feeds ul li.comments a {
	background: transparent url('images/feeds-comments.gif') center top no-repeat;
}

.sidebar .feeds ul li.email a {
	background: transparent url('images/feeds-email.gif') center top no-repeat;
	width: 45px;
}

.sidebar .feeds ul li.all-jotwell a {
	background: transparent url('images/feeds-all-jotwell.gif') center top no-repeat;
	width: 45px;
}

.sidebar .meta {
	border-bottom: none;
	margin-bottom: 0;
}


/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

strong.search-excerpt {
	
}

div.landing_pages,
div.series_toc,
.wwsgd {
	
}

div.landing_pages {
	background: #F5F6F6;
	margin: 0 10px 1.5em 0;
	padding: 10px 10px 1px 10px;
}

.wwsgd {

}

ul.random-posts a {
	text-transform: none;
}

/* Share this */
a.stbutton {
	clear: both;
	display: block;
}

a.stbutton:hover {
	color: #333333;
}

body.archive a.stbutton {
	display: none;
}


/* Image elements */
.float-left,
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.float-right,
.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: right;
}

.alignnone {
	margin-right: 10px;
}

img {
	background: #ffffff;
	border: 1px solid #D3D3D3;
	padding: 2px;
	position: relative;
	z-index: 1000;
}

a img,
a img:hover {
	display: block;
	float: left;
	background: transparent;
	vertical-align:bottom;
}

img.wp-smiley {
	background: transparent;
	border: 0;
	display: inline;
	padding: 0;
}

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

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

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

.photobox {
	float: right;
	margin-left: 10px;
}

.photobox small img {
	background: transparent;
	border: none;
	clear: both;
	float: left;
}

.photobox small {
	display: block;
	font-size: 90%;
	margin-top: .5em;
}

.author-photo {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

.author-photo img+img {
	margin-left: 5px;
}

.author-photo p.wp-caption-text {
	padding: 0 4px 5px;
	margin-top: -2px;
}



/* Tabber elements */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	display: none;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
.sidebar .widget ul.tabbernav
{
	background: none;
	margin: 0;
	padding: 3px 0;
}

.sidebar .widget ul.tabbernav li
{
	background: none;
	display: inline;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0;
}

.sidebar .widget ul.tabbernav li a
{
	padding: 3px 0.5em;
	border-bottom: none;
	background: #ffffff;
	text-decoration: none;
}

.sidebar .widget ul.tabbernav li a:hover
{
	background: #ECEEF0;
}

.sidebar .widget ul.tabbernav li.tabberactive
{
	border: 1px solid #212121;
	border-bottom: 1px solid #fff;
	padding: 3.5px 0;
}

.sidebar .widget ul.tabbernav li.tabberactive a
{
	background-color: #FFB400;
	border: 1px solid #fff;
	color: #ffffff;
}



/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.sidebar .widget .tabberlive .tabbertab {
	padding: 5px;
	border-top: 1px solid #212121;
	margin-top: -2px;
}


.sidebar .widget .tabberlive .tabbertab ul {
	margin: 0 0 0 18px;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget .tabberlive .tabbertab ul li {
	background: url('images/border-dots.gif') top left repeat-x;
	line-height: 100%;
	padding: 13px 0 6px 0;
}

.sidebar .widget .tabberlive .tabbertab ul li:first-child {
	background: transparent;
}