/*
Theme Name: Scarra
Theme URI: http://wordpress.org/extend/themes/scarra/
Author: Charles Elena Design
Author URI: http://www.charleselena.com.au/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Structure
-------------------------------------------------------------- */

div.clr {
  clear: both;
  overflow: hidden;
  font: 0px/0px Arial, Helvetica, sans-serif;
  background: none;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  content: ".";
  visibility: hidden;
}
hr {
  border: none;
  border-top: 1px dotted #000000;
}
#scroll_to_top {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#scroll_to_top a {
  right: 48% !important;
  margin-top: -40px !important;
  -moz-border-radius: 5px;
}
#scroll_to_top a:hover {
  background: #b50101 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
html {
  background: #d3d3d3 url(images/bg.jpg) no-repeat top center fixed;
}
body {
  font: 14px/1.5em Arial, Helvetica, sans-serif;
  color: #58595b;
}
body.home {
  background: url(images/home-bg.gif) repeat-x top center;
}
a {
  color: #000000;
}
a:hover {
  color: #b50101;
}
#page {
  display: block;
  clear: both;
  margin: 1em auto;
  width: 960px;
}
#primary {
  float: left;
  margin: 0 -240px 0 0;
  width: 100%;
}
#tertiary {
  clear: right;
}
#content {
  margin: 0 300px 0 0;
  position: relative;
}
.scarra {
  padding: 0 0 0 180px !important;
}
.scarra #scarra-image {
  position: absolute;
  top: 0px;
  left: -120px;
}
#main .widget-area {
  float: right;
  overflow: hidden;
  width: 240px;
}
#colophon {
  clear: both;
  display: block;
  width: 100%;
}

/* Increase the size of the content area for templates without sidebars */

.full-width #content, .image-attachment #content, .error404 #content {
  margin: 0;
}

/* Text meant only for screen readers */

.screen-reader-text, .section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */

.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =Header
-------------------------------------------------------------- */

#site-title {
  background: url(images/scarra-blog.gif) no-repeat top left;
  /*font:148px/.9em Georgia, "Times New Roman", Times, serif;*/
  width: 403px;
  height: 267px;
  letter-spacing: -5px;
  text-indent: -999px;
  color: #000000;
  margin: 20px 0 55px 0;
}

/*
#site-title a{
	color:#000000;
	text-decoration:none;
}

#site-title:after{
	font-size: 170px;
	content:".";
	color:#b50101;
	letter-spacing:-5px;
	position:relative;
	left:-5px;
}
*/

#site-description {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em;
  display: none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: .75em 0 0 0;
  text-transform: lowercase;
  border-bottom: 1px solid #e6e7e8;
}
#access ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#access li {
  float: left;
  position: relative;
}
#access a {
  display: block;
  line-height: 2em;
  padding: 0 1em;
  text-decoration: none;
  color: #353639;
  position: relative;
}
#access .current_page_item a {
  color: #000000;
}
#access a:hover {
  color: #b50101;
}
#access a:hover:before, #access .current_page_item a:before {
  content:"{ ";
  color: #b50101;
  font: 15px/1em "Times New Roman", Times, serif;
  position: absolute;
  top: 6px;
  left: 3px;
}
#access a:hover:after, #access .current_page_item a:after {
  content: " }";
  color: #b50101;
  font: 15px/1em "Times New Roman", Times, serif;
  position: absolute;
  top: 6px;
  right: 3px;
}
#access ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 99999;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #dedede;
  line-height: 1em;
  padding: .5em .5em .5em 1em;
  width: 10em;
  height: auto;
}
#access li:hover > a, #access ul ul:hover > a {}
#access ul ul a:hover {}
#access ul li:hover > ul {}

/* =Content
-------------------------------------------------------------- */

