/*-----------------------------------------------------------------------------------

	Theme Name: Premium Pixels
	Theme URI: http://www.themezilla.com/themes/premiumpixels/
	Description: A Blog Theme
	Author: ThemeZilla
	Author URI: http://www.themezilla.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.4
	
	Designed & Handcrafted by ThemeZilla
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2.	Header Styles
	3.	Navigation & Menus
	4.	Main Content Styles
	5.	Post Content Styles
	6.	Comments
	7.	Widgets
	8.	Footer Styles
	9.	Page Templates

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hide from IE Mac \*/
.clearfix {
  display: block; }

/* End hide from IE Mac */
.none {
  display: none; }

/* End Clearfix */
body,
input,
textarea {
  font: 14px/20px "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #444; }

body {
  background: url(images/bg-body.gif); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

h1 {
  font-size: 24px;
  line-height: 28px;
  padding: 5px 0px; }

h2 {
  font-size: 20px;
  line-height: 22px;
  padding: 5px 0px; }

h3 {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 0px; }

h3 a { border-bottom: 0 none !important; }

h4 {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0px; }

h5 {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0px; }

h6 {
  font-size: 10px;
  line-height: 16px; }

a {
  color: #bf2673;
  text-decoration: none; }
  a:hover {
    color: #ff3399; }

address {
  font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #666; }

blockquote {
  font-family: Brawler, Palatino Linotype, serif;
  color: #704736;
  border: 1px solid #e1cbc1;
  border-left: 5px solid #e1cbc1;
  margin-left: 15px;
  padding: 5px 5px 5px 20px;
  font-size: 13px;
  background-color: #eae4d7; }

strong {
  font-weight: bold; }

em,
dfn,
cite {
  font-style: italic; }

dfn {
  font-weight: bold; }

sup {
  font-size: 11px;
  vertical-align: top; }

sub {
  font-size: 11px;
  vertical-align: bottom; }

small {
  font-size: 11px; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: underline; }

code,
pre {
  line-height: 18px; }

var,
kbd,
samp,
code,
pre {
  font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: #efefef; }

kbd {
  font-weight: bold; }

samp,
var {
  font-style: italic; }

pre {
  white-space: pre;
  overflow: auto;
  padding: 10px;
  border: 1px solid #ddd;
  clear: both; }

code {
  padding: 3px; }

ul,
ol,
dl {
  margin-left: 30px; }

table {
  border: 1px solid #ccc;
  border-width: 1px;
  line-height: 18px;
  margin: 0 0 22px 0;
  text-align: left;
  padding: 0 5px; }

caption {
  text-align: left; }

tr {
  border-bottom: 1px solid #cccccc; }

th,
td {
  padding: 5px;
  vertical-align: middle;
  /* text-align: center; */ }

pre,
dl,
dd,
address,
fieldset,
.gallery-row {
  margin-bottom: 20px; }

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'LeagueGothicRegular';
  src: url("fonts/League_Gothic-webfont.eot");
  src: url("fonts/League_Gothic-webfont.eot?#iefix") format("eot"), url("fonts/League_Gothic-webfont.woff") format("woff"), url("fonts/League_Gothic-webfont.ttf") format("truetype"), url("fonts/League_Gothic-webfont.svg#webfont1Lb5Pdit") format("svg");
  font-weight: normal;
  font-style: normal; }

#content-wrap {
  float: left;
  width: 690px; }

#content-top {
  background: url(images/bg-content-top.png) no-repeat;
  height: 40px;
  overflow: hidden;
  float: right;
  width: 690px; }

#content-btm {
  background: url(images/bg-content-btm.png) no-repeat;
  height: 40px;
  overflow: hidden;
  float: right;
  width: 690px; }

#content {
  padding-top: 30px;
  width: 980px;
  margin: 0 auto 75px auto; }

#primary {
  float: right;
  width: 580px;
  background: url(images/bg-content-middle.png) repeat-y;
  padding: 20px 55px 0 55px; }

#sidebar {
  float: left;
  width: 260px;
  padding: 15px 0 0 0;
  font-size: 12px; }

.layout-2cl #sidebar {
  float: left; }
.layout-2cl #content-wrap {
  float: right; }

.layout-2cr #sidebar {
  float: right; }
.layout-2cr #content-wrap {
  float: left; }

/* Columns */
.one_half {
  width: 48%; }

