/*
Theme Name: Big Lenny's Hot Dogs
Theme URI: http://biglennys.com/
Description: Theme for Big Lenny's Hot Dogs
Version: .01
Author: Jackson Whelan
Author URI: http://jacksonwhelan.com
*/
* {
margin:0;
padding:0;
}
a {
text-decoration:none;
color: #FFFF00;
}
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-align:center;
padding:20px 0;
color: #FFFFFF;
background: #000000;
}
#wrapper {
width:800px;
margin-left:auto;
margin-right:auto;
text-align:left;
background:url(images/wrapper.gif) repeat-y;
}
#header {
}
#header h1 {
background: url(images/header.gif) no-repeat;
text-indent:-9999px;
}
#header h1 a {
outline:none;
display: block;
width:800px;
height:190px;
}
#left-col {
width:200px;
float:left;
margin-left:15px;
background:url(images/col-head.gif) no-repeat bottom;
padding:20px 0;
font-size:18px;
font-variant:small-caps;
text-align:center;
margin-bottom:50px;
}
#left-col ul {
list-style:none;
margin:10px 10px 0 10px;
background:url(images/col-head.gif) no-repeat top;
padding:20px 0 5px 0;
}
li.widget_pages ul li {
margin-bottom:10px;
}
#left-col ul li ul {
background:none;
padding:0;
}
#left-col li.current_page_item a {
color:#FFFFFF;
font-weight:bold;
}
li.widget_shoppcartwidget {
padding-top:20px;
background:url(images/col-head.gif) no-repeat top;
}
#left-col ul li.widget_shoppcartwidget ul {
padding:20px 0;
background:url(images/col-head.gif) no-repeat bottom;
}
p.status {
font-family:Arial, Helvetica, sans-serif;
margin:10px 0;
}
#content {
width:570px;
float:right;
margin-top:25px;
margin-bottom:50px;
}
#content h2, #content h3, #content strong {
font-family:Arial, Helvetica, sans-serif;
}
#content h2 {
padding-bottom:12px;
}
li.widget_shoppcartwidget h2 {
font-size:20px;
}
#content h3 {
margin-bottom:5px;
}
#content p, #content ul {
margin-bottom:10px;
font-size:16px;
color:#FFFFFF;
line-height:1.2em;
}
#content ul {
margin-left:20px;
list-style:square;
}
#content li {
margin-bottom:10px;
}
.page, .entry {
padding-right:25px;
}
#wheres-lenny {
margin:20px;
padding:10px;
border: 1px solid #FFFF00;
}
#footer {
background:url(images/footer.gif) no-repeat bottom;
padding-bottom:14px;
}
#footer p {
margin:0 46px;
text-align:right;
}
.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
a img {
border:none;
}
.clear {
clear:both;
}