h1.page-title {
  margin: 0px 0 .5em 0;
  font: 1.5em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #353639;
  display: block;
}
h1.page-title a {
  text-decoration: none;
}
div.post {
  border-top: 4px solid #000000;
  margin: 0 0 2em 0;
  padding: 1em 0 1em 0;
  position: relative;
}
div.page {
  margin: 0 0 2em 0;
  padding: 0 0 1em 0;
  position: relative;
}
h1 {
  font: 28px/1.5em Georgia, "Times New Roman", Times, serif;
  margin: 0 0 .5em 0;
  color: #000000;
}
.entry-content h1 span, h1.widget-title:after, .entry-header h1:after {
  content: ".";
  color: #b50101;
  font-size: 35px;
  line-height: 0px;
  position: relative;
  top: 0px;
  left: -1px;
}
.entry-content a:link, .entry-content a:visited {
  color: #000000;
}
.entry-content a:hover, .entry-content a:focus {
  color: #b50101 !important;
}
.entry-title {
  margin: 0 0 .5em 160px;
  color: #000000;
}
.entry-title a {
  color: #000000;
  text-decoration: none;
}
.entry-title a:hover {
  color: #b50101;
}
h2 {
  font: 1.35em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  margin: 0 0 1em 0;
}
h3 {
  font: 1.225em/1.5em Arial, Helvetica, sans-serif;
  color: #b50101;
  margin: 1em 0 .5em 0;
}
h4 {
  font: 1em/1.5em Arial, Helvetica, sans-serif;
  color: #222222;
  margin: 0 0 1em 0;
  padding-top: .5em;
}

/* Pullout */

