/*
// This file is part of the Carrington Blog Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************
*/

@import url(typography.css);

/* =====UI===== */

.clear {
  clear: both;
  float: none;
}
hr.rule-alternate {
  background:url(../img/divider-ornament.gif) no-repeat center;
  border:0;
  height:1.5em;
}
hr.rule {
  background:url(../img/divider-ornament-wide.gif) no-repeat center;
  border:0;
  height:1.5em;
}

h1.page-title {
  color: #999;
  font: italic 1.16666667em/1.28571429 Georgia, serif;
  margin:1.92857144em 0 .58333334em 0;
}

.pagination, .pagination_single {
  /**-/
  background:url(../img/grey-to-white-gradient.png) repeat-x top;
  /**/
  margin-top: 20px;
  overflow:hidden;
}
.pagination .previous a, .pagination_single .previous {
  float:left;
  padding:18px;
}
.pagination .next a, .pagination_single .next {
  float:right;
  padding:18px;
}
.loading {
  background: url(../img/spinner.gif) 10px 17px no-repeat;
  clear: both;
  color: #ccc;
  height: 50px;
}
.loading span {
  display: block;
  padding: 17px 32px 0;
}
div.close {
  background: url(../img/watermark-light.gif) top center;
  border-bottom: 1px solid #ddd;
  margin-top: -1.6em;
  padding: 8px 0 6px;
  text-align: center;
}
/* including for compatibility */
.alignleft {
  float:left;
  margin-right:1em;
  margin-bottom:1em;
}
.alignright {
  float:right;
  margin-left:1em;
  margin-bottom:1em;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* =====Structure===== 
  Total width: 960
  Columns: 12
  Column width: 58px
  Gutter width: 24px
  Unit (column + gutter): 82px
  Interior padding: 6px = colum width 50px
  #content = 7 units
  #sidebar = 5 units
*/
p#top {
  margin:0;
}
a#to-content,
a#to-content:visited {
  background: #e9eaea;
  border: 1px dashed #777;
  left: -32697px;
  padding: 10px;
  position: absolute;
}
a#to-content:focus {
  left: 0;
}
hr.divider {
  display:none;
}

.wrapper {
  clear: both;
  margin: 0 auto;
  width: 960px;
}
#header {
  min-width: 980px;
}
#header .wrapper {
  background:white url(../img/header/arquide-pattern.gif) no-repeat top right;
  overflow: hidden;
  padding: 13px 10px 0 10px;
}
#header a,
#header a:visited { /**-/color: #fff;/**/ }
#header #blog-title {
  font-family: "Avenir Light", "Futura Light", helvetica, arial, sans-serif;
  font-size: 3em;
  font-weight:normal;
  line-height: 1;
  margin-bottom: .16666666em;
}
#header #blog-title a:hover {
  text-decoration: none;
}
/*
#navigation ul {
  list-style:none;
  margin:0;
}
#navigation li ul {
  background: #e9eaea;
  border: 1px solid #cecfd1;
  border-color: #cecfd1 #aaa #aaa #cecfd1;
  z-index: 9999;
}
#navigation li li ul {
  margin-left: 200px;
  top: -1px;
}
#navigation li {
  float: left;
}
#navigation li li {
  background:url(../img/dropdown-divider.gif) no-repeat center top;
  float: none;
  position: relative;
}
#navigation li li:first-child,
#navigation li li.first {
  background:transparent;
}
#navigation li.secondary {
  float:right;
  margin-left:1.5em;
}
#navigation a,
#navigation a:visited {
  display: block;
  font-weight: bold;
  margin-right:1.5em;
  text-transform: uppercase;
}
#navigation .secondary a,
#navigation .secondary a:visited {
  font-weight:normal;
  margin-right:0;
  text-transform:none;
}
#navigation li li a,
#navigation li li a:visited {
  color: #a00004;
  font-weight: normal;
  margin:0;
  padding: 6px 12px;
  text-transform: none;
}

/* dropdown action *-/
#navigation li ul,
#navigation li li ul,
#navigation li:hover li ul,
#navigation li li:hover li ul,
#navigation li.hover li ul,
#navigation li li.hover li ul {
  left: -32697px;
  position: absolute;
  width: 200px;
}
#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li li li:hover ul,
#navigation li.hover ul,
#navigation li li.hover ul,
#navigation li li li.hover ul {
  left: auto;
}*/

