/*
Theme Name: Good Food Tampa
*/
body{
	background:url('images/tile.jpg') repeat-x;
	background-color:#8e2221;
	}

#top{
	background:url('images/header7.jpg') no-repeat;
	width:744px;
	height:274px;
	margin-right:auto;
	margin-left:auto;
	}

#topSub{
	background:url('images/topsub2.jpg') no-repeat;
	width:744px;
	height:217px;
	margin-right:auto;
	margin-left:auto;
	}

#logo{
	background:url('images/logo.jpg') no-repeat;
	width:210px;
	height:316px;
	margin-left:13px;
	position:absolute;
	}

.text{
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing:2px;
	}

.text p{
	margin-top:0px;
	margin-bottom:0px;
	}

.text strong{
	font-weight:bold;
	color:#8e2221;
	font-size:15px;
	}
	
/*
.text img{
	padding:10px;
	}
*/

.text a:link, .text a:active, .text a:visited{
	text-decoration:underline;
	color:#0086b2;
	}

.text a:hover{
	text-decoration:none;
	color:#8e2221;
	}

.text li{
	margin-left:-10px;
	}

.title{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-variant:small-caps;
	letter-spacing:3px;
	color:#8e2221;
	}

.subTitle{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-variant:small-caps;
	letter-spacing:3px;
	color:#c2511f;
	}

.sublinks{
	font-size:11px;
	}

.sublinks a:link, .sublinks a:active, .sublinks a:visited{
	text-decoration:underline;
	color:#00a5ed;
	}

.sublinks a:hover{
	text-decoration:none;
	color:#8e2221;
	}
	

#navPyra {
	text-align:right;
	margin: 0;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 8px 6px 8px;
	text-decoration: none;
	color: #ffffff;
	}	

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #00a5ed;
	text-decoration:underline;
	}

#body{
	background:url('images/body2.jpg') repeat-y;
	width:744px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	}

#bodyContainer{
	width:720px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	}

#commentboxTop{
	background:url('images/commentTop.jpg') no-repeat;
	width:208px;
	height:18px;
	}

#commentboxBody{
	background:url('images/commentMiddle.jpg') repeat-y;
	width:208px;
	height:auto;
	}
	
#commentboxBodyContainer{
	width:175px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-style:italic;
	font-size:14px;
	}

#commentboxBottom{
	background:url('images/commentBottom.jpg') no-repeat;
	width:208px;
	height:44px;
	}		

#footer{
	background:url('images/footer2.jpg') no-repeat;
	width:744px;
	height:32px;
	margin-right:auto;
	margin-left:auto;
	}

#copyright{
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:2px;
	font-variant:small-caps;
	width:744px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	text-align:center;
	color:#fff;
	}

#copyright a:link, #copyright a:active, #copyright a:visited{
	color:#00a5ed;
	text-decoration:underline;
	}

#copyright a:hover{
	color:#d8d9af;
	text-decoration:none;
	}

.form_error{
	font-weight:bold;
	color:#8e2221;
	font-size:15px;
	}

#commentsAreaPost ul {list-style-type:none;}

#sidebar ul {list-style-type:none;margin:0;padding:0 0 0 10px;}

#sidebar ul li{margin:0 0 10px 0;}

#sidebar ul h2{font-size:16px;color:#8e2220;font-weight:bold;padding:5px 0 5px 0;margin:0;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.entry p {line-height:20px;padding-bottom:15px;}
