/*
Theme Name: Ditto
Theme URI: 
Description: Designed for the Clarion West Writers Workshop, 2013-14.
Author: Erik Owomoyela
Author URI: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
Generator: Lubith 1.2.2
*/
 
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.25;
}
h1 a,
h2 a {
	font-weight: normal;
	text-decoration: none;
}
h1 a:active,
h1 a:hover,
h2 a:active,
h2 a:hover {
	text-decoration: underline;
}
address {
	font-size: 0.85em;
	margin: 15px 0 0 0;
	color: #444444;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Apply padding to td elements that are direct children of the tr element. */
tr.spaceUnder > td
{
  padding-bottom: 0.5em;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: One, two or three columns
DESCRIPTION: One, two or three columns layout with content and two sidebars
*/

#content {
	margin: -100px 0 0 240px;
}
#profile,
#writeathon {
	margin: -100px 0 0 240px;
	width: 590px;
	float: left;
}
#profile-nav,
#wat-nav {
	margin: -42px 0 0 834px;
	width: 165px;
}
#primary {
	margin: 20px 0 0 0;
	width: 200px;
}
#secondary {
	width: auto;
	font-size: 12px;
	line-height: 1.25;
}
#homelist {
	display: block;
	margin: -70px 0 0 770px;
	width: auto;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column {
	margin: 0 auto !important;
	margin-top: 6px !important;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.wide-column {
	width: 450px !important;
	margin-right: 240px !important;
}

/*
Additional layout elements
*/

.container {
	float: left;
	width: 100%;
	margin-right: -100%;

}

#content,
#profile,
#secondary,
#homelist {
	overflow: hidden;
	position: relative;
	
}

#primary {
	overflow: hidden;
	position: fixed;
}


.main-content-end {
	clear: both;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	width: 100%;
}
#header {
	width: 1000px;
	margin: 0 auto 100px auto;
	height: 120px;
	position: relative;
	clear: both;
}
#homepage,
#access,
#social {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 24px;
	position: fixed;
	clear: both;
	display: inline-block;
	z-index: 2;
}
#homepage {
	margin: 0 0 0 192px;
}
#homepage a {
	width: 22px;
}
#access {
	margin: 0 0 0 240px;
	width: 693px;
}
#social {
	margin: 0 0 0 927px;
	width: 72px;
}
#main {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 35px 0;
}
#donatebox {
	margin: -5px -10px 0px 10px;
	display: inline-block;
	float: right;
}
#donatebox .widget-title {
	display: none;
}
#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	clear: both;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background: #2a3f69 url(images/body.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
input,
textarea {
	color: #666;
	font-size: 12px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

.page-id-33 .entry-title {
display: none;
}

/* Text elements */
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link,
a:visited {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: inherit;
	text-decoration: underline;
}
a:active,
a:hover {
	text-decoration: none;
}
address a:link,
address a:visited {
	text-decoration: none;
}
address a:active,
address a:hover {
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Header
-------------------------------------------------------------- */

#headlink {
	display: block;
	position: fixed;
	margin-top: 25px;
	width: 200px;
	height: 200px;
	background: url(images/logo.png) no-repeat;
}
#site-title a,
#site-title a:hover {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.2;
	text-align: start;
	width: 200px;
	position: absolute;
	margin: 109px 0 0 9px;
	padding: 2px 0 2px 0;
	display: none;
}
#site-description /*This theme was generated with <a target="_blank" href="http://www.lubith.com">Lubith Theme Generator</a> version 1.2.2.*/ {
	display: none;
	font-size: 12px;
	font-style: italic;
	color: #ffffff;
	text-align: left;
	width: 200px;
	position: absolute;
	margin: 156px 0 0 9px;
}
#logo {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 1;
	text-align: start;
	direction: ltr;
	text-shadow: none;
	width: 150px;
	height: 150px;
	position: absolute;
	display: none;
	margin: 100px 0 0 40px;
	border: none;
	background: url(images/logo.png) no-repeat;
}

