@charset "UTF-8";

/* -------------------------- */
/* Tag rewrites */

html, body{ font-family: Arial; height: 100%; background: #e9e9e9 url(../img/bg.png) repeat-y; color: #414042; }
body{  }

a, #sidebar ul li a{ color: #003e7a; text-decoration: none; }
a:hover{ text-decoration: underline; }
h1, h2, h3, h4, h5, h6{ color: #000; margin: 0; }
div.hr{ color: #999999; border-top: 1px solid #999; height: 0; margin: 0 0 10px 0; display: block; overflow:hidden; }

/* -------------------------- */
/* Specifics */

#logo-click-area {
	position: absolute;
	margin-left:  75px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.title h2{
	font: 1.6em Georgia, Times, "Times new Roman", serif;
}

#home-quote {
	width: 414px;
	padding: 5px 0 0 0;
	color: #404042;
	font: 1.2em Georgia, Times, "Times new Roman", serif;
	font-style: italic;
	border-bottom: 1px solid #6A6A6A;
}

#home-quote p {
	padding: 0 0 10px 0;
	line-height: 1.3em;
	
}

#top-border, #nav-col{ background: url(../img/bg-top-border.png) repeat-x; }
#container{ width: 1253px; }

.col{ float: left; display: inline; }
#col1{ width: 388px; background: url(../img/bg.png) repeat-y; position: relative;}
#main-col{ width: 435px; padding: 0 0 40px 0; }
#sidebar{ width: 250px; padding: 5px 0; }

#nav{ margin-top: 6px; background: url(../img/bg-paper.png); overflow: hidden; }
#nav .menu {
	margin: 10px 0 0 30px;
	float: left;
	overflow: hidden;
}

#nav .rss {
	margin: 0 90px 0 0;
	float: right;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	
	text-transform: uppercase;
	list-style-type: none;
}


#nav ul li {
	float: left;
	color: #003e7a;
	font-size: 1.2em;
	margin:0 0 0 10px;
	padding: 5px 20px 0 5px;
}

#nav ul li.page_item {
	list-style-type: disc;
}

#nav ul li a {
	font: 1.2em Georgia, Times, "Times new roman", serif;
	color: #003e7a;
}

#topNav ul li a:hover {
	color: #003e7a;
	text-decoration: underline;
}


#nav-col > div.hr{ width: 600px; margin: 0; }
#rss-icon{ margin: 6px 0 0 60px;  }

.post {clear: both;}
.pageNav {
	overflow: hidden;
	padding-bottom: 20px;
}
#posts, #content{ padding: 20px 40px 0 30px; }
.postMeta{ font-family: Georgia, "Times new Roman", serif; border-top: 2px solid #b6b5b5; border-bottom: 2px solid #b6b5b5; padding: 10px 0; text-align: center; background: #dcdcdc; margin-bottom: 30px; }
.title{ text-align: center; margin-bottom: 20px; }

.postMeta a {font-family: Helvetica, Arial, sans-serif; }

#sidebar ul{ list-style: none; margin: 0 0 0 2px; }
#sidebar li{ margin: 0; }
#sidebar li ul.children{ margin-left: 5px; }

#sidebar-pins{ margin: 0 0 20px 0; }
#sidebar-pins h4{ margin: 0 0 0 20px; }
#sidebar-pins img{ display: block; }
#sidebar p{ margin: 0 0 5px 0; }

.sidebarItem{ margin: 0 0 20px 0; padding: 0 0 0 20px; }
.sidebarItem .social_bookmark,
.sidebarItem .attachment {
	display: none;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
