/*
Theme Name: Haus Digital
Theme URI: http://hausdigital.com/
Description: The custom theme made for the Haus website.
Version: 2010.07.12
Author: Andrew Fairbairn
Author URI: http://af.wave3k.net/

Requires: 3.0.0 or higher
Designed for: 3.0.0
Tested up to: 3.0.0
*/


/* General page elements */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, big, em, font, img, ins, small, strike, strong, sub, sup, b, u, i, ol, ul, li, fieldset, form, label, legend, caption, a img {
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
    background: #FFFFFF url('img/background.png') repeat-x scroll left top;
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 62.5%; /* Set 1em to equal 10px */
    text-align: left;
    line-height: 1.5em;
}

#container
{
    display: block;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}


/* Generics */

.alignleft
{
    float: left;
}

.alignright
{
    float: right;
}

.clearer
{
    clear: both;
}


/* Header styles */

#header-top, #header-middle, #header-bottom
{
    clear: both;
}

#header-pages
{
    display: block;
    height: 30px;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    cursor: default;
}

#header-pages li
{
    list-style: none;
    display: inline;
}

#header-pages li a
{
    padding: 0px 18px;
    font-size: 2.1em;
    line-height: 1em;
    color: #F2F2F2;
    text-decoration: none;
    text-transform: uppercase;
}

#header-pages li a:hover
{
    color: #FFFFFF;
}

#header-middle
{
    display: block;
    height: 90px;
    padding: 10px;
}

#header-logo
{
    float: left;
}

#header-logo a
{
    display: block;
    background: transparent url('img/logo.png') no-repeat scroll left center;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    width: 360px;
    height: 80px;
    padding: 5px;
}

#header-admin
{
    float: right;
    font-size: 1.2em;
    line-height: 1.5em;
}

#header-admin-links
{
    display: block;
    clear: both;
    font-style: italic;
    margin-right: 5px;
}

