/*
Theme Name: The Feral Scribe
Theme URI: http://www.theferalscibe.com
Description: A custom Wordpress theme built on the Thematic Theme
Author: Jonah West
Author URI: http://www.jonahcoyote.com/
Template: thematic
Version: 1.0
.
All Rights Reserved
.
*/

@import url(css/reset.css);
@import url(css/browser.css);

/* =General
-----------------------------------------------------------------------------*/
body {
	background: url(images/bg-pattern.gif) repeat top left;
}
body, html, #wrapper {
	height: 100%;
}
#main {
	height: auto;
}
#header {
	background: url(images/top-shadow.png) repeat-x bottom left;
	height: 219px;
	position: relative;
}
a {
	color: #0b6d12;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* =Branding
-----------------------------------------------------------------------------*/
#branding {
	height: 152px;
	margin: 0 auto;
	width: 960px;
}
#blog-title span a {
	background: url(images/feral-logo.png) no-repeat 0 10px;
	display: block;
	height: 152px;
	text-indent: -9999px;
	width: 362px;
}
#blog-description {
	text-indent: -9999px;
}


/* =Main Nav
-----------------------------------------------------------------------------*/
#access {
	clear: both;
	margin: 0 auto;
	position: relative;
	top: 20px;
	width: 960px;
}
.skip-link {
	float: left;
	text-indent: -9999px;
}
.menu {
	background: url(images/nav-bg.gif) repeat-x top left;
	height: 46px;
	width: 960px;
}
.menu, .menu ul {
	float: left;
}
.menu ul {
	margin: 0 0 0 4em !important;
}
.menu li {
	border-right: 1px solid #d4d4d4;
	float: left;
	height: 46px;
	list-style: none;
	position: relative;
}
.menu li a {
	color: #323232;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 1.4em;
	height: 26px;
	letter-spacing: -1px;
	padding: 20px 15px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	top: 0px;
}
.menu li a:hover {
	background: #e7e7e7;
}
.menu li.first {
	border-left: 1px solid #d4d4d4;
}
.menu li.current_page_item {
	border-top: 1px solid #999; 
}
.menu li.current_page_item a {
	background: #fff;
	font-size: 1.8em;
	height: 40px;
	padding: 29px 15px 0;
	top: -12px;
}

/* =Donate
-----------------------------------------------------------------------------*/
.donate a {
	margin: 0 auto;
	width: 200px;
}
#header .donate, #footer .donate {
	position: relative;
	top: -152px;
}
#footer .donate {
	top: 10px;
}
#header .donate a {
	background: url(images/top-donate.png) no-repeat top center;
	display: block;
	height: 57px;
	text-indent: -9999px;
}
#header .donate a.hover {
	background: url(images/top-donate-hover.png) no-repeat top center;
}
#footer .donate a {
	background: url(images/footer-donate.png) no-repeat bottom center;
	display: block;
	height: 57px;
	text-indent: -9999px;
}
#footer .donate a.hover {
	background: url(images/footer-donate-hover.png) no-repeat bottom center;
}

/* =Quotes
-----------------------------------------------------------------------------*/
#quote {
	color: #323232;
	font-family: Georgia;
	font-size: 1.2em;
	margin: 0 auto;
	position: absolute;
	right: 30px;
	top: -130px;
	width: 380px;
}
#quote p {
	display: block;
	position: relative;
}
#quote .quote-content p {
	background: url(images/quote.png) no-repeat 0 4px;
	padding: 0 0 0 35px;
	top: 0;
	width: 380px;
}
#quote .quote-author {
	color: #777;
	font-size: .9em;
	font-style: italic;
	left: 100px;
	margin: 5px 10px 0 0;
	position: relative;
	text-align: right;
	top: -10px;
	width: 290px;
}