/* =Menu
-------------------------------------------------------------- */
#preloader {
	width: 0px;
	height: 0px;
	display: inline;
	background: rgba(0, 0, 0, 0.5);
}
#homepage ul,
#social ul,
div.menu-header ul,
div.menu ul {
	list-style: none;
	display:inline;
	margin: 0;
}
div.menu-header a {
	margin: 0 6px 0 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#homepage img {
	margin-bottom: 8px;
	vertical-align: bottom;
}
#homepage ul li a,
#access ul li a {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.6;
	text-align: left;
	display: list-item;
	float: left;
	padding: 0 10px 0 10px;
	background: rgba(255, 255, 255, 0.9);
}
#homepage ul li:hover > a,
#homepage ul li a:hover,
#access ul li:hover > a,
#access ul li a:hover {
	color: #000000;
	position: relative;
	background: rgba(255, 255, 255, 0.95);
	padding-top: 4px;
	border-bottom: 4px solid #ffffff;
}
#menu-facebook a:hover {
	color: #ffffff;
	position: relative;
	background: rgba(0, 72, 144, 0.75);
	padding-top: 4px;
	border-bottom: 4px solid #ffffff;
}
#menu-twitter a:hover {
	color: #ffffff;
	position: relative;
	background: rgba(100, 200, 255, 0.75);
	padding-top: 4px;
	border-bottom: 4px solid #ffffff;
}
#access ul {
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
#access ul li a {
	width: 205px;
	font-weight: bold;
}
#access ul li:hover > ul {
	display: block;
}
#homepage ul li.current_page_item > a,
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000000;
	line-height: 1.6;
	text-align: left;
	display: list-item;
	float: left;
	padding-top: 4px;
	border-bottom: 4px solid #ffffff;
	background: rgba(255, 255, 255, 0.9);
}
#access ul li li.current_page_item > a,
#access ul li li.current-menu-ancestor > a,
#access ul li li.current-menu-item > a,
#access ul li li.current-menu-parent > a {
	font-size: 16px;
	line-height: 1;
	height: auto;
	display: list-item;
	overflow: hidden;
	border: 0;	padding: 10px 10px 10px 10px;
	float: none;
	background: transparent;
}
#access ul ul {
	vertical-align: middle;
	top: 46px;
	left: 0;
	right: 6px;
	position: absolute;
	display: none;
	z-index: 10;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}
#access ul ul li {
	width: 100%;
	margin: 0;
}
#access ul ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 1;
	background-color: transparent;
	display: list-item;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	border: 0;
	float: none;
}
#access ul ul li a:hover {
	background: rgba(255, 255, 255, 0.95);
	border: 0;
	float: none;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
#access ul ul a {
}
#access ul ul li.page_item > a,
#access ul ul li.menu-ancestor > a,
#access ul ul li.menu-item > a,
#access ul ul li.menu-parent > a {
	margin: 0;
	border: 0;
	background: transparent;
	padding: 9px 10px 9px 10px;
}
#access ul ul li.menu-item > a:hover {
	background-color: rgba(255, 255, 255, 0.85);	
}

#access ul ul ul {
	left: 100%;
	right: -100%;
	top: 0;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000000;
}

#social li {
    display: inline-block;
    float: right;
	margin: 0 0 0 6px;
	width: 30px;
}

#social a {
	background: rgba(255, 255, 255, 0.9);
	display: list-item;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.6;
	padding: 0 10px 0 10px;
}

/* =Content
-------------------------------------------------------------- */

#content,
#writeathon {
	font-family: 'Trebuchet MS', sans-serif;
	line-height: 1.35;
}
#content input,
#content textarea,
#writeathon input,
#writeathon textarea {
	color: #444;
}
#content p,
#content dd,
#content pre,
#content hr,
#writeathon p,
#writeathon dd,
#writeathon pre,
#writeathon hr {
	margin: 6px 0 10px 0;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul,
