/*
Theme Name: Almanac
Theme URI: https://www.vivathemes.com
Description: Professional WordPress theme
Author: Viva Themes
Author URI: https://www.vivathemes.com
version: 1.0
Tags: two-column, widget-ready, personal, blog
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #f3f0ed url(images/bg.png) repeat-x;
	color: #666;
	line-height: 165%;
	font-family: 'Trebuchet MS', arial, helvetica, tahoma, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 26px;
	color: #333;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	line-height: 28px;
}
h2 {
	color: #333;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 22px;
	line-height: 22px;
}
h3 {
	color: #333;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}
h4 {
	color: #333;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}
h5 {
	color: #333;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
}
p {
	margin-top: 6px;
}
img {
	border: none;
	padding: 0;
}
img a {
	border: none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	border-left: 1px solid #ccc;
	margin: 15px;
	padding: 0 12px 0 12px;
	font-style: italic;
}
code {
	font-family: "Courier New", Courier, monospace;
}
/* links */

a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* container */

#container {
	width: 900px;
	clear: both;
	margin: 0 auto;
}
/* header */

#header {
	position:relative;
	width: 100%;
	float: left;
	clear: left;
}
#logo {
	width: 200px;
	float: left;
	height: 40px;
	margin-left: 0px;
	margin-top: 30px;
}
#logo a {
	color: #000;
}
#logo a.site-title {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	display: block;
	margin-top: 5px;
}
#site-description {
	font-style: italic;
}
/* top widget */

#topwidget {
	width: 900px;
	height: 100px;
	float: left;
	clear: both;
	margin-top: 60px;
	font-size: 18px;
	font-family: georgia, arial, helvetica;
	font-style: italic;
	color: #848484;
	font-weight: normal;
	line-height: 150%;
}
#topwidget h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
/* search */

#searchform {
	padding: 0;
	margin: 0;
	width: 200px;
	height: 25px;
	float: left;
}
#searchform input#s {
	margin: 0;
	padding: 0;
	color: #999;
	width: 150px;
	border: none;
	font-size: 10px;
	height: 10px;
	line-height: 12px;
	padding: 5px 10px;
	background: #fff;
	border: solid 1px #eaeaea;
	float: left;
}
#searchform input#searchsubmit {
	width: 22px;
	height: 22px;
	float: right;
	background: #d8d5d2 url(images/searchbg.png) no-repeat center;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0;
}
/* content */

#contentwrapper {
	position:relative;
	width: 900px;
	clear: both;
	float: left;
	margin-top: 30px;
	padding: 0;
	padding-bottom: 30px;
}
#content {
	width: 600px;
	float: right;
	margin-top: 10px;
}
#contentfull {
	width: 900px;
	margin-top: 10px;
	float: left;
}
#contentfull .post {
	width: 600px;
}
#videoembed, .attachment-mainthumb {
	margin-top: 10px;
	margin-bottom: 5px;
}
.post {
	margin: 0;
	padding: 25px;
	padding-bottom: 10px;
	background: #fff;
	float: left;
	margin-bottom: 1px;
	width: 550px
}
.entry {
	position:relative;
}
h1.entry-title {
	padding: 0;
	line-height: 18px;
	margin-top: 0px;
}
h2.entry-title {
	padding: 0;
	line-height: 18px;
	margin: 0;
}
h1.entry-title, h2.entry-title a {
	color: #000;
	padding: 0;
	text-transform:none;
	font-weight: normal;
	font-size: 21px;
	line-height: 18px;
	text-decoration: none;
	margin-bottom: 5px;
}
h2.entry-title a:hover {
	text-decoration: none;
}
h2.pagetitle {
}
.post ul {
}
.post li {
	margin-left: 15px;
}
.entry p {
	margin: 8px 0;
}
#postdate {
	width: 50px;
	height: 50px;
	float: right;
	margin-right: -50px;
	margin-top: -17px;
	background: url(images/datebg.png) no-repeat transparent;
	font-family: georgia, arial, helvetica;
	font-style: italic;
	font-weight: normal;
	color: #c1c1c1;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
}
#datetop {
	margin-top: 8px;
}
#datebottom {
	font-size: 15px;
	margin-top: -5px;
}
#belowpost {
	color: #cc6600;
	font-family: georgia, arial, helvetica;
	font-style: italic;
	font-size: 12px;
	margin-top: 15px;
}
a.more-link {
	color: #cc6600;
	text-decoration: none;
	float: left;
}
.commentlink a:hover, a.more-link:hover {
	text-decoration: underline;
}
.commentlink {
	width: 100px;
	float: right;
	text-align: right;
}
.commentlink a {
	color: #cc6600;
	text-decoration: none;
}
.navigation {
	font-size: 8pt;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.alignleft a {
	float: left;
	margin: 25px 0;
}
.alignright a {
	float: right;
	margin: 25px 0;
}
ol {
	margin: 10px;
}
ul {
	margin: 5px;
}
/* Left Sidebar*/

#leftbar {
	width: 250px;
	float: left;
	padding: 0;
	margin-left: 20px;
	margin-top: 27px;
}
#leftbar .widgets {
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 250px;
	margin-bottom: 20px;
}
#leftbar h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	margin-left: -20px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	width: 250px;
	padding-left: 20px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	background: #cc6600;
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
}
#leftbar ul {
	margin: 0;
}
#leftbar ul li {
	line-height: 32px;
	list-style: none;
	border-bottom: solid 1px #ccc;
}
#leftbar ul li ul li {
	border: none;
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	float: left;
	clear: left;
	width: 100%;
}
#leftbar ul li a {
	color: #666;
	border: none;
	text-decoration: none;
	margin-left: 0;
}
#leftbar ul li a:hover {
	text-decoration: underline;
}
#leftbar a {
	text-decoration: none;
	color: #333;
}
#leftbar a:hover {
	border: none;
	text-decoration: underline;
}
/* comments */