/* =Search
-----------------------------------------------------------------------------*/
#search-area {
	background: transparent url(images/search-bg.png) no-repeat top left;
	height: 45px;
	left: 747px;
	position: absolute;
	top: 9px;
	width: 213px;
}
#search-area ul {
	margin: 0;
}
#search-area li {
	list-style: none;
}
#search-area form {
	float: left;
	left: 15px;
	position: relative;
	top: 0px;
}
#search-area h3.widgettitle {
	color: #fefefe;
	float: left;
	left: 10px;
	position: relative;
	top: 14px
}
#search-area #s {
	background: 0;
	border: 0;
	font-size: 1.2em;
	padding: 6px 0 6px 10px;
	width:133px;
}
#search-area #searchsubmit {
	background: #797979;
	border: 0;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	left: 11px;
	padding: 4px 4px 3px;
	position: relative;
	text-transform: uppercase;
}
ul.search_results {
	z-index: 3;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/


/* =Main Content
-----------------------------------------------------------------------------*/
#main-wrapper {
	background: #fff;
	float: left;
	width: 100%;
}
#main {
	margin: 15px auto 0 auto;
	width: 960px;
}
#container {
	float: left;
	margin: 15px 0 0 10px;
	width: 690px;
}
body.home #container {
	margin: 0;
	width: 700px;
}
body.pageid-2 #container, body.pageid-143 #container, body.four04 #container, body.pageid-37 #container, body.pageid-147 #container {
	float: none;
	margin: 30px auto 0 auto;
}
body.pageid-143 input[name="submit"] {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.entry-title, .page-title {
	font-family: "Trebuchet MS";
	font-size: 2em;
	margin: 0 0 5px;
	position: relative;
	z-index: 2;
}
.page-title {
	font-size: 2.8em;
	margin: 0 0 30px;
}
.archive .post, .search .post {
	margin:0 0 25px;
}
.archive .entry-content, .search .entry-content {
	margin: 0 0 10px;
}
.archive .entry-content p, .single .entry-content p, .search .entry-content p, .page .entry-content p {
	font-size: 1.2em;
	line-height: 1.6em;
}
.category.category-snapshots .entry-content p {
	display: none;
}
.archive .entry-content img, .single .entry-content img, .search .entry-content img {
	background: #000;
	cursor: pointer;
	padding: 5px;
}
.archive .entry-content img.alignleft,
.archive .entry-content img.alignright,
.search .entry-content img.alignleft,
.search .entry-content img.alignright {
	margin: 0 10px 10px 0;
}
.single .entry-content img.alignleft,
.single .entry-content img.alignright {
	margin: 10px 10px 10px 0;
}
.single .entry-content img.alignright {
	margin: 10px 0 10px 10px;
}
.archive .entry-content img:hover, .single .entry-content img:hover, .search .entry-content img:hover, #from-the-scribe .wp-post-image:hover {
	background: #999;
}
.addtoany_share_save {
	display: block !important;
	left: 40%;
	margin: 5px auto 0 auto !important;
	position: absolute;
	width: 100px !important;
}
.addtoany_share_save img {
	background: none !important;
	padding: 0 !important;
}
.archive .entry-meta, .single .entry-meta, .search .entry-meta {
	color: #AFAFAF;
	font-style: italic;
	margin: 0 0 10px;
}
.entry-utility {
	background:url("images/sidebar-bg.gif") repeat-x scroll left bottom #FEFEFE;
	border:1px solid #D4D4D4;
	padding: 10px;
}
#featured-header {
	background: url(images/f_star.gif) no-repeat 4px 4px;
	color: #323232;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 2.8em;
	letter-spacing: -2px;
	margin: 0 0 0 18px;
	padding: 5px 0 5px 30px;
	position: relative;
	top: 10px;
	z-index: 150;
}
div.navi {
	float: left;
	width: 85px;
}
div.navi a {
	display: block;
	height: 52px;
	margin: 0 0 10px !important;
	overflow: hidden;
	width: 75px;
}
div.navi a:hover, div.navi a.active {
	border: 1px solid #fff;
	height: 50px;
	width: 73px;
}
div.navi img {
	height: auto;
	width: 75px;
}
div.navi img:hover, div.navi a.active img {
	/*height: 50px;*/
	width: 73px;
}
#featured {
	background: url(images/featured-bg.gif) no-repeat top left;
	height: 284px;
	padding: 23px 0 0 23px;
	position: relative;
	width: 720px;
	z-index: 100;
}
/* root element for scrollable */ 
div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 238px; 
    width: 590px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
