/*
Theme Name: harabuhouse
Description: This is a custom theme for the company Harabu House.
Grateful acknowledgement to Mike at Premium Design Works: http://www.premiumdw.com
and to Adam at iPirates.net: http://www.iPirates.net/
Version: 1.0
Author: Jon Manning
Author URI: http://aeolidia.com/
*/

/*
 * @license
 * MyFonts Webfont Build ID 1117932, 2011-09-02T16:08:38-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Brandon Grotesque Regular by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-grotesque/regular/
 * Copyright: Copyright (c) 2009 by Hannes von Doehren. All rights reserved.
 * Licensed pageviews: 10,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1117932
 *
 * © 2011 Bitstream Inc
*/


@font-face {font-family: 'BrandonGrotesque-Regular';src: url('/template/harabu/webfonts/110EEC_0.eot');src: url('/template/harabu/webfonts/110EEC_0.eot?#iefix') format('embedded-opentype'),url('/template/harabu/webfonts/110EEC_0.woff') format('woff'),url('/template/harabu/webfonts/110EEC_0.ttf') format('truetype'),url('/template/harabu/webfonts/110EEC_0.svg#wf') format('svg');}


/*STRUCTURE*/

body{
    margin: 0;
    padding: 0;
    font-family: BrandonGrotesque-Regular;
    background: url('images/linen-bg.jpg') #AAA192;
    color: #42210b;
    line-height: 1.25;
    font-size: 16px;
}

#wrapper{
  width: 980px;
  margin: 0px auto;
  background: #ffffff;
}

#header{
    width: 100%;
    height: 173px;
    position: relative;
    padding-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
}

#guest_header{
    margin: 20px auto;
    width: 930px;
    text-align: center;
}

#contents{
    width: 100%;
    position: relative;
    min-height: 600px;
    z-index:30;
}

#main{
	margin: 0 50px;
    width: 525px;
    z-index: 10;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
	min-height: 400px;
}

#index #main{
    min-height: 0px;
}


#sidebar{
    width: 280px;
    float: right;
    z-index: 11;
    position: relative;
    text-align: left;
    min-height: 600px;
    padding-top: 20px;
	font-size: 11px;
}

#sub{
    width: 890px;
    height: 65px;
    border-top: 3px solid #ff9600;
    border-bottom: 3px solid #ff9600;
    clear: both;
    margin: auto;
    margin-bottom: 12px;
    z-index: 12;
    position: relative;
    font-size: 12px;
    line-height: 1.25;
    z-index: 50;
    text-transform: uppercase;
}

#footer{
    width: 100%;
    height: 60px;
    position: relative;
    text-transform: uppercase;
}


#call{
    display: none;
}

.blog-callout{
    padding-bottom: 10px;
    width: 310px;
    height: 65px;
}


#index #call{
    display: block;
    width: 100%;
    background: #8e8075;
    text-align: center;
    padding: 5px 0 5px 0;
}

#copy {
    text-align: center;
    font-size: 10px;
    padding: 10px 0 12px 0;
    line-height: 2;
    width: 100%;
    position: relative;
    z-index: 51;
}

#index #copy{
    background: #ffffff;
}

.vacation {
    text-align: center;
    font-weight: bold;
    position: absolute;
    display: block;
    top: -3px;
    width: 100%;
    color: #FF6600;
}


/*ABSOLUTE POSITIONING*/

#header_bg{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#content_left_top{
    display: none;
}

#index #content_left_top, #category #content_left_top{
    display: inline-block;
    position: absolute;
    top: 170px;
    left: 0;
    z-index: 20;
}

#index #content_left_bot{
    position: absolute;
    bottom: 200px;
    left: 0;
    z-index: 3;
}

#content_left_bot{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 3;
}

#index #content_right_bot{
    position: absolute;
    bottom: 200px;
    right: 0;
    z-index: 4;
}

#content_right_bot{
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 4;
}

#feedback{
    position: absolute;
    top: 177px;
    left: 0;
    z-index: 40;
}


/*HEADER*/

h1{
    color: #42210b;
    text-align: left;
}

#header a.logo{
    display: block;
	width: 469px;
	height: 120px;
	text-decoration: none;
    background: url('images/logo.png') no-repeat top left;
}

#header a.blog_logo {
	height: 100px;
	display: inline-block;
	padding-top: 20px;
	padding-left: 20px;
}

.blog_logo img {
	max-width: 700px;
}

#header div span{
    position: absolute;
    left: -5000px;
}


#free_shipping{
    position: absolute;
    top: 30px;
    right: 43px;
    text-align: right;
    z-index: 10;
    color: #ff6600;
    font-size: 9px;
}

#header_text{
    position: absolute;
    left: 465px;
    top: 38px;
    width: 275px;
    height: 40px;
    text-align: center;
    z-index: 22;
}

.cartlinks, .cartlinks img{
    vertical-align: middle;
}

.sep {
    position: relative;
    bottom: 2px;
}


.header_login{
    clear: both;
    text-align: right;
    position: absolute;
    right: 173px;
    bottom: 0px;
}

