/*  
Theme Name: danmartell
Theme URI: http://danmartell.com
Description: Designed by <a href="http://www.spheric.ca">Winnie at Spheric Techonologies Inc.</a>.
Version: 1.0
Author: Winnie Ho
Author URI: http://www.spheric.ca/
*/

/* -- [ The Basics - Formatting ] ----------------------------- */

body {
	color: #373b3e;
	font: 62.5%/18px Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding: 0 0 20px;
	background: url(images/body-bg.jpg) top center fixed repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0 20px 20px;
}

h1 {
	color: #015699;
	font-size: 180%;
}

h2 {
	color: #8EC9E7;
	font-size: 160%;
}

h3 {
	color: #005596;
	font-size: 16px;
}

h3.pagetitle {
	margin: 20px 20px 0;
	font-size: 20px;
	line-height: normal;
}

h4 {
	color: #ffbf00;
	margin: 0 20px 15px;
	padding: 0 0 5px 0;
	font-size: 140%;
}

blockquote {
	clear: both;
	margin: 0 20px 20px;
	padding: 20px 0 0 0;
	background: #f0f0f0 url(images/blockquote-bg.gif) 0 0 no-repeat;
}

ul {
	font-size:1.4em;
	margin: 0 20px 20px;
	padding: 0 0 0 20px;
	list-style: disc outside;
	list-style-image: url(images/ul-li-bg.gif);
}

p, ol {
	font-size:1.4em;
	line-height:1.571em;
	padding: 0 20px 20px;
	list-style: decimal inside;
}

a:link, a:visited {
	color: #005596;
	text-decoration: underline;
}

a:hover, a:active {
	color: #00aeef;
	text-decoration: underline;
}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.left {
	float: left;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0;
	border: 1px solid #005b9c;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
	border: 1px solid #005b9c;
}

.right {
	float: right;
}

img.right {
	margin: 0 0 0 10px;
}

.png-bg {
	
}

a.pdf {
	display: block;
	padding: 0 0 0 32px;
	height: 23px;
	line-height: 23px;
	background: url(images/pdf.gif) center left no-repeat;
}

/* -- [ Structure ] ------------------------------------------- */

#frame {
	width: 976px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 960px;
	height: 321px;
	margin: 0 auto;
	background: url(images/header-bg.jpg) bottom left no-repeat;
}

#mobile-intro, #mobile-intro2, #mobile-intro3 {
	display: none;
}

#logo {
	margin: 0;
	padding: 0;
}

#logo a {
	position: absolute;
	top: 75px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 389px;
	height: 150px;
	text-indent: -9999px;
	background: url(images/danmartell-logo.png) 0 0 no-repeat;
}

#logo a em {
	display: none;
	text-indent: -9999px;
}

#about {
	position: absolute;
	bottom: 30px;
	left: 24px;
	width: 460px;
	padding: 0;
	margin: 0;
	font: normal 16px/24px "UniversLT-Condensed", "Arial Narrow", Helvetica, Arial, san-serif;
	color: #fff;
}

#dan {
	position: absolute;
	width: 286px;
	height: 358px;
	top: 11px;
	right: -8px;
	z-index: 2;
	background: url(images/dan-pic.png) 0 0 no-repeat;
}

#dan a {
	display: none;
}

#who-is-dan {
	position: absolute;
	width: 250px;
	height: 35px;
	right: 228px;
	top: 153px;
}

#who-is-dan a:link, #who-is-dan a:visited {
	display: block;
	width: 250px;
	height: 35px;
	text-indent: -9999px;
	background: url(images/about-dan.gif) 0 0 no-repeat;
}

#who-is-dan a:hover, #who-is-dan a:active {
	display: block;
	width: 250px;
	height: 35px;
	text-indent: -9999px;
	background: url(images/about-dan-hover.gif) 0 0 no-repeat;
}

#content {
	width: 960px;
	margin: 0 auto;
	background: #fff url(images/content-bg2.gif) 0 0 repeat-y;
}

#page {
	float: left;
	width: 720px;
	padding: 20px 0 0 0;
}

#posts {
	float: left;
	width: 720px;
	padding: 0 0 20px;
	background-color: #fff;
}

#posts .post {
	position: relative;
	padding: 20px 0;
	background-color: #fff;
}

#posts .new {
	background-color: #e4f8fc;
}

