/*

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: 1.2em;
	text-align: center;
	vertical-align: top;
	color: #3B3734;
	background-color: #EED09D;
	background-image: url(images/hbd_pattern.gif);
	background-repeat: repeat-xy;
	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 30px 0 30px;
	paddding: 0px;
	width: 1080px;
	text-align: left;
	/* background-color: #E6E7E1; */
	background: none repeat scroll 0 0 rgba(64, 74, 52, 0.5);
	display: inline-block;
	-moz-box-shadow: 0 2px 10px #000000;
	-webkit-box-shadow: 0 2px 10px #000000;
}

/*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: 1080px;
	padding: 0;
	margin: 0px;
	/* background-image: url(images/hbd_hed3.gif); */
	display: block;
	height: 265px;
	/* firefox gradient bg */
	background: -moz-linear-gradient(center bottom , rgba(104, 74, 60, 0.9), rgba(238, 208, 157, 0.8) 15%) repeat scroll 0 0 transparent;
	/* safari gradient bg */
	background-image:-webkit-gradient(linear, center bottom, center top , from(rgba(104, 74, 60, 0.9)), color-stop(15%,rgba(238, 208, 157, 0.8)));
}

#header_logo {
	background-image:url(images/hbd_logo_hed.png);
	float: left;
	width: 449px;
	height: 137px;
	margin: 10px 20px 20px 20px;
	}

#leaderboard_top {
	width: 728px;
	height: 90px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	/* background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); */
	margin: 10px 151px 0;
}

#blog_info{
	float: right;
	margin: 90px 40px 20px 20px;
	font-family: Century Gothic,Futura,Sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	}


#article {
	padding: 0 10px 30px 10px;
	float: left;
	width: 740px;
	margin: 0px;
    /* border-right: 1px solid #CCCCCC; */
}

.post {
	background: #FFFFFF none repeat scroll 0 0;
	margin: 10px 0 0;
	padding: 15px 30px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	border-radius: 0 15px 15px 15px;
	-moz-border-radius: 0 15px 15px 15px;
}

.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 0 15px 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: 1.125em;
        font-weight: normal;
        letter-spacing: 0.15em;
        line-height: 150%;
        padding: 10px 25px;
		margin: 10px 0;
        text-align: right;
        text-transform: uppercase;
		background: rgba(204, 204, 204, 1);
		-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
		-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
		-moz-border-radius: 15px 15px 0;
		border-radius: 15px 15px 0;
}


.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;*/
		/* background-image: url(images/sidebarhedbg.jpg);
        background-repeat: repeat-x;
        background-position: bottom; */
		/*border-bottom: 1px solid #EED09D;*/
		
        -webkit-border-top-left-radius: .3em;
        -webkit-border-top-right-radius: .3em;
		-moz-border-radius-topleft: .3em;
		-moz-border-radius-topright: .3em;
        border-radius: 0.3em 0.3em 0 0;
		color: #FDFEFF;
		display: block;
		font-family: Century Gothic,Futura,Sans-serif;
		font-size: 1em;
		font-weight: normal;
		letter-spacing: 0.28em;
		margin: 5% 0 3% -10px;
		padding: 4% 0 2.5% 20px;
		text-transform: uppercase;
		width: 280px;
		
		/* firefox gradient bg */
		background: -moz-linear-gradient(center bottom , rgba(10, 10, 8, 1), rgba(64, 74, 52, 1) 55%);
		/* safari gradient bg */
		background-image:-webkit-gradient(linear, center bottom, center top , from(rgba(10, 10, 8, 1)), color-stop(55%,rgba(64, 74, 52, 1)));
}

.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: 5%;
      background: #D2D2D2;
      font-size: .9em;
      border-left: 1px solid #BBBBBB;
      margin-bottom: 5%;
      font-style: italic;
      -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}

/*  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: 1040px;
		/* firefox gradient bg */
		background: -moz-linear-gradient(center bottom , rgba(104, 74, 60, 0.9), rgba(238, 208, 157, 0.8) 15%) repeat scroll 0 0 transparent;
		/* safari gradient bg */
		background-image:-webkit-gradient(linear, center bottom, center top , from(rgba(104, 74, 60, 0.9)), color-stop(15%,rgba(238, 208, 157, 0.8)));
}

#footer p {
	line-height: 150%;
}

/* comments styles moified*/

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #BBBBBB;
	padding: 5px 30px;
    background-color: #D2D2D2;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	-webkit-border-radius: 15px 15px 0 15px;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 30px;
	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: 1078px;
	/*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: 2em;
        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 {
		-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
    	float: left;
    	margin: 0 20px 20px 0;
    	padding: 0;}
.tfe {
        /* float: left; */
}
.wp-post-image {
		-webkit-box-shadow:3px 3px 10px rgba(0, 0, 0, 0.25);
        float: left;
    	margin: 0 20px 20px 0;
    	padding: 0;
}

/* google ad 300 x 250 sidebar ad style below */
.sidebar #text-4 {
	background: none;
	margin: 15px 0 0 0;
	padding: 0;
	border-radius: 0;
	width: 300px;
	height: 250px;
}

ul .wGallery {
	display: inline-block;
	clear: both;
	}


/* sidebar gallery widget images below */
.wGallery img {
	height: 120px;
	width: 120px;
	margin: 0 15px 15px 0;
	float: left;
	/* border: 1px solid #444444;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5); */
}

.wGallery li {
	list-style: none;
	width: 120px;
	
	}

.widget {
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

#medium_banner {
	with: 468px;
	height: 60px;
	margin: 15px 127px 15px 145px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,1);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,1);
}

.sidebar #recent-posts-3 li {
	line-height: 100%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	border-bottom: 1px solid #D3AF71;
}

.sidebar .screen-reader-text {
	display: none;
}
