/*----------------------------------------------------
RESET 
------------------------------------------------------ */
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

:focus {
	outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*----------------------------------------------------
TEXT, LINKS 
------------------------------------------------------ */
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #6a6a6a;
}

p {
	margin: 8px 0px;
}

blockquote {
	background: #e3e3e3;
	margin: 10px 0px;
	padding: 10px 12px;
	width: 80%;
}




/*----------------------------------------------------
MAIN
------------------------------------------------------ */

body {
	background: #fff;
	color: #454545;
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
	text-shadow: 0px 1px 1px #fff;
}

#header {
	clear: both;
	height: 50px;
	margin: 10px auto 0px auto;
	width: 800px;
}

#page-wrap {
	margin: auto;
	width: 800px;
}

#sidebar {
	border-top: 1px #6a6a6a solid;
	clear: both;
	margin-top: 30px;
	padding-top: 20px;
	width: 800px;
}

#footer {
	clear: both;
}





/*
HEADER
------------------------------------------------------ */

#header h1 {
	float: left;
	height: 38px;
	width: 30%;
}


#header  ul {
	float: right;
	margin: 5px 3px 0px 0px;
}

#header  ul  li {
	float: left;
	margin-left: 15px;
}

#header  ul  li a {
	color: #8f8f8f;
	font-family: Bebas, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	word-spacing: 2px;
}

#header  ul  li a:hover {
	color: #1d2038;
}

#header  ul  li a#rss{
	background: url('images/rss.gif') no-repeat top center;
	display: block;
	height: 14px;
	text-indent: -9999px;
	margin-top: 7px;
	width: 14px;
}
#header  ul  li a#rss:hover{
	background: url('images/rss.gif') no-repeat bottom center;
	display: block;
	height: 14px;
	text-indent: -9999px;
	width: 14px;
}

#header #panel {	
background: transparent url('images/me.jpg') no-repeat left center;	
display: none;	
clear: both; 
height: 310px;	
line-height: 30px;	
padding-left: 200px;	
width: 200px;}

#header #panel p  {
display: block;	
text-align: left;	
float: none;}

#header a#ift_logo {	
float: left;
}

#header a#ift_logo_vert {	
position: fixed;
top: 5px;
left: 5px;
}

#header div#about_slide  {	
display: block;	
float: right;	
height: 40px;	
position: relative;	
top: 5px;	
right: 0px;}

#header div#about_slide a {	
float: left;	
margin-left: 10px;}

#header a#about_contact {	
background: transparent url('images/about_contact.jpg') no-repeat center top;    
display: block;	
height: 16px;	
text-indent: -9999px;	
width: 23px;}

#header a#about_contact:hover {	
background: transparent url('images/about_contact.jpg') no-repeat center bottom;}

#header a#twitter {	
background: transparent url('images/twitter.jpg') no-repeat center top;  
display: block;	
height: 16px;	
text-indent: -9999px;	
width: 15px;}

#header a#twitter:hover {	
background: transparent url('images/twitter.jpg') no-repeat center bottom;}

#header a#mail {	
background: transparent url('images/mail.jpg') no-repeat center top;  
display: block;	
height: 12px;	
position: relative;
top: 3px;
text-indent: -9999px;	
width: 17px;}

#header a#mail:hover {	
background: transparent url('images/mail.jpg') no-repeat center bottom;}


/*
POSTS
------------------------------------------------------ */


/*
POST TITLE/COMMENTS
--------*/

.post .post_title_date {
	clear: both;
	display: block;
	height: 30px;
}
.post .post_title_date h2,
.post .post_title_date .meta {
	float: left;
	font-size: .9em;
	text-transform: uppercase;
}

.post .post_title_date h2 {
	margin-right: 10px;
}



.post {
	margin-bottom: 100px;
	width: 800px;
}

.post .entry{
	clear: both;
	display: block;
	font-size: .8em;
	line-height: 20px;
}

.post .entry img {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
}


.entry a.more-link { 
	clear: both;
	display: block;
	margin-top: 10px;
	text-align: right;
	vertical-align: top;
}

.entry a.more-link:hover{ 
	color: #1d2038;
	text-decoration: none;
}	



/*
POST META/METADATA
--------*/
.meta .post_date {
	color: #d97436;
	font-size: .8em;
	letter-spacing: 3px;
}

.meta .post_author, .meta .post_author a {
	color: #000;
	letter-spacing: 3px;
	text-align: left;
}

