/*
Theme Name: !TFSIM blog theme
Description: For the blog
Author: dana
Author URI: http://superterrific.org
*/

body {
	background: #000;
	color: #000;
	font: 11px verdana, sans-serif;
	margin: 0;
	padding: 0;
	} 

#everything	{
	padding: 0;
	margin: 0 0 0 50px;
	width: 950px;
	}

#wrapper {
	margin: 0;
	padding: 40px 10px 10px 20px;
	width: 628px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
	}
	
#header {
	margin: 0;
	padding: 0;
	text-align: right;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height: 314px;
	background-image: url(/img/hdr_gate_break.jpg);
	}
	
	
#pagebar {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #5C6500;
	border: 1px solid #000;
	position: absolute;
	z-index: 10;
	width: 938px;
	}
	
	
#sidebar {
	width: 270px;
	background-color: #cc9;
	left: 709px;
	top: 330px;
	padding: 30px 10px 10px 10px;
	position: absolute;
	z-index: 0;
	}
	
#footer {
	padding: 10px;
	width: 570px;
	color: #cc9;
	}
	
.right {
	display: inline;
	float: right;
	}
	
.left	{
	display: inline;
	float: left;
	}


/* pagebar ---------------------------------------------------------  */

#pagebar li 
	{
	list-style: none;
	display: inline;
	padding: 10px;		
	}
	
#pagebar li a:link, #pagebar li a:visited
	{
	color: #cc9;
	text-decoration: none;
	padding: 0;
	border-bottom: none;	
	}

#pagebar li a:hover, #pagebar li a:active
	{color: #fff;}

#pagebar li.current_page_item a:link, #pagebar li.current_page_item a:visited, #pagebar li.current_page_item a:active	
	{color: #fff;}	
	
#pagebar li.current_page_item a:hover
	{color: #cc9;}



/* header ---------------------------------------------------------  */

h1, h2, h3, h4, h5, h6 {font-weight: normal;}



.blog-title {
	font-size: 21px;
	line-height: 100%;
	margin: 0;
	padding: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: #900;
	color: #fff;
	}

	

	
.desc	{
	font-size: 14px;
	text-transform: uppercase;
	color: #cc9;
	}
	
	
.hdrcredit	{
	font: 10px verdana, sans-serif;
	background-color: #5C6500;
	padding: 3px;
	margin: 200px 0 0 0;
	}	



	
/* posts ---------------------------------------------------------  */
h2.post-title {
	font-size: 2em;
	letter-spacing: 1px;
	margin: 0 0 0.2em 0;
	}
	

h3.post-date {
	font-size: .9em;
	margin: 0 0 -0.25em 0;
	}
	

div.post p {
	font-size: 1.15em;
	margin: 1em 0;
	line-height: 1.5em;
	}
	

div.post blockquote {
	background: url(quote.png) no-repeat top left;
	padding: 0 0 0 25px;
	}
	

div.post code, div.post pre {
	font: 0.9em/125% "courier new", monospace;
	}
	

div.post li {
	font-size: 1.15em;
	}
	

div.post .more {
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
	

div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-family: verdana, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 -0.75em 0;	
	}


div.post-metadata {
	border-top: 1px solid #e8e8e8;
	padding: 5px 0 0 0;
	width: 98%;
	}
	

div.post-metadata h4 {
	font-size: 0.9em;
	letter-spacing: 1px;
	margin: -0.4em 0 3em 0;
	text-transform: uppercase;
	}
	

div.post-metadata h3 {
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
	font-size: 1.1em;
	padding: 0.3em 0;
	margin: 0 10%;
	}
	
.cathdr	{font: "courier new", letter-spacing: 1px; padding 0 0 10px 0;}
	
/* comments ---------------------------------------------------------  */
h4#comment-count {
	font: normal 1.2em/normal verdana, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 2.5em 0 1.5em 0;
	}
	

h5#respond {
	font: normal 1.2em/normal verdana, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 2.5em 0 1em 0;
	}
	

div#comments {
	margin: 0 0 2em 0;
	}
	

div#comments form#commentform p {
	margin: 0 0 1em 0;
	}
	

li.commentlist-comment {
	background: #f5f5f5;
	border-bottom: 2px solid #888;
	border-top: 1px solid #888;
	color: #555;
	font-size: 1em;
	margin-right: 10%;
	margin-top: 1em;
	padding: 0.5em;
	}
	

#comments li.alt {
	background: #fafafa !important;
	color: #555 !important;
	}
	
	
div#comments li p {
	font-size: 1em;
	margin: 0.5em 0;
	}


p.comment-byline {
	font-weight: bold;
	margin: -0.25em 0 0 0;
	}
	

p.comment-metadata {
	letter-spacing: 1px;
	margin: 1px 0 -0.25em 0;
	padding: 1px 0 0 0;
	border-top: 1px dotted #ccc;
	}
	

.search-excerpt {
	background:#fff url(quote.png) no-repeat left top;
	color:#666;
	padding-left:20px;
	}
	

/* sidebar ---------------------------------------------------------  */

.cathdr {
	font: size: 1.11em;
	font-weight: bold;
	color: 5C6500;
	letter-spacing: 1.5px;
	margin: 0 0 0.2em 0;
	}
	

div#sidebar ul li {
	font: 11px;
	letter-spacing: 1.1px;
	margin: 0 0 0.2em 0;
	padding: 0 6px;
	}


div#sidebar h2 {
	font-size: 1.125em;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 0 0 0.2em 0;
	text-transform: uppercase;
	}



div#sidebar ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
	

