/* @override http://fourwallsnolimits.net/wp-content/themes/nolimits/style.css */

/* 
Theme Name: No Limits
Theme URI: http://themehybrid.com/themes/skeleton
Description: Theme for bedbound.org, based on Hybrid theme.
Author: Ricky Buchanan
Author URI: http://notdoneliving.net/
Version: 0.1
Tags: Framework
Template: hybrid
*/
/*
* License: GNU GPL
* Copyright (c) 2008 Justin Tadlock
*/

/**
* Body
************************************************/
body {
	background: #1b2836;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Body container */
#body-container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #3C738C;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
	
/* Headers */
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 20px;
	}
h4 {
	font-size: 18px;
	}
h5 {
	font-size: 16px;
	}
h6 {
	font-size: 14px;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #3C738C;
	clear: left;
	margin: 0;
	padding: 0;
}
.archive h2.entry-title {
	clear: none;
}
.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #eee;
	}

/* Lists */
#content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 9px;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0;
	margin-bottom: 1em;
	}
#content .sticky ul li {
	padding-left: 9px;
	background: url(images/bullet-light.gif) no-repeat 0;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #444;
	border-left: 3px solid #CADAE7;
	}
.post blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	border: none;
	}
.sticky blockquote {
	color: #f7f7f7;
	}
blockquote blockquote {
	color: #555;
	border-left: 3px solid #CADAE7;
	}
.sticky blockquote blockquote {
	color: #eee;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	background: url(images/pre.png) repeat 0 0;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}
.sticky pre {
	background: #246F93;
	border: 1px solid #666;
	}
.sticky code {
	background: #246F93;
	}

/* Tables */
table {
	width: 100%;
	background: #5F97B1;
	border: 1px solid #eee;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #35667c;
	}
tr {
	color: #fff;
	background: #3e7690;
	}
tr.alt, tr.even {
	background: #437f9b;
	}
th {
	padding: .3em;
	color: #fff;
	background: #274958;
	border: 1px solid #35667c;
	}
td a, th a {
	font-weight: bold;
	color: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin: 3px 3px 0 0;
	font-size: 51px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}
.sticky .drop-cap {
	color: #eee;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Footnotes */
.footnotes {
	margin: 0 0 21px 24px;
	padding: 9px 0 0 0;
	font-size: .8em;
	color: #777;
	border-top: 1px solid #eee;
	}
.footnotes a.return {
	padding: 0 1px;
	}
.footnotes a.return:hover {
	color: #eee;
	background: #3C738C;
	text-decoration: none;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 18px 18px 18px 0;
}
.right, .alignright {
	float: right;
	margin: 18px 0 18px 18px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 594px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 592px;
	padding: 6px 1px 0 1px;
	background: #3c738c;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	color: #fff;
	}
.wp-caption img {
	max-width: 586px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 18px 9px 0;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}
.sticky .thumbnail {
	background: transparent;
	border: 1px solid #000;
	}

/**
* Header
************************************************/

#header-container {
	width: 964px; /* 1000 - 18 - 18 */
	height: 236px;
	background-color: #fff;
	margin-bottom: 18px;
	padding: 18px;
}
	
#header {
	display: block;
	margin-bottom: 18px;
	position: relative;
}

#site-title {
	margin: 0;
}
#site-title a {
	display: block;
	width: 467px;
	height: 200px;
	background: url(images/header.png) no-repeat 0 0;
	}
#site-title a span {
	display: none;
	}

#site-description {
	font-size: 1.3em;
	text-align: center;
	color: #444;
}
#site-title, #site-description {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
}

#header .subscribe-widget {
	float: right;
	width: 468px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
#header .subscribe-widget p {
	margin-top: 0;
}

/**
* Navigation
************************************************/
#navigation.page-nav {
	float: right;
	width: 485px;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 80px;
}
#navigation.page-nav ul {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}
#navigation.page-nav li {
	margin: 0;
	padding: 0;
	display: inline;
	}
#navigation.page-nav li a {
	float: left;
	margin-right: 18px;
	padding: 3px 12px;
	color: #f9f9f9;
	background: #3c738c;
	}
#navigation.page-nav ul li.current_page_item a {
	background: #4d8ca8;
	}

#navigation.page-nav ul li ul li a {
	display: none;
}


/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 1000px; /* 700 + 18 padding + 282 sidebar */
	margin: 0;
	padding: 0;
	}

.hfeed.content {
	overflow: hidden;
	height: 100%;
	float: left;
	padding: 18px;
	margin: 0; 
	background: #ffffff;
	}
.no-widgets #content, .no-default-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 964px;
	overflow: hidden;
	height: 100%;
	float: left;
	padding: 18px;
	margin: 0; 
	background: #ffffff;
	}

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	height: 100%;
	margin-bottom: 18px;
	}

.single .post, .page .page {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 36px;
	}