div.items div {
	height: 238px;
	position: relative;
	width: 580px;
}
div.items div, div.items div img {
	float: left;
}
div.items div img {
	/*height: 238px;*/
	height: auto;
	margin: 0 !important;
	width: 418px;
}
div.items div a {
	color: #fff;
	text-decoration: none;
}
div.items div a:hover {
	text-decoration: underline;
}
div.items div h3, div.items div h4, div.items div p {
	clear: none !important;
	float: right;
	width: 150px;
}
div.items div h3 {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
}
div.items div h3 a {
	color: #898989;
}
div.items div h4 {
	font-family: Georgia;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 5px;
}
div.items div p {
	color: #fff;
	font-family: Georgia;
	font-size: 1.1em !important;
	height: 140px;
	line-height: 1.2em !important;
	min-height: 140px;
}
div.items div .read_more {
	background: url(images/read-more.gif) no-repeat 100% 5px;
	bottom: 0;
	color: #898989;
	font-size: .8em;
	padding: 0 17px 0;
	position: absolute;
	right: 0px;
}
div.items div .read_more:hover {
	color: #fff;
}
.edit-link {
	display: none;
}

/*from the scribe*/
#from-the-scribe, #news-feed {
	float: left;
	margin: 0 0 0 15px;
	width: 345px;
}
#from-the-scribe h3, #news-feed h3 {
	border-bottom: 1px solid #e7e7e7;
	color: #323232;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 2.4em;
	letter-spacing: -2px;
	margin: 0 0 10px;
	padding: 0 0 12px 0;
	position: relative;
	text-align: center;
	z-index: 2;
}
#from-the-scribe h4, #news-feed h4 {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
}
#from-the-scribe h4 a, #news-feed h4 a {
	color: #afafaf;
}
#from-the-scribe .post, #news-feed .post {
	margin: 0 0 20px;
	padding: 0 10px;
}
#from-the-scribe .post-header, #news-feed .post-header {
	font-family: Georgia;
	font-size: 1.6em;
	margin: 0 0 5px;
}
#from-the-scribe .post-content {
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
	position: relative;
	width: 300px;
}
.wp-post-image {
	float: left;
	height: auto;
	width: 50px;
}
.search .category-snapshots .wp-post-image, .archive .category-snapshots .wp-post-image {
	width: 50px;
}
.category.category-snapshots .wp-post-image {
	width: 325px;
}
.category-snapshots .post {
	float: left;
	margin: 0 0 15px 10px;
	height: 330px;
	width: 335px;
}
#from-the-scribe .wp-post-image {
	background: #000;
	float: none;
	height: auto;
	padding: 10px;
	width: 280px;
}
#from-the-scribe .post-content, #news-feed .post-content {
	font-family: Georgia;
}
#from-the-scribe .post-content p, #news-feed .post-content p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}
#from-the-scribe .snapshot-thumb {
	border-right: 1px solid #ccc;
	margin: 10px 0;
	position: relative;
	width: 310px;
}
#from-the-scribe .snapshot-thumb img {
	cursor: pointer;
}
#from-the-scribe .read_more, #from-the-scribe .snapshot-thumb .read_more {
	background: url(images/read-more-dark.png) no-repeat 100% 5px;
	color: #fff;
	display: block;
	float: left;
	left: 320px;
	padding: 0 10px 0 0;
	position: absolute;
	text-indent: -9999px;
	top: 35%;
}
#from-the-scribe .snapshot-thumb .read_more {
	top: 45%;
}
.comments a {
	background: url(images/comment-bubble-sm.png) no-repeat 0 4px;
	float: left;
	font-family: Georgia;
	font-style: italic;
	margin: 3px 0 0 10px;
	padding: 0 0 0 18px;
}
.rss a {
	background: url(images/rss-sm.png) no-repeat 100% 4px;
	float: right;
	font-family: Georgia;
	font-style: italic;
	margin: 3px 10px 0;
	padding: 0 15px 0 0;
}
.post-meta {
	background: url(images/meta-bg.png) repeat-x top left;
	clear: both;
	font-size: .8em;
	height: 22px;
	position: relative;
}

