/*

Theme Name: HB Designs

Theme URL: http://www.highbrowdesigns.com

Description: My custom theme for my portfolio site

Version: 1.0

Author: Rafael Perez-Micheli

Author URL: http://www.highbrowdesigns.com

*/

/*@charset "UTF-8";*/

/* color palette*/
/* dark brown - #684A3C */
/* light brown - #B98F5C */
/* heavy beige - #D3AF71 */
/* medium beige - #EED09D */
/* olive green - #404A34 */
/* light grey - #D2D3CF */
/* light grey 2 for page bg - #E6E6E6 */
/* light grey 3 for boxes - #D2D2D2 */

/*header, block-quote, paragraph, and form margin remove*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

/* CSS Document */

/*body style*/

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-align: center;
	vertical-align: top;
	color: #3B3734;
	background-color: #EED09D;
	background-image: url(images/hbd_patt2.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

/* header styles*/

h1 {
	font-family: Century Gothic,Futura,Sans-serif;
	font-size: 2.5em;
	padding: 0 0 1% 0;
	font-weight: normal;
        letter-spacing: -.02em;
}

h2 {
	font-family: Century Gothic,Futura,Sans-serif;
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 1% 0;
        letter-spacing: -.02em;
}

h3 {
	font-family: Century Gothic,Futura,Sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 1% 2%;
	margin: 2% 0 1% 0;
	border-bottom: 1px solid #CCCCCC;
        letter-spacing: -.02em;
}

h4 {
	font-size: .95em;
	padding: 0 0 0 0;
	margin: 0;
        letter-spacing: -.02em;
}

/* List styles*/

ul {
	padding: 0;
	margin: 0 0 3% 5%;
}

li {
	padding: 0;
	margin: 0;
}

/*page style*/

#page {
	margin: 0 auto 0 auto;
	paddding: 0px;
	width: 980px;
	text-align: left;
	background-color: #E6E7E1;
}

/*link styles*/

a:link {
	color: #684A3C;
	text-decoration: none;
}

a:active {
	color: #684A3C;
	text-decoration: none;
}

a:visited {
	color: #684A3C;
	text-decoration: none;
}

a:hover {
	color: #684A3C;
	text-decoration: underline;
}


.read_more {
        font-family: Century Gothic, Futura, Sans-serif;
	font-size: .75em;
	font-weight: normal;
	/* padding: 1%; */
        /* background-color: #E6E6E6; */
	margin: 0;
	/* border-bottom: 0px solid #CCCCCC; */
        letter-spacing: .25em;
        text-transform: uppercase;
}

/* paragraph style*/

p {
	padding: 0;
	margin: 1% 0 2% 0;
}

/*image style across the site*/

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}

/* Box and post styles*/

#header {
	float: left;
	width: 980px;
	padding: 0;
	margin: 0px;
	background-image: url(images/hbd_hed3.gif);
	display: block;
	height: 190px;
}

#container {
	padding: 0 10px 0 10px;
	float: left;
	width: 638px;
	margin: 0px;
    border-right: 1px solid #CCCCCC;
}

.post {
	background: #FFFFFF none repeat scroll 0 0;
	margin: 10px 0 0;
	padding: 10px;
}

.post h2 {
	/*font-family: Century Gothic,Futura,Sans-serif;
	font-weight: normal;
	font-size: 2em;*/
	line-height: 100%;
	padding: 1% 0 1% 0;
	margin: 0;
}

.entry {
	line-height: 170%;
	padding: 0;
}

.date_container {
        font-size: .6em;
	font-weight: bold;
        color: #666666;
}

.date {
        font-family: Century Gothic,Futura,Sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: .25em;
}

p.postmetadata {
	margin: .5% 0 2% 0;
	font-size: .75em;
	font-weight: bold;
	line-height: 150%;
	border-top: 1px solid #CCCCCC;
	padding: 1.75% 0 0 0;
        clear: both;
}

p.postmetadata a {
        font-family: Century Gothic,Futura,Sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: .25em;
        padding-left: 0.8%;
}

.navigation {
        border-top: 1px solid #CCCCCC;
        font-family: Century Gothic,Futura,Sans-serif;
        font-size: .75em;
        font-weight: normal;
        letter-spacing: 0.15em;
        line-height: 150%;
        padding: 10px 0;
        text-align: right;
        text-transform: uppercase;
}

.sidebar {
	/*background-color: #D3AF71;*/
	/*border-left: 1px solid #404A34;*/

	border-right: 1px solid #404A34;
	display: inline-block;
	float: left;
	font-size: 1.25em;
	padding: 10px 10px 20px 10px;
	width: 300px;
	/*border-bottom: solid 1px #404A34;*/
	/*height: 100%;*/
}
.sidebar li h2 {
	background-color: #404A34;
        /*-moz-border-radius: .3em;*/
        -moz-border-radius-topleft: .3em;
        -moz-border-radius-topright: .3em;
        /*-webkit-border-radius: .3em;*/
        -webkit-border-top-left-radius: .3em;
        -webkit-border-top-right-radius: .3em;
        border-radius: .3em;
        background-image: url(images/sidebarhedbg.jpg);
        background-repeat: repeat-x;
        background-position: bottom;
	/*border-bottom: 1px solid #EED09D;*/
	color: #FDFEFF;
	display: block;
	font-family: Century Gothic,Futura,Sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	letter-spacing: 0.5em;
	margin: 5% 0 3% -10px;
	padding: 2% 0 1.5% 10px;
	text-transform: uppercase;
	width: 290px;
}