.header_login a{
    color: #a09085 !important;
}

.header_login a:hover{
    color: #D4D1CF;
    text-decoration: underline;
}

.cartitems{
    position: absolute;
    right: -28px;
    top: -14px;
    text-align: center;
    font-weight: bold;
}

.orange{
    color: #ff6600;
}


#search-top{
    position: absolute;
    left: 557px;
    top: 82px;
}

#search-top input.tinytxt {
  font-size: 11px;
  width: 135px;
  border: 1px solid #d4d1cf;
}


.header_login input[type=submit]{
  background: url('images/go.png') no-repeat;
  padding: 0;
  margin: 0 0 0 12px;
  border: 0;
  height: 34px;
  width: 32px;
  border: 0;
  cursor: pointer;
}


#checkout-main{
    float: none;
    margin-left: 0px;
    margin: auto;
    width: 800px;
    padding: 20px 0 50px 0 !important;
}


/*MAIN CONTENT*/

#feature{
  position: relative;
  width: 600px;
  height: 326px;
  clear: both;
  margin-bottom: 12px;
  background: black;
}

#btn_left{
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#btn_right{
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.sub_feature{
  float: left;
  margin-right: 15px;
  height: 190px;
  width: 190px;
  background: black;
  position: relative;
}

.sub_feature.last-child{
  margin-right: 0px;
}

.sub_text{
    position: absolute;
    bottom: 10px;
}


/*SIDEBAR*/

#pasar{
    margin-left: 8px;
    text-align: left;
    position: relative;
}

#pasar_text{
    position: absolute;
    bottom: 12px;
    left: 0px;
}

#gift_guide{
    text-align: right;
    margin-top: 12px;
}

#guest_seen{
    position: relative;
    margin: 18px 0 12px 0;
    height: 183px;
}


#guest_house{
    text-align: left;
    width: 230px;
}

#seen{
    text-align: left;
    position: absolute;
    top: 83px;
    left: 173px;
    z-index:25;
}


/*SUB FOOTER*/

#signup{
    width: 162px;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
    height: 100%;
    background: url(images/icon-updates.png) no-repeat left;
}

#signup_text{
    color: #ed1556;
    position: absolute;
    top: 12px;
    right: 722px;
    text-align: right;
}

#gift_cert{
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}

.content-link, .content-link-on{
    float: left;
}

#twitter{
    float: left;
    background: url(images/icon-twitter.png) no-repeat left;
    height: 27px;
    width: 95px;
    margin: 20px 36px 0 0;
}

#twitter_text{
    position: relative;
    left: 36px;
    top: 2px;
}

#facebook{
    float: left;
    background: url(images/icon-facebook.png) no-repeat left;
    height: 27px;
    width: 88px;
    margin: 20px 0 0 0;
}

#facebook_text{
    position: relative;
    left: 36px;
    top: 2px;
}


ul li {
	line-height: 1.5;
}


/*  ---------------  BEGIN WORDPRESS-GENERATED SELECTORS  ---------------  */

		.wp-caption-text  {
			text-align: center;
			}

		.alignnone {
			margin-bottom: 10px;
			}

		.alignleft {
			float: left;
			margin: 0 10px 10px 0px ;
			}

		#previous_image a, #next_image a {
			border-bottom: none;
			}

		.alignright {
			float: right;
			margin: 0 0px 10px 10px;
			}

		.attachment-thumbnail, .size-thumbnail {
			padding: 5px;
			border: 1px solid #ddd;
			}

		#gallery-box {
			margin-bottom: 25px;
			}

		#comments-box {
			clear: both;
            padding-top: 50px;
			}


		/* COMMENTS */

		#comments-head {
			border-bottom: 1px solid #ddd;
			}

		#comments-box ol {
			padding: 0;
			}

		#comments-box ol li {
			list-style-type:none;
			padding: 10px 0;
			}

		#comments-box ul li {
			list-style-type:none;
		}

		#comments-box cite {
			font-weight:bold;
			font-size: 13px;
			}

		.comment-author {
			margin-bottom: 2px;
			}

		.comment p {
			clear:both
			}

		.reply {
		 	font-size:10px;
			}

		.comment-meta {
			font-size:10px;
			}

		#commentform p {
			font-size: 12px;
		}

		.avatar {
			float: left;
			margin: 0 10px 10px 0;
			}


		#content img.print {
			float: right;
			border: none;
			clear:both;
			margin-bottom: 20px;
			}

	#content object {
		margin: 0 0 10px 0px ;
		}

	#content pre {
		max-height: 300px;
		font-size: 12px;
		padding: 10px;
		margin: 10px 0px;
		overflow: auto;
		}



	.clear {
		clear:both;
		}


    #main img {
        max-width: 575px;
        height: auto;
        padding: 5px;
        margin-bottom: 12px;
        display: block;
        border: 1px solid #efedea;
    }


	/* POST ITEMS */
	.post-box {
		margin-bottom: 30px;
        border-bottom:1px solid #DDDDDD;
		padding-bottom:30px;
        line-height: 1.7;
	}
	
	.post_content {
		margin-bottom: 25px;
	}

	#main a {
		text-decoration: underline;
		font-weight: bold;
	}

    #archive .post {
		padding-top: 30px;
        border-bottom:1px solid #DDDDDD;
		padding-bottom:30px;
        line-height: 1.7;
	}

    .post-box p, #main p {
        font-size: 16px;
        text-transform: none;
        margin-top: 0px;
        padding-bottom: 25px;
    }

    .post-box h2, #main h3, h2.pagetitle, h2.posttitle{
        font-size: 26px;
    }

	.post-box h2 a, #main h3 a, h2.pagetitle a, h2.posttitle a {
		text-decoration: none !important;
		color: #999999;
	}
	
	.post-box h2 a:hover, #main h3 a:hover, h2.pagetitle a:hover, h2.posttitle a:hover {
		text-decoration: none !important;
		color: #666666;
	}


	.postmetadata {
		font-size:14px !important;
		font-style:italic;
        padding: 0 0 10px 0 !important;
        margin: 0 0 10px 0 !important;
		color: #999999;
	}
	
	#main .postmetadata a {
		color: #999999;
	}
	
	#main .postmetadata a:hover {
		color: #666666;
	}


	/* GALLERY ITEMS */
	.gallery {
		margin: auto;
		}

	.gallery-item {
		float: left;
		margin: 5px 3px 5px 0;
		text-align: center;
		}

		#content p.smallattachment a, #content dl.gallery-item a {
			border-bottom: none;
			}

	.gallery img {
		}

	.gallery-caption {
		margin-left: 0;
		}

	#content p.wp-caption-text {
		margin-top: 10px;
		font-size: 12px;
		}

