@charset "utf-8";
/*  
Theme Name: Type Illy Press
Theme URI: http://www.typeillypress.com
Description: Wordpress theme for Mike Sales of Type Illy Press.
Version: 2.0
Author: Pencilism! Web Works
Author URI: http://www.pencilism.com/webworks
*/

/*
//////////////////
Table Of Contents

	1. Defaults and Hacks
	2. Fonts
	3. Main Layout
	4. Lists
	5. Links
	6. Comments
////////////
*/

/* - 1. Defaults and Hacks - */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, tr, td, textarea, input { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	outline: 0px; 
	list-style: none;
	text-decoration: none; 
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333333;
	background: url(images/body_bg.jpg) no-repeat top center #000 fixed;
}

.float {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.inner {
	padding: 10px;
}

/* - 3. Fonts - */

p {
	font-size: 1em;
	line-height: 1.1em;
	text-align: justify;
	text-indent: 15px;
	margin: .5em 0em;
}

p:first-letter {}

p:fisrt-line {}

p span {}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {font-size: 4em;}

h2 {font-size: 1.6em;}

h3 {font-size: 1.2em;}

h3.previousHeadlines {}

h4 {font-size: 1em;}

h5 {font-size: .7em;}

h6 {font-size: .5em;}
	
/* - 2. Main Layout - */

#wrapper {
	width: 1120px;
	margin: 0px auto;
	padding: 0px 80px;
	position: relative;
}

/* This is an invisible home link for the site, DON'T DELETE!!! */
#home {
	width: 480px;
	height: 70px;
	position: absolute;
	top: 60px;
	left: 400px;
	z-index: 200;
}

#header {
	width: 100%;
	height: 160px;
	background: url(images/header.png) no-repeat top center;
	text-align: center;
}

#header h1, h2 {
}

.rss {
	width: 150px;
	text-align: center;
	font-variant: small-caps;
	float: left;
	margin: 60px 0px 0px 640px;
	padding: 21px 0px 0px 0px;	
}

.rss h4 {
	font-weight: normal;
	letter-spacing: .1em;
}


.rss h4:hover {
	color: #FF0000;
}

.contact {
	width: 150px;
	text-align: center;
	font-variant: small-caps;
	float: left;
	margin: 60px 0px 0px 92px;
	padding: 21px 0px 0px 0px;	
}

.contact h4 {
	font-weight: normal;
	letter-spacing: .1em;
}


.contact h4:hover {
	color: #FF0000;
}

#navi {
	width: 960px;
	padding: 0px 0px 15px 5px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: .8em;
	letter-spacing: .05em;
	background: url(images/navi_bottom_border.png) no-repeat bottom left;
}

#navi ul {
}

#navi li {
	width: 33%;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	background: #fafafa;
}

#navi li:hover {
}

#contentContainer {
	padding: 0px 0px 0px 80px;
	background: url(images/content_bg_with_borders.png) repeat-y top center;
}

#mainContent {
	width: 500px;
	margin: 0px 10px 0px 0px;
	
	
}

#todaysTop {
	width: 100%;
	height: 55px;
	background: url(images/post_header.png) no-repeat top center;
}

.post {
	padding: 5px 0px;
}

.post image {
	margin: 0px 0px 0px -15px;
	padding: 0px;
}

.post h1 a {
	text-transform: uppercase;
	line-height: .9em;
	font-weight: bolder;
	color:#111111;
}

.post h1 a:hover {
	color:#CC0000;
}

.postBottom {
	width: 100%;
	height: 10px;
	background: url(images/post_horizontal_border.png) no-repeat top center;
}

.entry {
	overflow: hidden;
}

h5.postmetadata {
	padding: 0px 15px;
	display: inline-block;
	font-weight: normal;
	font-style: italic;
}

.navigation {
	width: 100%;
}

.navigation p {
	width: 50%;
	float: left;
	text-align: center;
}