h5 {
  font: italic 1.125em/1.5em Georgia, "Times New Roman", Times, serif;
  margin: 0 0 1.5em 0;
  padding: 1em 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* Footnote*/

h6 {
  font: 10px/1.5em Arial, Helvetica, sans-serif;
  margin: 0 0 1em 0;
}
p {
  font: 14px/1.5em Arial, Helvetica, sans-serif;
  color: #58595b;
  margin: 0 0 1.25em 0;
}
p strong {
  font-weight: bold;
  color: #353639;
}
address {
  font: 12px/1.5em Arial, Helvetica, sans-serif;
  margin: 0 0 1em 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: oblique;
  font-weight: inherit;
}
.entry-header .entry-meta {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
a.timestamp {
  background: #58595b;
  display: block;
  width: 65px;
  font: 14px/1em Georgia, "Times New Roman", Times, serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: .25em 0 .4em 0;
  margin: 0 0 1em 0;
}
a.timestamp:hover {
  background: #000000;
  color: #ffffff !important;
}
.author {
  display: block;
  clear: both;
}
span.author {
  font: 14px/1.5em Arial, Helvetica, sans-serif;
  display: block;
  clear: both;
}
.entry-meta {
  border-top: 1px dotted #000000;
  font: 12px/1.5em Arial, Helvetica, sans-serif;
  margin: 0 0 0 160px;
  padding: 1em 0 0 0;
  clear: left;
}
.page .entry-header, .search .page-header {
  margin: 0 0 2em 0;
}
.search .page {
  border-top: 4px solid #000000;
  margin: 0 0 2em 0;
  padding: 1em 0 1em 0;
  position: relative;
}
.search .page h1.entry-title {
  margin: 0px 0 .5em 0;
  color: #353639;
  font: 28px/1.5em Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  letter-spacing: 0px;
  display: block;
}
.search .page .entry-header {
  margin: 0;
}
.search .page .entry-meta {
  display: none;
}
.page .entry-content {
  margin: 0 0 0 0;
}
.page .entry-content table {
  margin: 0 0 20px 0;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
}
.page .entry-content table td {
  padding: 10px 20px 10px 0;
  vertical-align: top;
}
#cntctfrm_contact_form {
  display: none;
}
.page .entry-header .entry-title, .search-no-results .entry-header .entry-title, .search .page-header .page-title {
  margin: 0px 0 0 0;
  color: #353639;
  font: 43px/1.5em Georgia, "Times New Roman", Times, serif;
  letter-spacing: -1px;
  text-transform: lowercase;
  display: block;
}
.page-title span {
  color: #b50101;
}
.page .entry-header #title-left, .page .entry-header #title-left, .archive .page-header #title-left, .search .page-header #title-left {
  background: url(images/title-bg-left.gif) no-repeat left center;
  width: 15px;
}
.page .entry-header #title, .page .entry-header #title, .archive .page-header #title, .search .page-header #title {
  width: 1px;
  height: 50px;
}
.page .entry-header #title h1.entry-title:after, .page .entry-header #title h1.entry-title:after, .archive .page-header #title h1.entry-title:after, .search .page-header #title h1.entry-title:after {
  content: "";
}
.page .entry-header #title-right, .page .entry-header #title-right, .archive .page-header #title-right, .search .page-header #title-right {
  background: url(images/title-bg-right.gif) no-repeat left center;
}
a.more-link, a.comment-reply-link, .comments-link a, a.comment-edit-link {
  font: 1em/1em Georgia, "Times New Roman", Times, serif;
  color: #000000 !important;
  text-decoration: none;
  text-transform: lowercase;
  margin: 1em 0;
  display: block;
  float: left;
  cursor: pointer;
}
a.more-link:before, a.comment-reply-link:before, .comments-link a:before, a.comment-edit-link:before {
  content:"{ ";
  color: #B50101;
  font: 21px/1em "Times New Roman", Times, serif;
}
a.more-link:after, a.comment-reply-link:after, .comments-link a:after, a.comment-edit-link:after {
  content: " }";
  color: #B50101;
  font: 21px/1em "Times New Roman", Times, serif;
}
a.more-link:hover, a.comment-reply-link:hover, .comments-link a:hover, a.comment-edit-link:hover, a.more-link:focus, a.comment-reply-link:focus, .comments-link a:focus, a.comment-edit-link:focus {
  color: #b50101 !important;
}
.entry-content, .entry-summary {
  margin: 0 0 0 160px;
  word-wrap: break-word;
}
.entry-content a:hover, .entry-summary a:hover, .entry-meta a:hover {
  color: #000000;
}
.page .entry-content, .page .entry-summary, .page .entry-meta {
  margin: 0 0 0 0px;
}
.entry-content ul {
  list-style: disc outside;
  padding-left: 25px;
}
.entry-content li {
  list-style: inherit;
  margin: 0 0 1em 0;
}
#content nav {
  display: block;
  overflow: hidden;
  border-top: 1px solid #000000;
  padding: 5px 0 0 0;
}
#content nav .nav-previous {
  float: left;
  padding: 0 10px 0 0;
}
#content nav {
  font: .95em/1.5em Georgia, "Times New Roman", Times, serif;
}
#content nav a {
  text-decoration: none;
  background: none;
}
#content nav .nav-next {
  float: right;
  padding: 0 0 0 10px;
  text-align: right;
}
#content span.meta-nav {
  background: none;
  display: inline;
  float: none;
  padding: 0;
  margin: 0;
}
#content nav .nav-previous a:hover, #content nav .nav-next a:hover, #content a:hover span.meta-nav {
  background: none;
  color: #B50101 !important;
}
#content #nav-above {
  display: none;
}
.paged #content #nav-above, .single #content #nav-above {
  display: block;
  position: absolute;
  width: 100%;
  top: -30px;
  left: 0px;
}

/* NAV BELOW*/

#nav-below {
  margin: 1em 0 .5em 0;
}
#nav-below a {
  background: #aaaaaa;
  color: #000000;
  padding: 0 .5em;
  margin: 0 .25em;
  display: block;
  float: left;
}
#nav-below span {
  background: #aaaaaa;
  color: #58595B;
  padding: 0 .5em;
  margin: 0 .25em;
  display: block;
  float: left;
}
#nav-below span.current {
  background: #000000;
  color: #ffffff;
}
#nav-below span.next, #nav-below span.prev {
  background: none;
  color: #58595B;
}
#nav-below a.prev, #nav-below a.next {
  background: none;
  color: #000000;
}
#nav-below a.prev:hover, #nav-below a.next:hover {
  background: none;
  color: #B50101;
}
#nav-above a:hover, #nav-below a:hover {
  background: #B50101;
  color: #ffffff;
}
.page-link {
  margin: 0 0 1em;
}

