/*
Theme Name: Fish Taco Blog
Author: Elliott Brueggeman

*/

@import url('reset.css');

html {
	background-color: #D1FBFF;
	font-family: arial, san-serif;
	font-size: 12px;
}

body {
	background-color: #D1FBFF;
	font-family: arial, san-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #FF3300;
}

a:hover {
	text-decoration: underline;
}

#main {
	background-color: #D1FBFF;
	width:800px;
	margin: 0 auto;

}

.content {
	margin: 0 47px;
}

.content-border {
	padding: 0 10px 10px;
	background-color: #FFF;
	border-left: 5px solid #000;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
	float: left;
}

#header {
	background-image: url('images/fish_taco_blog_header.gif');
	height: 139px
}

#header h1 {
	font-family: 'impact', 'arial black', arial, san-serif;
	font-size: 84px;
	padding-left: 175px;
	padding-top: 25px;
}

#header h1 {
	text-decoration: none;
	color: #000;
}

#posts {
	padding: 5px 0;
	float: left;
}

#posts h2 {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: bold;
}

#posts h3 {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight:bold;
}

.business_details {
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	border-bottom:1px dashed #DDD;
	/*border-left:1px solid #DDD;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	border-top:1px solid #DDD;*/
	min-height: 315px;
	_height: 315px;
	background-color: #FFF;
	padding: 10px;
	padding-bottom: 25px;
	clear: both;
	float: left;
}

.post p {

	margin-bottom:10px;
	font-size:13px;

}

.post .post_thumbnail {
	float: left;
	padding-right:10px;

}

.post .postmeta {
	font-size: 11px;
}

.post .postheader {
	height: 50px; 
}

.post .postcontent {
	padding-top: 10px;
	padding-bottom: 5px;
	
}
.post .postcontainer {
	width: 395px;
	padding-bottom: 5px;
	float: left;
	min-height: 315px;
	clear: both;
}

.post .postdata {
	width: 230px;
	/*background-color: #F2F2F2
	border-left: 1px dashed #DDD;;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	margin-left: 10px;
	float: left;
	min-height: 200px;
	overflow: hidden;
}

.post .map {
	border: 1px solid #BBB;
	margin-left: 0px;
	width: 228px; 
	height: 150px;
}

.post .photos {
	background-color: #f9f9f9;
	/*border: 1px solid #CCC;*/
	/*padding: 5px;*/
	margin-top: 10px;
	background-color: #FFF;
}

.post .photos img {
	margin-right: 5px;
	margin-top: 2px;
	border: 1px solid #999;
}

.post .photos .first{
	margin-left: 1px;
}

.post .photos .last{
	margin-right: 0;
}

img {
	border: 0;
}

.icon {
	border: 1px solid #999;

}
.comment-author{ font-weight:bold; }
.allcomments{margin: 20px 5px 20px 5px;padding: 0px;}
.allcomments h3{color: #525252;font-size: 12px;font-weight: bold;margin-left: 1px;}
.comment{background: #fff;border: solid 1px #EAEAEA;margin: 10px 0px 20px;padding: 15px;}
.avatar{float: left;padding-right: 6px;}
.commenttext{clear: both;margin-top: 10px;}
.commenttext p{clear: both;margin: 10px 0;}
.commentform input{padding: 0;margin: 0;line-height: 0;}
#commentform .text {width: 300px;margin: 0 0 15px 0;}
#commentform textarea{width:450px;height:150px;margin:0;padding:5px;}
.commentmetadata {
	height: 25px;
}

#links {
	margin: 0 auto;
	width: 800px; 
	margin-top: 3px;
}

#links li {
	text-align: left;
    float: left;
    list-style: none;
    /*padding: 3px 10px 3px 10px;*/
    margin-right: 10px;
    /*border: 1px solid #CCC;*/
}

#category_header {
	border-bottom:1px dashed #DDDDDD;
	font-size:36px;
	font-weight:bold;
	margin-bottom:20px;
	padding:10px 10px 15px;
}

.readers {
	font-weight: bold;
	*font-weight: normal;
	*font-family: 'arial black', arial, san-serif;
	*font-size: 12px;
}

.post-ratings {
	margin-top:2px;
}

.left {
	float: left;
	width:50%;
}

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