/*
Theme Name: Offbeat Guides Blog
Theme URI: http://offbeat.iamnotgoodattheinter.net/
Description: Blog implementation of the Offbeat Guides design.
Version: 0.1
Author: Implementation by Chris Lambe, design by XXX XXX
Author URI: http://offbeatguides.com/
Tags: 
*/

@import url("css/default.css");
@import url("css/default_alt.css");

a {
	text-decoration:none;
	color: #B51F2D;
}
a:hover {
	text-decoration:underline;
	color: #EA2F40;
}
p {
	font-size:12px;
	line-height: 1.8em;
}
cite {
	font-weight:bold;
}
#container {
	min-width:800px;
}

#comments {
	margin-top:40px;
	clear:both;
}

#comment {
	width:100%;
	font:12px arial, sans serif
}
#searchinput {
	/* For right-justified search box*/
	position: absolute;
        right:0;
        top:30px;
}
#searchinput input {
	font-size:14px;
}
#searchinput .primary {
	font-size:12px;
}

.post {
	clear:both;
	margin-bottom:30px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.postmetadata {
        background-color:#EFEFEF;
        border-color:#BBBBBB;
        border-style:solid;
        border-width:0 0 1px;
        display:block;
        font-size:10px;
        padding:5px 10px;
}

.even, .odd{
	padding:10px 0px 10px 10px;
	background-color:#fcfcfc;
}

.odd {
	background-color:#efefef;
}

.commentauthor {
	font-size:14px;
	font-weight:bold;
}

.commentauthor a {
	text-decoration:none;
}
.col-6 {
	clear:both;
}
.navigation {
	width:500px;
}

.entry ul {
    font-size:13px;
    list-style-image:url(/images/bullet.jpg);
    list-style-type:none;
    padding: 0pt 0pt 0pt 30px;
}

.entry ul li {
    line-height:1.3em;
    margin-bottom: 10px;
    font-size:1em;
}

.entry h1, .entry h2, .entry h3 {
    font-size: 2.25em;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 0.5em;
}

.entry strong {
    font-weight: bold;
    letter-spacing: 0;
}

blockquote {
    font-style: italic;
    margin-left: 20px;
    quotes: none;
    font-size:12px;
    line-height: 1.8em;
}

.recentParent
{
    float:left;
    width:246px;
}

.recent
{
    background-attachment:scroll;
    background-color:#FFFFFF;
    background-image:none;
    background-position:0 0;
    background-repeat:repeat;
    margin-top:10px;
}

.recent h3
{
    border-bottom:1px solid #CCCCCC;
    margin-top:0;
    padding:10px;
}

.recent ul
{
    padding:10px 10px 0 10px;
}

.recent li
{
  margin-bottom:10px;
}
