/*  
Theme Name: From Bits to Bites
Theme URI: 
Description: A colorful and eclectic theme by Matt McKimmy inspired by <a href="http://studio.st/i-feel-dirty">"I feel dirty" by Studio ST</a>.
Version: 1.0
Author: Matt McKimmy
Author URI: http://www.mattmckimmy.com/
*/

* {
	margin: 0px;
	padding: 0px;
	}
body {
	background: #382212 url(img/brownfade.gif) repeat-y top center;
	color: #000;
	font-size: 11px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
img {
	border: 0px;
	}
.cnt {
	background: transparent url(img/brownfade_top.gif) no-repeat top center;	
	width: 850px;
	margin: 0px auto;
	padding: 21px 18px 0px;
	}

/* ------------------------------------------------------------------------------
								header 								             
------------------------------------------------------------------------------ */
.header{
	background:#FFFFFF url(img/headerbg.gif) no-repeat scroll 0%;
	float:left;
	height:142px;
	padding:5px 5px 25px;
	width:840px;
	}
.head1 {
	width: 480px;
	padding: 20px 0 10px 15px;
	text-align: left;
	float: left;
}
.header h1 a {
	color: #fff;
	text-decoration: none;
}
.header h1 a:hover {
	text-decoration: underline;
}
.header h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0px;
	margin-top:0;
}
.description {
	color: #fff;
	font-size: 12px;
	margin-top:10px;
}
.head2 {
	width: 315px;
	padding: 20px 0 10px 15px;
	float: left;
}
.head2 p {
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	line-height: 16px;
}
.head2 h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 5px;
	padding: 0px 0 0 16px;
	text-transform: lowercase;
}


/* ------------------------------------------------------------------------------
								main 					                         
------------------------------------------------------------------------------ */
.main {
	background-color: #fff;
	padding:8px 5px 5px;
	width: 840px;
	}
.content {
	padding: 0px;
	float: left;
	margin-right: 5px;
	width: 500px;
	
	}
.content a {
	color: #e08646;
	}
.navigation {
	font-size: 14px;
	margin-bottom: 15px;
	}
.alignright {
	float: right;
	}
.postwrap {
	background: #fff;	
	margin-bottom:20px;
	padding: 10px; 
	}
.postwrap_firstpost {
	background:#dfe8d3 url(img/latest_post_top2.gif) no-repeat left top;
	margin-bottom:20px;
	padding: 10px;
	}
.postwrap_firstpost_bottom {
	width:500px;
	margin:0px;
	padding:0px;
	height:57px;	
	background: #dfe8d3 url(img/latest_post_bottom.gif) no-repeat left bottom;
	}
.posttitle {
	margin-bottom: 15px;
	}
.post h2, .post_firstpost h2 {
	color: #675073;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	}
.post h3, .post_firstpost h3 {
	color:#675073;
	font-family:Arial,Helvetica,sans-serif;
	font-size:19px;
	font-weight:normal;
	margin-bottom:10px;
	}
h2.pagetitle {
	background: url(img/greenfade1.gif) repeat-y left top;
	color: #555;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin:0px 0px 15px;
	padding: 3px 10px;
	}
.post h2 a, .post_firstpost h2 a {
	color: #675073;
	text-decoration:none;
	}
.post h2 a:hover, .post_firstpost h2 a:hover {
	text-decoration:underline;
}
.post small, .post_firstpost small {
	color: #675073;
	display: block;
	margin-bottom: 15px;
	}
.post p, .post_firstpost p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height:21px;
	}
.post img {
        background-color:#dfe8d3;
        padding: 3px;
        border: 2px dashed #B8C1AC;
        margin: 5px;
	}
.post_firstpost img {
        background-color:#fff;
        padding: 3px;
        border: 2px dashed #675073;
        margin: 5px;
	}
img.noborder {
        background-color:transparent;
        padding: 0px;
        border: 0px;
        margin: 0px;
	}