/*  ---------------  END WORDPRESS-GENERATED SELECTORS  ---------------  */

/* --- GENERAL --- */

img {border:0}

a:link {color: #42210b; text-decoration:none;}
a:visited {color: #42210b; text-decoration:none;}
a:hover {color: #42210b; text-decoration:underline;}
a:active {color: #42210b; text-decoration:underline;}

form {margin:0; padding:0}
input, select, textarea {font-size:14px;}

.sm-button, .abutton, .cbutton, .billbutt, .wbutton, .ddfm .submit input {
 cursor:pointer;
 margin-top:5px;
 border:0;
 padding:4px;
 background: #FF6600 !important;
 color: #ffffff !important;
 text-transform: uppercase;
}

input[type="submit"]{
 cursor:pointer;
 margin-top:5px;
 border:0;
 padding:2px;
 background: #FF6600 !important;
 color: #ffffff !important;
 text-transform: uppercase;
}


/*
.imgbutton {
 cursor:pointer;
 background:transparent;
 border:0;
 padding:0;
}

button {
 border:0;
 padding:0;
 background:transparent;
 cursor:pointer;
}
*/

.sm-button:hover, .abutton:hover, .cbutton:hover, .billbutt:hover, .wbutton:hover, .ddfm .submit input {
}

.textbutton {
 font-size: 14px;
 text-decoration: none !important;
}

.cartsubmit a:link {color:#fff;text-decoration:none;}
.cartsubmit a:visited {color:#fff;text-decoration:none;}
.cartsubmit a:hover {color:#fff;text-decoration:none;}
.cartsubmit a:active {color:#fff;text-decoration:none;}

.product-form .sm-button {
 border:0;
 padding:0;
 background:transparent;
}

.search-button {vertical-align:middle}


/* ------ FOR FORMATTING TEXT ------ */

.floatleft {float:left; margin-right:10px}
.floatright {float:right; margin-left:10px}
.clear {clear:both;font-size:1px}
.preload {display:none}

.left {text-align:left}
.ctr {text-align:center}
.right {text-align:right}
.justify {text-align:justify}

.small, .tinytxt {font-size:10px}

h1, .content-title, .title {
 font-size:16px;
 font-weight:bold;
 text-align:center;
}

h2 {font-size:15px;}
h3 {font-size:14px;}
h4 {font-size:13px;}

h2.pagetitle{
    padding: 10px 0 20px;
}


.error, .item-error, .errorlist {
 color:#f00;
 font-weight:bold;
}

.notice {
 font-weight:bold;
}

.subscribe{
    margin-left: 0px;
}

.widget{
    margin: 0 0 20px 30px;
    text-transform: uppercase;
	width: 200px;
}

#simpleimage-2 {
	margin-left: -10px;
}

#archives-3, #categories-3 {
	margin-left: 50px;
}

.widget li{
    margin: 6px 0 0 30px;
    list-style-type: square;
    list-style-position: outside;
}

.widget-title {
    text-transform: uppercase;
}


.textwidget {
    margin-left: 0px;
}

.navigation {
	font-size: 14px;
    margin-bottom: 50px;
    overflow: auto;
    padding-top: 10px;
}

#search-3 {
    margin: 20px 0 20px 30px;
	text-align: center;
}

#text-3 {
	text-align: center;
}

#searchform {
    padding-left: 0px;
}

#recent-posts-4 {
	width: 190px;
	margin-left: 50px;
}