#writeathon ul ul,
#writeathon ol ol,
#writeathon ul ol,
#writeathon ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
/* h1 */
#content h1 {
	font-size: 44px;
}
#content h2 {
	font-size: 30px;
}
#content h3 {
	font-size: 24px;
}
#content h4 {
	font-size: 18px;
}
#content h5 {
	font-size: 14px;
}
#content h6 {
	font-size: 12px;
}
#content table {
	border: 0;
	margin: 0;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 2px 5px;
}
#content tr td {
	padding: 0px 5px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 18px 0;
}
.page-title {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	margin: 0;
	border-bottom: 4px solid #ffffff;
}
.page-title span {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #bbb;
	font-weight: normal;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #aaa;
}
.entry-title {
}
h1.entry-title {
	font-size: 48px;
	color: #FFF;
	border-bottom: 4px solid #FFF;	
}
h2.entry-title {
	font-size: 40px;
	padding: 0 20px 0 15px;
}
.entry-title a:link,
.entry-title a:visited {
	font-weight: normal;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	text-decoration: underline;
}
.entry-meta {
	padding: 0 10px 2px 20px;
	font-size: 12px;
	display: block;
	float: left;
	margin-bottom: -4px;
	margin-top: -2px;
}
.entry-meta a:link, 
.entry-meta a:visited {
	text-decoration: none;
}
.entry-meta a:active,
.entry-meta a:hover {
	text-decoration: underline;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
#content h2.entry-title,
#colophon,
#nav-below,
.entry-front,
.entry-left,
.entry-content,
.entry-profile,
.entry-summary,
.entry-utility {
	background: rgba(255, 255, 255, 0.95);
}
.entry-front {
	width: 500px;
	padding: 10px 15px 10px 15px;
	margin: 0 0 75px 0;
}
.entry-left,
.entry-right {
	clear: both;
	display: inline-block;
}
.entry-left {
	padding: 10px 20px 5px 20px;
	width: 440px;
}
.entry-right {
	width: 280px;
	margin: 0 0 0 -5px;
	float: right;
}
.entry-profile {
	width: 500px;
	padding: 10px 15px 10px 15px;
	overflow: hidden;
}
.entry-content,
.entry-summary {
	padding: 10px 20px 5px 20px;
	overflow: hidden;
	word-wrap: break-word !important
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 5px 0 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 0 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content label,
.entry-content tr th,
.entry-content thead th {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-footer {
	background-color: rgba(235, 235, 235, 0.95);
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	font-size: 12px;
	text-align: right;
	padding: 0 10px 5px 10px;
	clear: both;
	display: none;
}
.entry-utility a {
	font-size: 12px;
	text-decoration: none;
}
.entry-utility a:hover {
	text-decoration: underline;
	color: #000000;
}
#content .video-player {
	padding: 0;
}

.post-title,
.post-meta,
.post-content,
.post-summary,
.post-utility,
.post-footer {
	background: rgba(245, 245, 245, 0.95);
}

.post-meta {
	padding: 0 10px 0 20px;
	font-size: 12px;
}
.post-meta a:link, 
.post-meta a:visited {
	text-decoration: none;
}
.post-meta a:active,
.post-meta a:hover {
	text-decoration: underline;
}
.post-meta abbr,
.post-utility abbr {
	border: none;
}
.post-meta abbr:hover,
.post-utility abbr:hover {
	border-bottom: 1px dotted #666;
}

.post-content,
.post-summary {
	padding: 0 20px 5px 20px;
	overflow: hidden;
}

#content h2.post-title {
	font-size: 36px;
	padding: 0 20px 0 15px;
}

#content .post-title a {
	font-weight: normal;
	text-decoration: none;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 720px;
}
#content .attachment-post-thumbnail,
#content img.attachment-post-thumbnail {
	margin: -10px 0 0 -20px;
    max-width: 760px;
}
#content .attachment-category-front,
#content img.attachment-category-front {
	margin: -10px 0 0 -20px;
    max-width: 535px;
}
#content .attachment-category-left,
#content img.attachment-category-left {
	margin: -10px 0 0 -20px;
    max-width: 480px;
}
#writeathon .attachment-category-wat,
#writeathon img.attachment-category-wat {
	margin: -10px 0 0 -20px;
    max-width: 590px;
}
#content .attachment img {
	max-width: 450px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin: -10px -20px 0 20px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-gallery {
	font-size: 13px;
	line-height: 16px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.navigation a:active,
.navigation a:hover {
	color: #000000;
	text-decoration: underline;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
	padding: 0 5px 0 5px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	color: #000000;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	margin-bottom: 0;
}
h3#comments-title {
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	background-color: rgba(0, 0, 0, 0.85);
	border-top: 2px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}
