/*  
Theme Name: textsfor2
Theme URI: http://textsfornothing.com/
Description: Custom theme for this website.
Author: Jeff Davis
Author URI: http://textsfornothing.com/
*/

/* html elements */
body { 
	text-align: center;
	margin: 0;
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 165%;
	color: #333;
	max-width: 1024px;
}
a {
	text-decoration: none;
}
a:hover {
	background-color: yellow;
}
.postcontent a, #comments a {
	color: red;
	/*
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	color: #444;
	*/
}
img {
	border: none;
	padding: 0px 3px 3px 3px;
}
hr {
	clear: both;
	display: none;
}
pre, blockquote {
	margin: auto 20px;
	font-size: 90%;
}

/* container */
#container {
	text-align: left;
	background-color: #fff;
}

/* header */
#header {
	margin-top: 0;
	margin-bottom: 25px;
}
#navmenu {
	float: right;
	font-family: "Gill Sans", Verdana, sans;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 12px;
	color: #ccc;
}
#navmenu a {
	color: #ccc;
}
#blogtitle {
	clear: both;
	padding: 1px 0 20px 0;
	text-align: center;
}
h1 {
	font-family: georgia, serif;
	font-size: 72px;
	line-height: 72px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #222;
	letter-spacing: 2px;
	font-weight: normal;
}
h1 a {
	color: #222;
}
h1 a:hover {
	background: transparent;
	color: red;
}
.description {
	/*
	font-family: "Gill Sans", Verdana, sans;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	*/
	font-family: georgia, serif;
	font-style: italic;
	font-size: 12px;
	color: #999;
	width: 400px;
	text-align: center;
	margin: -5px auto;
	/*margin-bottom: 25px;*/
	/*display: none;*/
}

/* main content */
#content { 
	width: 80%;
	margin: 0 auto;
	font-family: georgia, serif;
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}
.post {
	clear: both;
	padding-top: 10px;
}
#content h2 {
	font-family: georgia, serif;
	font-size: 36px;
	font-style: italic;
	letter-spacing: -1px;
	font-weight: normal;
	color: #444;
	margin: 0;
	color: #777;
	line-height: 105%;
	border-bottom: 1px solid #ccc;
}
#content h2.pagetitle {
	color: #777;
	line-height: 105%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.posttitle a {
	color: #222;
	text-decoration: none;
}
.posttitle a:hover {
	background-color: yellow;
}
.postdata {
	margin-top: 3px;
	font-family: "Gill Sans", Verdana, sans;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #444;
}
.postdata a {
	color: red;
	padding-left: 2px;
}
.posttags {
	float: left;
	/*border-top: 1px solid #ddd;*/
	/*border-right: 1px solid #ddd;*/
	padding: 0px 15px 35px 0px;
	margin: 25px 0 0 0;
	/*background-color: #eee;*/
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	width: 14%;
}
.posttags a {
	color: #999;
}
.postcontent {
	float: right;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 14px;
	line-height: 28px;
	width: 82%;
}
.postcontent .source {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #999;
	text-align: right;
	margin-bottom: 20px;
	margin-left: 40%;
}
.postcontent .source a {
	color: #999;
	font-style: italic;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: none;
}
.footnote {
	color: #555;
	font-size: 90%;
}
/*
.posttags {
	line-height: 14px;
	font-style: italic;
}
.posttags a {
	color: red;
}
	*/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	text-align: center;
}
.navigation {
	clear: both;
	text-align: right;
	color: #333;
	font-style: italic;
	margin: auto;
	border-bottom: 1px solid #ccc;
	width: 90%;
}
.navigation a {
	padding-left: 1px;
	padding-right: 1px;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color: #444;
}
.navigation div {
	display: inline;
	padding: 5px;
}

/* sidebar */
#sidebar {
	clear: both;
	padding: 10px;
	padding-bottom: 0;
	margin: 0 auto;
	font-size: 12px;
	color: #999;
	width: 90%;
	text-align: justify;
}
#sidebar h2 {
	display: inline;
	padding-right: 3px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color: #444;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	line-height: 14px;
	padding: 4px 0;
}
#sidebar a {
	padding: 0;
	font-style: italic;
	color: #999;
}
#recentposts {
	margin-bottom: 2%;
}
#tagcloud {
	float: left;
	width: 48%;
}
#archives {
	float: right;
	width: 48%;
}
#searchbox {
	margin-bottom: 10px;
}
#s {
	border: 1px solid #ccc;
	color: #333;
}
#commentsubmit, #searchsubmit {
	border: 1px solid #ccc;
	color: #444;
	background-color: #eee;
	padding: 1px;
	font-family: "Gill Sans", Verdana;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
	

/* comments */
#comments {
	clear: both;
}
#comments h2 {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 2px;
}
#comments h3 {
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	margin-top: 25px;
}
.commentdata {
	border-bottom: 1px solid #ccc;
	color: #444;
	font-style: italic;
	/*
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: bold;
	*/
}
#comments .commentdata a {
	font-style: normal;
}
#comments a.commentlink {
	padding-left: 4px;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	/*
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	*/
}
.commentcontent {
	margin-top: -5px;
	margin-bottom: 10px;
}
#comment-instructions {
	margin-top: -10px;
	color: #777;
	font-size: 12px;
}
#comment-instructions code {
	font-size: 10px;
}
#comments input, #comments textarea {
	border: 1px solid #ccc;
}
#comments label {
	padding-left: 2px;
	font-style: italic;
}


/* footer */
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 80%;
	margin-top: 20px;
	line-height: 125%;
	color: #999;
}
#footer a {
	padding-left: 1px;
	padding-right: 1px;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color: #999;
}
