/*
Theme Name: Gold Blog 2.0
Theme URI: 
Description: 
Author: Reingold
Version: 2.0
Date Modified: 02/05/13

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {background:transparent;border:0;margin:0;padding:0;vertical-align:baseline;}
body {line-height:1;}
h1, h2, h3, h4, h5, h6 {clear:both;font-weight:normal;}
ol, ul {list-style:none;}
blockquote {quotes:none;}
blockquote:before, blockquote:after {content:'';content:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
a img {border:none;}

/* =Layout
-------------------------------------------------------------- */

.clearme {clear:both;}

body {background:#e5e5e5;font-family:georgia,'times new roman',times,serif;font-size:16px;margin:0;padding:0;}

#header {background:#fff url('../goldblog2/images/header-bg.gif') repeat;}
#branding {height:110px;width:980px;margin:0 auto;}
#branding #eppm-title {display:inline;float:right;width:248px;height:69px;margin:24px 0 0;}
#branding #eppm-title a {display:block;width:248px;height:69px;background:url('../goldblog2/images/header-title.png') 0 0 no-repeat;text-indent:-9999px;}
#branding #site-title {display:inline;float:left;width:338px;height:103px;margin:7px 0 0;clear:none;}
#branding #site-title a {display:block;width:338px;height:103px;background:url('../goldblog2/images/header-title-goldblog.png') 0 0 no-repeat;text-indent:-9999px;}

#header .menu-header {background:#60574f url('../goldblog2/images/nav-menu-bg.gif') 0 0 repeat-x;}
#header .menu-header ul {display:block;width:980px;margin:0 auto;font-size:14px;height:42px;letter-spacing:1px;text-align:center;text-transform:uppercase;}
#header .menu-header li {display:inline;padding:0;}
#header .menu-header a {color:#fff;display:inline-block;line-height:42px;padding:0 14px;text-decoration:none;text-shadow:0 -1px #57514c;}
#header .menu-header a:hover {background:url('../goldblog2/images/nav-menu-arrow.gif') bottom no-repeat;color:#d5bb87;}
#header .menu-header li:last-child a {color:#ffe09d;background:url('../goldblog2/images/nav-menu-active.png') bottom no-repeat;}
#header .menu-header li:last-child span {display:inline-block;line-height:42px;background:url('../goldblog2/images/nav-menu-blogicon.png') left no-repeat;padding:0 0 0 40px;}

#header .skip-link {position:absolute;top:0;left:0;width:1px;height:1px;text-indent:-9999px;}

#main {width:980px;margin:20px auto;}

#container {display:inline;float:left;width:660px;position:relative;background:#fff url('../goldblog2/images/note-bg-660.gif') 0 0 repeat-y;margin-bottom:20px;}
#container .img-top {position:absolute;top:0;left:0;display:block;width:660px;height:65px;background:url('../goldblog2/images/note-top-660.gif') 0 0 no-repeat;}
#container .img-bot {position:absolute;bottom:0;left:0;display:block;width:660px;height:71px;background:url('../goldblog2/images/note-bot-660.gif') 0 0 no-repeat;}

#content {padding:55px 40px;}
#content a {color:#a07623;}
#content a:hover {color:#7e1212;}

#content p {margin:0 0 15px;}
#content .post h2, #content .post h3, #content .post h4 {font-weight:bold;margin:0 0 15px;}
#content h1.entry-title {color:#403c39;font-family:helvetica,arial,sans-serif;font-weight:bold;margin:0 0 4px;text-shadow:0 1px 2px rgba(0,0,0,.3);}
#content h2.entry-title {font-family:helvetica,arial,sans-serif;font-weight:bold;margin:0 0 4px;}
#content h2.entry-title a {text-decoration:none;}
#content .entry-meta {font-size:12px;border-top:1px dotted #ccc;padding:10px 0 0;margin:10px 0 0;height:20px;}
#content .entry-meta .addthis_toolbox {display:inline;float:right;}
#content .entry-content {margin:25px 0 0;font-size:13px;line-height:1.4em;}
#content .post {margin:0 0 35px;padding:0 0 50px;background:url('../goldblog2/images/hr-ornament.gif') bottom no-repeat;}
#content .post ul {margin:0 0 15px 25px;list-style:square;}
#content .post ol {margin:0 0 15px 25px;list-style:decimal;}
#content .post li {margin:0 0 5px;}
#content .post blockquote {margin:0 25px 15px;font-style:italic;color:#666;}
#content .post a.more-link {text-decoration:none;font-style:italic;}
#content .entry-utility {margin:20px 0 0 0;border:1px dotted #ddd;padding:15px;background:#fefefe;font-size:13px;color:#666;border-radius:4px;}
#content #nav-above {display:none;}
#content #nav-below {display:block;height:50px;}
#content #nav-below .nav-previous {display:inline;float:left;}
#content #nav-below .nav-next {display:inline;float:right;}

.popup {background:#000;color:#6a6159;font-size:14px;position:absolute;width:420px;z-index:200;
-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
-moz-box-shadow:0 2px 6px rgba(0,0,0,.5);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.5);box-shadow:0 2px 6px rgba(0,0,0,.5);
}
.popup iframe {background:#fff;display:block;height:580px;margin:5px;width:410px;}
.popup .arrow {width:28px;height:58px;background:url('../goldblog2/images/popup-arrow.png') 0 0 no-repeat;position:absolute;right:-23px;top:228px;}

#eppm-ctas .call a {display:block;width:300px;height:50px;background:url('../goldblog2/images/sidebar-callnow.png') 0 0 no-repeat;text-indent:-9999px;}

#footer {clear:both;height:60px;background:#867d75;border-top:1px solid #6b645e;}
#footer .menu-header {width:980px;margin:0 auto;}
#footer .menu-header ul {display:inline;float:left;list-style:none;padding:6px 0 0;width:440px;}
#footer .menu-header li {display:inline;font-size:12px;margin:0 10px 0 0;}
#footer .menu-header a {color:#fff;text-decoration:none;}
#footer .menu-header a:hover {text-decoration:underline;}

/* sidebar */

#primary {display:inline;float:right;width:300px;margin:4px 0 24px;}
#primary a {color:#a07623;}
#primary a:hover {color:#7e1212;}
#eppm-ctas .call {margin:0 0 15px;}
#eppm-ctas .snapabug {margin:0 0 15px;}
#eppm-ctas .btn {height:50px; font-size:12px;font-weight:bold;color:#fff;text-transform:uppercase;text-shadow:0 -1px #000;font-family:helvetica,arial,sans-serif; background:url('../goldblog2/images/cta-bar.png'); background-size:100% auto; background-position:0 0; cursor:pointer; position:relative;display:block;}
#eppm-ctas .btn:hover .txt{color:#ffe09d;}
#eppm-ctas .btn .txt {padding:0 0 0 55px; position:absolute; top:50%; margin-top:-6px;}
#eppm-ctas .btn .txt i{display:inline-block; height:20px; width:24px; background: url('../goldblog2/images/cta-icons.png') no-repeat; position:absolute; left:20px; top:-5px; }
#eppm-ctas .btn .txt i.ctaIcon-callback{background-position:0 0;}
#eppm-ctas .btn .txt i.ctaIcon-email{background-position:-24px 0;}
#eppm-ctas .btn .txt i.ctaIcon-rss{background-position:-48px 0;}
#eppm-ctas a:hover{color:#ffe09d;}
#eppm-ctas .btn:hover .txt i.ctaIcon-callback{background-position:0 -20px;}
#eppm-ctas .btn:hover .txt i.ctaIcon-email{background-position:-24px -20px;}
#eppm-ctas .btn:hover .txt i.ctaIcon-rss{background-position:-48px -20px;}

#primary .widget-container {margin:0 0 15px;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:13px;}
#primary h3.widget-title {padding:10px;background:#bd9443 url('../goldblog2/images/btn-grad.png') 0 0 repeat-x;border-bottom:1px solid #80500f;color:#fff;text-shadow:0 1px #80500f;font-size:13px;font-weight:bold;font-family:helvetica,arial,sans-serif;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;}
#primary .widget-container ul {display:block;padding:15px;}
#primary .widget-container li {margin:0 0 6px;}
#primary .widget_search {background:#eee;padding:15px;border:1px solid #ccc;}
#primary .widget_search label {margin:0 0 4px;display:block;font-family:helvetica,arial,sans-serif;font-weight:bold;}
#primary #rss-btn {padding:0;}
#primary #rss-btn a {background:url('../goldblog2/images/rss-icon.png') no-repeat scroll 0 0 transparent;display:block;font-size:1.2em;font-weight:bold;height:51px;width:300px;}
#primary #rss-btn a:hover {background-position:0 -55px;}
#primary #rss-btn a:active {background-position:0 -54px;}
#primary #rss-btn a span {display:none;}

#sidebar_left{display:none;}

/*Category*/
#primary #nav_menu-2{background:transparent; padding:0;}
#primary #menu-category{padding:0;}
#primary #menu-category ul{padding:0;}
#primary #menu-category li{padding:0;}
#primary #menu-category li a{text-decoration:none; font-size:18px; color:#fff; font-weight:bold; text-shadow:0 1px 2px rgba(0,0,0,0.5); font-family:helvetica, serif; display:block; background: url('../goldblog2/images/category-goldbar.png'); background-size:contain; padding:16px 10px 16px 60px;}
#primary #menu-category li a:hover{color:#463018;}

/* Calls to Action Ribbon and Buttons */
#primary .widget_text {background:none;}
#primary .widget_text h3.widget-title {display:none;}

/* comments */

#comments {padding:15px;color:#333;font-size:.9em;margin:10px 0 0;background:#f9f9f9 url('../goldblog2/images/wp-tags-bg.png') 0 0 repeat-x;border-style:solid;border-width:1px;border-color:#e1e1e1 #ebebeb #fff #ebebeb;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#comments .commentlist {display:block;background:url('../goldblog2/images/article-hr.gif') bottom left repeat-x;padding:0 0 20px;margin:0 0 20px;}
#comments #comments-title {display:block;padding:0 0 15px;}
#comments #comments-title {}
#comments #comments-title .num,
#comments #comments-title .title {color:#594634;font-style:italic;}
#comments .form-allowed-tags {display:none;}
#comments .depth-1 {padding:2px;background:#fff;border:1px solid #eee;margin:0 0 10px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
#comments .children {margin:0 0 0 20px;}
#comments .comment-author {background:#867d75;color:#fff;padding:8px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
#comments .children .comment-author {background:#7b6551;}
#comments #reply-title {font-weight:bold;margin:0 0 8px;}
#comments .comment-notes {font-style:italic;font-size:.9em;}
#comments .comment-author a {color:#eecf92;text-decoration:none;}
#comments .comment-author a:hover {text-decoration:underline;}
#comments .comment-body {padding:4px 8px;}
#comments .comment-body p {padding:0;margin:0 0 10px;font-size:12px;line-height:1.2em;}
#comments .reply {padding:0 8px 8px;}
#comments .reply a {text-decoration:none;font-size:.8em;font-style:italic;}
#comments .comment #respond {margin:10px;padding:15px;}
#comments .comment #respond #comments input[type=text] {border-color:#ccc;}
#comments .comment #respond #comments textarea {border-color:#ccc;}
#comments .comment-meta {padding:8px 8px 4px;}
#comments .comment-meta a {text-decoration:none;font-size:12px;}
#comments .comment-awaiting-moderation {display:block;padding:8px 8px 0;color:#997e64;font-style:italic;}
#comments .comment-body {padding:4px 8px 0;}
#comments #commentform label {display:inline;float:left;width:100px;font-family:helvetica,arial,sans-serif;font-weight:bold;}
#comments input[type=text] {background:#fff;border:1px solid;border-color:#d8d8d8 #f4f4f4 #fff #f4f4f4;font-family:helvetica,arial,sans-serif;font-size:12px;padding:6px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#comments textarea {background:#fff;border:1px solid;border-color:#d8d8d8 #f4f4f4 #fff #f4f4f4;font-family:helvetica,arial,sans-serif;font-size:12px;padding:6px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
#comments .required {color:#b0893c;}

/* search */
body.search h1 {display:block;font-size:20px;color:#666;font-style:italic;padding:0 0 30px;}
body.search h1 span {color:#333;}
body.search .entry-summary {font-size:13px;line-height:1.4em;padding:10px 0 0;}

/* archive */
body.archive h1 {display:block;font-size:20px;color:#666;font-style:italic;padding:0 0 30px;}
body.archive h1 span {color:#333;}
body.archive .entry-summary {font-size:13px;line-height:1.4em;padding:10px 0 0;}

/* ticker */
#ticker{background:url('images/featurebg.png') no-repeat; background-size:contain; height:36px; overflow:hidden; margin:10px 0px; font-family:helvetica,arial,sans-serif; font-size:12px; position:relative;}
#ticker #scroller{position:relative; font-size:13px; padding-top:12px; font-weight:400; color:#999; width:100%;}
#ticker .scroller-left-img,
#ticker .scroller-right-img{position:absolute; z-index:3; width:60px; height:34px; background: url('images/fade-trends2.png') ; top:0; left:150px;}
#ticker .scroller-right-img{left:920px;}
#ticker li{color:#aaa; display:inline-block; float:left;}
#ticker li a{color:#777; text-decoration:none;}
#ticker li a:hover{text-decoration:underline;}


/* addthis edits */
.addthis_button_facebook_share {width:100px;height:20px;overflow:hidden;}

/* Container DIV - automatically generated */
.simply-scroll-container { position: relative;}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0 10px;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width:810px;
	margin-left:150px;
	
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
}
