/*
Theme Name: Golden
Theme URI: https://tony.therustedmusket.com
Description:
Version: 1.0
Author: Tony Parker
Author URI: https://tony.therustedmusket.com
*/

/* Reset default browser styles */
@import url('reset.css');

/* EOT IE Fonts */
@font-face {font-family: "Liberation Serif"; src: url(fonts/LiberationSerif-Regular.eot);}
@font-face {font-family: "Liberation Serif"; src: url(fonts/LiberationSerif-Italic.eot); font-style: italic;}
@font-face {font-family: "Liberation Serif"; src: url(fonts/LiberationSerif-Bold.eot); font-weight: bold;}
@font-face {font-family: "Liberation Serif"; src: url(fonts/LiberationSerif-BoldItalic.eot); font-weight: bold; font-style: italic;}
@font-face {font-family: "CAC Champagne"; src: url(fonts/cac_champagne.eot);}

/* TTF Fonts */
@font-face {font-family: "Liberation Serif"; src: url(fonts/LiberationSerif-Regular.ttf) format("truetype");}
@font-face {font-family: "Liberation Serif"; src: url(fonts/LiberationSerif-Italic.ttf) format("truetype"); font-style: italic;}
@font-face {font-family: "Liberation Serif"; src: url(fonts/LiberationSerif-Bold.ttf) format("truetype"); font-weight: bold;}
@font-face {font-family: "Liberation Serif"; src: url(fonts/LiberationSerif-BoldItalic.ttf) format("truetype"); font-weight: bold; font-style: italic;}
@font-face {font-family: "CAC Champagne"; src: url(fonts/cac_champagne.ttf) format("truetype");}


body {background:#FDEEE5; width:100%; color: #111; font: 12px Arial,sans-serif; line-height: 1.5;}

/* =Layout
-------------------------------------------------------------- */
#wrapper{margin:0 auto; width:970px; background: #FFFFFF; border:6px solid #FFC4A0;}
#content {float: left; width: 730px; padding:0 10px;z-index:1;}
#primary, #secondary {float: right; overflow: hidden; width: 180px; padding:0 5px;}
#secondary {clear: right;}
#footer { clear: both; width: 100%;}

/* =Header
-------------------------------------------------------------- */
#branding {margin: 0 0 1.5em 0; position: relative; width: 100%; /* for IE 6 */}
#branding h1 {position: absolute; top: 250px; left:0; text-align: center; width: 100%; font-family:"Liberation Serif", serif; font-style:italic; font-weight:bold;}
#branding a {background:none; padding:0;}
#rss { font-size:12px; padding: 5px 0 5px 0; border: none; float: right; margin-bottom:20px;}
#rss a { margin: 0 15px 0 0; padding: 5px 30px 5px 5px; background: url('images/Rss.png') 100% 50% no-repeat; }
#rss a:hover {color:#FFC4A0;}

/* =Menu
-------------------------------------------------------------- */

#access {margin: 0 0 1.5em 0; overflow: auto;}
.skip-link {display: none;}
.menu ul {list-style: none; margin: 0;}
.menu ul ul {display: none;}
.menu li {display: inline;}
.menu a {display: block; float: left;}

/* =Basic Styling
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {font-weight: normal; clear: both;}
h1 {font:28px Liberation Serif; color:#A68A3A;}
h1.entry-title{border-bottom:3px dotted; width:500px; padding-bottom:4px;}
h2 {font:24px Liberation Serif; color:#A68A3A;}
h2.entry-title{border-bottom:3px dotted; width:500px; padding-bottom:4px;}
h3 {font-size:18px; color:#A68A3A; font-family:"Liberation Serif", serif;}
h4 {font-size:16px; color:#A68A3A;}
h5 {font-size:12px; color:#A68A3A;}
h6 {font-size:8px; color:#A68A3A;}
p {margin-bottom: 1.5em;}
a {text-decoration:none; color:#A68A3A; padding:2px;}
a:hover {background-color:#FFC4A0;}

/* =Content
-------------------------------------------------------------- */
.post {margin: 0 0 3em 25px;}
.post img {max-width:680px !important; height:auto !important; padding:0 5px; width: expression(this.width > 680 ? 680: true);}
.post a img{padding:0 5px;}
.entry-content, .entry-summary {margin: 1.5em 0 0 0;}
.entry-content a:hover {background:none;}
.entry-date {background:url(images/date.png) no-repeat; padding-left:22px; height:16px; line-height:16px; font-size:11px;}
.entry-utility {margin-top:10px;}
h1.page-title {margin-bottom:8px;}


/* =Navigation
-------------------------------------------------------------- */

.navigation {margin: 0 0 1.5em 0; overflow: auto;}

/* =Widget/Sidebar Areas
-------------------------------------------------------------- */
hr {background-color: #999; border:0; height: 1px; margin-bottom: 1.5em;}
.widget-container {margin: 0 0 1.5em 0;}
.widget-area ul {list-style: none; margin-left: 0;}
.widget-area ul ul {list-style: none; margin-left: 1.1em;}
.widget-area ul ul ul {margin-left: 2.5em;}
.widget-container h3 {color:#A68A3A; font-family:"Liberation Serif", serif; text-transform: uppercase; font-style:italic; line-height:1.2; border-bottom:solid 1px #FFDBC5;}
.widget-container ul li a{padding:2px;}


/* =Comments
---------------------------------------------------------------*/
.formcontainer {margin-bottom:10px;}
#comments-list {margin-top:30px;}
.comment-author a {font-size: 14px; margin-left:-2px;}
.comment-content {display:block; clear:both; margin-top:10px; line-height: 1.2;}
.avatar {float:left; margin-right:5px;}

.search_input {font-size:11px; color:#5F5F5F; width:150px;}