/*
Theme Name: Mokka
Theme URI: http://visualdepartures.com/
Description: From-scratch theme for Visual Departures, Ltd.
Version: 0.1
Author: Raj Tavadia
Author URI: http://vroomi.com/
Tags: fixed width, sidebar, two columns, greyscale
*/

/* CSS RESET */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
table {border-collapse: collapse; border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */
body { font-size: 62.5%; } /* 1em = 10 px; set container font-size in ems to adjust */
/* END RESET */

/* TODO shrink font size for Arial-only people */

body {
	background: #A3A3A3 url(images/bg.gif) repeat-x;
	font-family: sans-serif; /* TODO: Needed? [Specified on behalf of fontdetect.js] YES: Arial is too big. */
}
#page {
	font-family: Cambria, Georgia, serif;
	width: 960px;
	height: auto;
	background-color: #FAFAFA;
	margin: 0 auto;
	font-size: 1.3em;
	line-height: 1.57em;
    background: transparent url(images/content-bg.gif) repeat-y;
}
#promo {
    height: 276px;
    background: black;
    color: white;
    margin: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#promo img {
    float: none;
    margin: 14px 0;
}
#promo a {
        border: 0;
}
#promo > a > img { /* this is for page-level static headers (no UL) */
    margin-left: 14px;
}


#promo li { /* this is for rotating headers */
    position: absolute;
    margin-left: 14px;
    color: transparent; /* white dot shows otherwise */
}
#promo ul li.show {
    z-index: 500;
}



/* *********************** */
h1, h2, h3, h4, #description, #sidebar, #searchsubmit, table {
    font-family: Candara, Arial, sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 2.57em;
    line-height: .95em;
}

h3, .sidebarPanel .big, .ddsg-wrapper h2 {
    font-size: 1.43em;
}

.ddsg-wrapper h2 {
    margin-top: 1em;
}


h4 {
    color: #666;
    font-size: 1.3em;
    margin-top: 1em;
}
#text ul, #text ol, #text dl {
    margin-left: 1.2em;
}

#text ul ul ul ul li {
    list-style-type: disc;
}


p, caption {
    margin-top: 1em;
    font-size: 1.1em;
}

#text .entry ul {
    font-size: 1.05em;
    line-height: 1.3em;
    margin: 6px 0 0 30px;
}

.entry li {
    margin-bottom: .2em;
}


h4 + p, #relatedPosts h4 {
    margin-top: 0;
}

#relatedPosts {
    clear: both;
}
#relatedPosts li {
        margin-top: .2em;
}


abbr {
    cursor: help;
}


blockquote {
    text-align: center;
}
blockquote {
    width: 75%;
    background-color: #f2f2f2;
    color: #555;
    margin: 1em auto;
    padding: 10px 20px;
    font-weight: bold;
    font-style: italic;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
blockquote > p:first-child {
    margin-top: 0;
}
blockquote.fourOhFour {
    font-style: normal;
    padding: 20px;
    font-size: 115%;
}


table {
    width: 100%;
    table-layout: fixed;
    line-height: 1.4;
}
tbody {
    border-bottom: 2px solid #DDD;
}
th, td {
    padding: 1px 5px;
    border-bottom: 1px solid #EEE;
}
thead {
    background-color: #FFF;
    border-top: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
}
th {
    vertical-align: bottom;
}
caption, th, tfoot {
    text-align: left;
}
tr:hover {
    background-color: #F3F3F3;
}
tfoot {
    font-style: italic;
    font-weight: normal;
    color: #555;
}


img {
    float: right;
    clear: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    clear: none;
    margin: .5em 1em 1em 0;
}

a > img {
    border: none;
}


input, textarea {
    font-family: Cambria, Georgia, serif;
}
h2 a {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #ddd;
}
#uservoice-dialog-close, #lbPrevLink, #lbNextLink, #lbCloseLink {
    border: 0; /* no underline on close box */
}

#uservoice-feedback-tab {
    background-color: #065e9b !important;
}
#uservoice-feedback-tab:hover, #uservoice-feedback-tab:focus {
    background-color: #176fac !important;
}