#sub-header {
  background: #e9eaea url(../img/sub-header-border-bottom.gif) repeat-x bottom;
  float:left;
  min-width: 980px;
  padding: 9px 0 10px;
  width:100%;
}
#sub-header form#cfct-search {
  float:right;
}
#sub-header #navbar {
  float:left;
  margin-top:3px;
  width:740px;
}
#navbar .heading {
  float: left;
  margin:0 .5em 0 0;
  font-size:1.16667em;
}
#navbar ul {
  list-style:none;
  margin:0;
}
#navbar li {
  float: left;
}
#navbar li ul {
  background: #e9eaea;
  border: 1px solid #cecfd1;
  border-color: #cecfd1 #aaa #aaa #cecfd1;
  z-index: 9999;
}
#navbar li li ul {
  margin-left: 200px;
  top: -1px;
}
#navbar li li {
  background:url(../img/dropdown-divider.gif) no-repeat center top;
  float: none;
  position: relative;
}
#navbar li li:first-child,
#navbar li li.first {
  background:transparent;
}
#navbar li a,
#navbar li a:visited {
  display: block;
  margin-right:1em;
}
#navbar li li a,
#navbar li li a:visited {
  color: #a00004;
  margin:0;
  padding: 6px 12px;
}
/* dropdown action */
#navbar li ul,
#navbar li li ul,
#navbar li:hover li ul,
#navbar li li:hover li ul,
#navbar li.hover li ul,
#navbar li li.hover li ul {
  left: -32697px;
  position: absolute;
  width: 200px;
  z-index:999;
}
#navbar li:hover ul,
#navbar li li:hover ul,
#navbar li li li:hover ul,
#navbar li.hover ul,
#navbar li li.hover ul,
#navbar li li li.hover ul {
  left: auto;
}

#content {
  float: left;
  padding-bottom: 3em;
  width: 550px;
}
#sidebar {
  background:url(../img/sidebar-background.gif) no-repeat left top;
  float: right;
  margin:1.5em 0 3em;
  padding:14px;
  width: 358px;
}
#sidebar ul,
#sidebar ol,
#sidebar dd {
  margin-left: .75em;
}
#sidebar #primary-sidebar,
#sidebar #secondary-sidebar {
  float:left;
  width:173px;
}
#sidebar #primary-sidebar {
  margin-right:12px;
}

/*
  FOOTER
*/

#footer {
  clear: both;
  min-width: 980px;
  padding: 32px 0 100px;
}
#footer a,
#footer a:visited {
  color:#A00004;
}
#footer .wrapper {
  overflow:hidden;
}
#footer p#generator-link {
  float:left;
  padding:0;
  font-size:10px;
  margin:0;
  line-height:10px;
}

/* =====Posts===== */
address.author {
  display: inline;
}
.entry-content,
.entry-summary {
  overflow:auto;
}

.full {
  background:url(../img/divider-ornament-wide.gif) no-repeat center bottom;
  margin-bottom:1.5em;
  padding-bottom:1.5em;
  position:relative;
}
body.single .full,
body.page .full {
  background:transparent;
  padding-bottom:0;
}
.full .full-content {
  clear:both;
  padding-top: .75em;
  width: 510px;
}
.full .pages-link {
  font-weight:bold;
}
.full .pages-link a,
.full .pages-link a:visited{
  border:1px solid #cecfd1;
  font-weight:normal;
  padding:2px 4px;
}
.full .pages-link a:hover {
  border-color:#999;
  text-decoration:none;
}
.full .by,
.full .filed {
  color: #999;
  /*
  font: italic 1em/1.5 Georgia, serif;
  */
  font: italic 1.05em/1.5 Georgia, serif;
}
.full .filed {
  clear:both;
  margin-bottom:.375em;
}
.full .filed a,
.full .filed a:visited {
  font-family:helvetica, arial, sans-serif;
  font-style:normal;
}
.full .filed .categories,
.full .filed .tags {
  /*display:block;*/
}
.full .by-line {
  clear:both;
  float:left
}
.full .full-date {
  /**-/
  background:url(../img/ndash.gif) no-repeat left center;
  padding-left:16px;
  /**/
}
.full hr {
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  margin: 20px 30px;
  padding: 0;
}
.full p.comments-link {
  width:510px;
  text-align:right;
  margin-top:1em;
}
.full .comments-link a,
.full .comments-link a:visited{
  background: url(../img/comment.gif) no-repeat left center;
  padding: 1px 0 0 20px;
}
.full .entry-editlink, .comment .comment-editlink {
  background:#900;
  border-radius:4px;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  -moz-border-radius:4px;
  font-size: .8em;
  opacity:.60;
  padding:4px 7px 2px;
  left:-32697px;
  position:absolute;
  top:0;
}
.full:hover .entry-editlink, .comment:hover .comment-editlink {
  left: auto;
  right:0;
}
.full .entry-editlink a,
.full .entry-editlink a:visited,
.comment .comment-editlink a,
.comment .comment-editlink a:visited {
  color:#fff;
}