#leftSidebar {
	width: 270px;
	margin: 8px 10px 10px 0px;
	padding-top: 465px;
	overflow: hidden;
	background: url(images/left_sb_bg.jpg) no-repeat top left;
}

#leftSidebar h2 {
	width: 250px;
	font-size: 1.1em;
	text-align: left;
	font-variant: small-caps;
	border-top: thin solid #000;
	margin-top: 10px;
	padding: 2px 0px 10px 0px;
}

div#twitter {
	width: 250px;
}

.top {
	width: 100%;
	height: 60px;
	clear: both;
	margin-top: 10px;
	background: url(images/twitter_header.png) no-repeat top center;
}

.middle {
	padding: 0px 5px;
	background: url(images/twitter_middle.png) repeat-y top center;
}

.bottom {
	width: 100%;
	height: 10px;
	clear: both;
	background: url(images/twitter_bottom.png) no-repeat top center;
}

#rightSidebar {
	width: 170px;
	margin: 8px 0px 10px 0px;
}

#rightSidebar h2 {
	width: 150px;
	font-size: 1.1em;
	text-align: center;
	font-variant: small-caps;
	border-bottom: thin solid #000;
	margin: 8px 0px;
	padding: 20px 0px 5px 0px;
	background: url(images/right_sb_bottom_border.png) no-repeat top center;
}

#searchform {}

#searchsubmit {
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align: center;
	font-variant: small-caps;
	border-bottom: thin solid #000;
	padding: 0px 5px 5px 5px;
	color:#333333;
	background: url(images/search_btn.png) no-repeat 20px 2px;
	cursor: pointer;
}

#s {
	width: 150px;
	background: url(images/search_gradient.png) repeat-x top left;
}

.sidebar {	
	padding: 0px 10px 0px 10px;
}

table#wp-calendar {}

#footer {
	width: 960px;
	overflow: hidden;
	background: url(images/foot_bg.png) repeat-y top center;
}

#footHeader {
	width: 100%;
	height: 60px;
	background: url(images/foot_header.png) no-repeat center 10px #fafafa;
}

#footBottom {
	width: 100%;
	height: 75px;
        margin-top: -8px;
	background: url(images/foot_bottom.jpg) no-repeat top center;
}

.footInner {
	float: left;
	width: 50%;
	text-align: center;
}

.footInner div {
	padding: 10px;
}

#footBottom p {
	text-indent: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: .8em bold;
	font-weight:;
	text-align: center;
        border-top: 1px solid #000;
        width: 840px;
        margin: 0px auto;
        padding-top: 1px;
}

/* - 4. Lists - */

.sidebar ul {
	}

.sidebar li {
	line-height: 1.2em;
}

ol {}

ul {}

li {}

li#about {
	padding-top: 35px;
	overflow: visible;
	background: url(images/about.png) no-repeat top center;
}

li#about img {
	margin: 15px 0px;
	border: 1px solid #999999;
}

li#about h3 {
	padding-bottom: 3px;}

li#about p {}

li#search {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(images/right_sb_bottom_border.png) no-repeat bottom center;
}

li#calendar {}

dl {}

dt {}

dd {}

/* - 5. Links - */

a {
	color: #333333;
}

a:link {
}

a:visited {
	color: #333333;
}

a:hover {
	color: #CC0000;
}

a:active {
}

a:focus {
}

/* - 6. Comments - */

#author, #email, #url, #comment {
	margin: 5px 0px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #111111;
}

#submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	letter-spacing: 2px;
	text-align: center;
	font-variant: small-caps;
	border: 1px solid #000;
	margin: 5px 0px;
	padding: 5px;
	color:#fff;
	cursor: pointer;
	background-color: #111111;
}

#submit:hover {
	color:#fff;
	background-color: #333333;
}

.comments-template{
	margin: 10px 0px;
	padding: 10px 0px;
}

.comments-template ol{
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	padding-bottom: 10px;
	font-size: 1.6em;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: italic;
	font-variant: small-caps;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