/* 404 page */

.error404 .entry-title, .error404 .entry-content {
  margin-left: 0;
}
.error404 .widget {
  float: left;
  width: 30%;
}
.error404 .widget_recent_entries {
  margin-right: 5%;
}
.error404 .widget_archive {
  margin-left: 5%;
}
.error404 .widget .widgettitle, .error404 .widget ul {
  margin-right: 1em;
}
.error404 .widget_tag_cloud {
  clear: both;
  float: none;
  width: 100%;
}

/* Notices */

.post .notice, .error404 #searchform {
  display: block;
}

/* Image Attachments */

.image-attachment div.entry-meta {
  float: left;
}
.image-attachment nav {
  float: right;
  margin: 0 0 1em 0;
}
.image-attachment .entry-content {
  clear: both;
}
.image-attachment .entry-content .entry-attachment {
  background: #eee;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center;
}
.image-attachment .entry-content .attachment {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* Aside Posts */

.format-aside .entry-header {
  display: none;
}
.single .format-aside .entry-header {
  display: block;
}
.format-aside .entry-content, .format-aside .entry-summary {
  padding-top: 1em;
}
.single .format-aside .entry-content, .single .format-aside .entry-summary {
  padding-top: 0;
}

/* Aside Posts */

.format-gallery .gallery-thumb {
  float: left;
  margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
  border: none;
}
p img {
  margin-bottom: 0.75em;
  /* a small bottom margin prevents content floating under images */
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-area img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
  margin-top: 1em;
  margin-right: 1.5em;
}
img.alignright {
  margin-top: 1em;
  margin-left: 1.5em;
}
.wp-caption {
  padding: 6px 0;
  margin: 1em 0 1em 0;
  text-align: center;
}
.wp-caption img {
  margin: 0em;
}
.wp-caption .wp-caption-text {
  font: italic .8em/1.5em Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: .25em 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.gallery-caption {}
.wp-smiley {
  margin: 0;
}

/* =Forms
-------------------------------------------------------------- */

#search {
  background: #ffffff;
}
#searchform label {
  display: none;
}
#searchform input#s {
  width: 75%;
  height: 25px;
  padding: 0;
  margin: 0;
  border: none;
}
#searchsubmit {
  font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
  background: #58595b;
  color: #ffffff;
  padding: 0;
  float: right;
  border: none;
  cursor: pointer;
  width: 25%;
  height: 25px;
  display: block;
}
label {
  height: 25px;
  font: 14px/25px Arial, Helvetica, sans-serif;
  color: #353639;
}
input[type=text], input.text-input, input[type=password], input[type=email] {
  background: #ffffff url(images/input-bg.gif) repeat-x;
  margin: 0 0 0 0;
  font: 14px/1.5em Arial, Helvetica, sans-serif;
  height: 25px;
  width: 70%;
  border: none;
  color: #353639;
}
input.text {
  background: #ffffff url(images/input-bg.gif) repeat-x;
  padding: 0;
  width: 80% !important;
  margin: 0 0 1em 0 !important;
  height: 25px;
  color: #353639;
}
input[type="submit"], input[type="button"] {
  font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
  text-transform: capitalize;
  background: #58595b;
  color: #ffffff;
  height: 25px;
  padding: 0 1em !important;
  margin: 0;
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover {
  background: #b50101 !important;
  color: #ffffff !important;
}
textarea {
  background: #ffffff url(images/input-bg.gif) repeat-x;
  font: 14px/1.5em Arial, Helvetica, sans-serif;
  width: 80% !important;
  color: #353639;
  border: none;
}
input:focus, textarea:focus {}

body .gform_wrapper .top_label div.ginput_container { margin-top: 0 !important; }
body .gform_wrapper div.validation_error {
  color: #b50101;
  font-size: 15px;
  font-weight: 500;
  background: #ffcaca;
  padding: 0.5em;
  border: 1px solid #ca5252; }
body .gform_wrapper .gform_fields .field_sublabel_above .ginput_container > span > label, body .gform_wrapper .gform_fields .field_sublabel_below .ginput_container > span > label {
  display: none; }
body .gform_wrapper .gform_fields .gfield.gfield_error {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0 !important;
  padding: 0; }
body .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input, body .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container textarea, body .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container select {
  border: 1px solid #b50101 !important; }
body .gform_wrapper .gform_fields .gfield.gfield_error .gfield_label {
  color: #b50101; }
body .gform_wrapper .gform_fields .gfield.gfield_error .validation_message {
  color: #b50101; }

/* Class for labelling required form items */

span.required {
  color: #b50101;
}

/* Login and Registration forms */
.tml .message {
	font: 1.35em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  margin: 0 0 1em 0;
}
.tml .error {
	display: block;
	font-size: 0.875em;
	padding: 8px;
	background-color: #ffcaca;
	border: 1px solid #b50101;
}
.tml label {
	display: block;
}
.tml .tml-action-links {
	list-style: none;
	padding: 1em 0 0 0;
	margin: 0;
}
.tml .tml-action-links li {
	display: inline-block;
	margin-right: 1em;
}
.tml .tml-rememberme-wrap input {
	float: left;
	margin-right: 0.5em;
	position: relative;
	top: 0.4em;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
  clear: both;
  display: block;
  border-top: 1px solid #000000;
  margin: 5px 0 0 0;
  padding: 0px 0 0 0;
}
#comments a:hover {
  color: #000000;
}
#comments h1 {
  margin-top: .5em;
}
.logged-in-as {
  font: 12px/1.5em Arial, Helvetica, sans-serif;
  float: right;
  display: inline;
}
.commentlist {
  clear: both;
  display: block;
}
.commentlist li {
  clear: both;
  display: block;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px dotted #000000;
}
.commentlist ul.children {
  padding-left: 30px;
}
.commentlist ul.children div.comment_meta {
  border-right: 3px double #cccccc;
}
div.comment {
  display: block;
}
div.comment_meta {
  padding: 0 10px 0 0;
  margin: 0 20px 0 0;
  width: 129px;
  float: left;
  display: inline;
  border-right: 1px solid #cccccc;
}
img.avatar {
  display: block;
  margin: 0 0 10px 0;
}
div.comment-content {
  margin: 0 0 0 160px;
  word-wrap: break-word;
}
#respond {
  clear: both;
  padding: 20px 0 0 0;
}
#respond input[type=text] {
  display: block;
  width: 100%;
}
#respond textarea {
  display: block;
  margin: 0 0 1em;
  width: 100% !important;
}
#respond .form-allowed-tags {
  display: block;
  border-bottom: 1px dotted #000000;
  padding: 10px 0;
  width: 100%;
  clear: both;
  color: #000000;
}
#respond .form-allowed-tags code {
  display: block;
  color: #B50101;
}
#comments .reply {
  clear: both;
}
.comments-area {
  width: auto;
}
.comments-area #wc-comment-header, .comments-area #wc_show_hide_loggedin_username {
  padding-left: 0;
  padding-right: 0;
}
.comments-area #wpcomm {
  border-top: 0 none;
  margin-top: 0;
}
.comments-area #wpcomm .wc-form-wrapper {
  padding: 0;
  border: 0 none;
  border-bottom: 1px dotted #000000;
  background: none;
}
.comments-area #wpcomm .wc-comment-title {
  padding: 0;
  text-align: left;
  border-bottom: 0 none;
  margin-bottom: 1.25em;
}
.comments-area #wpcomm textarea {
  width: 100% !important;
}
.comments-area #wpcomm .wpdiscuz-textarea-wrap {
  border: 0 none !important;
}
.comments-area #wpcomm select, .comments-area #wpcomm input[type="text"], .comments-area #wpcomm input[type="email"], v .comments-area #wpcomm input[type="url"], .comments-area #wpcomm input[type="date"], .comments-area #wpcomm input[type="color"] {
  border: 0 none;
}
.comments-area #wpcomm .wc-comment .wc-form-wrapper, .comments-area #wpcomm .wc-comment-footer {
  border-bottom: 1px dotted #000000;
}
.comments-area #wpcomm .wc-form-footer, .comments-area #wpcomm .wc-comment-footer {
  padding-bottom: 1em;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
  display: block;
  position: relative;
  border-top: 4px solid #000000;
  margin: 10px 0 30px 0;
  padding: 3px 0 0 0;
}
.widget-title {
  font: 20px/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
}
.widget .widget-title a {
  text-decoration: none;
  color: #000000;
}
.widget .widget-title a:hover {
  color: #b50101;
}
.widget li a {
  text-decoration: none;
  color: #353639;
}
.widget li a:hover {
  color: #b50101;
}
.widget li {
  border-bottom: 1px dotted #000000;
  padding: .25em 0;
}
.widget-area .widget_search {
  margin: 0;
  overflow: hidden;
  border: none;
  padding: 0;
}
.widget-area .widget_search input {
  float: left;
}