.youtube {
    margin-bottom: 1em;
}

.noTopSpace {
    margin-top: 0 !important;
}


.pullquote, .pullquoteright {
    width: 30%;
    background-color: #EEE;
    color: #444;
    padding: 10px 20px;
    font-size: .9em !important;
    font-weight: bold;
    line-height: 1.3;
}

.pullquote { /* Default left */
    float: left;
    clear: left;
    margin: 1.5em 1em .5em -19px !important;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-radius-top-right: 12px;
    border-radius-bottom-right: 12px;
}
.pullquoteright {
    float: right;
    clear: right;
    margin: 1.5em -20px .5em 1em !important;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-radius-top-left: 12px;
    border-radius-bottom-left: 12px;
}


.pullquote li, .pullquoteright li {
    margin-left: 25px;
    margin-bottom: .3em;
}

.pullquote > p:first-child, .pullquoteright > p:first-child {
    margin-top: 0;
}
.pullquote > p, .pullquoteright > p {
    color: black;
    line-height: 1.43em;
}

.pullquote a, .pullquoteright a {
    border-bottom: 1px dotted #333;
}



.quoteattrib {
    text-align: right;
}


#footer a, #sidebar a {
    color: #ddd;
    border-bottom-color: #555;
}

#allensBlog a {
    display: block;
    height: 100%;
    width: 186px;
    border: 0;
}
#allensBlog a:hover {
    border-bottom-color: white;
    color: white;
}
#allensBlog h2 {
    color: white;
    border-bottom: 1px solid #ccc;
}


#footer a:hover, #footer a:focus, #sidebar a:hover, #sidebar a:focus {
    border-bottom-color: #777;
}

a:hover, a:focus {
    border-bottom-color: #CCC;
}


/* *********************** */
#header {
    background: black;
    height: 89px;
    background: black url(images/header-bg.gif) no-repeat;
    margin: 0 auto;
}

#header h1 {
    height: 0;
}

#headerimg {
    float: left;
    margin: 20px 0 0 20px;
}
#headerTitle {
    display: none;
}


#homeLink {
    float: left;
    clear: none;
    position: absolute;
    width: 500px;
    height: 80px;
    margin: 10px 0 0 20px;

}


#description {
    padding-top: 48px;
    font-size: 1.43em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 0;
}
#search { /* TODO */
    width: 260px;
    position: relative;
    top: -79px;
    left: 669px;
    text-align: center;
}

#s {
    color: #999;
    width: 180px;
    margin-right: 5px;
}

#searchsubmit {
    background-color: #1738AB;
    color: white;
    border: 2px outset black;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* *********************** */
#sidebar, #searchsubmit {
    text-shadow: 1px 1px 1px #000;
}
#sidebar {
    float: right;
    clear: none;
    width: 320px;
    margin-bottom: 2em;
}
.sidebarPanel {
    background: #363636 url(images/panel-bg.gif) repeat-y;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-top: 1em;
    margin-left: -19px;
    padding: 1.2em 20px;
    color: #F5F5F5;
    width: 280px;
}
#subscribeForm {
    margin-top: .5em;
}
#subscribeLabel {
    display: inline !important;
}


#subscribeEmail {
    background: url(images/email-address.gif) no-repeat scroll 0 2px transparent;
    width: 138px;
    height: 21px;
    border: none;
    padding: 3px 4px 0 4px;
    margin: 0 0 0 5px;
}
#sendEmail {
    width: 39px;
    height: 22px;
    position: relative;
    left: -3px;
    top: 6px;
}
.spamDisclaimer {
    text-align: right;
    font-size: .8em;
    color: #B2B2B2;
    margin-top: 0;
}

.findADealer {
    border-bottom: 2px groove #fff777 !important;
    color: #fffccc !important;
}
.findADealer:hover, .findADealer:focus {
    border-bottom-color: #fff000 !important;
    color: white !important;
}


.sidebarPanel .big {
    color: #D9D9D9;
}
#connectWithUs {
    float: left;
}