.one_third {
  width: 30.66%; }

.two_third {
  width: 65.33%; }

.one_fourth {
  width: 22%; }

.three_fourth {
  width: 74%; }

.one_fifth {
  width: 16.8%; }

.two_fifth {
  width: 37.6%; }

.three_fifth {
  width: 58.4%; }

.four_fifth {
  width: 79.2%; }

.one_sixth {
  width: 13.33%; }

.five_sixth {
  width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left; }

.column-last {
  margin-right: 0 !important;
  clear: right; }

img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
  padding: 3px;
  background: #fcfcfc;
  border: 1px solid #c8c8c2;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

img.alignright {
  margin: 5px 0 10px 20px;
  padding: 3px;
  background: #fcfcfc;
  border: 1px solid #c8c8c2;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 3px;
  background: #fcfcfc;
  border: 1px solid #c8c8c2;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.wp-caption {
  text-align: center;
  margin: 15px;
  font-family: Georgia, serif;
  font-style: italic; }

.wp-caption img,
.wp-caption img a {
  margin: 0;
  padding: 0;
  border: none; }

.wp-caption img {
  padding: 3px;
  background: #fcfcfc;
  border: 1px solid #c8c8c2;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px; }

.wp-smiley {
  max-height: 13px;
  margin: 0 !important; }

.wp-pagenavi span.current {
  background-color: #ffccd9; }

.rounded, #top-nav ul ul li a:hover {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.tab {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px; }

.hidden {
  display: none; }

.inner {
  width: 980px;
  margin: 0 auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both; }

.clear {
  clear: both; }

.page h1.entry-title {
  margin-bottom: 20px; }

/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/
#header {
  height: 100px;
  border-bottom: 16px solid #801a4d;
  background: #15191c url(images/bg-foot-inner.jpg) top center;
  color: #cacbc6;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  padding: 2px 0;
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px; }
  #header p.welcome-message {
    display: none; }
  #header a {
    color: #cacbc6; }
    #header a:hover {
      color: #f4f4f4; }

#logo {
  display: block;
  width: 260px;
  text-shadow: 0 2px 0 black;
  float: left;
  padding-top: 30px; }
  #logo h1 {
    padding: 0;
    margin: 0;
    font-size: 40px;
    font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
    margin: 0px 0px 5px 0px;
    height: 32px; }
    #logo h1 a {
      color: white; }

#top-nav ul {
  float: right;
  list-style-type: none;
  margin-top: 70px;
  width: 676px; }
  #top-nav ul li {
    float: left;
    position: relative;
    z-index: 40; }
    #top-nav ul li:hover, #top-nav ul li.sfHover {
      visibility: inherit;
      /* fixes IE7 'sticky bug' */ }
      #top-nav ul li:hover ul, #top-nav ul li.sfHover ul {
        /*  Make sub menus appear */
        left: -1px;
        top: 36px;
        /* match top ul list item height */
        z-index: 99; }
  #top-nav ul ul {
    position: absolute;
    top: -9999em;
    width: 180px;
    /* left offset of submenus need to match (see below) */ }
    #top-nav ul ul li {
      width: 100%; }
#top-nav li {
  float: right;
  display: block;
  padding: 0;
  background-image: none; }
  #top-nav li a {
    padding: 6px 15px;
    background-color: #555;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px; }
    #top-nav li a:hover {
      background-color: #bf2673; }
  #top-nav li.current_page_item a {
    background-color: #801a4d; }
  #top-nav li.twitter-link a {
    background-color: #83bedf;
    background-image: url("images/twitter_menu_02.png");
    background-repeat: no-repeat;
    background-position: 88% 50%;
    padding-right: 32px;
    color: white; }
#top-nav a {
  display: block;
  position: relative; }

/* Hide all subs subs (4 levels deep) */
#top-nav ul li:hover li ul,
#top-nav ul li.sfHover li ul,
#top-nav ul li li:hover li ul,
#top-nav ul li li.sfHover li ul,
#top-nav ul li li li:hover li ul,
#top-nav ul li li li.sfHover li ul {
  top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#top-nav ul li li:hover ul,
#top-nav ul li li.sfHover ul,
#top-nav ul li li li:hover ul,
#top-nav ul li li li.sfHover ul,
#top-nav ul li li li li:hover ul,
#top-nav ul li li li li.sfHover ul {
  left: 180px;
  /* match .nav ul width */
  top: -1px; }

