/*
Theme Name: The Phat Italian
Theme URI: http://thephatitalian.com
Description: 
Version: .1
Author: Jackson Whelan
Author URI: http://jacksonwhelan.com/
*/

* {
margin:0;
padding:0;
}

body {
text-align:center;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
background:#05200B;
color: #FFE1BB;
padding-top: 20px;
}

a {
color:#51BB4F;
}
a:hover {
color:#FFE1BB;
}
a img {
border:none;
}

#wrapper {
width:860px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#header {
}
#headerimg {
width: 860px;
height: 230px;
background: url(images/killington-deli-market.jpg) no-repeat;
text-indent: -9999px;
}
#sidebar {
width: 200px;
float: left;
}
#content {
width: 360px;
padding-top: 25px;
float:left;
}
.entry {
margin-right: 20px;
}
#right-sidebar {
padding-top: 25px;
width: 275px;
float: left;
}
#footer {
text-align: center;
background: url(images/footer.jpg) repeat-y;
padding: 10px;
margin-top: 25px;
}

#headerimg h1 a {
display: block;
height: 200px;
outline: none;
}
#headerimg h2 a {
display: block;
height: 30px;
outline: none;
}
.entry h3 {
color:#51BB4F;
font-size: 16px;
}

p {
line-height: 1.4em;
margin-bottom: 1em;
}
p.credits {
font-size: 10px;
font-family: Arial;
text-align: center;
margin: 20px;
}
#footer strong {
color: #51BB4F;
}

#sidebar ul {
list-style: none;
}
ul.menu {
margin: 25px;
}
ul.menu li {
background: url(images/li-bkgd.jpg) repeat-y;
padding: 5px;
margin-bottom: 10px;
}

ul.menu a {
font-weight: bold;
text-decoration: none;
}
li.current_page_item a {
color:#FFE1BB;
}
#footer a {
font-weight: bold;
}

.alignright {
float:right;
margin:5px 0px 5px 5px;
}
.alignleft {
float:left;
margin:5px 5px 5px 0px;
}

.clear {
clear:both;
}