#socialIcons {
    margin-top: 1.4em;
    line-height: 1;
    margin-right: -10px;
}

.socialIcon {
    float: right;
    margin-left: 1px; /* Use 1px if 5 icons, 10px if 4 */
    width: 42px;
    text-align: center;
    font-size: .75em;
    color: #B2B2B2;
}
.socialIcon a, .socialIcon img {
        border: 0;
        margin: 0;
}
.sidebarPanel .vid {
    float: none;
    margin: 8px 0  0 -20px;
}
.sidebarPanel dt {
    font-size: 1.43em;
    margin-top: .5em;
}

.sidebarPanel dd {
    line-height: 1.3;
    margin-top: .3em;
    font-size: 1.1em;
}

#sidebarVideo {
    margin: 1em 0 0 -20px;
}


#allensBlog {
    background: url(images/bg-allens-blog.jpg) no-repeat;
    height: 130px;
}
#allensBlog h3 {
    width: 198px;
}

.productsWeLove {
    padding: .75em .5em;
    margin: 1em 0;
    background-color: #2E2E2E;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.productsWeLove a * {
    border: none;
}

.productsWeLove p {
    line-height: 1em;
    margin: 0 0 0 90px;
    width: 176px;
}

.productsWeLove img {
    float: left;
    clear: left;
    margin: 0 .75em 0 0;
}
.clearer {
    float: right;
    clear: both;
}


/* *********************** */
#content {
    float: left;
    width: 634px;
    margin: 0 auto;
    background: #FAFAFA url(images/content-bg.gif) repeat-y;
}

#content h2 a, .addthis_container {
   text-decoration: none;
}

.addthis_container a, .addthis_toolbox a {
   border-bottom: none;
}

.addthis_toolbox { 
   margin-top: 1em;
}

#content h2 {
   clear: both;
}

#text {
    width: 560px;
    min-height: 1850px;
}

#textTop {
    background: url(images/text-top-bg.gif) no-repeat;
    height: 43px;
    width: 600px;
    margin-left: 21px;
    margin-bottom: -48px;
}

#textBottom {
    background: url(images/text-bottom-bg.gif) no-repeat;
    height: 41px;
    width: 640px;
    left: 0;
    margin: 0;
    position: relative;
    float: left;
    clear: left;
}
.post, #navigation, .pagetitle, #respond, #comments, .searchResults .page, #disqus_thread, .dsq-brlink {
    margin: 36px 0px 0 40px;
    width: 560px;
}
#comment {
    width: 560px;
}
.dsq-badge-small, .dsq-request-user-stat-comments {
    margin-left: 48px;
}
.dsq-request-user-name {
    padding-left: 54px !important;
}

#disqus_thread table {
    table-layout: auto;
}


.dsq-comment-cite {
    margin-left: 32px !important;
}


.pagetitle {
    font-size: 2em;
    border-bottom: 1px solid #aaa;
}


#text h2 a {
    color: black;
}

#text h3 {
    margin-top: .7em; /* inverse of size */
}

.continueReading {
    font-weight: bold;
    font-style: italic;
    font-family: Candara, Arial, sans-serif;
    font-size: 1.2em;
}

.entry a {
    color: #B00;
}
.entry a:hover, .entry a:focus {
    color: #E00;
}


#relatedPosts a, .postmetadata a {
    color: #333;
}

.addthis_container {
    float: left;
    clear: left;
    margin: 1em 0;
}


.addtoany_share_save_container * {
    border: none;
}
.addtoany_share_save {
    padding: 0 !important;
}

.searchResults h2 {
    font-size: 1.8em;
}
.searchResults h3, .searchResults p:first-child { /* first-child before H3 would be an img */
    font-size: 1.2em;
    margin-top: 5px ! important;
}


.editPost {
    float: right;
    background-color: pink;
}


.postmetadata {
    clear: left;
    line-height: 1.8em;
}


.postmetadata a, #tagCloud li {
    padding: 1px 5px;
    border: 1px solid #DBDBDB;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.postmetadata a {
    background-color: white;
}

.nocomments {
    display: none;
}