#commentform {
	margin: 0;
	padding: 0;
}
#commentform p {
	color: #666;
}
#commentform a {
	color: #000;
	text-decoration: none;
	line-height: 14pt;
}
#commentform h3 {
	font-size: 10pt;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 0;
}
#comment {
	width: 80%;
	padding: 5px;
}
#author, #email, #url, #comment, #submit {
	font-size: 11px;
	margin: 5px 5px 0 0;
	border: none;
	border: 1px solid #eaeaea;
	color: #666;
	padding-left: 5px;
}
#author, #email, #url {
	height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#submit {
	margin: 5px 5px 0 0;
	cursor: pointer;
	color: #666;
	padding: 4px 7px;
	background: none;
	background: #fff;
}
#comments {
	margin: 0;
	padding: 0;
}
#respond h3, h3#comments {
	color: #333;
	font-size: 16px;
	margin-bottom: 2px;
	clear: left;
	text-transform: none;
	font-weight: normal;
	margin-top: 15px;
}
.reply a.comment-reply-link {
	background: #fff;
	font-size: 11px;
	border: none;
	padding: 0;
	color: #666;
	padding: 4px 7px;
	border: solid 1px #eaeaea;
}
.reply a.comment-reply-link:hover, #submit:hover {
	background: #eaeaea;
}
ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 15px;
}
.avatar {
	float: left;
	margin: 0 12px 0 0;
}
ol.commentlist li {
	border-bottom: solid 1px #eaeaea;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	list-style-type: none;
	float: left;
	width: 550px;
	margin-bottom: 10px;
}
ol.commentlist ul li {
	border: none;
	padding: 20px;
	width: 350px;
	padding-bottom: 0;
	padding-right: 0;
}
ol.commentlist li.alt {
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}
ol.commentlist a {
	color: #000;
	text-decoration: none;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
/* misc */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	padding-left: 2px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.alignleft a {
	margin: 5px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin: 0 10px 10px 0;
}
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
	margin: 0 auto;
}
p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
p {
	margin-top: 6px;
}
#archivelist {
	float: left;
	margin-right: 0;
}
#archivelist ul li {
	list-style: none;
	line-height: 35px;
}
#archivelist ul {
	height: auto;
	margin-bottom: 30px;
}
#archivelist ul li a {
	color: #666;
	text-transform: uppercase;
}
#archivelist ul li a:hover {
	text-decoration: none;
}
/* footer */