.post blockquote, .post_firstpost blockquote {
	color: #675073;
	border-left: 3px solid #e08646;
	padding: 0px 5px 0px 15px;
	margin: 0px 20px 0px 10px;
}
.post pre, .post_firstpost pre {
background-color:#dfe8d3;
	color: #675073;
	border-left: 2px dashed #e08646;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
}
.post ol, .post_firstpost ol {
	font-size: 14px;
	margin-bottom: 15px;
	}

.post ol li, .post_firstpost ol li {
	margin: 0px 0px 5px 20px;
	}
.post ul, .post_firstpost ul {
	list-style-type: none;
	font-size: 14px;
	margin-bottom: 15px;
	}
.post ul li {
	background: url(img/bullet03.gif) no-repeat 0px 7px;
	margin-bottom: 5px;
	padding-left: 20px;
	}
.post_firstpost ul li {
	background: url(img/bullet02.gif) no-repeat 0px 7px;
	margin-bottom: 5px;
	padding-left: 20px;
	}
ul.st-related-posts li {
	background: url(img/digitalbullet03.gif) no-repeat 0px 5px;
	padding-left: 15px;
	}
p.postmetadata {
	font-size:11px;
	margin:3px 0;
	}
.entrytext{
	margin:0px 5px;	
	}
.entrytext .sociable span {
	margin-bottom:10px;
	}
.entrytext .sociable strong {
	color:#675073;
	font-family:Arial,Helvetica,sans-serif;
	text-transform:lowercase;
	}
.entrytext .sociable li {
	background:transparent none;
	display:inline;
	list-style-type:none;
	margin:0pt;
	padding:1px;
	}
/* ------------------------------------------------------------------------------
								sidebar 					                     
------------------------------------------------------------------------------ */
.sidebar1 {
	font-size: 12px;
	float: left;
	margin-right: 5px;
	padding: 0px;
	line-height: 14px;
	width: 165px;
	}
.sidebar2 {
	font-size: 12px;
	float: left;
	padding: 0px;
	line-height: 14px;
	width:165px;
	}
.notebottom {
	width:165px;
	margin:0px;
	padding:0px;
	height:30px;	
	background: #fff url(img/notebg_bottom.gif) no-repeat left bottom;
	}
.sidenote {
	margin-bottom: 10px;
	padding-top:10px;
	background: #faea5a url(img/notebg_top2.gif) no-repeat;
	}
.sidenote h3 {
	color: #6c644d;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 10px 0 5px 15px;
	text-transform: lowercase;
	}
.sidebar1 ul, .sidebar2 ul {
	list-style-type: square;
	margin-left:25px;
	}
.sidebar1 p, .sidebar2 p{
	padding: 0px 6px 6px;
	line-height: 16px;
	}
.sidebar1 ul li, .sidebar2 ul li {
	margin-left: 5px;
	margin-bottom: 5px;
	}
.sidebar1 ul span, .sidebar2 ul span {
	color: #000;
	}
.sidebar1 ul a, .sidebar2 ul a {
	color: #000;
	text-decoration: none;
	}
.sidenote ul a {
	border-bottom: 1px dashed #968e77;
	}
.sidenote p a {
	color: #000;
	}
.sidenote ul a:hover, .sidenote p a:hover {
	background-color: #6c644d;
	color: #fff;
	border: 0px;
	}
.sidenote ul {
	color: #968e77;
	padding: 0px 3px 12px 3px;
	}
/* search */
.search {
	padding: 0px 15px 10px;
	}
.searchbox {
	width: 134px;
	font-size: 16px;
	border: 1px solid #aaa;
	}
/* subscribe */
.sidenote ul.feeds {
	list-style-type: none;
	margin-left: 10px;
	padding-bottom: 8px;
	}
.sidenote ul.feeds li {
	background: url(img/rss.png) no-repeat 0px 3px;
	padding: 2px 0px 2px 20px;
	}
.sidenote ul.feeds li a {
	border-bottom: 1px dashed #e08646;
	}
