/*  
Theme Name: Dirty Old Town
Theme URI: http://oldtownalchemy.co.uk/
Description: Kitbashed from all over the place.
Version: 1.0
Author: Jon Hughes
Author URI: http://oldtownalchemy.co.uk/

*/

body
{
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #cccccc;
	color: #333333;
}

img
{
	border: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* begin fonts and colours */

h1, h2, h3
{
    font-family: Georgia, Times, Serif;
    font-weight: bold;
}

#calendar
{
font-size: 10px;
}

/* link colours */

a:link
{
    text-decoration: none;
    color: #6666ff;
}

a:visited
{
    text-decoration: none;
    color: #909090;
}

a:hover
{
    text-decoration: none;
    color: #0066ff;
}

/* begin structure */

#container
{
position: relative;
margin: 25px auto;
width: 1020px;
background: #ffffff;
}

#header
{
position: relative;
width: 100%;
background: #666666;
clear: both;
}

#sidebar1
{
position: relative;
margin: 0px auto;
width: 200px;
background: #ffffff;
float: left;
clear: left;
}

#main
{
position: relative;
margin: 5px auto;
padding: 10px;
width: 600px;
background: #ffffff;
float: left;
}

#main h2 a:link, #main h2 a:visited
{
	color: #333333;
}

#main h2 a:hover
{
	color: #0066ff;
}

#sidebar2
{
position: relative;
margin: 5px auto;
width: 200px;
background: #ffffff;
float: right;
clear: right;
text-color: #666666;
}

#sidebar2 ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer
{
padding: 2px;
position: relative;
margin: 5px auto;
width: 100%;
background: #666666;
color: #cccccc;
clear: both;
}

#footer a:link, #footer a:visited
{
	color: #eeeeee;
}

#footer a:hover
{
	color: #0066ff;
}