/* top level skin */
#top-nav ul a:hover,
#top-nav ul li.current-cat a,
#top-nav ul li.current_page_item a,
#top-nav ul li.current-menu-item a {
  color: white; }

/* 2nd level skin */
#top-nav ul ul {
  background: url(images/nav_dropdown_bg.png) repeat;
  padding: 5px 15px 10px 15px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  margin: -4px 0 0 0;
  width: 110px; }
  #top-nav ul ul li {
    background: none;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #0a0b0b;
    border-top: 1px solid #2a2e2f;
    color: #cacbc6; }
    #top-nav ul ul li a {
      background-color: transparent; }
      #top-nav ul ul li a:hover {
        background-color: #801a4d; }
    #top-nav ul ul li:first-child {
      padding-top: 0 0 5px 0;
      border-top: none; }
    #top-nav ul ul li:last-child {
      padding: 5px 0 0 0;
      border-bottom: none; }

/* 3rd level skin */
#top-nav ul ul ul {
  margin: -4px 0 0 -55px;
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px; }

.logo-link {
  padding: 0 0 0 40px; }

/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/
input[type=text],
textarea {
  background: #F9F8F8;
  border: 1px solid #c8c7c2; }

input,
textarea,
button {
  padding: 7px; }

select {
  padding: 5px; }

input[type=text] {
  -moz-box-shadow: 1px 1px 4px #ddd inset;
  -webkit-box-shadow: 1px 1px 4px #ddd inset;
  box-shadow: 1px 1px 4px #ddd inset;
  width: 244px;
  color: #96958F;
  font-style: italic; }

button {
  padding: 2px 10px;
  cursor: pointer; }

input[type=text]:focus,
textarea:focus {
  background: #fff;
  border-color: #ddd; }

a.button {
  height: 20px;
  display: inline-block;
  margin: 0 5px 20px 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 10px 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); }
  a.button.large {
    height: 24px;
    padding: 11px 10px 0 10px;
    font-size: 14px;
    line-height: 14px; }

a:hover.button {
  background-position: 0 -28px; }

a:hover.button.large {
  background-position: 0 -35px; }

/*-----------------------------------------------------------------------------------*/
/*	5.	Post Content Styles
/*-----------------------------------------------------------------------------------*/
h1.page-title {
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  color: #bf2673; }

.hentry {
  padding: 0;
  color: #704736; }
  .single .hentry, .page .hentry {
    background: none;
    margin-bottom: 10px; }

.entry-title {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: #444;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  border-bottom: 1px solid #bf2673;
  padding: 5px 0;
  margin-bottom: 8px; }
  .entry-title a {
    color: #444; }
    .entry-title a:hover {
      color: #bf2673; }

.entry-content p {
  line-height: 2.4em;
  margin: 20px 0 0 0; }
.entry-content p:first-child {
  margin-top: 0; }
.entry-content ul, .entry-content ol {
  line-height: 2.4em;
  margin-top: 20px; }
.entry-content ul li {
  list-style-type: square; }
.entry-content a {
  border-bottom: 1px dotted #ccc; }
.entry-content h2, .entry-content h3 {
  text-transform: uppercase;
  border-bottom: 3px double #e1cbc1;
  padding: 10px 0 5px 0;
  margin: 20px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 26px;
  line-height: 32px; }
.entry-content blockquote {
  font-size: 14px;
  margin-top: 20px; }
  .entry-content blockquote p {
    line-height: 2em; }
  .entry-content blockquote em {
    font-style: normal; }
  .entry-content blockquote .author, .entry-content blockquote .citation {
    color: #999; }
.single .entry-content {
  margin-bottom: 40px; }

.entry-meta {
  font-size: 12px;
  color: #704736;
  font-style: italic;
  margin-bottom: 15px; }
  .entry-meta span {
    text-transform: lowercase;
    color: #c59a8d; }
  .entry-meta a {
    color: #704736;
    border-bottom: 1px dotted #ccc; }
    .entry-meta a:hover {
      color: black; }

div.sharedaddy {
  float: right; }
  div.sharedaddy div.sd-block {
    border-top: 0px none !important;
    padding: 0 !important; }
  div.sharedaddy div.sd-content {
    width: auto !important; }
    div.sharedaddy div.sd-content li {
      margin: 0 0 0 5px !important; }

.entry-footer {
  background: #efefef;
  border: 1px dashed #dedede;
  padding: 5px 5px 5px 5px;
  margin: 20px 0 40px 0; }
  .entry-footer a {
    text-shadow: 0 1px 1px white;
    font-weight: bold; }

.twitter-share-button {
  display: block;
  float: right;
  margin-right: -18px; }

a.facebook-share-button {
  display: block;
  float: right;
  margin-right: 4px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 0px none;
  position: relative;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#dedede));
  background-image: -moz-linear-gradient(top, white, #dedede);
  background-image: -o-linear-gradient(top, white, #dedede);
  background-image: -ms-linear-gradient(top, white, #dedede);
  background-image: linear-gradient(top, white, #dedede);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dedede');
  border: #ccc solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 18px; }
  a.facebook-share-button span.label {
    padding: 0 3px 0 19px;
    white-space: nowrap;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    font-style: normal;
    text-transform: none;
    font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
    font-weight: bold;
    color: #333; }
  a.facebook-share-button i {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: transparent url("images/facebook_small.png") 0 0 no-repeat; }

.bibtex {
  height: 200px;
  overflow: auto;
  border: 1px dotted #CCC;
  font-family: Courier New;
  padding: 10px;
  background-color: #EFEFEF;
  font-size: 0.9em; }

/*-----------------------------------------------------------------------------------*/
/*	6.	Comments
/*-----------------------------------------------------------------------------------*/
h3#comments {
  text-transform: uppercase;
  border-bottom: 3px double #ebebeb;
  padding: 15px 0;
  margin-bottom: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 26px;
  line-height: 32px; }

h3#pings {
  text-transform: uppercase;
  border-bottom: 3px double #ebebeb;
  padding: 15px 0;
  margin-bottom: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 26px;
  line-height: 32px; }

.pinglist {
  margin-bottom: 75px; }

ol.commentlist {
  margin: 30px 0 75px 0;
  list-style-type: none; }

li.comment {
  margin: 0 0 10px 0;
  background: url(images/bg-diag-pat.png) left bottom repeat-x;
  padding-bottom: 6px; }
  li.comment .comment-body {
    margin: 0 0 0 100px;
    position: relative;
    min-height: 70px;
    padding-bottom: 10px; }
  li.comment .comment-meta {
    overflow: hidden;
    float: left;
    display: block;
    width: 50%; }
  li.comment .comment-text {
    padding-bottom: 1px; }
  li.comment .avatar {
    position: absolute;
    left: -100px;
    padding: 2px;
    background: #fcfcfc;
    border: 1px solid #c8c8c2;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  li.comment p {
    clear: both;
    margin-top: 15px;
    margin-bottom: 0px; }
  li.comment p:first-child {
    margin-top: 0; }
  li.comment cite {
    font-weight: bold;
    font-style: normal;
    margin: 0 8px 0 0;
    float: left; }
    li.comment cite a {
      color: #444;
      background: url(images/bg-cite.png) right 6px no-repeat;
      padding-right: 10px; }
      li.comment cite a:hover {
        text-decoration: none;
        color: #ff3399; }

li.comment.bypostauthor > div.comment-body,
ul.children li.comment.bypostauthor > div.comment-body {
  border: 1px dotted #BCBCBC;
  background: #eeeeee url("images/bg-stethoscope.png") 107% 10% no-repeat;
  padding: 10px;
  margin-bottom: 10px; }
  li.comment.bypostauthor > div.comment-body a,
  ul.children li.comment.bypostauthor > div.comment-body a {
    color: #666 !important; }

li.comment.bypostauthor > div.comment-body ~ div.comment-body,
ul.children li.comment.bypostauthor > div.comment-body ~ div.comment-body {
  border: 0px none;
  background-color: transparent;
  background-image: none;
  padding: inherit;
  margin-bottom: inherit; }
  li.comment.bypostauthor > div.comment-body ~ div.comment-body a,
  ul.children li.comment.bypostauthor > div.comment-body ~ div.comment-body a {
    color: auto; }

.commentmetadata {
  font-size: 10px;
  text-transform: uppercase;
  color: #aaa; }
  .commentmetadata a {
    color: #aaa; }
    .commentmetadata a:hover {
      color: #777; }

.says {
  display: none; }

.comment-meta {
  margin: 0 0 5px;
  line-height: 22px;
  position: relative; }

li.comment .comment-body a.comment-reply-link {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  color: #aaa;
  padding: 0 10px 0 0;
  font-size: 11px;
  font-style: italic; }

li.comment .comment-body a.comment-reply-link:hover {
  color: #777777; }

.moderation {
  font-size: 11px;
  font-style: italic;
  color: #c88865; }

ul.children {
  list-style-type: none;
  margin: 0 0 0 75px; }
  ul.children li.comment {
    background: none;
    border-top: 1px solid #ebebeb;
    padding: 10px 0 0 0;
    margin: 0; }
  ul.children .avatar {
    width: 40px;
    height: 40px;
    left: -60px; }

ul.children li.comment .comment-body {
  margin: 0 0 0 50px; }

/* -- Respond --*/
#respond h3 {
  text-transform: uppercase;
  border-bottom: 3px double #ebebeb;
  padding: 15px 0;
  margin-bottom: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 26px;
  line-height: 32px; }

#commentform {
  padding-top: 20px;
  margin-bottom: 50px; }
  #commentform p {
    margin-bottom: 15px; }
  #commentform input[type=text],
  #commentform textarea {
    border: 1px solid #ddd;
    background: #fcfcfc;
    -moz-box-shadow: 1px 1px 4px #F4F4F4 inset;
    -webkit-box-shadow: 1px 1px 4px #F4F4F4 inset;
    box-shadow: 1px 1px 4px #F4F4F4 inset;
    padding: 7px;
    border: 1px solid #ddd; }
    #commentform input[type=text]:focus,
    #commentform textarea:focus {
      border-color: #c0c0c0; }
  #commentform input[type=text] {
    margin-right: 10px;
    width: 180px; }
  #commentform textarea {
    width: 95%;
    height: 150px; }
  #commentform #submit {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    height: 66px;
    width: 190px;
    background: url(images/bg-btn-comment.png) no-repeat;
    text-indent: -9999px; }
    #commentform #submit:hover {
      background-position: -200px top; }

/*-----------------------------------------------------------------------------------*/
/*	7.	Widgets
/*-----------------------------------------------------------------------------------*/
.widget {
  background: url(images/bg-diag.png) left bottom repeat-x;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.widget-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 26px;
  padding-top: 0;
  color: #801a4d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }

.textwidget {
  font-size: 12px; }

.textwidget p {
  margin: 16px 0; }

.textwidget p:first-child {
  margin-top: 0; }

.tz_video_widget {
  padding: 0 0 20px 0; }

.tz_video_desc {
  font-size: 11px;
  text-align: center;
  padding: 10px 0 0 0; }

/* -- Calendar Widget -- */
.widget_calendar caption {
  margin-bottom: 5px; }

.widget_calendar table {
  width: 100%; }

/* -- Tabbed widget -- */
.tz_tab_widget {
  padding: 0 0 30px 0;
  margin-bottom: 30px; }

.tz_tab_widget #tab-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 31px;
  margin-bottom: 15px;
  width: 270px; }

.tz_tab_widget #tab-items li {
  float: left;
  margin: 0 6px 0 0; }

.tz_tab_widget #tab-items li a {
  color: #444;
  height: 31px;
  line-height: 31px;
  padding: 0 9px;
  display: block;
  background: url(images/bg-tab-items.gif) repeat-x;
  -moz-border-radius: 3px 3px 5px 5px;
  -webkit-border-radius: 3px 3px 5px 5px;
  border-radius: 3px 3px 5px 5px; }

.tz_tab_widget #tab-items li a:hover,
.tz_tab_widget #tab-items li.ui-tabs-selected a,
.tz_tab_widget #tab-items li.ui-state-active a {
  color: #E2E2E1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-position: left -31px; }

.tz_tab_widget .ui-tabs-hide {
  display: none; }

.tz_tab_widget .tab ul {
  list-style-type: none;
  margin: 0; }

.tz_tab_widget .tab ul li {
  background: url(images/bg-side-bevel.gif) left top repeat-x;
  padding: 15px 0 13px 0 !important;
  line-height: 20px !important; }

.tz_tab_widget .tab ul li:first-child {
  background: none; }

.tz_tab_widget .tab-thumb img {
  padding: 2px;
  background: #f9f8f8;
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #afaea6;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.tz_tab_widget .tab-thumb img:hover {
  background: #222;
  border-color: #111; }

.tz_tab_widget .entry-title,
.tz_tab_widget .entry-title a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 1px;
  padding: 0;
  border: none;
  text-transform: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
  letter-spacing: normal; }

.tz_tab_widget .entry-title a:hover {
  color: #ff3399 !important; }

.tz_tab_widget .entry-meta span,
.tz_tab_widget .entry-meta span a {
  color: #96958f !important;
  font-size: 11px; }

.tz_tab_widget .entry-meta {
  margin: 0 !important; }

.tz_tab_widget .entry-meta span a:hover {
  color: #696862 !important; }

.tab-comments .avatar {
  padding: 2px;
  background: #f9f8f8;
  float: left;
  margin: 0 15px 0 0;
  border: 1px solid #afaea6;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.tab-comments .avatar:hover {
  background: #222;
  border-color: #111; }

.tab-comments span,
.tab-comments span a {
  color: #444444; }

.tab-comments span a:hover {
  color: #ff3399; }

.tab-tags {
  padding: 15px 0 15px 0; }

.tab-tags a {
  background: url(images/bg-tab-items.gif) left -36px repeat-x;
  padding: 2px 8px;
  float: left;
  display: block;
  margin: 0 3px 3px 0;
  color: #E2E2E1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.tab-tags a:hover {
  color: #fff;
  text-decoration: none;
  background: #ff3399;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

/* Twitter widget */
.twitter-widget a {
  color: #bf2673; }
.twitter-widget .latest-tweets p {
  margin: 0; }
  .twitter-widget .latest-tweets p.tweet-details {
    text-align: right;
    font-style: italic; }

a.twitter-link img {
  vertical-align: middle; }

.archives-widget, .categories-widget {
  padding-bottom: 20px; }

/*-- RSS widget --*/
.rss-widget a.rss img {
  vertical-align: middle; }

/*-- Categories widget --*/
.widget_meta ul,
.widget_links ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.latest-tweets ul {
  list-style-type: none;
  margin: 0;
  width: 280px; }

#footer .widget_meta ul,
#footer .widget_links ul,
#footer .widget_pages ul,
#footer .widget_categories ul,
#footer .widget_archive ul,
#footer .widget_nav_menu ul {
  width: 250px; }

.widget_meta li,
.widget_links li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.latest-tweets li {
  border-top: 1px dashed #bf2673;
  margin-right: 20px;
  line-height: 2em;
  padding: 5px;
  color: #ff3399; }
  .widget_meta li:first-child,
  .widget_links li:first-child,
  .widget_pages li:first-child,
  .widget_categories li:first-child,
  .widget_archive li:first-child,
  .widget_nav_menu li:first-child,
  .latest-tweets li:first-child {
    border-top: 0px none; }

.latest-tweets li {
  color: inherit; }

.widget_meta li:first-child,
.widget_links li:first-child,
.widget_pages li:first-child,
.widget_categories li:first-child,
.widget_archive li:first-child,
.widget_nav_menu li:first-child,
.latest-tweets li:first-child {
  background: none; }

#footer .widget_meta li,
#footer .widget_links li,
#footer .widget_pages li,
#footer .widget_categories li,
#footer .widget_archive li,
#footer .widget_nav_menu li {
  width: 95px;
  background: url(images/footer_ul_border.png) left bottom repeat-x; }

#footer .tz_tweet_widget li {
  background: url(images/footer_ul_border.png) left bottom repeat-x;
  padding-bottom: 12px; }

.widget_meta a,
.widget_links a,
.widget_pages a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a,
.widget_recent_entries a {
  color: #444444; }

.widget_meta a:hover,
.widget_links a:hover,
.widget_pages a:hover,
.widget_categories a:hover,
.widget_archive a:hover,
.widget_nav_menu a:hover,
.widget_recent_entries a:hover {
  color: #ff3399; }

/*-- search --*/
.widget_search {
  padding-bottom: 15px;
  margin-top: -10px; }
  .widget_search form {
    margin: 0; }
  .widget_search input[type=text] {
    background: #F9F8F8;
    border: 1px solid #c8c7c2;
    -moz-box-shadow: 1px 1px 4px #ddd inset;
    -webkit-box-shadow: 1px 1px 4px #ddd inset;
    box-shadow: 1px 1px 4px #ddd inset;
    width: 244px;
    color: #96958F;
    font-style: italic; }
    .widget_search input[type=text]:focus {
      border-color: #b2adad; }

.ads-250,
.ads-125 {
  width: 270px;
  padding: 0 0 40px 0; }

.ads-125 a {
  background: #202321;
  width: 125px;
  height: 125px;
  float: left;
  margin: 0 10px 10px 0;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.ads-250 a {
  background: #202321;
  width: 250px;
  height: 250px;
  display: block;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.tagcloud {
  padding-bottom: 30px; }

.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style-type: none;
  margin: 0; }

.widget_recent_comments li,
.widget_recent_entries li {
  margin-right: 20px;
  line-height: 2em;
  padding: 5px; }

#footer .widget_recent_comments li,
#footer .widget_recent_entries li {
  background: url(images/footer_ul_border.png) left bottom repeat-x; }

/*-----------------------------------------------------------------------------------*/
/*	8.	Footer Styles
/*-----------------------------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 15px 0 0 0;
  background: #25292b url(images/bg-footer.gif) repeat-x; }
  #footer h4 {
    font-size: 13px;
    color: #e2e2e1;
    padding: 0;
    margin-bottom: 25px;
    font-weight: bold; }
  #footer a {
    color: #a0927f; }
    #footer a:hover {
      color: #CACBC6; }
  #footer .column {
    width: 480px;
    margin: 0 20px 0 0;
    float: left; }
  #footer .widget {
    background: none;
    font-size: 11px; }
  #footer .widget-title {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    color: #e2e2e1; }

#footer-texture {
  background: url(images/bg-foot-inner.jpg) center top no-repeat; }

#footer-inner {
  margin: 0 auto;
  width: 980px;
  padding: 55px 0 25px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #cacbc6; }

#footer-columns {
  width: 1000px; }

#foot-about {
  float: left;
  width: 240px;
  margin: 0 40px 60px 0; }
  #foot-about ul {
    list-style-type: none;
    margin: 0; }

#foot-tweets {
  float: left;
  width: 240px;
  margin-bottom: 60px; }
  #foot-tweets a {
    color: #7d7d7d; }
    #foot-tweets a:hover {
      color: #cbccc7; }
  #foot-tweets span a {
    color: #a0927f; }
  #foot-tweets ul {
    list-style-type: none;
    margin: 0; }
  #foot-tweets li {
    padding: 13px 0;
    background: url(images/bg-foot-bevel.gif) left bottom repeat-x; }
    #foot-tweets li:first-child {
      padding: 0 0 10px 0; }

#foot-right {
  float: right;
  width: 415px;
  margin-bottom: 60px; }

.copyright {
  margin: 0;
  font-size: 11px; }
  .copyright a {
    color: #cacbc6 !important;
    border-bottom: 1px dotted #777; }
    .copyright a:hover {
      color: #e2e2e1 !important; }

#flickr {
  width: 280px;
  padding-bottom: 40px; }

#footer #flickr {
  width: 250px; }

#flickr .flickr_badge_image {
  float: left;
  height: 53px;
  width: 53px;
  margin: 0 16px 16px 0; }

#footer #flickr .flickr_badge_image {
  height: 47px;
  width: 47px;
  margin: 0 14px 14px 0; }

#flickr .flickr_badge_image a {
  display: block;
  height: 53px;
  width: 53px; }

#footer #flickr .flickr_badge_image a {
  height: 47px;
  width: 47px; }

#flickr .flickr_badge_image img {
  background: #c5c5c5;
  padding: 2px;
  height: 48px;
  width: 48px;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

#footer #flickr .flickr_badge_image img {
  height: 41px;
  width: 41px; }

#flickr .flickr_badge_image img:hover {
  background: #222222; }

/*-----------------------------------------------------------------------------------*/
/*	9.	Page Templates
/*-----------------------------------------------------------------------------------*/
p.psubmit {
  height: 65px; }

p.psubmit span {
  font-size: 10px;
  margin-left: 100px; }

.button-message {
  float: left;
  display: block;
  height: 65px;
  width: 190px;
  text-indent: -9999px;
  background: url(images/bg-btn-message.png) no-repeat;
  padding: 0;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 20px; }

.button-message:hover,
.button-message:active,
.button-message:focus {
  background: url(images/bg-btn-message.png) -200px top no-repeat;
  outline: 0;
  border: none; }