#tagCloud li {
    border-color: #333;
    background-color: #111;
}
#tagCloud li a {
    border: none;
}
#tagCloud li:hover, #tagCloud li:focus {
    background-color: #222;
}


.postmetadata a:hover, .postmetadata a:focus {
    background-color: #eee;
}

#footer {
    clear: both;
    background: black;
    color: #DBDBDB;
    padding: 2em 2.6em;
    font-family: Candara, Arial, sans-serif;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

#footer h2 {
    margin-bottom: .3em;
}

#footer h3 {
    font-size: 1em;
    padding-top: 5px;
}

#footer li {
    color: #BBB;
    margin-left: .25em;
    list-style: none;
    font-size: .9em;
}


#siteMap {
    float: left;
    width: 300px;
}

#leftSiteMapColumn {
    float: left;
    width: 150px;
}

#rightSiteMapColumn {
    margin-left: 160px;
}


#tagCloud {
    float: left;
    clear: none;
    width: 240px;
    margin-left: 50px;
    line-height: 2.2em;
}
#tagCloud li {
    display: inline;
}

#getInTouchForm {
    float: left;
    clear: none;
    width: 240px;
    margin-left: 20px;
}

#getInTouchName {
    margin-top: 5px;
}

#getInTouchForm h2 {
    margin-left: 20px;
}

input, textarea, label {
    display: block;
}

input.submit {
    margin-top: 1em;
}


input.hidden {
    display: none;
}


#subscribeForm input, #s, #searchsubmit {
    display: inline;
}


#getInTouchForm input, #getInTouchForm textarea {
    background-color: #333;
    border: 1px solid #444;
    width: 240px;
    padding: 2px;
    margin-bottom: .75em;
    color: #CCC;
    font-family: Candara, Arial, sans-serif;
    font-size: 1em;
}

#getInTouchForm input:focus, #getInTouchForm textarea:focus {
    border-color: #888;
}
#getInTouchForm textarea {
    height: 100px;
}


#getInTouchForm #getInTouchSubmit {
    float: right;
    width: auto;
    padding: 2px 7px;
    background-color: #369924;
    border: none;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: bold;
    margin: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}


form .error {
    border: 2px solid #E44;
}

label {
    margin: 1em 0 0 0 !important;
    font-weight: bold;
}

#contactForm, #contactForm input {
    font-size: 1.05em;
}

#contactForm input, #contactForm textarea {
    width: 300px;
}

#contactComment {
    height: 10em;
}


#contactSubmit {
    width: auto !important;
    font-weight: bold;
    margin-left: 210px;
}

.highlightError {
    color: #E44;
}


#copyright {
    clear: both;
    padding-top: 2em;
    color: #555;
}
#copyright a {
  color: inherit !important;
}


#navigation {
    margin-top: 4em;
    font-family: Candara, Arial, sans-serif;
}

#older {
    background: url(images/older-posts.png) no-repeat;
    float: left;
}

#newer {
    background: url(images/newer-posts.png) no-repeat;
    margin-left: 375px;
}

#older, #newer {
    height: 84px;
}


#navigation .bigger {
    font-size: 1.43em;
    font-weight: bold;
}


.hidden {
    display: none;
}
.subdued {
    color: #666;
}


.FIXME, a[href="FIXME"] {
     background-color: #f0f;
}


/* *********************** */
#relatedPosts, .direct {
    background-color: #EFEFEF;
    padding: .5em;
    margin: 1em 0 0 0;
    color: #555;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.direct {
    background-color: #DDE;
    text-align: center;
    color: black;
    font-weight: bold;
    font-style: italic;
}
.direct a {
        border-bottom-color: #888;
}


#comments {
    /* TODO */
}

.ddsg-wrapper {
    margin-top: 1em;
}

#oink {
    display: none !important;
    visibility: hidden !important;
}


/* *********************** */
#IE6 {
    background-color: red;
    color: white;
}
#IE6 h2 {
    margin: 0 3em;
}
#IE6 a {
    color: black;
    text-decoration: underline;
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/slimbox-loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/slimbox-prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/slimbox-nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/slimbox-closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