ol.archive {
  border-top: 1px dotted #cecfd1;
  list-style: none;
  margin: 1.5em 0 0;
}
.excerpt {
  background: url(../img/arrow-bullet.gif) no-repeat 5px 15px;
  border-bottom: 1px dotted #cecfd1;
  color: #999;
  padding: 10px 146px 10px 20px;
  position:relative;
}
.excerpt strong.entry-title {
  font-size: 1.16666667em;
  line-height: 1.28571429;
}
.excerpt strong.entry-title a,
.excerpt strong.entry-title a:visited {
  color: #51555c;
}
.excerpt strong.entry-title a:hover {
  color: #a00004;
  text-decoration: none;
}
.excerpt .date {
  margin-top:1.5em;
}
.excerpt p {
  margin:0;
}
.excerpt .date {
  display: block;
  font-size: .9em;
  line-height: 2;
  width: 140px;
}
.excerpt .date,
.excerpt .comments-link {
  position:absolute;
  right:0;
  top:10px;
}
.excerpt .comments-link a,
.excerpt .comments-link a:visited{
  display:block;
  padding-left: 20px;
  width:120px;
}
.excerpt .comments-link a,
.excerpt .comments-link a:visited {
  background: url(../img/comment.gif) no-repeat left center;
}
.excerpt .categories {
  font-family:georgia, serif;
  font-style:italic;
}
.excerpt .categories a,
.excerpt .categories a:visited {
  font-family:helvetica, arial, sans-serif;
  font-style:normal;
}

#content .search {
  border-top: 1px dotted #cecfd1;
}
#content .search h2.entry-title {
  margin-top:1em;
}
/* =====Comments and comment form===== */
h2.comments {
  /**-/
  background:url(../img/comments-divider.gif) no-repeat center 9px;
  padding-top:71px;
  /**/
  clear:both;
  font-size: 2em; /* 24 */
  line-height: .75;
  margin: 0 0 .375em 0;
  padding-top:37px;
}
ol.commentlist{
  clear:both;
  list-style:none;
  margin:0;
}
ol.commentlist li.hentry {
  border-top:1px dotted #cecfd1;

}
#content ol.commentlist li{
  margin:0; /* Override article list styles */
}
.comment {
  overflow:hidden;
  padding:10px; /* 2 units + 4px for gravatar */
}
.comment .author {
  font-size: 1.16666667em; /* 14 */
  line-height: 1.28571429;
}
.comment cite.fn {
  font-weight:bold;
}
.comment .comment-author .photo img{
  float:left;
  margin-right:10px;
}
.comment .comment-content {
  margin-bottom:3px;
  margin-top:3px;
}
.comment .comment-content p:last-child {
  margin-bottom:0;
}
.comment .comment-content,
.comment-meta {
  margin-left:64px;
}
.comment-meta {
  color:#999;
  font-size:11.5px;
  line-height:12px;
}
.comment .notification {
  background:#EFEFF1 url(../img/watermark-light.gif);
  margin:0 0 10px;
  padding:10px;
}

/* author comments */
.bypostauthor,
.post-author {
  /**-/
  background:#51555c url(../img/author-comment.jpg) no-repeat left top;
  /**/
  background:#fff;
  /**/
  border-left:4px solid #eee;
}
.bypostauthor a,
.bypostauthor a:visited,
.post-author a,
.post-author a:visited {
  /*color:#8593ae;*/
}
/* trackbacks and pingbacks */
.pingback,
.trackback {
  border-top:1px dotted #cecfd1;
  padding:10px 10px 10px 10px;
}
.pingback .vcard,
.trackback .vcard{
  font-size:1em;
  line-height:1;
}
.pingback .linked-to-this-post,
.trackback .linked-to-this-post,
.pingback .date,
.trackback .date {
  color:#999;
  font-family:Georgia, serif;
  font-style:italic;
}
.pingback blockquote.entry-summary,
.trackback blockquote.entry-summary,
.pingback blockquote.entry-summary p,
.trackback blockquote.entry-summary p {
  border:0;
  margin:0;
  padding:0;
}

