/*
Theme Name: AndyDDay
Theme URI: http://andydday.com/
Description: This is my own theme
Version: 1.0
Author: <a href="http://andydday.com/">Andy D Day</a>
Tags: Andy Day's theme
*/

body {
font-family:Georgia;
background:url(/wp-content/themes/andydday/images/bg.png);
}
#header img {
position:relative;
top:-45px;
}
#entries h2 {
background:black;
position:relative;
left:-10px;
margin:0;
top:12px;
}
#entries h2 a {
text-decoration:none;
color:white;
}
#sidebar {
background-color:#FFFFFF;
padding:0 20px;
}
#sidebar ul {
list-style:none;
padding:0;
}
#sidebar h3 {
color:white;
background:black;
position:relative;
top:8px;
left:-10px;
}
#container {
width:960px;
margin-right:auto;margin-left:auto;
}
#logo {
background-image:url(/wp-content/themes/andydday/images/swatch.png);
height:400px;
margin:0;
padding:0;
position:absolute;
top:-170px;
width:320px;
}
#logo a {
text-decoration:none;
color:white;
padding:10px;
}
#nav {
clear:both;
list-style:none;
position:relative;
left: 300px;
margin-top:14px;
}
#nav li {
display:block;
padding:5px;
}
#nav a {
text-decoration:none;
color:white;
background:black;
font-weight:bold;
padding:2px;
}
#content {
width:760px;
float:left;
margin:10px;
padding-right:20px;
position:relative;
top:-45px;
}
#sidebar {
width:160px;
float:left;
}
#footer {
width:960px;
margin-right:auto;margin-left:auto;
clear:both;
}
.entry {
background-color:white;
padding:10px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
.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;
}