.sidebar li {
	padding: 0;
	line-height: 75%;
	list-style-type: none;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: ;
        /*border-bottom: solid 1px #BBBBBB;*/
}

.sidebar ul li {
	line-height: 110%;
	margin: -0 0px 2%px;
	padding: 0 10px 2%;
        background-color: #EED09D;
        -moz-border-radius: .3em;
        -webkit-border-radius: .3em;
        border-radius: .3em;
}

.sidebar li ul ul {
        padding: 2% 0 2% 2%;
        margin: 0;
        line-height: 100%;
}

.sidebar li ul ul li {
        padding: 0 0 5% 5%;
        line-height: 110%;
        margin: 0;
}

blockquote {
      padding: 3%;
      background: #D2D2D2;
      font-size: .9em;
      border-left: 1px solid #BBBBBB;
      margin-bottom: 5%;
}

/*  manual gallery tweaks */

.wp-caption {
        font-family: Century Gothic,Futura,Sans-serif;
        text-transform: uppercase;
        letter-spacing: .5em;
        color: #999999;
        line-height: 50%
        padding: 0;
        margin: 0;
}

#gallery-1 .gallery-caption {
	font-family: Century Gothic,Futura,Sans-serif;
	Font-size: .75em;
	text-transform: uppercase;
	letter-spacing: .25em;
	line-height: 125%;
	color: #404A34;
	padding: 3%;
}

#wp-calendar {
	width: 100%;
	border: 1px solid #614743;
}

#wp-calendar caption {
	background-color: #614743;
	padding: 3%;
	font-family: Century Gothic,Futura,Sans-serif;
	color: #E6E7E1;
	margin: 0;
	text-align: left;
	border: 1px solid #614743;
}

#wp-calendar th {
	background-color: #997169;
	padding: 3%;
	text-align: center;
	margin: 0;
}

#wp-calendar td {
	background-color: #E6E7E1;
	padding: 3%;
	text-align: center;
}

#footer {
        background-color: #EED09D;
        background-image: url(images/navbg.gif);
        background-position: center top;
        background-repeat: repeat-x;
        border-left: 1px solid #404A34;
        border-right: 1px solid #404A34;
        clear: both;
        float: left;
        margin: 0;
        padding: 20px;
        width: 938px;
}

#footer p {
	line-height: 150%;
}

/* comments styles moified*/

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #BBBBBB;
	padding: 10px 10px 10px;
        background-color: #D2D2D2;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3 {
	color: #684A3C;
	font-family: Century Gothic,Futura,Sans-serif;
	font-size: 1.5em;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* drop down menu styles */

#dropmenu, #dropmenu ul {       
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #EED09D none repeat scroll 0 0;
        background-image: url(images/navbg.gif);
        background-position: top center;
        background-repeat: repeat-x;
	border: 1px solid #404A34;
	float: left;
	font-weight: bold;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 978px;
	/*z-index: 100;*/
        z-index: 90;
}

#dropmenu a {
        -moz-background-clip: border;
        -moz-background-inline-policy: continuous;
        -moz-background-origin: padding;
        background: #EED09D none url(images/navbg.gif) repeat-x top center scroll 0 0;
        border-right: 1px solid #404A34;
        color: #404A34;
        display: block;
        font-size: 1.5em;
        font-weight: normal;
        letter-spacing: -0.04em;
        padding: 0.75em 1.25em 0.35em;
        text-decoration: none;
        text-transform: lowercase;
}

#dropmenu a:hover {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
         background:#404A34 none repeat scroll 0 0;
         color:#EED09D;
         background-image:url(images/sidebarhedbg.jpg);
         background-repeat:repeat-x;
         background-position:bottom center;
}


#dropmenu li {
	float: left;
	position: relative;
}

#dropmenu ul {
	display: none;
	left: -1px;
	position: absolute;
	/*top: 1.9em;*/
        top: 3.1em;
	/*width: 12em;*/
        width: 7em;
}

#dropmenu ul a {
       background-image:url(images/navbg.gif);
       background-position:center top;
       background-repeat:repeat-x;
       border-left:1px solid #404A34;
       border-right:1px solid #404A34;
       border-top:1px solid #404A34;
       background-color:#EED09D;
}


#dropmenu li ul {
	border: 1px solid #404A34;
	/*width: 14.1em;*/
        width: 7em;
}

#dropmenu li ul a {
	border-bottom: 1px solid #404A34;
	float: left;
	height: auto;
	/*width: 12em;*/
        width: 7em;
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul {
	left: 12em;
	margin: 0 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
        display: block;
}

/*  widget tweaks */

#widget widget_search {
         padding right: 10px;
}

/* tweak for thumbnails on Thumbnails for Excerpts plugin */

.imgtfe {
        float: left;
        padding: 0 10px 10px 0;
}
.tfe {
        float: left;
        padding: 0 10px 10px 0;
}
.wp-post-image {
        float: left;
        padding: 0 10px 10px 0;
}