.sidenote ul.feeds li a:hover {
	background-color: #e08646;
	color: #fff;
	border: 0px;
	}
.sidenote p {
	padding: 0 18px 12px;
	}
.sidenote p.rss a {
	color:#968E77;
	text-decoration: none;
	border-bottom: 1px dashed #968e77;
	}
.sidenote p.rss a:hover {
	background-color: #6c644d;
	color: #fff;
	border: 0px;
	}
/* Google Ad-sense, tag cloud, and more */
.sidenote-ad_content {
	padding: 30px 0 0 25px
	}
.st-tag-cloud {
	margin: 10px 8px 20px;
	text-align: center;
	}
.st-tag-cloud a {
	text-decoration:none;
	}
a.st-tags {
line-height: 100%;
}
/* ------------------------------------------------------------------------------
								comments								             
------------------------------------------------------------------------------ */
.commentarea {
	background: #fff url(img/commentarea_fade.jpg) no-repeat top left;
	border:2px solid #B8C1AC;
	margin-bottom:15px;
	}
h2.responses {
	color: #675073;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin: 10px;
	}
.commentlist {
	font-size:14px;
	list-style-type:none;
	margin:20px 20px 0px 30px;
	width:425px;
	}
.commentlist li {
	padding: 10px;
	margin-bottom:10px;
	border-top: 1px solid #dfe8d3;
	}
.commentlist li.alt {
	border-top: 1px solid #B8C1AC;
	}
.commentcontent {
	padding: 0 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
.commentcontent p {
	margin-bottom: 15px;
	font-size:12px;
	color:#333;
	line-height:17px;
}
.authorcom {
	margin-bottom: 5px;
}
.authorcom .avatar {
	float: right;
}
.authorcom span {
	color: #675073;
	font-size: 16px;
}
.authorcom small {
	font-size: 10px;
	float: left;
}
.commentcontent ul {
	list-style-type: none;
	font-size:12px;
	color:#333;
	line-height:17px;
}
.commentcontent li {
	background: transparent url(img/bullet02.gif) no-repeat 0px 5px;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.commentcontent blockquote {
	background-color: #dfe8d3;
	margin-bottom: 15px;
	padding: 5px 5px 2px 8px;
	border-left: 4px solid #B8C1AC;
	font-size:11px;
	color:#777;
	line-height:17px;
}
.commentcontent blockquote p {
	margin-bottom:5px;
}
.commentform {
	background: transparent url(img/commentarea_fade2.jpg) no-repeat bottom left;
	width: 472px;
	padding: 10px 12px 5px 12px;
	}
.commentform h2 {
	color: #675073;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: lowercase;
	}
.cfbox1 {
	width: 150px;
	margin-right: 20px;
	padding-left: 3px;
	float: left;
}
.cfbox2 {
	width: 275px;
	float: left;
}
.cfbox2 textarea {
	width: 275px;
	height: 125px;
}
.cfbox3 {
	padding-top: 3px;
	width: 440px;
	clear: both;
}
.commentform label {
	color: #675073;
	margin-bottom: 2px;
	display: block;
	}
.commentform input {
	width: 150px;
	margin-bottom: 10px;
	}
input.submit {
	width: 150px;
	margin-bottom: 6px;
	margin-left: 173px;
	display: block;
	}
	
	
/* ------------------------------------------------------------------------------
								footer 								             
------------------------------------------------------------------------------ */
.footer {
	background: url(img/brownfade_bottom.gif) no-repeat bottom left;
	color: #000;
	font-size: 11px;
	display: block;
	height: 50px;
	margin:0px auto;
	padding:0px 18px 14px;
	width:850px;
	}
p.foot1 {
	padding: 22px 5px 5px;
}
p.foot2 {
	padding: 5px;
	float: right;
	text-align: right;
	margin:0px;
}
.footer a {
	color: #000;
	}
.footer a:hover {
	background-color: #675073;
	text-decoration:none;
	}
.foot2 a:hover {
	background-color: #675073;
	}
	

/* ------------------------------ clear ------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}
