/*
Theme Name: The Texas Link
Theme URI: http://thetexaslink.com/
Description: Theme made for the Texas Link by Tommy from iamnotagoodartist. Loosely based on Glass Onion, based on something else, based on Kubrick, probably.
Version: 1.0
Author: tommy
Author URI: http://iamnotagoodartist.com/
*/

/* --- reset --- */

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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
:focus{outline:0;}
body{line-height:1;color:#000;background:#FFF;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
div{position: relative;}
:focus{outline: 0;}

/* --- layout --- */

body {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 14px;
	color: #333;
	background-color: #0e0e0e;
}
#container {
	margin: 0 auto;
	width: 960px;
	background: #0e0e0e url("/wp-content/themes/thetexaslink/images/overlay.jpg") top center repeat-y;
}
#wrapper {
	background: url("/wp-content/themes/thetexaslink/images/back.jpg") top center no-repeat;
	width: 820px;
	padding: 0 70px;
}
#header {
	height: 290px;
	fbackground-color: blue;
}
#sidebar {
	float: left;
	width: 150px;
	margin: 10px 0 0 10px;
	color: white;
}
#content {
	font-size: 14px;
	float: right;
	padding: 0;
	margin: 10px;
	width: 640px;
}
#footer {
	background: #0e0e0e url("/wp-content/themes/thetexaslink/images/bottom.jpg") top center no-repeat;
	padding: 20px;
	color: #111111;
	margin: 0 auto;
	clear: both;
	color: white;
}

/* --- basic formatting --- */

a {
	color: #f41c24; 
	text-decoration: none;
}
a:visited { color: #82070b; }
a:hover { text-decoration: underline; }
.alt {
	background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}
em {font-style: italic; }
small {
	font-size: 11px;
	line-height: 13px;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
.post hr { display: block; }
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0 0 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 0 10px 10px 0;
	float: left;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* --- header --- */

#header h1 a {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -450px;
	display: block;
	width: 340px;
	height: 250px;
	text-indent: -1000px;
}

/* --- content --- */

.pagetitle { color: white; font-size: 24px; text-align: left; }
.post {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 10px 1px 10px;
	background-color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 10px;
}
.post h2.title { font-size: 24px; margin: 1px 0;}
.post h1 { font-size: 28px; }
.post h2 { font-size: 24px; }
.post h3 { font-size: 22px; line-height: 24px; }
.post h4 { font-size: 20px; }
.post h5 { font-size: 18px; }
.post h6 { font-size: 16px; }
/* --- hack to make product images fit --- */
#post-21 img.size-medium { max-width: 165px; }
.post h2 a {
	text-decoration: none;
}
.post p, .post hr, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post form {
	margin: 10px 0;
}
.post .date {
	line-height: 10px;
	font-size: 10px;
	fmargin-bottom: 9px;
}
.post hr { clear: both; }
.product {
	width: 445px;
	float: right;
	min-height: 270px;
}
.navigation {
	padding: 10px;
	background-color: #82070b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}
.navigation a {color: white;}
.navigation a:visited {color: white;}

/* --- comments --- */

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
html > body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html > body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* --- sidebar --- */

#sidebar .sidenav li {
	font-size: 18px;
	text-align: right;
}
#sidebar .sidenav,
#sidebar .sidenav li { margin: 0 0 5px 0; }
#sidebar .sidenav a { color: white; }

#sidebar form {
	margin: 0;
}
#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	font-size: 11px;
}
#sidebar ul ul li a:link, #sidebar ul ol li a:link, #sidebar ul ul li a:visited, #sidebar ul ol li a:visited {
	text-decoration: none;
}
#sidebar ul ul li a:hover {
	text-decoration: underline;
}

/* --- calendar --- */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#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;
}

/* --- forms ---*/

#searchform {
	margin: 2px auto;
	text-align: center;
}
#search_box #s {
	float: left;
	padding: 0;
	margin: 6px 0 0 6px;
	border: 0;
	width: 159px;
	background: none;
}
#sidebar #searchform #s {
	width: 113px;
	padding: 2px 6px;
	font-size: 10px;
}
#sidebar #searchsubmit {
	padding: 0;
	background-color: #cae1a8;
	font-size: 10px;
}
select {
	width: 130px;
}

/* --- comments --- */

#commentform input {
	width: 160px;
	padding: 2px;
	margin: 5px 5px 10px 0;
}
#commentform textarea, .searchform #s, .feedburner .textinput, .wpcf7 span input, .wpcf7 textarea {
	width: 614px;
	padding: 2px;
	border: 1px solid #c3c3c3;
}
#commentform #submit, #searchsubmit, .feedburner .button, #wpcf7_submit input {
	margin: 0;
	float: right;
	border: 1px solid #8e999a;
	background-color: #d3d3d3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px 5px;
	cursor: pointer;
}
.feedburner { padding-top: 20px; text-align: right; }
#sidebar .feedburner p { margin: 5px 0; }
.feedburner .textinput { width: 144px; }
.searchform #s { width: 300px;  display: block; margin-bottom: 5px; }
#searchsubmit { float: none; display: block; }
.commentlist {
	padding: 0;
	text-align: justify;
}
.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;
}

/* --- footer -- */

#footer a {
	color: white;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

/* --- ie hacks --- */

* html .post * { position: relative; }
* html #content {
	margin: 10px 1px 0 0;
	width: 625px;
}
* html #sidebar {
	margin: 0;
}
* html #post-21 img.size-medium { width: 165px; }