#posts .post h2.title {
	width: 600px;
	color: #015699;
	padding: 0 0 0 50px;
	margin: 0 20px 3px 0;
	/*text-transform: uppercase;*/
	font: normal 2.6em/1em Cambria,Georgia,"Times New Roman",Times,serif;
}

#posts .recent h2.title {
	width: 600px;
	color: #5caacc;
	margin: 0 0 3px;
	padding: 0 0 0 38px;
	font-size: 2.6em;
}

#posts h2.title a {
	text-decoration: none;
}

#posts .body {
	clear: both;
	padding: 5px 0 0 0;
}

#posts .new .body {
	clear: both;
	padding: 15px 0 0 0;
}

#posts ul.meta {
	list-style: none;
	line-height: normal;
	margin: 0 20px 0 50px;
	padding: 0;
}

#posts .recent ul {
	margin-left: 38px;
}

#posts ul.links {
	clear: both;
	margin: 0 20px;
	height: 29px;
	line-height: 29px;
	background-color: #cef2f9;
	list-style: none;
}

#posts .recent ul.links {
	background-color: #edfafd;
}

#posts .date {
	position: absolute;
	top: 20px;
	left: -8px;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 59px;
	text-align: center;
	line-height: normal;
	background: url(images/post-date-bg.gif) 0 0 no-repeat;
}

#posts .recent .date {
	width: 34px;
	height: 42px;
	background: url(images/recent-post-date-bg.gif) 0 0 no-repeat;
}

#posts .date .month {
	display: block;
	text-align: center;
	margin: 18px 0 0 0;
	text-transform: uppercase;
	font: bold 14px/normal "UniversLT-CondensedBold", "Arial Narrow", Helvetica, Arial, san-serif;
}

#posts .date .day {
	display: block;
	text-align: center;
	font: bold 25px/16px "UniversLT-CondensedBold", "Arial Narrow", Helvetica, Arial, san-serif;
}

#posts .recent .month {
	margin: 13px 0 0 0;
	font-size: 11px;
	text-transform: uppercase;
}

#posts .recent .day {
	font-size: 14px;
	line-height: 10px;
}

#posts ul li.post-data {
	float: left;
	color: #005699;
	margin: 0;
	font: italic 11px/normal Georgia, serif;
}

#posts ul li.permalink {
	float: left;
	color: #005699;
	margin: 0;
	padding: 0 0 0 10px;
	font: italic 11px/29px Georgia, serif;
}

#posts ul li.permalink a {
	padding: 0 0 0 19px;
	background: url(images/permalink-bg.gif) center left no-repeat;
}

#posts ul li.continue {
	float: right;
	font-size: 11px;
	padding-right: 10px;
}

#posts ul li.comment-count {
	float: right;
	font-size: 11px;
}

#posts ul li.comment-count a {
	float: left;
	color: #231f20;
	height: 24px;
	display: block;
}

#posts ul li.comment-count span {
	float: left;
	display: block;
	color: #df4600;
	text-align: center;
	margin: -5px 5px 0 0;
	font: 12px/20px Georgia, serif;
	width: 27px;
	height: 24px;
	background: url(images/comment-count-bg.gif) 0 0 no-repeat;
}

#sidebar2, #sidebar1 {
	float: left;
	padding: 20px 0 0 0;
	width: 240px;
}

#sidebar1 {
	padding: 50px 0 0 0;
}

#sidebar1 #subscribe * {
	font-size:1.4em;
	color: #003966;
	padding-bottom: 20px;
	font: italic 15px/24px Georgia;
}

#subscribe form {
	padding: 0 20px 20px;
	margin: 0;
	list-style: decimal inside;
}

#sidebar1 #subscribe a.rss {
	display: block;
	padding: 5px 5px 5px 36px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	background: #E4F8FC url(images/rss-icon2.jpg) 5px 3px no-repeat;
}

#sidebar1 #subscribe a.email {
	padding: 5px 0 5px 33px;
	height: 28px;
	background: url(images/email-icon.jpg) center left no-repeat;
}

#sidebar1 #subscribe input {
	float: left;
	font: normal 12px/normal Helvetica, Arial, san-serif;
	width: 125px;
	text-indent: 5px;
	padding: 7px 0;
	margin: 0;
}

#sidebar1 #subscribe button {
	cursor: pointer;
	line-height: normal;
	float: left;
	width: 75px;
	height: 29px;
	text-indent: -9999px;
	border: 0;
	background: url(images/subscribe-button.jpg) 0 0 no-repeat;
}

