/*  
Theme Name: Touchblue
Theme URI: http://touchblue.net
Description: A hacked Wordpress blog for Touchblue 2.0
Author: JR Fabito
*/



/* Begin Typography & Colors 
---------------------------------------*/
html {
	font-size: small;
}

body {
	font-family: Arial, sans-serif;
	background: #1e1e1e url('images/wood.jpg');
	color: #e6e6e6;
	text-align: left;
	}

#page {
	background: #2e2e2e;
	text-align: left;
	}

#header {
	background: #222222 url('images/tb_header.jpg') no-repeat top center;
	}

#content {
	font-size: 0.95em;
	}
	
.widecolumn p {
	font-size: 1em;
	margin-bottom: 10px;
	}

/*.narrowcolumn ., .widecolumn . {
	line-height: 1.8em;
	}

.widecolumn {
	line-height: 1.8em;
	}*/

.entry p {
	line-height: 1.3em;
	margin-bottom: 10px;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

small {
	font-family: Verdana, Aria, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	text-transform: uppercase;
	}

h2, h3 {
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	font-weight: bold;
	}

h1 {
	font: 2em Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	}

#logo {
	display: none;
	}
	
h2, h3 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 1.15em;
	}

h4 {
	font-size: 0.95em;
	font-weight: normal;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #e6e6e6;
	}



#headerimg .description {
	text-decoration: none;
	color: #a43402;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #e6e6e6;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

/*p a:visited {
	color: #742507;
	}*/

#commentform input, #commentform textarea {
	font: 0.8em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {

	font-weight: bold;
	font-style: normal;
	font-size: 0.95em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
	margin-bottom: 10px;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	margin-bottom: 10px;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 11px Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #555555;
	}

.postmetadata {
	font-size: 0.9em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.8em;
	letter-spacing: .07em;
	}

a {
	color: #a43402;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #e6e6e6;
	text-decoration: none;
	background-color: #a43402;
	}

a:hover {
	text-decoration: none;
	background-color: #a43402;
	color: #e6e6e6;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 0.95em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.textwidget li {
	font-size: 11px;
}
/* End Typography & Colors */



/* Begin Structure */

* {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background: #1e1e1e;
	margin: 10px auto 10px;
	padding: 0;
	width: 837px;
	}

#header {
	margin: 0; 
	padding: 0; 
	height: 90px; 
	width: 837px;
	position: relative;
	}

#homeContent {
	padding: 0 0 0 0;
	width: 100%;
}

.separator {
	clear: both;
	height: 0;
}

.entry {
	margin-top: 10px;
	}

.narrowcolumn {
	float: left;
	padding: 15px 15px 20px 15px;
	margin: 0px 0 0 0;
	width: 530px;
	}

.widecolumn {
	padding: 10px 0 20px 0px;
	margin: 5px auto 0 auto;
	width: 650px;
	}

.fullcolumn {
	padding: 15px 15px 20px 15px;
	margin: 0 auto 0 auto;
	width: 807px;
	}

#page .fullcolumn .post {
	border-bottom: none;
	margin: 0;
}

#page .fullcolumn .entry {
	margin: 15px 0 0 0;
}

.post {
	margin: 20px 0 10px;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px dotted #555555;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 15px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 15px 0 15px;
	margin: 15px auto;
	width: 807px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0 20px 0px;
	text-align: left;
	color: #555555;
	font-size: 0.8em;
	line-height: 1.2em;
	}
	
#footbox {
	margin-top: 10px;
	border-top:	1px solid #61e4e8;
}

/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	}
	
h2.pagetitle {
	margin: 0;
	text-align: left;
}

#featureModule .featureRight img {
	margin-top: 15px;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0; 
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