/*tabbed articles*/
#news-feed {
	margin: 0 0 0 20px;
	width: 320px;
}
#news-feed .tabs {
	border-bottom: 1px solid #e7e7e7;
	float: left;
	list-style: none;
	margin: 10px 0 15px !important;
	padding: 0 0 0px;
	width: 100%;
}
#news-feed .tabs li {
	float: left;
	margin: 0 0 0 20px;
}
#news-feed .tabs li.first {
	margin: 0 0 0 95px;
}
#news-feed .tabs li a {
	color: #323232;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
}
#news-feed .tabs li a.current {
	background: url(images/tabs-bg.png) top right no-repeat;
	padding: 0 15px 0 0;
	position: relative;
	top: -7px;
}
#news-feed .tabs li a.current span {
	background: url(images/tabs-bg.png) top left no-repeat;
	display: block;
	padding: 7px 0 10px 15px;
}
#news-feed .panels {
	clear: both;
}
#news-feed .read_more {
	display: none;
}
#news-feed .post-meta {
	color: #686868;
	font-family: Georgia;
	font-style: italic;
	padding: 0 0 0 10px;
}
#news-feed .post-meta span {
	position: relative;
	top: 2px;
}
.wp-caption p.wp-caption-text { 
	font-size: 1em;
	text-align: center;
}
.home-featured-image { float: left; width: 320px; }
.home-featured-image img { background: #000; height: auto; padding: 10px; width: 300px; }
.home-featured-image img:hover { background: #999; }



/* =Sidebar Content
-----------------------------------------------------------------------------*/
#sidebar {
	float: left;
	margin: 15px 0 0 30px;
	width: 220px;
}
body.home #sidebar {
	margin: 38px 0 0 30px;
}
.xoxo {
	margin: 0 !important;
}
.widgetcontainer {
	background: #fefefe url(images/sidebar-bg.gif) repeat-x bottom left;
	border: 1px solid #d4d4d4;
	font-family: Georgia;
	line-height: 1.8em;
	list-style: none;
	margin: 0 0 20px;
}
.widgetcontainer.banners {
	background: none;
	border: none;
}
.widgetcontainer.banners .widgettitle {
	display: none;
}
.widgetcontainer.banners .travel-blogs { 
	float: left;
	width: 101px;
}
.widgetcontainer.banners .guide {
	float: left;
	margin: 0 0 0 15px;
	width: 80px;
}
/*.Advman_Widget .widgettitle {
	display: none;
}*/
.widgetcontainer embed {
	margin: 10px 0 0 10px;
}
.widgetcontainer .VideoCaption {
	margin: 0 0 10px 10px;
	text-align: center;
}
.widgetcontainer ul {
	margin: 0 0 0 15px !important;
}
.widgetcontainer ul, .widgetcontainer div.textwidget, .widgetcontainer div.tagcloud {
	padding: 10px;
}
.widgettitle {
	border-bottom: 1px solid #d4d4d4;
	color: #323232;
	font-family: "Trebuchet MS";
	font-size: 2em;
	letter-spacing: -2px;
	padding: 14px 0;
	text-align: center;
}
.contact h3 {
	background: url(images/register.png) no-repeat 24% 15px !important;
}
.widget_tag_cloud h3 {
	background: url(images/note.png) no-repeat 32% 14px !important;
}
.widget_polls-widget h3 {
	background: url(images/bargraph.png) no-repeat 22% 14px !important;
}
.widget_collapsarch h3 {
	background: url(images/folder-open.png) no-repeat 24% 14px !important;
}
.follow-me-on {
	background: none !important;
	border: none !important;
	margin: 0 0 45px !important;
	position: relative;
	top: -15px;
}
.follow-me-on .widgettitle {
	border: 0 !important;
	padding-bottom: 0 !important;
}
.follow-me-on .textwidget {
	padding: 0 !important;
	text-align: center;
	width: 220px;
}
.play-hangman .widgettitle {
	background: url(images/hangman-icon.png) no-repeat 10px 4px;
	border: none;
	cursor: pointer;
	height: 59px;
	padding: 24px 0 4px 60px;
	position: relative;
	top: 10px;
}
.play-hangman .widgettitle:hover {
	text-decoration: underline;
}
.play-hangman .textwidget {
	display: none;
}
.icon {
	display: block;
	float: left;
}
.icon img {
	height: 42px;
	width: 42px;
}
#footer .icon img {
	height: 22px;
	width: 22px;
}