div#sidebar li {
	list-style: none;
	margin: 0;
	}
	


	

div#sidebar ul li ul li ul {
	margin: 0 0 0.4em 0;
	padding: 0;
	}
	

div#sidebar ul li ul li ul li {
	font-size: 1em;
	padding: 0;
	}
	
	
div#calendar_wrap {
	margin: -1.5em 0 1em 0;
	}
	
	
li#calendar h2.widgettitle {
	text-decoration: none;
	}


li#calendar {
	text-align: center;
	}
	
	
table#wp-calendar caption {
	font-size: 1.125em;
	letter-spacing: 1px;
	margin: 0 auto;
	text-transform: uppercase;
	}
	
	
table#wp-calendar {
	border: 1px solid #000;
	margin: 0 auto;
	padding: 0;
	}
	
	
table#wp-calendar a {
	font-weight: bold;
	}
	

	
	
/* alignment ---------------------------------------------------------  */
div.clearer {
	clear: both;
	height: 0px;
	}
	
	
div.navigation {
	font-size: 1.1em;
	font-weight: bold;
	height: 1.5em;
	letter-spacing: 1px;
	margin: 0 0 1.5em 0;
	width: 100%;
	}
	
	
.alignright {float: right;}
	
	
.alignleft {float: left;}
	
	
.center {text-align: center;}
	
	
/* link styles ---------------------------------------------------------  */
a {outline: none;}


div#header a, div#header a:active, div#header a:link, div#header a:visited {
	color: #fff;
	text-decoration: none;
	}
	
div#header a:hover {
	color: #900;
	background-color: #fff;
	text-decoration: none;
	}
	
	
h2.post-title a, h2.post-title a:active, h2.post-title a:link {
	color: #900;
	text-decoration: none;
	}
	
	
div.post-entry a, div.post-entry a:active, div.post-entry a:link {
	color: #900;
	}
	
	
div.post-metadata a, div.post-metadata a:active, div.post-metadata a:link {
	color: #900;
	text-decoration: none;
	}
	
	
div#comments a, div#comments a:active, div#comments a:link {
	background: transparent;
	color: #900;
	}
	
	
div.navigation a, div.navigation a:active, div.navigation a:link {
	color: #900;
	text-decoration: none;
	}
	
	
#sidebar a, #sidebar a:active, #sidebar a:link {
	color: #900;
	text-decoration: none;
	}
	
	
#footer a, #footer a:active, #footer a:link {
	color: #900;
	text-decoration: underline;
	}
	
	
h2.post-title a:visited, #sidebar a:visited {
	color: #900;
	}
	
	
div.post-entry a:visited  {
	color: #900;
	}
	
	
div#comments a:visited {
	background: transparent;
	color: #900;
	}
	
	
div.navigation a:visited {
	color: #900;
	}
	
	
div.post-metadata a:visited {
	color: #900;
	}
	
	
#footer a:visited {
	color: #900;
	}
	
	
div#header a:hover, h2.post-title a:hover, div.post-metadata a:hover, div.navigation a:hover, #sidebar a:hover {
	background: #900;
	color: #fff;
	text-decoration: none;
	}
	
	
div.post-entry a:hover, #footer a:hover, div#header a:hover {
	background: #fff;
	color: #900;
	text-decoration: none;
	}
	
	
div#comments a:hover {
	background: transparent;
	color: #900;
	text-decoration: none;
	}
	
	
#sidebar h2 a, #sidebar h2 a:active, #sidebar h2 a:link, #sidebar h2 a:visited {
	text-decoration: underline;
	color: #000;
	background: #fff;
	}
	
	
#sidebar h2 a:hover {
	color: #900;
	background: #fff;
	}
	
	
/* img ---------------------------------------------------------  */
#content img.alignright, #content img.alignleft, #content img.center {
	border: 1px solid #ccc;
	padding: 4px;
	}
	
	
#content img.alignright {
	display: inline;
	margin: 3px 0 3px 9px;
	}
	
	
#content img.alignleft {
	display: inline;
	margin: 3px 9px 3px 0;
	}
	
	
#content img.center {
	display: block;
	margin: 3px auto;
	}
	
	
#content a img, #content a:active img, #content a:link img, #content a:visited img {
	background: #fff;
	border: 1px solid #bbb;
	color: #000;
	}
	
	
#content a:hover img {
	background: #eee;
	border: 1px solid #777;
	color: #000;
	}
	
	
li a img {
	border: none !important;
	}
	
/* forms ---------------------------------------------------------  */	

div.formcontainer {
	font-size: .9em;
	overflow: hidden;
	position: static;
	width: 99%;
	}
	
	
div.formright, div.formleft {
	display: inline;
	float: left;
	margin: 3px 0;
	padding: 2px;
	}
	
	
div.formright {
	text-align: left;
	width: 75%;
	}
	
	
div.formleft {
	clear: both;
	text-align: right;
	width: 65px;
	}
	
	
#comment, #wpcf_msg {
	overflow: auto;
	}
	
	
#sidebar #searchform {
	margin: 0 0 1em 0;
	padding: 0;
	}
	
	







#author, #email, #url, #comment, #s, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg {
	background-color: #efefef;
	color: #900;
	font: 11px verdana, sans-serif;
	}

input {
	color: #900;
	font-weight: bold;
	font: 9px;
	}
	
	
		
/* footer ---------------------------------------------------------  */

	
	
div#footer p {
	font-size: 0.9em;
	color: #cc9;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0.2em 0 0.4em 0;
	text-transform: uppercase;
	}
	
	