form.comment-form {
  /**-/
  background:#efeff1 url(../img/watermark-light.gif) repeat-x left top;
  /**/
  background:#fbfbfb;
  border:1px solid #e9eaea;
  clear:both;
  color:#999;
  margin-top:1.5em;
  padding:10px 9px;
}

form.comment-form p#some-html-is-ok {
  width:115px;
  font-size:0.9em;
  line-height:1.2em;
}

.comment-form .section {
  margin-bottom:10px;
}
.comment-form .section label {
  color:#51555c;
  font-weight:bold;
}
.comment-form p.section input {
  width:162px;
}
.comment-form .comment-form-comment label {
  font-size: 1.16666667em; /* 14 */
  line-height: 1.28571429;
}

.comment-form textarea{
  display:block;
  height:9em;
  width:400px;
}

/* =====Sidebar and Widgets===== */
.widget {
  margin-bottom:1.5em;
}

.widget .red { color:#a00004; text-transform:none; }

.widget h2.title,
.widget_search label {
  font-size: 1.16666667em; /* 14 */
  line-height: 1.28571429;
  margin: 0 0 .58333334em 0;
}

.widget h2.title { text-transform:lowercase; }

.widget li {
  line-height:1.25em;
  margin-bottom:.5em;
}
.widget_search label {
  display:block;
  font-weight:bold;
}
.widget_search input {
  margin-bottom:.5em;
}
#carrington-subscribe {
  /**-/
  background: url(../img/divider-ornament.gif) no-repeat center bottom;
  padding-bottom:2em;
  /**/
  overflow:hidden;  
  margin:0;
}
#carrington-subscribe h2.widget-title {
  color:#999;
  float:left;
  font:normal 1.16666667em/1.28571429 helvetica, arial, sans-serif; /* 14 */
  margin:7px 0 0;
  text-transform:uppercase;
}
#carrington-subscribe a,
#carrington-subscribe a:visited {
  /**-/
  background:url(../img/rss-button.gif) no-repeat left top;
  height:26px;
  width:130px;
  /**-/
  background:url(../img/rss-button-2.gif) no-repeat left top;
  height:15px;
  width:80px;
  /**/
  background:url(../img/rss-button-3.gif) no-repeat left top;
  height:15px;
  width:27px;
  /**/
  float:right;
  text-indent:-32697px;
  
}
#carrington-about {
  /**-/
  background: url(../img/divider-ornament.gif) no-repeat center bottom;
  padding-bottom:2em;
  /**/
  overflow:hidden;
}
#carrington-about .about{
  /**-/
  background:url(../img/watermark-light.gif) repeat-x left top;
  padding:12px;
  /**/
  overflow:hidden;
  font-size:0.92em;
  line-height:1.2em;
  padding:0 0 0 8px;
}
#carrington-about p {
  margin:0;
}
#carrington-about a.more,
#carrington-about a.more:visited {
  float:right;
}
#carrington-archives ul {
  list-style:none;
  margin:0;
}
#carrington-archives li {
  background:url(../img/arrow-bullet.gif) no-repeat left center;
  padding:5px 0 5px 10px;
}

/*
  CARRUSEL
*/
div#carrusel {
  border:1px solid #696969;
  float:left;
  overflow:hidden;
}
div#carrusel ul {
  margin:0;
  list-style-type:none;
  list-style-image:none;
}

div#carrusel ul,
div#carrusel li {
  width:171px;
  height:120px;
}

/*
  CALENDARIO
*/

#wp-calendar {
  font-size:11px;
  font-family:helvetica,arial,sans-serif;
}
#wp-calendar caption {
  font-weight:bold;
}

#wp-calendar th { text-align:center; font-weight:bold; }
#wp-calendar td { text-align:right; vertical-align:middle; }
#wp-calendar th,
#wp-calendar td {
  padding-top:4px;
  padding-bottom:2px;
}

/*
  TESTING
*/

p#search-error {
  font-size:2.5em;
  text-transform:lowercase;
  line-height:0.95em;
  padding:0.5em;
  border:1px solid #eee;
  background-color:#fcfcfc;
  color:#ababab;
  margin-top:0.5em;
}

.wrapper { overflow:hidden; }

/*
  DEVELOPMENT
*/
