/* CSS Document */

/*************************************
 +Containers
 *************************************/

body {
	margin: 0;
	padding: 0;
	font: .8em/140% Arial, Verdana, sans-serif;
	background-image: url(../images/epubliconlogo.gif); background-repeat:no-repeat;
}

h1, h2, h3, h4 {
	line-height: normal;
	font-size: 125%;
	padding-bottom: 10px;
	font-family: "Gill Sans MT";
}

img.screen { border: 0; display: none;}

a:link {
	color: #2E8B57;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px dotted #2E8B57;
}
a:visited { color: #2E8B57; padding-bottom: 1px; text-decoration: none; border-bottom: 1px dotted #2E8B57; }
a:hover { color: #fff; }
a:active {}

a.selected {
	 color: red; 
}

#furtherlinks li {
	padding-left: 0px;
	list-style: url("../images/reddot.gif");
}

/*************************************
 +Content
 *************************************/

#content {
	width: 400px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
}

#right_column {
	margin: 0 0 0 220px; padding: 0;
	color: #fff;
}

#flickr {
	position: absolute;
	top: 430px;
	left: 350px;
	display: none;
}

#socialbookmarking {
	position: absolute;
	top: 405px;
	left: 350px;
	display: none;
}

/*************************************
 +Sidebar
 *************************************/

#left_column {
	float: left;
	width: 214px;
}

#home {
	position: absolute;
	top: 20px;
	left: 20px;
         }
}

#nav {
	margin: 0; padding: 0;
	position: relative;
	top: 60px;
	left: 5px;

}
#nav li {
	padding-right: 20px;
	list-style: none;
	text-transform: uppercase;
}
#nav a {
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #847e6d;
	text-decoration: none;
	border: none;
}
#nav a:hover, #nav .selected {
	color: #454239;
	font-size: 90%;
}


#logo {
    padding: 32px 0 0 0;
    overflow: hidden;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:32px;
}

.blog_title a {
	border: 0;
}
#title {
	margin: 132px 0 0 25px; padding: 0;
}

.date {
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bold;
}
.bio_entry {
	margin: 0 0 30px 0;
}

/* blog styles */
#sidebar {
	margin: 0; padding: 0;
}
#sidebar ul {
	margin: 0; padding: 0;
}
#sidebar h2 {
	margin: 0 0 10px 0; padding: 0;
}
#blog_subnav {
	margin: 0; padding: 0;
	position: relative;
	top: 192px;
	left: 98px;
	text-align: right;
}
#blog_subnav li ul li{
	font-size: 90%;
}
.pagetitle {
	margin: 0 0 20px 0;
}
.post {
	margin: 0 0 50px 0;
}
.post h2 {
	margin: 0 0 10px 0; padding: 0;
	font-size: 260%;
	text-transform: capitalize;
	font-weight: lighter;
}
.postmetadata {
	margin: 10px 0 0 0; padding: 5px 0;
	font-size: 90%;
}
#currently {
	margin: 0 0 20px 0; padding: 5px;
	border: 1px solid #fff;
	font-size: 80%;
}
#currently p {
	margin: 0; padding: 0;
}
.commentlist {
	margin: 0 0 10px 0; padding: 0;
}
.commentlist li {
	padding: 10px; margin: 0 0 1px 0;
	list-style: none;
	border-left: 3px solid #257dc7;
	background: #656154;
}
#comments {
	margin: 20px 0;
}
cite {
	font-size: 150%;
	font-style: normal;
}
blockquote {
	margin: 0; padding: 0 20px;
	font-size: 90%;
	line-height: 130%;
	border-left: 1px solid #257dc7;
}
.rss {
	padding-left: 16px;
	background: url(/images/icon_rss.gif) 0 50% no-repeat;
	border-bottom: none;
}