.commentlist {
	background-color: rgba(235, 235, 235, 0.95);
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.comment-body tr th,
.comment-body thead th {
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author a:link,
.comment-author a:visited {
	text-decoration: none;
}
.comment-author a:active,
.comment-author a:hover {
	text-decoration: underline;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	text-decoration: underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 4px 0;
}
.reply a,
a.comment-edit-link {
}
.reply a:hover,
a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
button,
input[type=submit] {
	background: #fff;
	border: 1px solid #bbb;
	cursor: pointer;
	outline: none;
	padding: 5px 20px 5px 20px;
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}
button:hover,
input[type=submit]:hover,
input[type=submit]:focus {
	background: #ededed;
	border: 1px solid #aaa;
	color: #222;
}
input#donate {
	color: #000 !important;
	background-color: rgba(255, 100, 0, 0.65) !important;
	background-image: none;
	border: none !important;
	padding: 10px 20px 10px 20px !important;
	height: 48px;
}
input#donate:hover,
input#donate:focus {
	background-color: rgba(255, 125, 0, 0.65) !important;
	background-image: none;
	border: none !important;
}
input#sale {
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	background-color: rgba(255, 225, 0, 0.9);
	background-image: none;
	border: none;
	padding: 10px 20px 10px 20px;
	height: 48px;
}
input#sale:hover,
input#sale:focus {
	background-color: rgba(255, 235, 0, 0.9);
	background-image: none;
	border: none;
}
button,
button:hover {
	margin-right:2px;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin: 0 0 0 0;
}
.widget-area ul ul {
	list-style: none;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
#primary .widget-title,
#primary h3 .widget-title {
	display: none;
}

.widget-title,
h3 .widget-title {
	font-size: 24px;
	line-height: 1.25;
	font-weight: normal;
	margin: 0 0 0 -5px;
}

.widget-title a {
	font-weight: normal;
	text-decoration: none;
}

.widget-title a:hover {
	text-decoration: underline;
}

.widget-footer {
}

#secondary textarea {
	width: 255px;
	height: 80px;
}
/*widget-content*/
#primary ul li ul,
#primary ul li div {
	font-size: 12px;
	line-height: 1.5;
	list-style: none;
	list-style-position: inside;
	overflow: hidden;
}
#secondary ul li ul,
#secondary ul li div {
	font-size: 12px;
}
#homelist ul li ul,
#homelist ul li div {
	font-size: 13px;
	padding: 0 0 0 5px;
}
#secondary ul li ul,
#secondary ul li div,
#homelist ul li ul,
#homelist ul li div {
	line-height: 1.25;
	list-style: none;
	list-style-position: inside;
	overflow: hidden;
}
.widget-area ul li div ul {
	padding: 0;
}
#primary a:link,
#primary a:visited {
	display: inline-block;
	padding: 0px 15px 0px 10px;
	margin-bottom: 4px;
	height: 36px;
	font-size: 24px;
    font-weight: bold;
	color: #000;
	background-color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}
#primary a:link[title="Write-a-thon"],
#primary a:visited[title="Write-a-thon"] {
	margin-bottom: 12px;
}
#primary a:active,
#primary a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.95);
	border-right: 5px solid #fff;
	padding-left: 15px;
}
#secondary a:link,
#secondary a:visited,
#homelist a:link,
#homelist a:visited {
	font-size: 12px;
	font-weight: bold;
}
#secondary a:active,
#secondary a:hover,
#homelist a:active,
#homelist a:hover {
	font-size: 12px;
	font-weight: bold;
}
.widget-area .entry-meta {
	font-size: 11px;
}
.widget-area ul li .widget-footer  {
	padding: 0;
}
#primary .widget-footer,
#primary ul li .widget-footer {
	display: none;
}
#secondary .widget-footer,
#secondary ul li .widget-footer,
#homelist .widget-footer,
#homelist ul li .widget-footer {
	margin: 0 0 10px 0;
}
#secondary h1,
#homelist h1,
#secondary h2,
#homelist h2 {
	font-size: 24px;
	margin: 0 0 4px 0;
}
#secondary h3,
#homelist h3 {
	font-size: 20px;
	margin: 0 0 4px 0;
}
#secondary h4,
#homelist h4 {
	font-size: 14px;
	font-weight: bold;
}
#secondary h5,
#homelist h5 {
	font-size: 12px;
	font-weight: bold;
}
#secondary h6,
#homelist h6 {
	font-size: 10px;
	font-weight: bold;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.textwidget input#donate {
	width: 100%;
	margin-top: 2px;
	padding: 6px !important;
	font-size: 1.75em;
	height: auto;
}
/* Main sidebars */
#primary {
	font-family: 'Trebuchet MS', sans-serif;
	color: #ffffff;
}
#homelist {
	background: rgba(185, 215, 220, 0.8);
}
#secondary {
	background: rgba(205, 230, 225, 0.9);
}
#secondary,
#homelist {
	padding: 5px 10px 5px 10px;
	color: #000000;
}
#secondary p {
	margin: 0 0 10px 0;
}
#secondary img {
	padding: 0 4px 0 0;
}
#secondary img.alignright {
	margin: 0 -14px 0 2px;
}
#profile-nav,
#wat-nav {
	font-size: 90%;
}
#profile-nav .buddypress,
#wat-nav .buddypress {
	background: rgba(205, 200, 185, 0.8);
    display: inline-block;
	width: 150px;
	margin: 2px 0;
	padding: 5px 5px 0 10px;
}
#profile-nav .widget_nav_menu ul li,
#wat-nav .widget_nav_menu ul li {
	margin: 2px 0 0 0;
}
#profile-nav .widget_nav_menu ul li a,
#wat-nav .widget_nav_menu ul li a {
	background: rgba(205, 200, 185, 0.75);
	padding: 2px 5px;
	text-decoration: none;
	display: list-item;
}
#profile-nav .widget_nav_menu ul#menu-write-a-thon-writers li a,
#wat-nav .widget_nav_menu ul#menu-write-a-thon-writers li a {
	padding: 5px;
	font-size: 1.25em;
	text-align: center;
}
#profile-nav .widget_nav_menu ul li a[title="Register"],
#wat-nav .widget_nav_menu ul li a[title="Register"] {
	background: rgba(0, 175, 85, 0.75);
	padding: 6px 10px 6px 5px;
	font-weight: normal;
	font-size: 1.75em;
	text-align: center;
}
#profile-nav .widget_nav_menu ul li a:hover,
#wat-nav .widget_nav_menu ul li a:hover {
	background: rgba(225, 210, 205, 0.75);
	padding: 2px 2px 2px 8px;
}
#profile-nav .widget_nav_menu ul li a:hover[title="Register"],
#wat-nav .widget_nav_menu ul li a:hover[title="Register"] {
	background: rgba(0, 205, 95, 0.75);
	padding: 6px 10px 6px 5px;
}
.menu-side-navigation .menu-item a {
	display: block;
	background-clip: border-box;
	background-color: #666666;
}

