/*-------------------------------------------------------------------

  *Theme Name:         Handmade Charlotte
  *Description         Custom theme for Handmade Charlotte blog.
  *Version             1.0.0

  ===== REFERENCE =================================================

  *Page width          875px
  *Fonts               RalewayThin, OstrichSansMedium, Palatino	
  *Background color    #fbf7ec

------------------------------------------------------------------- */

/* Eric Meyer's Reset CSS v2.0 */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font-Face */

@font-face {
  font-family: 'RalewayThin';
  src: url('raleway_thin-webfont.eot');
  src: url('raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
       url('raleway_thin-webfont.woff') format('woff'),
       url('raleway_thin-webfont.ttf') format('truetype'),
       url('raleway_thin-webfont.svg#RalewayThin') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'OstrichSansMedium';
  src: url('ostrich-regular-webfont.eot');
  src: url('ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('ostrich-regular-webfont.woff') format('woff'),
       url('ostrich-regular-webfont.ttf') format('truetype'),
       url('ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
  font-style: normal;
  font-weight: 400;
}

/* Main */

body {
  background: #fbf7ec;
  color: #000;
  font: 400 14px/23px  Palatino, Georgia, 'Times New Roman', serif;
}

p {
  margin: 0 0 18px;
}

#page {
  margin: 0 auto;
  width: 875px;
}

#content {
  float: left;
  width: 500px;
}

#sidebar {
  border: 0;
  float: right;
  width: 300px;
}

#header {
  background: url(http://www.handmadecharlotte.com/images/header5.png) no-repeat top left;
  height: 173px;
  margin: -10px 0 80px;
}

#footer {
  font-size: 12px;
  margin-top: 18px;
  border-top: 1px dotted silver;
  width:728px;
  padding:16px 0;
}

.post {
  margin-bottom: 80px;
}

.brlink {
  display: inline;
  float: left;
  margin: 0;
}

.results {
  margin-bottom: 24px;
}

#resultinfo h2 {
  margin-top: 10px;
}

hr.divider {
  clear: both;
  float: none;
  padding: 0 18px;
  visibility: hidden;
}

.clear {
  clear: both;
  display: block;
  float: none;
}

input {
  margin-bottom: 4px;
}

#searchsubmit {
  display: none;
}

/* Typography */

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

h1 {
  color: #000;
  font-family: 'RalewayThin','Courier New', Courier, monospace;
  font-size: 24px;
  margin-bottom: 12px;
}

h2 {
  color: #000;
  font-family: 'OstrichSansMedium','Courier New', Courier, monospace;
  font-size: 22px;
  margin: 36px 0 4px;
  letter-spacing: 1px;
}

#carrington-about h2 {
  margin-top: 6px;
}

#carrington-about p,
.widget p {
  font: 14px/20px Palatino, Georgia, 'Times New Roman', serif;
}

.pagination {
  font-family: 'OstrichSansMedium','Courier New', Courier, monospace;
  font-size: 22px;
  letter-spacing: 1px;
}

.pagination .next {
  float: right;
  margin-bottom: 24px;

}

.comments-link {
  font-family: 'OstrichSansMedium','Courier New', Courier, monospace;
  font-size: 18px;
  padding-top: 4px;
  letter-spacing: 1px;
}

input{
  border: none;
  font: 14px/20px 'RalewayThin','Courier New', Courier, monospace;
  height: 28px;
  padding: 0 5px;
  width: 190px;
}

/* Lists */

ul {
  list-style: disc;
  margin: 0 0 20px;
}

ol {
  list-style: none;
}

li {
  margin: 0 0 5px 30px;
}

ul.blogroll li a {
  display:block;
  height: 70px;
  margin: 10px;
  padding: 4px;
  width: 120px;
}

#content ol.archive li {
  margin: 0 0 18px;
}

/* Links */

a {
  color: #000;
  text-decoration: none;
}

a img,
.brlink img {
  border: 0;
}

/* Optional images with no borders */

a.customImage:active,
a.customImage:visited,
a.customImage:link,
a.customImage:hover {
  padding: 0;
  border: none;
  box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.entry-content .lessImage,
.entry-content img.lessImage {
  padding: 0;
  border: none;
  box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#blog-title a {
  font-size: 1px;
  height: 173px;
  opacity: 0;
  position: absolute;
  width: 500px;
}

.entry-content p a,
#carrington-about a,
.widget_categories a,
.widget_pages a {
  background: #FFF;
  color: inherit;
  padding: 1px 2px;
  text-decoration: none;
}

.entry-content a:hover,
.comments-link a:hover,
.pagination a:hover,
.widget a:hover,
.comments-link a:hover,
h1 a:hover,
#carrington-about a:hover {
  color: #6AB5C8;
}

.comments-link {
  border-bottom: 1px dotted silver;
  border-top: 1px dotted silver;
}

/* Widgets */

.widget ul li {
  list-style: none;
  margin: 4px;
}

.widget-area ul li {
  margin: 0;
}

.widget-area ul li.pins-feed-item {
  list-style-type: none;
}

.widget_categories {
  float:left;
  width:110px;
}

.widget_categories ul li {
  margin: 0 4px 4px 0;
}

.widget_pages {
  float:left;
  width:110px;
}

.widget_pages ul li {
  margin: 0 4px 4px 0;
}

.widget_search .screen-reader-text {
  display: none;
}

.fb_edge_widget_with_comment {
  margin-top: 1px;
}

/* Images */

.entry-content img,
.thumbs img {
  border: 6px solid #fff;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.07);
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.07);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.07);
  margin-left: -6px;
}

.thumbs {
  float: left;
  height: 150px;
  padding-right: 25px;
  width: 150px;
}

/* Sidebar Ad Fix */

.skyscraper {
  float:left;
  width:160px;
  margin-right:18px;
  margin-top:12px;
}

.find-me {
  clear: both;
}