/* BLOGGERS */

#bloggers {
  background: url(images/bloggers-bg.gif) no-repeat top left;
  margin: 10px 0 10px 0;
  padding: 43px 0 0 0;
  border: none;
}
#bloggers .inner {
  background: url(images/bloggers-bg-bottom.gif) no-repeat bottom left;
  padding: 0 10px 30px 10px;
}
#bloggers ul {
  margin: .5em 0 0 0;
}
#bloggers ul li {
  padding: 0 0 .5em 12px;
  background: url(images/plus.gif) no-repeat 0px 7px;
  border: none;
}

/* SUBSCRIBE */

#subscribe {
  margin: 0 0 20px 0;
  border: none;
  display: block;
}
#subscribe-image {
  position: absolute;
  display: block;
  top: -10px;
  right: 0px;
  cursor: pointer;
}
#subscribe .widget-title {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 2px 0;
  margin: 0 0 .5em 0;
}
#subscribe .widget-title a {
  display: block;
  background: #000000;
  color: #ffffff;
  padding: 0 .4em;
  cursor: pointer;
}
#subscribe .widget-title a:hover {
  color: #b50101;
}
#subscribe .widget-title:after {
  content: "";
}
#subscribe p {
  font: 12px/1.5em Arial, Helvetica, sans-serif;
  margin: 0 123px 0 0;
}

