/*
Theme Name: Beach
Theme URI: http://onelastsunrise.com/
Description: Nice clean theme... Reminds me of the beach.
Version: 1.0
Author: Brent Cameron and Megan Duong, with some help from Jake Spurlock
Tags: blue, beach, sunrise, two-column
*/
* {
margin: 0px;
padding: 0px;
}
a img {
border: 0;
}
a {
color: #4ac5d6;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: none;
}
body {
background: #dcdcdc url(images/bg.png) top center repeat-y;
font: 72%/170% "Lucida Grande", Verdana, Arial, sans-serif;
color: #222;
text-align: center;
}
#container {
width: 800px;
margin: 0 auto;
text-align: justify;
}
#top-bar {
color: #fff;
height: 30px;
background: #62c6d4;
margin: 0px 10px 0px 10px;
}
#top-bar .top-bar-left {
float: left;
padding: 5px 0px 0px 10px;
}
#top-bar .top-bar-right {
float: right;
padding: 5px 10px 0px 0px;
}
#top-bar a {
color: #333;
text-decoration: none;
}
#top-bar a:hover {
color: #fff;
text-decoration: none;
}
#masthead {
clear: both;
height: 150px;
background: #80dbe8 url(images/masthead.jpg) no-repeat;
margin: 0px 10px 0px 10px;
}
#menu {
height: 35px;
background: #4c4c4c;
margin: 0px 10px 0px 10px;
}
#menu ul {
list-style-type: none;
padding: 7px 0px 0px 10px;
}
#menu ul li {
display: inline;
padding: 0px 15px 0px 0px;
}
#menu ul li a {
color: #ffd100;
font-weight: bold;
text-decoration: none;
}
#menu ul li a:hover {
color: #fff;
font-weight: bold;
text-decoration: none;
}
#flickr {
height: 100px;
background: #656565;
margin: 0px 10px 5px 10px;
}
#flickr .flickr {
text-align: center;
padding: 12px 0px 0px 15px;
}
#flickr .flickr a img {
height: 65px;
width: 65px;
margin-right: 15px;
border: 1px solid #fff;
background: #fff;
padding: 4px;
}
#flickr .flickr a:hover img {
border: 1px solid #222;
}
#content {
float: left;
width: 550px;
border-right: 1px dashed #ccc;
padding-right: 15px;
margin: 0px 0px 0px 10px;
}
.entry p {
margin-bottom: 1.5em;
}
#sidebar {
float: right;
width: 200px;
margin: 0px 10px 0px 10px;
}
#sidebar p {
margin-bottom: 10px;
}
#sidebar ul {
list-style-type: none;
margin-bottom: 10px;
}
#sidebar ul li {
display: block;
}
#footer {
clear: both;
color: #fff;
text-align: center;
background: #4c4c4c;
padding: 10px 0px 10px 0px;
margin: 0px 10px 0px 10px;
}
h1 {
font: normal 24px/28px "Trebuchet MS", Verdana, sans-serif;
color: #555;
padding: 5px 0px 5px 0px;
}
h2 {
font: normal 18px/24px "Trebuchet MS", Verdana, sans-serif;
color: #555;
padding: 5px 0px 5px 0px;
}
h5 {
color: #fff;
height: 44px;
padding: 10px 0px 0px 30px;
font: bold 16px/18px "Trebuchet MS", Verdana, sans-serif;
background: transparent url(images/tag.jpg) no-repeat; 
margin-bottom: 5px;
}
h3 {
font: normal 18px "Trebuchet MS", Verdana, sans-serif;
color: #555;
padding: 5px 0px 5px 0px;
}
h4 {
font: normal 14px "Trebuchet MS", Verdana, sans-serif;
color: #555;
padding: 5px 0px 5px 0px;
}
.post-meta {
text-align: center;
margin-bottom: 10px;
}
.post-meta p {
background: #f3ede0;
padding: 10px 0px 10px 0px;
}
