/*  
Based on default Wordpress theme circa 2005

The CSS, XHTML and design are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin: 0;
	padding: 0; 
	font-size: 18px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #444;
    line-height: 1.4em;
	}

#column {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	margin: 20px auto;
	padding: 20px;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#post img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.caption { /* for image captions */
    width: 200px;
    text-align: -moz-center;
    margin-left: auto;
    margin-right: auto;
}

a img {
    border: none;
}

a {
    color: #3355BB;
    text-decoration: none;
}

a:hover {
    color: #3355BB;
    text-decoration: underline;
}

a:visited {
    color: #114477;
}

h2 {
    font-weight: bold;
    font-size: 20px;
}

#header {
    background: url(http://pingswept.org/images/islesboro_1000.png);
    height: 267px;
    width: 1000px;
}

#title {
    position: relative;
    height: auto;
    width: auto;
    left: 25px;
    top: 175px;
    opacity: 0.3;
	font-size: 24px;
	font-family: 'Trebuchet', Arial, Sans-Serif;
    font-weight: bold;
	color: white;
}

#tagline {
    text-align: right;
    position: relative;
    height: auto;
    width: auto;
    right: 25px;
    top: 200px;
    opacity: 0.3;
	font-size: 18px;
	font-family: 'Trebuchet', Arial, Sans-Serif;
    font-weight: bold;
	color: white;
}

#content {
    float: left;
    width: 66%;
}

.postdate {
    font-size: 16px;
    font-weight: bold;
}

#sidebar {
    margin-top: 20px;
    float: right;
    width: 30%;
    font-weight: bold;
    font-size: 18px;
}

ul li {
    list-style: none;
}

#sidebar ul li ul li:before {
    content: "\00BB \0020"; /* Little arrows and space before list items */
}

#footer {
    clear: both;
    border: 1px solid #959596;
    padding: 10px;
    font-size: 14px;
}

