/*
Theme Name: Terrill Street	
Theme URI: http://terrillstreetbeverage.com
Description: Terrill Street Theme
Version: 1.0
Author: Jackson Whelan
Author URI: http://jacksonwhelan.com/
*/

* {
margin:0;
padding:0;
}

body {
text-align:center;
font-family:Myriad, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
background:#230000 url(images/terrill-body.jpg) repeat-y top center;
}

a {
color: #FFFF00;
}
a:hover {
color: #000000;
}
a img {
border:none;
}

#wrapper {
width:800px;
margin-left:auto;
margin-right:auto;
text-align:left;
margin-top:20px;
}
#header {
}
#content {
width:510px;
float:right;
margin-top:20px;
}
#sidebar {
width:240px;
float:left;
}
#signup {
text-align:right;
margin-top:40px;
}
#footer {
margin-top:100px;
text-align:right;
font-size:10px;
}

#header h1 a {
text-indent:-9999px;
display:block;
outline:none;
width:800px;
height:150px;
background:url(images/terrill-header.jpg) no-repeat;
}
#header h2 a {
text-indent:-9999px;
display:block;
outline:none;
width:800px;
height:82px;
background:url(images/terrill-h2.jpg) no-repeat;
}
div#post-4 h2 {
font-size:24px;
text-align:right;
}

#content p {
margin-bottom:10px;
line-height:1.5em;
}
p.disclaimer {
padding-left:400px;
margin-top:20px;
}
div.entry ul li {
margin-bottom:10px;
line-height:1.5em;
}

ul#image-nav {
list-style:none;
width:240px;
}
ul#image-nav li {
margin-bottom:10px;
}
ul#image-nav li a {
display:block;
width:240px;
height:60px;
text-indent:-9999px;
outline:none;
}
ul#image-nav li.page-item-2 a {
background:url(images/news.jpg) no-repeat;
} 
ul#image-nav li.page-item-6 a {
background:url(images/new-items.jpg) no-repeat;
}
ul#image-nav li.page-item-4 a {
background:url(images/specials.jpg) no-repeat;
} 
ul#image-nav li.page-item-7 a {
background:url(images/events.jpg) no-repeat;
} 
ul#image-nav li.page-item-9 a {
background:url(images/links.jpg) no-repeat;
} 
ul#image-nav li.page-item-11 a {
background:url(images/map.jpg) no-repeat;
} 
ul#image-nav li.page-item-13 a {
background:url(images/italian-foods.jpg) no-repeat;
} 
div#post-4 strong {
color:#FFFF00;
}
div#post-4 ul { 
padding:10px 20px;
border:1px solid #FFFF00;
font-size:16px;
margin-bottom:10px;
}

.submit {
color:#990000;
background:#FFFF00;
border:none;
margin-right:10px;
}

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

.clear {
clear:both;
}
