/*
Theme Name: Eulogy!
Theme URI: http://www.fifodigital.com
Description: The default Eulogy! theme
Version: 1.0
Author: Peter Bowyer
*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	zoom: 1;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

body {
	background: url(images/background_tile.png);
	font-family: "Trebuchet MS";
	font-size: 13px;
}
a {
	color: #FF6600;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
img {
	border: 0;
}
#wrapper {
	width: 896px;
	margin: 50px auto 10px;
	background: url(images/page-bg.gif) repeat-y;
}
#logo {
	margin-bottom: 20px;
}
#main-col {
	width: 566px;
	padding: 15px 22px;
	background: #FDFCFA;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
#sidebar {
	width: 250px;
	margin: 0 12px 20px 3px;
	background: #FDFCFA;
	float: left;
	position: relative;
	padding-top: 190px;
}
#searchbox {
	background: url(images/search-bg.png);
	width: 265px;
	height: 176px;
	position: absolute;
	top: -17px;
	left: -2px;
}

#paper-top {
	width: 566px;
	height: 54px;
	background: url(images/paper-top.jpg);
}
#paper-bg {
	width: 512px;
	padding: 0 27px 40px;
	background: url(images/paper-bg.jpg);
	margin-bottom: 15px;
}
#search {
	width: 156px;
	border: 1px solid #895680;
	height: 18px;
	padding: 3px;
	background: #FFF url(images/input-bg.png) repeat-x bottom left;
}
#searchform {
	position: absolute;
	left: 24px;
	top: 88px;
}

.content {
	margin: 0 10px;
}

h1, #main-col h2 {
	font-size: 150%;
	margin: 0 0 7px 0;
	color: #663366;
}
.attribution {
	padding: 3px 15px;
	background: url(images/attribution-bg.png);
	line-height: 24px;
	position: relative;
	color: #666;
}
.attribution a {
	color: #895680;
}
.name {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.byline, .top {
	font-size: 85%;
}
.comment .attribution {
	font-size: 90%;
	color: #666;
}
.comment-number {
	font-size:18px;
	position:absolute;
	right:20px;
	top:4px;
}
.comment p {
	margin: 15px;
}
div.hr {
	height: 1px;
	background: #d0cdc9;
	margin: 15px 0;
}

/************ Sidebar stuff ************/
#sidebar ul ul li:before {
	content: "\00BB \0020";
}
#sidebar ul, #sidebar ul ol {
	margin: 0 13px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 12px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
h2.widgettitle {
	color: #663366;
	background: #fecfaf;
	font-size: 14px;
	padding: 3px 5px;
}

/************** Comment Form **************/
#respond {
	margin: 0 15px;
}
#respond label {
	display: block;
}
#respond fieldset {
	background: url(images/comment-form-bg.png);
	padding: 0 20px;
	border: 1px solid #cccccc;
}
#respond fieldset div {
	margin-bottom: 10px;
}
#respond .input {
	width: 180px;
	border: 1px solid #dedcdb;
	font-family: inherit;
}
#respond textarea {
	height: 80px;
	font-family: inherit;
	font-size: 13px;
}
ul.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*************** Top nav ****************/
#topnav {
	margin: 10px 0 48px;
	padding: 0;
	height: 31px;
	list-style: none;
	position: absolute;
	top: 24px;
	left: 230px;
}
#topnav a {
	text-decoration: none;
	display: block;
	text-align: left;
	padding-right: 14px;
	border-right: 1px solid #000;
	line-height: 14px;
}
#topnav li.first {
	margin-left: 10px;
}
#topnav li.last a {
	border-right: 0;
	padding-right: 0;
}
#topnav li {
	float: left;
	position: relative;
	font-size: 15px;
	padding: 9px 0;
	padding-left: 14px;
}