.sticky {
	padding: 18px 9px 0 9px;
	color: #f7f7f7;
	background: #232C36;
	}
.sticky a {
	color: #A6C2CF !important;
	}

/* Post title */
.entry-title {
	font-size: 22px;
	margin-bottom: 3px;
	}
.single-title, .page-title, .hfeed.content h2, .series-title {
	font-size: 22px;
	}
.page-title, .attachment-title {
	margin-bottom: 22px;
	}

/* Byline */
.byline {
	margin: 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	}
.single .byline, .home .byline {
	margin-bottom: 21px;
	}
.sticky .byline {
	color: #f7f7f7;
	}
.byline a {
	color: #232c36;
	}

.entry-content.entry p a.more-link {
	font-style: italic;
}

.entry-content.entry p a.more-link:before {
	content: " ≫ ";
}

/* Post meta data */
.post-meta-data {
	clear: both;
	display: block;
	padding: 0 0 9px;
	margin: 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	border-bottom: 1px solid #ddd;
	}
.sticky .post-meta-data {
	color: #f7f7f7;
	border: none;
	}
.post-meta-data a {
	color: #232c36;
	}

/* Page links */
p.pages a {
	margin: 0 1px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ddd;
	}
.sticky p.pages a {
	background: #3C738C;
	border: none;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Archive templates */
.author-title, .category-title, .date-title, .tag-title, .search-title {
	font-size: 21px;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 21px;
	}
.attachment-icon, .mime-type-icon {
	height: 18px;
	margin-right: 6px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 21px;
	}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 21px;
	font-size: .85em;
	color: #666;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	}
.next, .previous {
	max-width: 50%;
	font-size: .85em;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	font: .95em Georgia, "Times New Roman", Times;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	float: right;
	width: 236px;
	}
#secondary {
	clear: right;
	float: right;
	width: 236px;
	}
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 18px 0 18px;
	background-color: #ffffff;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 18px 0;
	padding: 18px;
	background: #fff;
	}
#content .widget {
	margin: 0;
	padding: 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 315px;
	padding: 0;
	padding-top: 18px;
	margin: 0;
	background: #fff;
}

#subsidiary .widget.search {
	padding-left: 18px;
	padding-right: 9;
}

#subsidiary .widget.search #searchform input {
	font-size: 1.25em;
	display: block;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
}

#subsidiary .widget.search #searchform input#searchsubmit {
	display: none;
}

#subsidiary .widget.widget_recent_comments {
	padding-left: 9px;
	padding-right: 9;
}

#subsidiary .widget.tags {
	padding-left: 9px;
	padding-right: 18px;
}


/* Widget title */
.widget-title {
	font-size: 21px;
	color: #3C738C;
	}

/* Widget lists */
.widget ul {
	list-style: none;
padding-left: 9px;
	}
.widget ul li {
	padding-left: 9px;
	background: url(images/bullet.gif) no-repeat 0;
	}
.widget li.current-cat a, .widget li.current_page_item a {
	color: #232c36;
	}
.widget li.current-cat li a, .widget li.current_page_item li a {
	color: #2f6eb9;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	padding: 3px;
	background: transparent;
	border-bottom: 1px solid #2b3b4a;
	}


/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/* Widget table (calendar) */
.widget table {
	width: 200px;
	}

/* subscribe widget */
.subscribe-widget img {
	border: none;
}

.subscribe-widget form {
}

.subscribe-widget fieldset, .emailsubscribe fieldset {  
	border: none;
	margin: 0;
	padding: 0;
}

.subscribe-widget  legend, .emailsubscribe legend {
	display: none;
}

.subscribe-widget  fieldset label, .emailsubscribe fieldset label {

}

.subscribe-widget  fieldset label:after, .emailsubscribe fieldset label:after {
	 content: ":"
}

.subscribe-widget ol, .subscribe-widget ul {  
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none !important;	padding-left: 0px;
}

.subscribe-widget li, .emailsubscribe li {  
	list-style: none;
	display: inline;
	background-image: none !important;	padding-left: 0px;
	margin: 0;
	padding: 0;
}

/* Widget search */
.widget-search .search-text {
	size: 1.5em;
	width: 280px;
}


/**
* Comments
************************************************/
#comments-template {
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 21px;
	}
li.author #reply {
	color: #f7f7f7;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li {
	overflow: hidden;
	margin-bottom: 9px;
	padding: 9px 9px 0 9px;
	color: #333333;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li.author li li {
	color: #333;
	margin: 0 9px 9px 18px;
	background: #fff;
	}
#comments li.author li, #comments li li li, #comments li li.author li, #comments li.author li.author li {
	color: #333;
	background: #f9f9f9;
	}
#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author {
	color: #f7f7f7;
	background: #232C36;
	}
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {
	color: #f7f7f7;
	background: #246F93;
	}
#comments li li.author, #comments li li.author li.author {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