#sidebar1 h3, #sidebar2 h3 {
	border-top: 2px solid #005699;
	margin:0 0 15px 20px;
	padding: 10px 0 0 0;
}

ul#categories, ul#events, #podcasts, #twitter, #social, #todos ul {
	list-style: none none;
	list-style-image: none;
	margin: 0 20px 30px;
	padding: 0;
}

#todos ul li {
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
}

ul#categories li {
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
	background: url(images/categories-bg.gif) center left no-repeat;
}

ul#events li, #social li, #podcasts li {
	margin: 0 0 5px 0;
}

ul#events li img, ul#social li img {
	margin: 0 8px 0 0;
}

#twitter img {
	float: left;
}

#twitter p {
	margin: 0 0 0 40px;
	padding: 0;
	width: 160px;
	word-wrap: break-word;
	background: url(images/twitter-p-bg.gif) bottom left no-repeat;
}

#twitter p span {
	display: block;
	padding: 10px 10px 10px 20px;
	font-size: 12px;
	line-height: 15px;
	background: url(images/twitter-span-bg.gif) top left no-repeat;
}

#twitter a.follow {
	float: right;
	margin: 5px 0 0 0;
}

#podcasts li {
	padding: 0 0 0 25px;
	background: center left no-repeat;
}

#social li#facebook {
	background-image: url(images/facebook-icon.jpg);
}

#social li#flickr {
	background-image: url(images/flickr-icon.jpg);
}

#social li#kiva {
	background-image: url(images/kiva-icon.jpg);
}

#social li#changing-the-present {
	background-image: url(images/changing-the-present-icon.jpg);
}

#podcasts li {
	background-image: url(images/podcast-icon.jpg);
}

#footer {
	color: #fff;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 15px;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	background: #4e545a url(images/footer-bg.gif) bottom left no-repeat;
}

#footer #hobbies {
	width: 519px;
	height: 255px;
	position: absolute;
	bottom: 0;
	left: 10px;
	background: url(images/hobbies.png) 0 0 no-repeat;
}

#footer h4 {
	color: #fff;
	margin: 0 0 10px;
	padding: 0;
	line-height: normal;
	text-transform: uppercase;
	font: normal 16px/normal "UniversLT-CondensedBold", "Arial Narrow", Helvetica, Arial, san-serif;
}

#books {
	float: right;
	padding: 0 10px 0 0;
}

#books ul {
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#books ul li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
	height: 75px;
}

#books ul li#more-books {
	float: none;
	clear: both;
	text-align: right;
	margin-bottom: 0;
}

#books ul li#more-books a {
	color: #6cd9ed;
	font: italic 11px/normal Georgia, serif;
}

#awards {
	float: right;
	padding: 0 20px 0 0;
	margin: 0;
}

#awards ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#awards ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#awards ul li#bdc a {
	display: block;
	text-indent: -9999px;
	width: 53px;
	height: 24px;
	background: url(images/award-bdc.jpg) center left no-repeat;
}

#awards ul li#kira a {
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 34px;
	background: url(images/award-kira.jpg) center left no-repeat;
}

/* -- [comments] ---------------------------------------- */

ol#comments {
	padding-bottom: 0;
}

ol li.ComListLi, ol li.ComListLi-alt {
	padding: 10px;
	margin: 0 0 20px 0;
}

ol li.ComListLi-alt {
	background-color: #EDFAFD;
}

ol li.admin {
	background: #9FE6F3 url(images/dan-comment-bg.gif) top right no-repeat;
}

ol li.ComListLi p, ol li.ComListLi-alt p {
	padding: 10px 0 20px;
	clear: both;
	font-size: 1em;
}

ol li big {
	display: block;
	font-weight: bold;
	margin: 0 0 0 44px;
}

ol li small {
	display: block;
	font-size: 11px;
	margin: 0 0 0 44px;
}

span.ListGrav {
	display: block;
	float: left;
}

form#commentform {
	padding: 0 20px 20px;
}

form#commentform label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.4em;
}

form#commentform input.textfield, form#commentform textarea {
	width: 420px;
	display: block;
	border: 1px solid #6CD9EE;
	padding: 5px;
	background-color: #EDFAFD;
	font: normal 12px/normal Helvetica, Arial, san-serif;
}

form#commentform label strong {
	color: #DF4600;
	font-size: 15px;
}

/* -- [ nav ] ------------------------------------------- */