/* EASY SIGNUP */

.easysignup {
  border-top: 1px dotted #000000;
  margin: 0 0 30px 0;
  border: none;
  display: none;
}
input.esu_send_bnt {}
form#w_esu_widget label em {
  color: #b50101 !important;
}
form#w_esu_widget label {
  float: left;
}
form#w_esu_widget input.text-input {
  float: right !important;
  margin: 0 0 .25em 0 !important;
  font: 14px/1.5em Arial, Helvetica, sans-serif !important;
  height: 25px !important;
  width: 70% !important;
  border: none !important;
}
.esu-error {
  background-image: url(images/input-error-bg.gif) !important;
  float: right !important;
  margin: 0 0 .25em 0 !important;
  font: 14px/1.5em Arial, Helvetica, sans-serif !important;
  height: 25px !important;
  width: 70% !important;
  border: none !important;
}

/* Twitter */

.twtr-tweet-text p {
  font-size: .95em;
}
.twtr-tweet-text em {
  margin-top: 10px !important;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
  clear: both;
  border-top: 1px solid #000000;
  padding: 0 0 1px 0;
  position: relative;
  top: 20px;
}
#colophon p {
  font: .8em/1.5em Arial, Helvetica, sans-serif;
  padding: 1em 0 0;
}

/* EDIT LINK*/

.edit-link a {
  font: 1em/1em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  text-decoration: none;
  text-transform: lowercase;
  margin: 1em 0;
  cursor: pointer;
}
.edit-link a:before {
  content:"{ ";
  color: #B50101;
  font: 1.5em/1em "Times New Roman", Times, serif;
}
.edit-link a:after {
  content: " }";
  color: #B50101;
  font: 1.5em/1em "Times New Roman", Times, serif;
}
.edit-link a:hover {
  color: #b50101 !important;
}
#instructions {}