img.alignright {
	padding: 0;
	margin: 4px 0 10px 8px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 4px 8px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body . ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body . li {
	margin: 7px 0 8px 10px;
	}

/*. ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

. ol {
	padding: 0;
	margin: 0;
	}

. ol li {
	margin: 0;
	padding: 0;
	}

#content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#content li {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #555555;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar li li {
	border-bottom: 1px dotted #555555;
	line-height: 2.1em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#searchform #s {
	width: 140px;
	padding: 2px;
	background-color: #1e1e1e;
	color: #e6e6e6;
	border: 1px solid #555555;
}

#searchsubmit {
	width: 40px;
	background-color: #0e0e0e;
	border: 1px solid #555555;
	padding: 2px;
	margin: 5px auto 1px auto;
	color: #e6e6e6;
	font-size: 9px;
	text-align: center;
}

#header #searchform {
	margin: 0 15px 0 0;
	padding: 0;
	width: 230px;
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
}

#header #searchsubmit {
	width: 40px;
	background-color: #0e0e0e;
	border: 1px solid #555555;
	padding: 2px;
	margin: 5px auto 1px auto;
	color: #e6e6e6;
	font-size: 9px;
	text-align: center;
}

#header #searchform #s {
	width: 140px;
	padding: 2px;
	background-color: #1e1e1e;
	color: #e6e6e6;
	border: 1px solid #555555;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;

	}

#commentform {
	margin-bottom: 60px;
}

#commentform input {
	width: 170px;
	background-color: #0e0e0e;
	border: 1px solid #555555;
	padding: 2px;
	margin: 5px 5px 1px 0;
	color: #e6e6e6;
	text-transform: uppercase;
	}

#commentform textarea {
	width: 500px;
	padding: 2px;
	background-color: #1e1e1e;
	color: #e6e6e6;
	font-size: 0.95em;
	border: 1px solid #555555;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-bottom: 20px;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 15px 0 10px 0;
	margin-left: 560px;
	width: 260px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #555;
	}

blockquote {
	width: 433px;
	padding: 0;
	font-size: 11px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	margin: 5px 0 20px 30px;
	font-style: oblique;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

hr {
	height: 1px;
	color: #61e4e8;
	background-color: 1px solid #61e4e8;
	text-align: center;
	border: none;
	border-top:	1px solid #61e4e8;
}

#footer hr {
	width: 97%;
	margin: 0 auto;
}

/* End Various Tags & Classes*/

/* Navigation
---------------------------------------*/

#nav {
	position: absolute;
	bottom: 0;
	left: 15px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
	width: 80px;
	border-right: 1px solid #1e1e1e;
	font-size: 0.8em;
	text-transform: uppercase;
	line-height: 2em;
	text-align: center;
}

#nav li.nav_first {
	border-left: 1px solid #1e1e1e;
}

#nav li a {
	color: #e6e6e6;
	display: block;
}

#nav li a:hover {
	background-color: #1e1e1e;
}

#homelink {
	width: 225px;
	height: 29px;
	position: absolute;
	top: 18px;
	left: 15px;
}

/* Navigation end ---------------------*/

/* Hacked classes
---------------------------------------*/
.headshot {
	width: 200px;
	float: left;
	margin-right:2px;
}

#page .headshot h2, #page .headlast h2 {
	padding-right: 10px;
}

.headshot img {
	margin-bottom: 10px;
}

.headlast {
	width: 200px;
	float: left;
}

.headlast img {
	margin-bottom: 10px;
}

.contributors {
	border-top: 1px dotted #555555;
	padding-top: 15px;
}

.c_column {
	float: left;
	width: 50%;
}

#links_list h2 {
	display: none;
}

#links_list ul, li {
	list-style-type: none;
}

#links_list li {
	border-bottom: 0;
}

.mediacolumn {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 530px;
}

#mediabox {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	background-color: #0e0e0e;
	padding: 15px 15px 15px 15px;
}

.row {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	}

p.reply {
	width: 75%;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
	font-size: 10px;
	margin: 0 0 0 30px;
}

	
/* J.R.'s homepage add-ons
---------------------------------------*/

#featureModule {
	margin: 0px;
	padding: 15px 0px 10px 0px;
}

#featureModule hr {
	margin-bottom: 15px;
}

h2 .subHead {
	font-size: 1.2em;
	font-weight: bold;
}

#featureModule .featureRight hr {
	margin-bottom: 0px;
}

.featureRight {
	width: 260px;
	padding-right: 10px;
	float: left;
}

#botRight {
	width: 260px;
	padding: 15px 10px 0 0;
	float: left;
}

#botRight a {
	color: #a43402;
}

#botRight a:hover {
	color: #e6e6e6;
	background-color: #a43402;
}

#botRight ul {
	list-style-type: none;
	font-size: 0.85em;
	line-height: 1.3em;
}

#botRight li li{
	border-bottom: 1px dotted #555555;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.8em;
}

#botRight hr {
	margin-bottom: 10px;

}

#sponsor {
	width: 267px;
	padding: 10px 10px 15px 0;
	float: right;
}

#sponsor ul {
	list-style-type: none;
	font-size: 0.85em;
	line-height: 1.3em;
}

.featureLeft {
	float: left;
	padding: 0px 15px 20px 15px;
	margin: 0px 0 0 0;
	width: 530px;
}

#conDivide {
	background: url('images/top_gradient.jpg') repeat-x top left;
	float: left;
}

.textwidget {
	font-size: 0.85em;
	line-height: 1.35em;
}

#sidebar #subs li {
	line-height: 2.1em;
	height: 23px;
}

/* sIFR 
-----------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*.sIFR-hasFlash h1 {
	visibility: hidden;
}*/

.sIFR-hasFlash h2.sifr {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 19px;
	z-index: 0;
}

.sIFR-hasFlash h2.pagetitle {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 19px;
	z-index: 0;
}

.sIFR-hasFlash #sidebar h2	{
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 19px;
	border-bottom: 1px solid #61e4e8;
	z-index: 0;
}


/*.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}*/

/*.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}*/

/*.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