.postmetadata {
	color: #000;
	font-size: .8em;
	margin-top: 10px;
}

.postmetadata a {
	color: #000;
}

.tags {
	float: right;
	font-size: .8em;
}

/*
POST TEXT STYLES
--------*/

.entry h1, .entry h2, .entry h3, .entry h4 {
	margin: 10px 0px;
}

.entry h1 {
	color: #1d2038;
	font-size: 1.8em;
	font-weight: bold;
}

.entry h2 {
	color: #d97436;
	font-size: 1.5em;
	font-weight: bold;
}

.entry h3 {
	color: #1d2038;
	font-size: 1.3em;
	font-weight: bold;
}

.entry h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.entry ul, .entry ol, .entry ul>li ul, .entry ol>li ol{
	margin: 5px 0px 5px 30px;
}

.entry ul {
	list-style: disc;
}
.entry ul li ul{
	list-style: circle;
}
.entry ol {
	list-style: decimal;
}
.entry ol li ol{
	list-style: lower-alpha;
}

.entry ul li, .entry ol li {
	margin: 0px 0px 7px 0px;
}


/*
Navigation
------------------------------------------------------ */
.navigation {
	height: 30px;
	text-align: center;
}

.next-posts,
.prev-posts {
	float: left;
	margin: 0px 20px;
}



/*
SIDEBAR
------------------------------------------------------*/ 


#sidebar .sidebar_container {
	float: left;
	margin-right: 20px;
}

#sidebar .sidebar_about {
	font-size: .8em;
	float: right;
	width: 400px;
}

/*
FOOTER
------------------------------------------------------ */

#footer {
	/*background: #fff url('images/footer_bg.gif') repeat-x left top;*/
	height: 50px;
	padding: 10px;
}

#footer h2 {
	font-family: Bebas, sans-serif;
	font-size: 1.6em;
}

#footer ul {
	margin: 0px;
}

#footer ul li {
	float: left;
	width: 30%;
}
	

/*
COMENTS
------------------------------------------------------ */

h2#comments {
	margin-bottom: 20px;
}

.comment-body {
	border-bottom: 1px #a6a6a6 solid;
	font-size: .8em;
	padding: 10px 0px;
}
.comment_info {
	clear: both;
}

.comment-author {
	display: inline;
	margin-right: 5px;
}


.comment-body  p {
	color: #a6a6a6;
	display: inline;
}

.comment-meta a {
	display: inline;
	color: #a6a6a6;
	font-size: .9em;
}

ul.commentlist {
	margin: auto;
	width: 640px;
}

ul.commentlist li {
	margin: 50px 0px;
}

ul.commentlist li p {
	background-color: #c7c7c7;
	margin-left: 20px;
	padding: 10px 12px;
	width: 80%;
}

.comment-author .avatar_bg { 
	background: url('images/avatar_shadow.gif') no-repeat;
	float: left;
	height: 55px;
	margin-right: 20px;
	width: 52px;
}

.comment-author .avatar_bg  img {	
	position: relative;
	top: 3px;
	left: 2px;
}

#respond {
	margin-top: 20px;
	width: 100%;
}

#respond h1 {
	margin-bottom: 10px;
	word-spacing: 3px;
}

#respond div.name_fields {
	float: left;
}
#respond div.mail_fields {
	float: right;
}


#respond div.name_fields input,
#respond div.mail_fields input {
	font-size: 1.4em;
	padding: 5px;
	width: 306px;
}

#respond div.comments_field {
	display: block;
}

#respond div.comments_field textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.4em;
	padding: 5px;
	width: 640px;
}

#respond label {
	display: block;
}

#respond .btn{
	background: transparent url('images/comment_btn.jpg') no-repeat center top;
	border: none;
	color: #fff;
	display: block;
	height: 35px;
	margin-top: 10px;
	width: 159px;
	text-shadow: 0px 1px 0px #a6592a;
}
#respond .btn:active {
	background: transparent url('images/comment_btn.jpg') no-repeat center bottom;
	text-shadow: 0px -1px 0px #a6592a;
}




/*
ARCHIVE, 404
------------------------------------------------------ */

h2.archive_title{
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 20px;
}

h2.archive .cat_title{
	color: #d97436;
}

#error_404 {
	text-align: center;
}

#error_404 h1 {
	font-family: Bebas, sans-serif;
	font-size: 3em;
	}
	
	

/*
FOOTER
------------------------------------------------------ */
#footer {
	font-size: .7em;
}