/* Footer widget areas */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	height: 21px;
	overflow: hidden;
}
#frontbanner {
	overflow: hidden;
	background: rgba(185, 215, 220, 0.85);
}
#brief {
	font-size: 14px;
	text-align: left;
	line-height: 1.25;
	width: 1000px;
	margin: 10px auto 10px auto;
}
#brief .widget-title {
	display: none;
}
#site-info {
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 1000px;
	position: relative;
	margin: 5px auto 5px auto;
}
#site-info a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 1;
	text-align: right;
}
#site-info span {
	float: left;
}
#site-info .credits {
	text-align: right;
}
#site-info .credits:hover {
	color: transparent;
}
#site-info .credits span {
	display: none;
	float: right;
}
#site-info .credits:hover span {
	display: inline;
	color: #000000;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =BuddyPress Formatting Overrides
-------------------------------------------------------------- */

#buddypress div#item-header,
#buddypress div#item-header-content {
    float: none;
	overflow: inherit;
	}

/* =FormAssembly Formatting Overrides
-------------------------------------------------------------- */

#tfa_130-HTML {
	color: #666 !important;
	font-size: 95% !important;
	font-weight: bold !important;
}
.wFormContainer {
	width: 100% !important;
}
.wForm {
	padding: 0 !important;
}
.wForm .label {
	font-weight: bold !important;
}
.wForm .label.reqMark:after {
	color: #666666 !important;
	font-size: 100% !important;
	content: " (required)" !important;
}
.wForm input[type="text"],
.wForm input[type="time"],
.wForm input[type="number"],
.wForm input[type="url"],
.wForm input[type="email"],
.wForm textarea {
	padding: 2px 6px !important;
}
.wForm .field-hint-inactive .hint {
	opacity: 1.0 !important;
}
.wForm .hintsBelow .field-hint .hint,
.wForm .hintsBelow .field-hint-inactive .hint {
	color: #666;
	font-size: 80%;
	margin: 0 0 10px 5px;
}
.htmlContent {
	font-size: 90% !important;
}
.wFormContainer .supportInfo {
	padding: 0 !important;
	display: none;
}
.actions {
	text-align: right;
}
.supportInfo {
	padding: 2px 6px;
}
.supportInfo a {
	color: #333;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-family: 'Trebuchet MS', Helvetica, sans-serif;
		font-size: 21pt;
	}
	#access,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}