#topnav {
	list-style: none;
	height: 36px;
	padding: 0 30px;
	line-height: 36px;
	margin: 0;
	background: url(images/topnav-bg.gif);
}

#topnav li {
	float: left;
}

#topnav li a:link, #topnav li a:visited {
	color: #153e70;
	padding: 0 5px;
	border-right: 1px solid #153e70;
	text-decoration: none;
}

#topnav li a:hover, #topnav li a:active {
	color: #00aeef;
	padding: 0 5px;
	border-right: 1px solid #153e70;
	text-decoration: none;
}

#topnav li#bilq a {
	border: 0;
}

#topnav li#search {
	border: 0;
	float: right;
}

#nav-container {
	float: left;
	width: 240px;
}

#nav {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#nav li {
	float: left;
	display: block;
	margin: 10px 0 0 0;
}

#nav li.active, #nav li:hover, #nav li.sfhover {
	margin: 0;
}

#nav li a {
	text-decoration: none;
	float: left;
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	border-right: 1px solid #fff;
	background: #004693 url(images/nav-li-bg.gif) 0 0 repeat-x;
}

#nav li a:hover, #nav li.active a {
	color: #005596;
	padding: 15px 20px;
	background: #f8fdff url(images/nav-li-a-hover-bg.jpg) 0 0 repeat-x;
}

#nav li#home a:hover, #nav li#home.active a {
	background: #f8fdff url(images/nav-li-home-a-bg.gif) 0 0 no-repeat;
}

#nav li#product-search a {
	border: 0;
}

#nav li#product-search a:hover, #nav li#product-search.active a {
	background: #f8fdff url(images/nav-li-productsearch-a-bg.gif) top right no-repeat;
}

/* -- [ forms ] ------------------------------------------- */

#header form {
	position: absolute;
	top: 93px;
	right: 258px;
}

#header form label {
	display: block;
	color: #015699;
	cursor: pointer;
	float: left;
	font: 17px/normal "UniversLT-Condensed", "Arial Narrow", Helvetica, Arial, san-serif;
	font-weight: bold;
}

#header form label span {
	width: 50px;
	height: 14px;
	line-height: normal;
	display: block;
	text-indent: -9999px;
	background: url(images/search-label.gif) bottom left no-repeat;
}

#header form input {
	float: left;
	width: 170px;
	padding: 7px 5px;
	margin: 0;
	font: 13px/normal Helvetica, Arial, san-serif;
}

#header form button {
	float: left;
	display: block;
	width: 40px;
	height: 29px;
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	padding: 0;
	background: url(images/go-button.jpg) 0 0 no-repeat;
}

#topnav li#search form {
	color: #153e70;
	font-size: 10px;
	line-height: normal;
	padding: 6px 0 0 0;
}

#topnav li#search form input {
	background-color: #fff;
	border: 1px solid;
	height: 19px;
	width: 130px;
	margin: 0 5px;
	border-color: #87b242 #bfbfbf #bfbfbf #87b242;
}

#topnav li#search form label {
	display: block;
	float: left;
	cursor: pointer;
	font-weight: bold;
	height: 22px;
	text-transform: uppercase;
	line-height: 22px;
}

#topnav li#search form button {
	width: 21px;
	height: 19px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	background: url(images/search-button.gif) 0 0 no-repeat;
}

/* -- [ ToDos ] ------------------------------------------- */

#todos ul {
	list-style: none outside;
	margin: 0 20px 30px;
	padding: 0;
}

#todos ul li {
	background: url(images/todo-bg.jpg) 0 0 no-repeat;
	margin:0 0 5px;
	padding:0 0 0 25px;
}

/* -- [ Tag Cloud ] ------------------------------------------- */

ul#newtagcloud {
	list-style: none none;
	padding: 0;
}

ul#newtagcloud li a {
	margin-right: 5px;
}

/* -- [ Archives ] ------------------------------------------- */

p a.archive {
	display: block;
	float: right;
	width: 192px;
	height: 29px;
	text-indent: -9999px;
	background: url(images/archive-button.gif) 0 0 no-repeat;
}

.car-container {
	padding: 0 20px;
}

.car-container ul.car-list {
	padding: 0;
	font-size: 1em;
}

.car-container ul.car-list ul.car-monthlisting {
	padding: 0 20px;
	margin: 0 0 10px;
}

.car-container ul.car-list .car-yearmonth {
	font-weight: bold;
	font-size: 1.2em;
}