/* =Comments
-----------------------------------------------------------------------------*/
#comments {
	margin: 30px 0 0;
}
#comments ol {
	margin: 0;
}
#comments h3 {
	font-size: 1.6em;
	padding: 0 0 0 10px;
}
#comments .comments a {
	background: none;
	margin: 0;
	padding: 0;
}
#comments-list li.comment {
	background: #f7f7f7 url(images/quote.png) no-repeat scroll 10px 15px;
	clear: both;
	list-style: none;
	margin: 0 0 10px;
	min-height: 100px;
	padding: 10px 10px 10px 35px;
	position: relative;
}
#comments-list li.comment ul {
	list-style: none;
	margin: 0;
}
#comments-list li.comment ul ul { 
	margin: 10px 0 0;
}
#comments-list li.comment ul li {
	background: #fff url(images/quote.png) no-repeat scroll 10px 15px;
	margin: 10px 0 10px;
}
#comments-list li.comment ul li.depth-3 {
	background: #f7f7f7 url(images/quote.png) no-repeat scroll 10px 15px;
	margin: 10px 0 10px;
}
.vcard {
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	width: 80px;
}
.vcard.comment-author img, .vcard img {

}
.vcard.comment-author img {
	background: #d4d4d4;
	padding: 5px;
	height: 50px;
	width: auto;
}
.vcard.comment-author a {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.comment-meta {
	color: #999;
	font-style: italic;
}
.comment-meta a {
	float: none;
}
.comment-content {
	margin: 10px 0 0;
}
.unapproved {
	bottom: 5px;
	color: red;
	display: block;
	left: 10px;
	font-style: italic;
	position: absolute;
	width: 220px;
}
.comment-reply-link {
	float: right;
	position: absolute;
	right: 10px;
	top: 5px;
}
.edit-comment-admin-links-no-icon  {
	bottom: 5px;
	clear: both;
	position: absolute;
	right: 5px;
}
edit-comment-admin-links-no-icon {
	position: absolute;
	right: 0;
}
#respond {
	margin: 30px 0 15px;
}
#respond .formcontainer {
	background: #f7f7f7;
	padding: 10px;
}
.defaultSkin table.mceLayout, .wysiwyg {
	width: 660px !important;
}

/* =Misc
-----------------------------------------------------------------------------*/
.wp-pagenavi {
	margin: 0 0 20px 5px;
}
.wp-pagenavi span.pages {
	background-color:#FFFFFF;
	color:#323232;
	margin:2px;
	padding:2px 4px;
}
.wp-pagenavi span.current {
	background-color:#fff	;
	border-bottom:1px solid #D4D4D4;
	color:#000;
	font-size: 1.2em;
	font-weight:bold;
	margin:2px;
	padding:2px 4px;
}
.wp-pagenavi a:visited {
	background-color:#FFFFFF;
	color:#0B6D12;
	margin:2px;
	padding:2px 4px;
	text-decoration:none;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	background-color:#FFFFFF;
	color:#0B6D12;
	font-size: 1.2em;
	margin:2px;
	padding:2px 4px;
	text-decoration:none;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
}




/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #cfcfcf;
	clear: both;
	color: #323232;
	height: 130px;
}
#footer p {
	float: left;
	margin: 0 !important;
}
#siteinfo {
	background: transparent url(images/siteinfo-bg.png) repeat top left;
	border: 1px solid #ccc;
	font-family: "Trebuchet MS";
	margin: 5px auto 15px auto;
	padding: 12px 10px 8px 10px;
	position: relative;
	top: 10px;
	width: 960px;
}
.wp-polls p {
	margin: 0 !important;
}
.wp-polls .pollbar, .wp-polls-ans, .wp-polls-ul {
	padding: 0 !important;
}
.wp-polls-ul {
	margin: 0 !important;
}
