/*
Theme Name: Spiffy-Blog
Description: "Spiffy Stores Blog Theme.
Version: 1.0
Author: Shawn Finlay
Author URI: http://www.spiffy.com.au
Tags: white, clear, two columns, fixed width, widgets, valid CSS, valid XHTML
*/

/*
MAIN TEMPLATE STYLES
*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Calibri, Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	background-image: url(images/bk_grad.png);
	background-repeat: repeat-x;
	background-color: #95A1AA;
	margin: 0px;
    line-height: 17px;
}
a.hlink {
  color: #000000 !important;
  text-decoration: none !important;
  border: none !important;
  cursor: text !important;
}
#template-navs {
	height: 58px;
	width: 878px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}
#template-top-left {
	background-image: url(images/template_top_left.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 600px;
	width: 44px;
}
#template-bottom-right {
	background-image: url(images/template_bottom_right.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 44px;
}
#template-bottom-left {
	background-image: url(images/template_bottom_left.png);
	background-repeat: no-repeat;
	height: 44px;
	width: 44px;
}
#template-top-right {
	background-image: url(images/template_top_right.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 600px;
	width: 44px;
}
#template-left {
	background-image: url(images/template_middle_left.png);
	background-repeat: repeat-y;
	position: relative;
	height: 1%;
	width: 44px;
}
#template-right {
	background-image: url(images/template_right.png);
	background-repeat: repeat-y;
	position: relative;
}
#template-bottom {
	background-image: url(images/template_bottom.png);
	background-repeat: repeat-x;
	height: 44px;
	width: 878px;
}

#template-body-content {
	background-color: #FFFFFF;
	width: 878px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
}
#template-body {
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
}



/*
Styles used in the header
*/


#nav-menu {
	list-style-type: none;
	height: 20px;
	width: 700px;
	position: absolute;
	top: 25px;
	right: 0px;
	text-align: right;
	vertical-align: middle;
	font-size:10.5px;
}
#nav-menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#nav-menu ul {
	margin: 0px;
	padding: 0px;
}
#nav-menu li {
	display: inline;
	list-style-type: none;
	text-align: right;
	padding-left: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#nav-menu a, #nav-menu a:visited {
	color: #D2D7DB;
	text-decoration: none;
}
.page-nav a, .page-nav a:visited {
	color: #a65a28;
	text-decoration: none;
}
#title {
	position: absolute;
	height: 30px;
	width: 193px;
	left: 0px;
	top: 18px;
}
/*
Styles used in the body
*/
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #a65a28;
	text-decoration: none;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 6px;
}

.post-tab {
	background-image: url(images/blog-post-tab.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 41px;
	position: absolute;
	left: -60px;
}
.post {
	position: relative;
	overflow: visible;
	padding-bottom: 50px;
	width: 622px;
}
.more-link {
	font-size: 12px;
	text-decoration: none;
	color: #a65a28;
}
.post-comments {
	background-image: url(images/comments-icon.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 22px;
	width: 50px;
	text-indent: 10px;
	color: #e1bba1;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 25px;
}
.alignright {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: -10px;
	margin-right: -10px;
}
.post a, .post a:visited {
	font-weight: normal;
	color: #a65a28;
	text-decoration: none;
	border-bottom: 1px dotted #E6AC88;
}
.post a:hover {
	font-weight: normal;
	color: #7A2F00;
	text-decoration: none;
	border-bottom: 1px solid #885C40;
}

.post-comments a, .post-comments a:visited {
	color: #e1bba1;
	text-decoration: none;
}
.addthis_container a, .addthis_container a:visited, .addthis_container a:hover {
	border-style: none;	
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.post-left {
	width: 85px;
	position: absolute;
	left: -10px;
	top: -7px;
	height: 105px;
	overflow: visible;
}
.posted-by {
	font-size: 11px;
	color: #c1d1b8;
	text-align: center;
	line-height: 12px;
}
.post-right {
	overflow: visible;
	position: relative;
	visibility: visible;
	width: 540px;

}
.entry p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.entry p img {
	margin-left: -13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#right-col {
	background-image: url(images/right-col-background.png);
	background-color: #F7FAF2;
}

.post .date {
	font-size: 11px;
	color: #9ca69d;
	margin-top: 10px;
}
.post .title h2 a, .post .title h2 a:visited {
	font-size: 18px;
	color: #a65a28;
	text-decoration: none;
	font-weight: normal;
	border-style: none;
}
.post .title h2 {
	padding: 0px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.post  .title  h2 a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a65a28;
	text-decoration: none;
	font-weight: normal;
}

.post h2 {
border-style:none;
color:#A65A28;
font-size:16px;
font-weight:normal;
text-decoration:none;
}

.post-tab-day {
	font-size: 21px;
	color: #9a4b14;
	text-align: center;
	height: 22px;
	padding-top: 3px;
}
.post-tab-month {
	font-size: 12px;
	color: #9a4b14;
	text-align: center;
}
.post h2 a:hover {
	font-weight: normal;
	color: #a65a28;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: a65a28;
}
.more-link a:hover {
	font-weight: normal;
	color: #a65a28;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: a65a28;
}
.post a:hover img {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.forms  {
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Arial;
	font-size: 12px;
}

.page-nav a:hover {
	color: #a65a28;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a65a28;
}
/*
Styles used in the sidebar
*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	padding: 0px;
	list-style-type: none;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
#sidebar #sidebar-archives-title {
	background-image: url(images/sidebar-archives-title.gif);
	height: 18px;
	width: 93px;
	margin-bottom: 10px;
}
#sidebar #sidebar-cats-title {
	background-image: url(images/sidebar-cats-title.gif);
	height: 26px;
	width: 111px;
	margin-bottom: 5px;
}
#sidebar {
	background-color: #F7FAF2;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar #search-title {
	background-image: url(images/sidebar-search-title.gif);
	height: 41px;
	width: 178px;
	margin-bottom: 5px;
}
#sidebar #searchform {
	margin-bottom: 35px;
}

#sidebar #subscribe-title {
	background-image: url(images/sidebar-subscribe-title.gif);
	height: 51px;
	width: 157px;
	margin-bottom: 35px;
	cursor: pointer;
}
#sidebar #recent-posts-title {
	background-image: url(images/sidebar-recent-posts-title.gif);
	height: 17px;
	width: 138px;
	margin-bottom: 10px;
}
#sidebar #recent-posts {
	margin-bottom: 35px;
}
#sidebar   a,#sidebar  a:visited   {
	color: #47732D;
	text-decoration: none;
}
#sidebar #sidebar-links-title {
	background-image: url(images/sidebar-links-title.gif);
	height: 19px;
	width: 64px;
	margin-bottom: 10px;
}

#sidebar  a:hover  {
	color: #304D1E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #304D1E;
}

/*
Styles used in the footer
*/
#template-footer {
	height: 25px;
	width: 878px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #FFFFFF;
	text-align: center;
}
#template-footer a, #template-footer a:visited {
	color: #D2D7DB;
	text-decoration: none;
}
#template-footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

/*
this style is important!  it fixes a display bug in IE
*/
body  #template-left {
	background-image: url(images/template_middle_left.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: auto;
}

#showtime_theme_slideshow_xml {left: -15px !important;}
#showtime_theme_slideshow_xml .navpanellayer {display:none;}

.entry ul {margin-left: 0px; padding-left:19px;}
.entry li {padding-bottom: 8px;}

.entry-content h1 {
  foont-family: "MuseoSlab300", Georgia, "Times New Roman", serif;
  color: #fe6602;
  font-weight: bold;
  font-size: 150%;
  margin: 0 0 0.8125em;
}