/* Comment links */
#comments li a, #comments li.author li a, #comments li.author li.author li a {
	color: #3C738C;
	} 
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
	color: #A6C2CF;
	border-color: #333;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #666;
	}
#comments-template li.author .avatar {
	padding: 2px;
	background: #246F93;
	}

/* Comment meta data */
#comments-template .comment-meta-data {
	margin-bottom: 18px;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 18px;
	}
.comment-text blockquote {
	margin-bottom: 21px;
	}
.comment-text blockquote p {
	display: inline;
	}
#comments-template li.author blockquote, #comments-template li.author pre {
	color: #ffffff;
	background: #246F93;
	border: none;
	}
#comments-template li.author code {
	background: transparent;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font-size: .9em;
	}
textarea {
	clear: left;
	display: block;
	width: 98.5%;
	}
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: .9em Cambria, Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color: #eee;
	background: #242D36;
	border: none;
	display: inline;
	}
.reset-comment.button {
	display: none;	
}
li.author .button {
	background: #333C45;
	}
.button:hover {
	cursor: pointer;
	background: #333C45;
	}
.search-form input {
	margin-right: 9px;
	}
.allowed-tags {
	font-size: .8em;
	}
#commentform p.subscribe-to-comments {
	display: inline;
}
#commentform .comment-policy {
	font-style: italic;
	font-size: 0.8em;
}



/**
* Footer
************************************************/
#footer-container .advert.before-footer {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 18px;
	float: none;
}

#footer-container {
	margin: 0;
	padding: 0;
	clear: both;
	}
#footer {
	font-style: italic;
	}
#footer a {
	font-style: normal;
	color: #f7f7f7;
	}
#footer .copyright {
	color: #999;
	display: inline;
	float: left;	
	}
#footer .credit {
	color: #999;
	display: inline;
	float: right;
	padding-bottom: 18px;	
	}

/**
* Comments popup
************************************************/
.comments-popup #body-container {
	width: 540px;
	margin: 20px auto;
	padding: 20px;
	}
.comments-popup #container {
	width: 520px;
	margin: 0 auto;
	padding: 0;
	}
.comments-popup #content {
	width: 500px;
	padding: 20px;
	}
	
	
/* Sociable */
.sociable {
	clear: left;
}

.sociable ul {
  list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
#content .sociable ul li {
	background-image: none;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding: 1px 4px 15px 1px;
}

.sociable img {
	width: 62px;
	height: 78px;
	border: 0;
}


/* WP PageNavi (plugin) */
.wp-pagenavi {
	width: 100%;
	text-align: center;
	font-size: 1.5em;	
	display: block;
	clear:  left;
	margin-bottom: 1em;
}
.wp-pagenavi .pages {
	display: block;
}
.wp-pagenavi .current, .wp-pagenavi a {
	text-decoration: none;
	border: 1px solid #171f3f;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.wp-pagenavi .current {
	color: gray;
}

/* "back to top" links on /subscribe/whitelist page */
.toc a {
	font-size: .5em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
}

/* Line up email subscription box */
label.previewLabel, div.af-textWrap {
	display: inline;
}

/* Organize Series Plugin */
.imgset {
	float: left;
	/*overflow: visible;*/
	border: none;
	margin-right: 6px;
}

.serieslist-content {
	font-size: 1.2em;
	color: #000;
	text-align: left;
}

.serieslist-box {
	background: #fff;
	width: 90%;
	/*height: 100px;*/
	padding: 6px;
	margin: 10px auto 0 auto;
	border: 1px solid #1E3A96;
	border-bottom: 2px solid #1E3A96;
}

html>body .serieslist-box {
	height: auto;
	/*min-height: 100px;*/
} 	

h2.series-title {
	font-size: 1.2em;
	color: #1E3A96;
	text-align: center;
}

ul.serieslist-ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.serieslist-li {
	margin: 0;
	padding: 0;
}

.seriesbox {
	float: right;
	background: #3c738c;
	color: #000;
	text-align: left;
	padding: 6px 6px 12px 6px;
	border: 1px solid #1E3A96;
	min-width: 125px;
}

.seriesbox a {
	color: #fff;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.seriesbox .center a {
	font-weight: bold;
}

.seriesbox img a {
	width: 100%;
}

.seriesbox img {
	display: block;
	float: none;
	margin: 0 auto;
}

#content .seriesbox ul li {
	margin-bottom: 0;
}

h3.series-title-post-page {
	font-size: 1.1em;
	color: #1E3A96;
	text-align: center;
}

p.series-description {
	font-style: italic;
}

.seriesmeta {
	background-color: #E5F3FF;
	font-size: .8em;
}

.series-nav-left {
	float: left;
}

.series-nav-right {
	float: right;
}


/* Networked Blogs Widget */
#networkedblogs_nwidget_widget {
	width: 50% !important;
}