#footer {
	float: left;
	text-align: center;
	clear: left;
	width: 100%;
	border-top: solid 1px #ccc;
	font-size: 11px;
	color: #848484;
	padding-top: 10px;
	padding-bottom: 60px;
}
#footer small {
	display:block;
	text-align:justify;
	line-height:1.2em;
	color:#999;
}
#footer a {
	color: #848484;
}
#leftbar a.dcjq-parent {
	font-weight:bold;
	color:black;
}
#leftbar ul li ul li.menu-item {
	background-color:#faf7f5;
}
#leftbar ul li ul li.menu-item a {
	color:#c60;
	background-color:#faf7f5;
	margin-left:20px;
	font-weight:normal;
}
#leftbar ul li ul li.menu-item a:hover {
	font-weight:bold;
}
#leftbar ul li ul li.current-menu-item a {
	color:grey;
}
#leftbar ul li ul li.current-menu-item a:hover {
	font-weight:normal;
	text-decoration:none;
}
#pageFeaturedImageBanner {
	position:absolute;
	top:-209px;
	left:-325px;
}
#pageFeaturedImageBanner img {
	opacity:.3;
	border-left:1px solid black;
	border-right:1px solid black;
}
#pageFeaturedImageOnPage {
	position:absolute;
	top:65px;
	left:-25px;
	height:400px;
	overflow:hidden;
	
}
#pageText {
	margin-top:445px;
}
#headerspacer {
	display:block;
	height:244px;
	z-index:0;
}
#mainmenu {
	z-index:10;
}
#topwidget {
}
#frontpagebanner {
	position:absolute;
	background:transparent url(../../uploads/2013/05/headerBanner.png) no-repeat;
	width:900px;
	height:150px;
	top:100px;
	z-index:-1;
	opacity:1;
	border-right:1px solid black;
}

#slider img {
	border:1px solid #999;
	margin-bottom:10px;
}
#topLevelPageLinks {
	margin-top:30px;
}
.toplevelbutton a {
	display:block;
	float:left;
	opacity:.5;
	margin-bottom:10px;
	text-decoration:none;
	text-align:center;
	transition-property:opacity;
	transition-duration:.5s;
}
.toplevelbutton a:hover {
	opacity:1;
}
.toplevelbutton span {
	display:block;
	height:133px;
	overflow:hidden;
}
#searchTitle {
	position:absolute;
	top:-174px;
	left:0;
	text-align:center;
	width:900px;
	height:120px;
	background:transparent url(../../uploads/2013/05/searchBanner.jpg) no-repeat;
	border-left:1px solid #999;
	border-right:1px solid #999;
	padding-top:30px;
}
#searchTitle p {
}
#searchTitle img {
	opacity:.5;
}
#searchTitle strong {
	color:#c60;
	text-decoration:blink;
}
#searchpage h2 {
	margin-bottom: 10px;
}
#searchpage #single_image {
	float:left;
	margin:0 20px 10px 0;
}
#sponsoredlinks {
	background-color:white;
	padding: 5px 0 0 20px;
	margin-bottom:25px;
}
#sponsoredlinks h3 {
	border-left:solid #c60 10px;
	padding-left:20px;
	border-radius:20px;
}
#sponsoredlinks h3:first-child {
	margin-top:0;
}
#sponsoredlinks h3 a {
	display:block;
	text-decoration:none;
	font-size:.6em;
	line-height:1.7em;
	color:#666;
	padding:0 10px 0 0;
	transition-property:padding;
	transition-duration:.3s;
	font-weight:bold;
}
#sponsoredlinks h3 a strong {
	font-size:1.6em;
	line-height:1.4em;
	color:black;
	font-weight:normal;
}
#sponsoredlinks h3 a span {
	display:block;
	font-weight:normal;
}
#sponsoredlinks h3 a:hover {
	color:#c60;
	padding:0 0 0 10px;
	background-color:#fff2e5;
}
#sponsoredlinks h3 a:hover strong {
	color:#c60;
}
#sponsoredlinks h3 a:hover span {
}
.textwidget p {
	color:#c60;
}


#message label {
	display:block;
	color:#999;
}
#message input {
	display:block;
	background-color:#faf7f5;
	width:535px;
	border:none;
	padding:10px;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:black;
}
#message textarea {
	display:block;
	background-color:#faf7f5;
	width:535px;
	border:none;
	padding:10px;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:black;
	height:400px;
}
#message hr {
	border-color:#c60;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:10px 0;
}
.form-error {
	color:#c60;
}
#message input#submit {
	width:100px;
	float:right;
	background-color:#c60;
	color:white;
	border-radius:50px;
}
#message input#submit:hover {
	background-color:black;
}
.notify {
	margin:30px 0 20px 0;
	background-color:#c60;
	color:white;
	padding:3px 20px;
}

a.ad_link {
	border-left: 10px solid #CC6600;
    border-radius: 20px 20px 20px 20px;
    clear: both;
    color: #000000;
    display: inline-block;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.4em;
    padding-bottom: 40px;
    padding-left: 20px;
    text-decoration: none;
	margin-top: -10px;
}
a.ad_link:hover {
	color: #CC6600;	
}
span.description {
	display: block;
    font-weight: normal;
    margin-top: -40px;
    padding-left: 30px;	
}
span.sitehost {	
    display: block;
    font-weight: bold;
    margin-left: 30px;
    margin-top: -20px;
}