#header-bottom
{
    display: block;
    background: #000000 url('img/menu.png') repeat-x scroll left top;
    border: none;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

#header-categories
{
    float: left;
}

#header-categories li
{
    list-style: none;
    float: left;
    position: relative;
}

#header-categories li a
{
    display: block;
    padding: 9px 14px 11px 15px;
    color: #FFFFFF;
    font-family: Verdana, Geneva, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 2.0em;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}

#header-categories .current-post-ancestor a, #header-categories .current-category-ancestor a
{
    background: transparent url('img/active.png') repeat scroll left top;
}

#header-categories li a .down-arrow
{
    display: block;
    float: right;
    background: transparent url('img/down.png') no-repeat scroll 7px 9px;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    width: 19px;
}

#header-categories li ul
{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    float: left;
    width: 200px;
    z-index: 99999;
}

#header-categories li ul li
{
    min-width: 200px;	
}

#header-categories li ul li a
{
    font-size: 1.5em;
    background: transparent url('img/75pc.png') repeat scroll left top !important;
}

#header-categories li ul li a:hover
{
    background: transparent url('img/80pc.png') repeat scroll left top !important;
}

#header-categories li ul ul
{
    left: 100%;
    top: 0;
}

#header-categories li:hover > ul
{
    display: block;
}

#header-categories #menu-item-958 a
{
    color: #FBD4B4;
}

#header-categories #menu-item-960 a
{
    color: #B8CCE4;
}

#header-categories #menu-item-962 a
{
    color: #E5B8B7;
}

#header-categories #menu-item-967 a
{
    color: #8DB3E2;
}

#header-categories #menu-item-972 a
{
    color: #C4BC96;
}

#header-categories #menu-item-2703 a
{
    color: #CCC0D9;
}

#header-categories .sub-menu li a
{
    color: #FFFFFF !important;
}

#header-search
{
    float: right;
}

#header-search form
{
    padding: 7px;
}

#header-search input
{
    display: block;
    float: left;
    background-color: #808080;
    border: 2px solid #f2f2f2;
    color: #FFFFFF;
    font-size: 1.3em;
    line-height: 1.0em;
    padding: 3px;
    margin-left: -2px;
    height: 16px;
}

#header-search #searchsubmit
{
    background: #808080 url('img/search.png') no-repeat scroll center center;
    text-indent: -999px;
    overflow: hidden;
    width: 28px;
    height: 26px;
}


/* Page middle/content */

#content
{
    clear: both;
}

#main
{
    display: block;
    float: left;
    width: 750px;
    margin-bottom: 10px;
}

#main-page
{
    display: block;
    float: left;
    width: 660px;
    margin-bottom: 10px;
}

a
{
    color: #2F387F;
}

a:hover
{
    text-decoration: none;
}


/* Sidebars and widgets */

#sidebar-left
{
    display: block;
    float: left;
    width: 210px;
    margin-bottom: -18px;
}

#sidebar-front-right
{
    display: block;
    float: right;
    width: 210px;
}

#sidebar-post-right
{
    display: block;
    float: right;
    width: 300px;
    margin-bottom: -18px;
}

.widget
{
    display: block;
    padding: 10px;
    border: 1px solid #BCBCBC;
    color: #404040;
    margin-bottom: 35px;
    margin-top: 18px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.widgettitle
{
    display: block;
    margin-top: -31px;
    margin-bottom: 10px;
    margin-left: -10px;
    color: #404040;
    font-size: 1.4em;
    line-height: 1em;
    text-transform: uppercase;
}

.widget-front-right
{
    height: 250px;
    margin-bottom: 0px;
}

.widget_flickr .widgettitle, .widget_facebook .widgettitle, .widget_twitter .widgettitle
{
    text-indent: -999px;
    overflow: hidden;
    margin-top: -32px;
    margin-bottom: 15px;
}

.widget_facebook .widgettitle
{
    background: transparent url('img/facebook.png') no-repeat scroll left top;
    height: 17px;
}

.widget_twitter .widgettitle
{
    background: transparent url('img/twitter.png') no-repeat scroll left top;
    height: 19px;
}

.widget_flickr .widgettitle
{
    background: transparent url('img/flickr.png') no-repeat scroll left top;
    height: 17px;
}

.widget_facebook
{
    border: 1px solid #94A3C4;
}

.twtr-widget
{
    margin: -10px;
}

#flickr-images
{
    display: block;
    width: 192px;
    margin: -2px;
}

.flickr_badge_image
{
    display: block;
    float: left;
}

.flickr_badge_image a
{
    display: block;
    line-height: 0em;
}

.flickr_badge_image img
{
    width: 60px;
    height: 60px;
    padding: 2px;
}

#flickr_badge_image5
{
    display: block;
    float: right;
}

#flickr_badge_image5 img
{
    width: 124px;
    height: 124px;
}

#sidebar-post-right ul li
{
    list-style: none;
    font-size: 1.1em;
    line-height: 1.9em;
}

#sidebar-author #date
{
    font-style: italic;
}

#sidebar-author #author
{
    font-size: 1.5em;
}

#sidebar-author img
{
    margin-top: 4px;
    margin-left: 5px;
}


/* Front page */

#headlines
{
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    width: 500px;
    height: 290px;
    margin-left: 20px;
}

#headlines li
{
    display: block;
    float: left;
    list-style: none;
}

#headlines li a
{
    display: block;
    float: left;
    width: 500px;
    height: 290px;
    background: transparent no-repeat scroll center center;
    text-decoration: none;
    text-align: right;
}

#headlines li a span
{
    position: relative;
    top: 170px;
    max-width: 500px;
    overflow: hidden;
    background: transparent url('img/60pc.png') repeat scroll left top;
    color: #FFFFFF;
    font-size: 2.8em;
    line-height: 1.1em;
    padding: 5px 12px;
    font-weight: bold;
    z-index: 5;
}

#headlines-arrows
{
    display: block;
    float: left;
    position: relative;
    margin-top: 255px;
    margin-left: -63px;
    z-index: 9;
}

#headlines-arrows a
{
    display: block;
    float: left;
    height: 27px;
    width: 27px;
    text-indent: -999px;
    overflow: hidden;
}

#headlines-arrows .left-arrow
{
    background: transparent url('img/left-70pc.png') no-repeat scroll left center;
}

#headlines-arrows .right-arrow
{
    background: transparent url('img/right-70pc.png') no-repeat scroll right center;
}

#headlines-arrows .left-arrow:hover
{
    background: transparent url('img/left.png') no-repeat scroll left center;
}

#headlines-arrows .right-arrow:hover
{
    background: transparent url('img/right.png') no-repeat scroll right center;
}

.boxes, .boxes-single
{
    display: block;
    clear: both;
    float: left;
    padding-bottom: 1px;
    background: transparent no-repeat scroll right bottom;
}

.boxes
{
    background-image: url('img/faux-bottom.png');
}

.boxes-single
{
    background-image: url('img/faux-bottom-single.png');
}

.boxes-inner
{
    display: block;
    overflow: hidden;
    float: left;
}

.front-box
{
    display: block;
    float: left;
    width: 355px;
    margin-top: 18px;
    margin-left: 20px;
    margin-bottom: -2px;
}

.front-box h2 a
{
    display: block;
    width: 355px;
    margin-bottom: 5px;
    font-size: 1.4em;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    background: transparent url('img/more.png') no-repeat scroll right bottom;
}

#front-box-3 h2 a
{
    color: #984806;
}

#front-box-5 h2 a
{
    color: #244061;
}

#front-box-7 h2 a
{
    color: #632423;
}

#front-box-11 h2 a
{
    color: #0F243E;
}

#front-box-15 h2 a
{
    color: #4A442A;
}

#front-box-8 h2 a
{
    color: #322F3E;
}

.front-box ul
{
    display: block;
    border: 1px solid #BCBCBC;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    float: left;
}

.front-box ul li
{
    list-style: none;
}

.front-box ul li a
{
    display: block;
    clear: both;
    padding: 6px;
    border-bottom: 1px solid #D8D8D8;
    color: #000000;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.front-box ul li a:hover
{
    color: #5F5F5F;
}

.front-box ul li a img
{
    width: 110px;
    height: 110px;
}

.front-box ul li a img.alignleft
{
    padding-right: 5px;
}

.front-box ul li a img.alignright
{
    padding-left: 5px;
}

.front-box ul li a p
{
    font-size: 0.8em;
    font-weight: normal;
}

.hdtv-box
{
    display: block;
    border: 1px solid #BCBCBC;
    float: left;
    text-align: center;
    width: 100%;
}

.hdtv-box a
{
    display: block;
    clear: both;
    padding: 15px;
    color: #000000;
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: bold;
    text-decoration: none;
}

.hdtv-box a:hover
{
    color: #5F5F5F;
}

.hdtv-box a .thumb
{
    width: 320px;
    height: 240px;
    padding-bottom: 5px;
}

.hdtv-box a .icon
{
    position: absolute;
    padding-top: 75px;
    padding-left: 110px;
}

#musicwidget
{
    display: block;
    width: 210px;
    font-size: 1.4em;
    line-height: 1em;
    margin: 6px 0px 35px 0px;
}

#musicwidget-tabs li
{
    display: inline;
    list-style: none;
    cursor: pointer;
    padding: 4px 9.5px;
    margin-right: -5px;
    border: 1px solid #CFCFCF;
}

#musicwidget-tabs li.active
{
    background-color: #CFCFCF;
}

#musicwidget .musicwidget-tabbox
{
    border: 1px solid #BCBCBC;
    margin-top: 5px;
}

#musicwidget .musicwidget-tabbox ul li
{
    list-style: none;
}

#musicwidget .musicwidget-tabbox ul li a
{
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    color: #404040;
}

#musicwidget .musicwidget-tabbox ul li a:hover
{
    color: #5F5F5F;
}

#musicwidget .musicwidget-tabbox ul li a p
{
    font-weight: normal;
}

#musicwidget .musicwidget-tabbox ul li a img
{
    float: left;
    padding: 4px 4px 0px;
}

#musicwidget .musicwidget-tabbox .musicwidget-tabmore
{
    display: block;
    width: 100%;
    padding: 4px 0px;
    text-align: center;
    margin-top: 4px;
    border-top: 1px solid #BCBCBC;
    background-color: #EFEFEF;
    font-size: 0.9em;
}


/* Posts & pages */

.facebook-like-button, .twitter-share-button
{
    display: block;
    float: right;
    margin-top: 5px;
    border: none;
    overflow: hidden;
}

.facebook-like-button
{
    width: 49px;
    height: 21px;
    margin-top: 5px;
}

.twitter-share-button
{
    margin-right: 4px;
}

.post, .type-page, .type-attachment
{
    display: block;
    clear: left;
    border: 1px solid #BCBCBC;
    width: 610px;
    padding: 15px;
    font-size: 1.4em;
    line-height: 1.7em;
    text-align: left;
}

.post h3, .type-page h3, .type-attachment h3
{
    font-size: 2.0em;
    line-height: 1em;
    padding-bottom: 5px;
}

.post p, .type-page p, .type-attachment p, #post-4 p
{
    margin: 15px 0px;
}

.post object, .type-page p, .type-attachment object
{
    display: block;
    margin: auto;
}

.post img, .type-page img, .type-attachment img
{
    display: block;
    margin: auto;
    max-width: 600px;
    height: auto;
}

.type-page img .alignleft, .post img.alignleft, .type-attachment img .alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
    margin-bottom: 10px;
}

.type-page img .alignright, .post img.alignright, , .type-attachment img .alignright {
	display: inline;
	float: right;
	margin-left: 20px;
    margin-bottom: 10px;
}

.type-page img .aligncenter, .post img.aligncenter, .type-attachment img .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 10px;
}

.not-found p
{
    text-align: center;
}

.search-result
{
    margin: 25px 0px;
}

.search-result p
{
    margin: 5px 0px;
}

.category-page .search-result
{
    clear: both;
}

.category-page .search-result h4
{
    font-size: 1.4em;
}

.category-page .search-result img
{
    float: left;
    height: 150px;
    width: 150px;
    margin-right: 15px;
}

.comments-box
{
    margin-top: 20px;
}

#commentform label
{
    display: block;
    float: left;
    width: 200px;
    font-size: 0.8em;
}

#commentform input, #commentform textarea
{
    display: block;
    float: left;
    width: 390px;
    margin: 5px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
}

#commentform .form-submit input
{
    float: none;
    clear: both;
    width: 150px;
    margin-left: 451px;
    margin-bottom: -10px;
    padding: 3px;
}

#comments-list
{
    margin-top: 15px;
}

#comments-list li
{
    list-style: none;
}

.comment-body
{
    clear: both;
    margin: 10px 0px;
}

.comment-body .comment-author img
{
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    background: transparent url('img/avatar.png') no-repeat scroll 5px 5px;
    border: 1px solid #CFCFCF;
}

.comment-body .comment-meta
{
    font-size: 0.8em;
    margin-bottom: -10px;
}

.comment-body p
{
    padding-left: 85px;
}

.category-title
{
    font-size: 3.5em;
    line-height: 1.0em;
    padding-left: 10px;
    padding-bottom: 5px;
}

#category-title-3
{
    border-bottom: 4px solid #984806;
}

#category-title-5
{
    border-bottom: 4px solid #244061;
}

#category-title-7
{
    border-bottom: 4px solid #632423;
}

#category-title-11
{
    border-bottom: 4px solid #0F243E;
}

#category-title-15
{
    border-bottom: 4px solid #4A442A;
}

#category-title-8
{
    border-bottom: 4px solid #322F3E;
}

#category-title-220
{
    border-bottom: 4px solid #3F3151;
}

.category-main-box
{
    display: block;
    border: 1px solid #BCBCBC;
    padding: 10px;
    width: 448px;
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 1.4em;
}

.category-main-box h4
{
    font-size: 1.45em;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.category-main-box p
{
    margin-top: 5px;
}

.category-main-box img
{
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid #D8D8D8;
    width: 150px;
    height: 150px;
    margin-right: 10px;
}

.category-main-right {
    display: block;
    float: left;
    width: 275px;
}

#category-more
{
    display: block;
    margin-top: 20px;
}

#category-more a
{
    display: block;
    width: 936px;
    padding: 10px;
    text-align: center;
    border: 2px solid #D8D8D8;
    font-size: 1.7em;
    line-height: 1.7em;
    font-weight: bold;
    letter-spacing: 0.03em;
}


/* Reader page */

#reader
{
    width: 490px;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 10px;
    clear: none;
    float: left;
}

#sidebar-reader-left
{
    display: block;
    float: left;
    width: 178px;
    margin-bottom: -18px;
}

#sidebar-reader-right
{
    display: block;
    float: right;
    width: 220px;
    margin-bottom: -18px;
}

#sidebar-reader-right ul li, #reader_contributors ul li
{
    list-style: none;
    font-size: 1.1em;
    line-height: 1.9em;
}

#reader ul
{
    list-style: none;
}

#reader ul li.item
{
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#reader ul li h4
{
    font-size: 1.4em;
    line-height: 1.2em;
}

#reader ul li h4 span
{
    font-size: 0.6em;
    position: relative;
    top: -2px;
    left: 5px;
}

#reader ul li h4 small
{
    font-style: italic;
}

#reader ul li, #reader ul li .item-content
{
    clear: both;
}

#reader ul li img
{
    float: left;
    height: auto;
    width: auto;
    max-height: 170px;
    max-width: 150px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

#reader ul li p
{
    margin: 0px;
}

#reader ul li .item-link
{
    display: block;
    float: right;
    margin-top: 3px;
    margin-right: 5px;
}

#reader ul li .attachment-thumbnail
{
    display: none;
}

#reader_contributors .listarrow
{
    display: block;
    text-align: center;
    width: 156px;
    height: 20px;
    text-indent: -200px;
    overflow: hidden;
    background: transparent no-repeat scroll center center;
}

#reader_contributors .listarrowwider
{
    width: 188px;
    text-indent: -240px;
}

#reader_contributors #listup
{
    margin-bottom: 5px;
    background-image: url('img/list-up.png');
}

#reader_contributors #listdown
{
    margin-top: 4px;
    margin-bottom: -4px;
    background-image: url('img/list-down.png');
}

#reader-people, #reader-people ul li
{
    display: block;
    overflow: hidden;
    height: 195px;
}

#reader-people
{
    padding-top: 3px;
}

#reader-people ul li img
{
    margin-right: 5px;
    margin-bottom: 3px;
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 90px;
}

#reader-people ul li p
{
    line-height: 1.4em;
    font-size: 0.9em;
    clear: left;
}


/* Footer */

#footer
{
    display: block;
    clear: both;
    background: #F2F2F2 url('img/footer.png') repeat-x scroll left top;
    padding: 22px;
    font-size: 1.1em;
    color: #45496F;
}

#footer a
{
    text-decoration: none;
    font-style: italic;
    color: #45496F;
}

#footer a:hover
{
    text-decoration: underline;
}


/* YARPP */

.yarpp-box
{
    margin-top: 20px;
}

.yarpp-box ol
{
    list-style: none;
}

.yarpp-box ol li a
{
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    width: 100px;
    font-size: 0.9em;
    line-height: 1.6em;
    border: 1px solid #EEEEEE;
    word-wrap: break-word;
}


/* Random */

.wp-caption {
	border: none;
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}

.post .wp-smiley, .type-page .wp-smiley, .type-attachment .wp-smiley
{
	margin:0;
    display: inline;
    border: none;
    padding: 0;
}

#wpstats
{
    display: none;
}


/* Ad widget temp styling */

.widget_text
{
    margin-top: -18px;
    padding: 0px;
    border: none;
}

