@import "reset.css";

@import "forms.css";
/*
	Theme Name: Brainchild Theme
	Theme URL: http://brainchild.lucidthemes.com
	Description: Brainchild is a 2 or 3-column Widget-ready child theme created for the Genesis Theme Framework. It includes a filterable Portfolio with over 100 colour options.
	Author: Lucid Themes
	Author URI: http://www.lucidthemes.com
	Version: 1.0
	Template: genesis
*/
/* @group Structure
--------------------------------------------------------------------------------------------------------- */
body {
  color: #666;
  font: normal 15px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html {
  background: url(../../images/bgfade.png) repeat-x 0 0;
}
html, body {
  height: 100%;
}
#wrap {
  background: url(../../images/main-bg.png) repeat-y 50% 0;
  position: relative;
  min-height: 100%;
  margin: 0 auto;
}
#wrap.subnav {
  margin-top: 20px;
}
#site {
  overflow: auto;
  padding-bottom: 150px;
}
#space {
  height: 20px;
  background: #760a00;
}
#footer {
  position: relative;
  margin-top: -150px;
  /* negative value of footer height */

  height: 150px;
  clear: both;
}
#main {
  background: url(../../images/content-top2-.png) no-repeat 50% 0;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.wrap {
  width: 980px;
  margin: 0 auto;
}
#inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
/* @end Structure */
/* @group CSS3 Animations
--------------------------------------------------------------------------------------------------------- */
.button,
#commentform #submit,
#slider-nav a,
#submenu a {
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
h2 a,
#sidebar input,
#content a,
#sidebar a,
.latest-widgets a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#sidebar ul li a, #sidebar-alt ul li a {
  -moz-transition-duration: .2s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-out;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}
#sidebar ul li a:hover, #sidebar-alt ul li a:hover {
  padding-left: 5px;
}
#sidebar .widget.latest-tweets li a:hover, #sidebar .widget.widget_rss li a:hover {
  padding-left: 0;
}
/* @end CSS3 animations */
/* @group Hyperlinks
--------------------------------------------------------------------------------------------------------- */
a {
  color: #666666;
  text-decoration: none;
}
a:active {
  color: #666666;
}
a:hover {
  color: #222222;
}
a.more {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
a img {
  border: none;
}
/* @end Hyperlinks */
/* @group Header
--------------------------------------------------------------------------------------------------------- */
#header {
  position: relative;
  background: url(../../images/header.jpg) no-repeat 50% 0;
}
#header .wrap {
  padding: 0;
  height: 202px;
  margin-top: -202px;
}
#header #header-right {
  float: right;
  width: 550px;
}
#header input.s {
  width: 208px;
}
#header .widget-area {
  width: 550px;
  float: right;
  margin-right: 20px;
  clear: both;
}
#header .widget-area .widget_nav_menu,
#header .widget-area .textwidget,
#header .widget-area .widget_links,
#header .widget-area .widget_categories,
#header .widget-area .enews-widget,
#header .widget-area .widget_search,
#header .widget-area .latest-tweets,
#header .widget-area .widget_pages,
#header .widget-area input.searchsubmit {
  float: right;
}
#header .widget-area .menu-categories ul li {
  float: left;
}
#header .widget-area .menu-categories ul li a {
  margin-right: 10px;
}
#header .widget-area .textwidget p, #header .widget-area .textwidget a {
  float: right;
}
#header .widget-area .textwidget a img {
  float: left;
}
h1#title, p#title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
}
#title-area {
  margin: 0;
  width: 100%;
}
#title-area #title {
  font-size: 40px;
  line-height: 1;
  margin: 0;
  padding: 125px 0 0 168px;
}
#title-area #title a, #title-area #title a:hover {
  color: #760a00;
  font-weight: bold;
  text-decoration: none;
}
#title-area #description {
  font-size: 15px;
  color: #b3b3b3;
  font-weight: normal;
  margin-top: 10px;
  clear: both;
  display: block;
}
body.header-image #title-area #title a {
  display: block;
  text-indent: -9999px;
}
/* @end */
/* @group Column Classes
--------------------------------------------------------------------------------------------------------- */
/*.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {
  width: 48%;
}
.one-third, .two-sixths {
  width: 31%;
}
.four-sixths, .two-thirds {
  width: 65%;
}
.one-fourth {
  width: 22.5%;
}
.three-fourths {
  width: 73.5%;
}
.one-fifth {
  width: 17.4%;
}
.two-fifths {
  width: 37.8%;
}
.three-fifths {
  width: 58.2%;
}
.four-fifths {
  width: 78.6%;
}
.one-sixth {
  width: 14%;
}
.five-sixths {
  width: 82%;
}
.first {
  clear: both;
  padding-left: 0;
}*/
/* @end Column Classes */
/* @group Primary Navigation
--------------------------------------------------------------------------------------------------------- */
div#nav {
  position: relative;
  background: #760a00;
  padding: 0;
  z-index: 1000;
  margin: 0 auto;
}
div#nav.fixed {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  background-position: 0 -1px;
}
div#nav, #subnav {
  clear: both;
}
div#nav ul.nav {
  float: right;
}
div#nav ul.nav li.search {
  padding: 5px 20px 0 0;
}
div#nav ul.nav li.search .searchform input {
  border-color: #6f261a #832d1f #832d1f #6f261a;
}
div#nav ul.nav li.search .searchform input.s {
  width: 145px;
  padding: 6px 5px 7px 5px;
}
div#nav ul.nav li.search .searchform input.searchsubmit {
  float: right;
  padding: 6px 5px;
}
div#nav ul.nav li.right {
  float: right;
}
div#nav ul.nav li.date {
  color: #fff;
  padding: 10px 15px;
  text-shadow: 0 -1px 0 #5a1f15;
}
div#nav ul.nav li.date:hover {
  background: none;
  cursor: default;
}
div#nav ul.nav li.twitter a, div#nav ul.nav li.rss a {
  text-indent: -9999em;
  display: block !important;
  padding: 10px 7px;
}
div#nav ul.nav li.twitter a:hover, div#nav ul.nav li.rss a:hover {
  margin-left: 0px !important;
  padding-left: 7px !important;
}
div#nav ul.nav li.rss a {
  background: url(../../images/nav-extras/rss.png) center center no-repeat;
  width: 17px;
}
div#nav ul.nav li.rss a:hover {
  background: #832d1f url(../../images/nav-extras/rss.png) center center no-repeat;
}
div#nav ul.nav li.twitter a {
  background: url(../../images/nav-extras/twitter.png) center center no-repeat;
  width: 23px;
}
div#nav ul.nav li.twitter a:hover {
  background: #832d1f url(../../images/nav-extras/twitter.png) center center no-repeat;
}
div#nav ul.nav li.home a {
  background: url(../../images/home.png) no-repeat 6px 12px !important;
  text-indent: -9999em;
}
div#nav ul.nav li.home.current_page_item a, div#nav ul.nav li.home a:hover {
  background: #832d1f url(../../images/home.png) no-repeat 7px 12px !important;
  margin-left: -1px;
  padding-left: 16px;
}
div#nav ul.nav > li.sfHover > a.sf-with-ul {
  background: #832d1f;
  margin-left: -1px;
  text-shadow: 0 -1px 0 #5a1f15;
  padding-left: 16px;
}
div#nav ul.nav > li {
  float: left;
  position: relative;
}
div#nav ul.nav > li:hover > a {
  background: #832d1f;
}
div#nav ul.nav > li > a {
  display: block;
  padding: 5px 15px;
  position: relative;
  color: #fff;
  border-left: 1px solid #fff;
  font-weight: bold;
}
div#nav ul.nav > li > a:hover {
  background: #760a00;
}
div#nav ul.nav ul.sub-menu, div#nav ul.nav ul.children {
  position: absolute;
  top: -999em;
  width: 200px;
  background: #983424;
}
div#nav ul.nav ul.sub-menu > li, div#nav ul.nav ul.children > li {
  background: #832d1f;
  position: relative;
}
div#nav ul.nav ul.sub-menu > li > a, div#nav ul.nav ul.children > li > a {
  display: block;
  padding: 10px 15px 10px 15px;
  position: relative;
  color: #fff;
  text-shadow: 0 -1px 0 #5a1f15;
  margin: 0;
}
div#nav ul.nav ul.sub-menu > li > a:hover,
div#nav ul.nav ul.children > li > a:hover,
div#nav ul.nav ul.sub-menu > li > a:active,
div#nav ul.nav ul.children > li > a:active,
div#nav ul.nav ul.sub-menu > li > a:focus,
div#nav ul.nav ul.children > li > a:focus {
  background: #760a00;
}
div#nav ul.nav ul.sub-menu > li.current_page_item > a,
div#nav ul.nav ul.children > li.current_page_item > a,
div#nav ul.nav ul.sub-menu > li.current_page_parent > a,
div#nav ul.nav ul.children > li.current_page_parent > a,
div#nav ul.nav ul.sub-menu > li.current_page_ancestor > a,
div#nav ul.nav ul.children > li.current_page_ancestor > a,
div#nav ul.nav ul.sub-menu > li.current-page-ancestor > a,
div#nav ul.nav ul.children > li.current-page-ancestor > a,
div#nav ul.nav ul.sub-menu > li.current-menu-item > a,
div#nav ul.nav ul.children > li.current-menu-item > a,
div#nav ul.nav ul.sub-menu > li.current-menu-parent > a,
div#nav ul.nav ul.children > li.current-menu-parent > a,
div#nav ul.nav ul.sub-menu > li.current-menu-ancestor > a,
div#nav ul.nav ul.children > li.current-menu-ancestor > a,
div#nav ul.nav ul.sub-menu > li.current-post-ancestor > a,
div#nav ul.nav ul.children > li.current-post-ancestor > a,
div#nav ul.nav ul.sub-menu > li.current-post-parent > a,
div#nav ul.nav ul.children > li.current-post-parent > a,
div#nav ul.nav ul.sub-menu > li.current-category-ancestor > a,
div#nav ul.nav ul.children > li.current-category-ancestor > a {
  background: #760a00;
}
div#nav ul.nav > li.current_page_item > a,
div#nav ul.nav > li.current_page_parent > a,
div#nav ul.nav > li.current_page_ancestor > a,
div#nav ul.nav > li.current-page-ancestor > a,
div#nav ul.nav > li.current-menu-item > a,
div#nav ul.nav > li.current-menu-parent > a,
div#nav ul.nav > li.current-menu-ancestor > a,
div#nav ul.nav > li.current-post-ancestor > a,
div#nav ul.nav > li.current-post-parent > a,
div#nav ul.nav > li.current-category-ancestor > a {
  background: #760a00;
}
#nav ul.nav a.sf-with-ul {
  min-width: 1px;
  padding-right: 25px;
}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url(../../images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator {
  background-position: 0 -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.hover > a > .sf-sub-indicator {
  background-position: -10px -100px;
}
#nav .nav ul .sf-sub-indicator {
  background-position: -10px 0;
}
#nav .nav ul a > .sf-sub-indicator {
  background-position: 0 0;
}
#nav .nav ul a:focus > .sf-sub-indicator,
#nav .nav ul a:hover > .sf-sub-indicator,
#nav .nav ul a:active > .sf-sub-indicator,
#nav .nav ul li:hover > a > .sf-sub-indicator,
#nav .nav ul li.hover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
#nav ul.nav li:hover ul, #nav ul.nav li.sfHover ul {
  left: 0;
  top: 40px;
  z-index: 99;
}
#nav ul.nav li:hover li ul, #nav ul.nav li.sfHover li ul {
  top: -999em;
}
#nav ul.nav li li:hover ul, #nav ul.nav li li.sfHover ul {
  left: 200px;
  top: 0;
}
#nav ul.nav li li:hover li ul, #nav ul.nav li li.sfHover li ul {
  top: -999em;
}
#nav ul.nav li li li:hover ul, #nav ul.nav li li li.sfHover ul {
  left: 200px;
  top: 0;
}
/* @end Primary Navigation */
/* @group Secondary Navigation
--------------------------------------------------------------------------------------------------------- */
#subnav {
  font-size: 12px;
  position: relative;
  z-index: 100;
}
#subnav ul {
  float: right;
  padding: 10px 20px 0 0;
}
#subnav li {
  float: left;
  padding-left: 20px;
}
#subnav li a, #subnav li a:visited {
  color: #ffffff;
}
#subnav li a:hover, #subnav li a:visited:hover {
  color: #ffffff;
  border-bottom: 1px solid #222222;
  padding-bottom: 2px;
}
/* @end Secondary Navigation */
/* @group Breadcrumbs
--------------------------------------------------------------------------------------------------------- */
body.content-sidebar .breadcrumb, body.sidebar-content .breadcrumb {
  width: 600px;
}
.breadcrumb {
  padding: 0 0 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px dotted #efefef;
  color: #a6a6a6;
  font-size: 11px;
}
.breadcrumb a {
  color: #a6a6a6;
}
.breadcrumb a:hover {
  color: #983424;
}
/* @end Breadcrumbs *//* @group Content-Sidebar Wrap
--------------------------------------------------------------------------------------------------------- */
#content-sidebar-wrap {
  width: 940px;
  float: left;
  margin: 20px 20px 0 20px;
}
.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
  float: right;
}
.content-sidebar-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
  width: 770px;
}
/* @end Content-Sidebar Wrap */
/* @group Content
--------------------------------------------------------------------------------------------------------- */
#content {
  width: 470px;
  float: left;
}
#content p {
  margin-bottom: 20px;
}

p.entry {
	text-align:center;
	padding: 20px 0 20px 0;
}




.sidebar-content #content, .sidebar-sidebar-content #content {
  float: right;
}
.sidebar-content #content, .content-sidebar #content {
  width: 600px;
}
.full-width-content #content {
  width: 940px;
}
.content-sidebar-sidebar #content, .sidebar-sidebar-content #content, .sidebar-content-sidebar #content {
  width: 430px;
}
#content blockquote {
  background: #efefef;
  margin: 5px 15px 15px 15px;
  padding: 10px 20px 0 15px;
  border: 1px solid #e2e2e2;
}
#content .post {
  margin: 0 0 30px 0;
  padding: 0;
}
body.single #content .post {
  border-bottom: none;
}
#content .page {
  margin: 0;
  padding: 0 0 15px 0;
}
#content .post p, #content .page p {
  margin: 0;
  padding: 0 0 20px 0;
}
/* @end */
/* @group Portfolio
--------------------------------------------------------------------------------------------------------- */
body.portfolio-one-column #content .box,
body.portfolio-two-column #content .box,
body.portfolio-three-column #content .box,
body.portfolio-four-column #content .box {
  margin: 0 20px 20px 0;
}
body.portfolio-one-column.sidebar-portfolio #content .box,
body.portfolio-two-column.sidebar-portfolio #content .box,
body.portfolio-three-column.sidebar-portfolio #content .box,
body.portfolio-four-column.sidebar-portfolio #content .box {
  margin: 0 0 20px 20px;
}
body.portfolio-one-column #content .box {
  width: 690px;
}
body.portfolio-two-column #content .box {
  width: 332px;
}
body.portfolio-three-column #content .box, body.portfolio-four-column #content .box {
  width: 212px;
}
body.page-portfolio #posts {
  width: 720px;
  float: left;
}
body.page-portfolio.sidebar-portfolio #posts {
  float: left !important;
}
body.page-portfolio #sidebar {
  width: 220px;
}
body.page-portfolio #sidebar #intro {
  width: 196px;
}
body.page-portfolio.sidebar-portfolio #posts {
  float: right;
}
body.page-portfolio.sidebar-portfolio #sidebar {
  float: left;
}
body.page-portfolio #intro {
  width: 724px;
  margin-bottom: 20px;
}
body.page-portfolio div#options {
  margin: 10px 0 20px 0;
  width: 196px;
}
body.page-portfolio div#options ul#filter {
  padding: 0;
}
body.page-portfolio div#options ul#filter li {
  font-size: 12px;
  list-style-type: none;
  list-style-image: none;
}
body.page-portfolio div#options ul#filter li a {
  color: #a3a3a3;
  padding: 4px 0 4px 0;
  display: block;
  font-style: italic;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.page-portfolio div#options ul#filter li a:hover, body.page-portfolio div#options ul#filter li a.selected {
  color: #983424;
}
body.page-portfolio.portfolio-four-column #posts {
  width: 960px;
  float: none;
}
body.page-portfolio.portfolio-four-column.sidebar-portfolio #content .box {
  margin: 0 20px 20px 0;
}
body.page-portfolio.portfolio-four-column #sidebar {
  width: 100%;
  font-size: inherit;
}
body.page-portfolio.portfolio-four-column #sidebar #intro {
  width: 100%;
}
body.page-portfolio.portfolio-four-column #sidebar #options {
  width: 100%;
}
body.page-portfolio.portfolio-four-column #sidebar #options li {
  float: left;
}
body.page-portfolio.portfolio-four-column #sidebar #options li a {
  padding: 0 20px 0 0;
}
body.page-portfolio #content .box {
  float: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #f9f9f9;
  padding: 4px;
  border-bottom: none;
}
body.page-portfolio #content .box .more {
  font-size: 11px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  display: block;
}
body.page-portfolio #content .box .box-wrap {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #efefef;
  padding: 10px;
}
body.page-portfolio #content .box .box-wrap a {
  display: block;
}
body.page-portfolio #content .box .box-wrap a img {
  float: left;
  border: none;
  padding: 0;
  margin: 0;
}
body.page-portfolio #content .box .box-wrap .entry-content a.post-image {
  margin: 0;
}
body.page-portfolio #content .box .box-wrap .entry-content p {
  margin-bottom: 0;
}
body.page-portfolio #content .box .box-wrap .entry-content h2.entry-title {
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: normal;
}
body.page-portfolio #content .box .box-wrap .entry-content h2.entry-title a {
  color: #565656;
}
body.page-portfolio #content .box .box-wrap .entry-content h2.entry-title a:hover {
  color: #983424;
}
body.single-portfolio .portfolio-nav {
  float: right;
  margin: 0;
}
body.single-portfolio .portfolio-nav a {
  display: block;
  width: 12px;
  height: 16px;
  position: relative;
  text-indent: -9999em;
}
body.single-portfolio .portfolio-nav .prev {
  float: left;
}
body.single-portfolio .portfolio-nav .prev a {
  background: #e7e7e7 url(../../images/sprite.png) -48px -14px no-repeat;
  margin-right: 5px;
}
body.single-portfolio .portfolio-nav .prev a:hover {
  background-color: #983424;
}
body.single-portfolio .portfolio-nav .next {
  float: left;
}
body.single-portfolio .portfolio-nav .next a {
  background: #e7e7e7 url(../../images/sprite.png) -48px -30px no-repeat;
}
body.single-portfolio .portfolio-nav .next a:hover {
  background-color: #983424;
}
body.single-portfolio.sidebar-portfolio #slides, body.single-portfolio.sidebar-portfolio #portfolio-wrap {
  float: right;
}
body.single-portfolio.sidebar-portfolio .portfolio .entry-content {
  float: left;
}
body.single-portfolio .portfolio {
  margin-bottom: 20px;
  clear: both;
}
body.single-portfolio .portfolio .entry-content {
  float: right;
  width: 240px;
}
body.single-portfolio ul.pagination {
  margin: 0;
  float: left;
  position: absolute;
  top: 10px;
  left: 0;
}
body.single-portfolio ul.pagination li {
  float: left;
  position: relative;
}
body.single-portfolio ul.pagination li.current a {
  background-color: #983424;
}
body.single-portfolio ul.pagination li.current a:hover {
  background-color: #983424;
}
body.single-portfolio ul.pagination li a {
  display: block;
  background: #e7e7e7 url(../../images/sprite.png) no-repeat -48px 0;
  height: 14px;
  width: 24px;
  text-indent: -9999em;
  margin-right: 10px;
}
body.single-portfolio ul.pagination li a:hover {
  background-color: #d6d6d6;
}
body.single-portfolio #slides {
  width: 400px;
  float: right;
  margin: 0;
}
body.single-portfolio #slides .slides_container {
  float: right;
  margin: 0 0 0 0;
}
body.single-portfolio #slides .slides_container .slides_control {
  height: 202px;
}
body.single-portfolio ul.project-info {
  margin-bottom: 20px;
}
body.single-portfolio ul.project-info li span {
  font-weight: bold;
}
body.single-portfolio #portfolio-wrap {
  width: 670px;
  float: left;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px dotted #efefef;
}
body.single-portfolio #portfolio-wrap div {
  float: left;
  margin-bottom: 10px;
}
body.single-portfolio #portfolio-wrap div img {
  float: left;
}
::-moz-selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #983424;
}
::selection {
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  background: #983424;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/* @end */
/* @group Headlines
--------------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
#homeBottom h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #760a00;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
  clear: both;
}
h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
#homeBottom h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
#homeBottom h2 a, #homeBottom h2 a:visited {
  text-decoration: none;
  color: #666666;
}
#homeBottom h2 a:hover, #homeBottom h2 a:visited:hover {
  color: #222222;
}
#content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
#content h2.entry-title {
  margin-bottom: 20px;
}
#content h2 a, #content h2 a:visited {
  text-decoration: none;
  color: #222222;
}
#content h2 a:hover, #content h2 a:visited:hover {
  color: #983424;
}
h3 {
  margin-bottom: 17px;
}
h3.entry {
  margin-bottom: 40px;
}

h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
h4.widgettitle {
  margin-bottom: 5px;
}
#content h3 {
  font-size: 16px;
}
#content h5 {
  font-size: 12px;
}
#content h6 {
  font-size: 10px;
}
/* @end Headlines */
/* @group Unordered/Ordered Lists 
--------------------------------------------------------------------------------------------------------- */

#content ul.img-list {
  list-style-type: none;
  margin: 10px 0 20px 0 !important;
  /*float: left;*/
}
#content ul.img-list li {
  list-style-type: none !important;
  margin: 0 0 20px 0 !important;
  float: left;
  width: 100%;
}
#content ul.img-list li img {
  float: left;
  margin-right: 10px;
}




dl {
  margin-bottom: 20px;
}
dl dt {
  font-style: italic;
}
dl dd {
  margin: 0 0 10px 20px;
}
.entry-content ol {
  list-style-type: decimal;
}
#content .post ul,
#content .page ul,
#content .post ol,
#content .page ol {
  margin: 0;
  padding: 0 0 20px 0;
}
#content .post ul li,
#content .page ul li,
#content .post ol li,
#content .page ol li {
  margin: 0 0 0 20px;
  padding: 0;
}
#content .post ol li, #content .page ol li {
  margin: 0 0 0 25px;
}
#content .post ul li, #content .page ul li {
  list-style-type: disc;
}
#content .post ul ul,
#content .page ul ul,
#content .post ol ol,
#content .page ol ol {
  padding: 0;
}
/* @end Unordered/Ordered Lists  */
/* @group Post navigation
--------------------------------------------------------------------------------------------------------- */
.post-nav {
  border-top: 1px dotted #efefef;
  margin: 20px 0 30px 0;
  padding-top: 10px;
}
.post-nav a {
  display: block;
  width: 12px;
  height: 16px;
  position: relative;
  z-index: 24;
  color: #fff;
  cursor: pointer;
}
.post-nav a span {
  display: none;
}
.post-nav a:hover {
  z-index: 25;
}
.post-nav a:hover span {
  position: absolute;
  display: block;
  padding: 0;
  z-index: 99999;
  top: -2px;
  color: #666666;
}
.post-nav .prev {
  float: left;
}
.post-nav .prev a {
  background: #e7e7e7 url(../../images/sprite.png) -48px -14px no-repeat;
}
.post-nav .prev a:hover {
  background-color: #983424;
}
.post-nav .prev a:hover span {
  left: 0;
  padding-left: 20px;
  text-align: left;
}
.post-nav .next {
  float: right;
}
.post-nav .next a {
  background: #e7e7e7 url(../../images/sprite.png) -48px -30px no-repeat;
}
.post-nav .next a:hover {
  background-color: #983424;
}
.post-nav .next a:hover span {
  right: 0;
  padding-right: 20px;
  text-align: right;
}
body.content-sidebar .post-nav span, body.sidebar-content .post-nav span, body.full-width-content .post-nav span {
  width: 560px;
}
body.sidebar-content-sidebar .post-nav span, body.sidebar-sidebar-content .post-nav span, body.content-sidebar-sidebar .post-nav span {
  width: 390px;
}
/* @end Post Navigation */
/* @group Post Information Bar
--------------------------------------------------------------------------------------------------------- */
body.sidebar-content-sidebar .post-info, body.sidebar-sidebar-content .post-info {
  margin-left: 0;
  padding-left: 10px;
}
body.sidebar-content-sidebar .post-info .left, body.sidebar-sidebar-content .post-info .left {
  width: 360px;
}
body.content-sidebar .left, body.sidebar-content .left {
  width: 500px;
}
.post-info {
  background: #f7f7f7;
  font-size: 11px;
  margin: 0 0 10px -20px;
  padding: 5px 5px 5px 20px;
  position: relative;
  text-shadow: 0 0 1px #ffffff;
}
.post-info .left {
  float: left;
}
.post-info .right {
  float: right;
}
.post-info .tags {
  background: url(../../images/icon-tags.png) no-repeat left center;
  display: block;
  padding-left: 20px;
}
.post-info .post-comments a {
  background: url(../../images/icon-comments.png) no-repeat right center;
  margin: 0;
  padding-right: 20px;
}
.post-info span.arrow {
  background: url(../../images/arrow-post-info.gif) no-repeat 0 0;
  position: absolute;
  left: 20px;
  top: -10px;
  display: block;
  width: 15px;
  height: 10px;
}
.post-info a {
  color: #666666;
}
.post-info:hover a {
  color: #222222;
}
.post-info:hover a:hover {
  color: #983424;
}
/* @end Post Information Bar */
/* @group Author Box
--------------------------------------------------------------------------------------------------------- */
.author-box {
  background: #efefef;
  margin: 0 0 40px 0;
  padding: 10px;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
.author-box p {
  margin: 0;
  padding: 0;
}
.author-box img {
  background: #fff;
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border: 1px solid #efefef;
}
/* @end Author Box */
/* @group Shortcodes
--------------------------------------------------------------------------------------------------------- */
span.highlight {
  background: #983424;
  color: #fff;
  padding: 2px 4px;
}
span.quote-left, span.quote-right {
  font-size: 24px;
  line-height: 1.2;
  width: 200px;
}
span.quote-left {
  float: left;
  margin: 0 20px 20px 0;
}
span.quote-right {
  float: right;
  margin: 0 0 20px 20px;
}
/* @end Shortcodes */
/* @group Sticky Posts
--------------------------------------------------------------------------------------------------------- */
#content .sticky {
  background: #efefef;
  margin: 0 0 40px 0;
  padding: 10px;
  border: 1px solid #e2e2e2;
}
/* @end Sticky Posts *//* @group Archive Page
--------------------------------------------------------------------------------------------------------- */#content .archive-page {
  float: left;
  width: 50%;
  padding: 20px 0;
}
/* @end Archive Page */
/* @group Images
--------------------------------------------------------------------------------------------------------- */
#content img, #content p img {
  max-width: 100%;
}
#content .post-image {
  margin: 0 10px 10px 0;
}
#content img.centered, #content .aligncenter {
  display: block;
  margin: 0 auto 10px;
}
img.alignnone {
  margin: 0 0 10px 0;
  display: inline;
}
img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}
img.alignright {
  margin: 0 0 10px 10px;
  display: inline;
}
.alignleft {
  float: left;
  margin: 0 10px 0 0;
}
.alignright {
  float: right;
  margin: 0 0 0 10px;
}
.wp-caption {
  background: #efefef;
  padding: 5px 0 0 1px;
  text-align: center;
  border: 1px solid #e2e2e2;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
}
/* @end Images */
/* @group Sidebar
--------------------------------------------------------------------------------------------------------- */
#sidebar {
  width: 340px;
  float: right;
  display: inline;
  font-size: 12px;
}
#sidebar h2, #sidebar h4 {
  font-size: 17px;
  margin-bottom: 10px;
  text-shadow: 0 -1px 0 #ffffff;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #999999;
}
#sidebar .widget-wrap {
  padding: 20px;
}
#sidebar .widget {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #eaeaea;
  z-index: 1;
}
#sidebar .widget div.arrow {
  display: none;
  background-image: url(../../images/arrow-sidebar.png);
  width: 13px;
  height: 20px;
  position: absolute;
  top: 18px;
  opacity: 0;
}
#sidebar .widget li a {
  display: block;
  padding: 3px 0;
}
#sidebar .widget.latest-tweets li a, #sidebar .widget.widget-rss li a {
  display: inline;
  padding: 0;
}
#sidebar input.s, #sidebar input#subbox {
  background: #fff;
}
#sidebar input.s {
  width: 208px;
  float: left;
}
#sidebar input#subbox {
  width: 188px;
  float: left;
}
#sidebar .widget_archive ul {
  padding: 0;
}
#sidebar .widget_archive ul li {
  list-style-image: none;
}
#sidebar .latest-tweets ul {
  padding: 0;
  width: 340px;
  margin-left: -20px;
}
#sidebar .latest-tweets ul li {
  list-style-image: none;
  padding: 10px 20px;
  font-style: italic;
}
#sidebar .latest-tweets ul li.last {
  padding: 0 20px !important;
  font-style: normal;
}
#sidebar .latest-tweets ul li span a {
  font-size: 11px;
}
#sidebar .latest-tweets ul li span a:hover {
  color: #222222;
}
.content-sidebar #sidebar, .content-sidebar-sidebar #sidebar, .sidebar-content-sidebar #sidebar {
  margin: -20px -20px 0 0;
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
  margin: -20px 0 0 -20px;
}
body.content-sidebar #sidebar .widget-wrap div.arrow, body.content-sidebar-sidebar #sidebar .widget-wrap div.arrow, body.sidebar-content-sidebar #sidebar .widget-wrap div.arrow {
  background-position: -13px 0;
  left: 0px;
}
body.sidebar-content #sidebar .widget-wrap div.arrow, body.sidebar-sidebar-content #sidebar .widget-wrap div.arrow {
  background-position: 0 0;
  right: 0px;
}
body.content-sidebar #column, body.sidebar-content-sidebar #column, body.content-sidebar-sidebar #column {
  position: absolute;
  bottom: -10px;
  top: 0;
  z-index: 1;
  width: 340px;
  background: url(../../images/bg-sidebar.png) -340px 0 repeat-y;
}
body.content-sidebar #column, body.sidebar-content-sidebar #column {
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-radius-bottom-right: 7px;
}
body.content-sidebar #column .top, body.sidebar-content-sidebar #column .top {
  background: url(../../images/bg-sidebar-top.png) 0 40px no-repeat;
  height: 200px;
}
body.content-sidebar-sidebar #column {
  right: 179px;
  border-right: 1px dotted #eaeaea;
}
body.sidebar-sidebar-content #column {
  left: 179px;
  border-left: 1px dotted #eaeaea;
}
body.sidebar-sidebar-content #column, body.sidebar-content #column {
  background: url(../../images/bg-sidebar.png) 0 0 repeat-y;
  bottom: -10px;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 340px;
}
body.content-sidebar-sidebar #column-alt, body.sidebar-sidebar-content #column-alt {
  width: 170px;
  position: absolute;
  top: 0;
  bottom: -10px;
  z-index: 0;
}
body.sidebar-sidebar-content #column-alt {
  left: 0;
}
/* @end Sidebar */
/* @group Alternative Sidebar
--------------------------------------------------------------------------------------------------------- */
#sidebar-alt {
  font-size: 12px;
  width: 170px;
  float: left;
  display: inline;
  margin: 20px 0 0 0;
}
#sidebar-alt .widget {
  padding: 0 20px;
  margin: 0 0 20px 0;
  z-index: 1;
  position: relative;
  width: 130px;
}
#sidebar-alt .widget ul {
  padding-left: 0;
}
/* @end Alternative Sidebar */
/* @group Sidebar & Alternative Sidebar Specific
--------------------------------------------------------------------------------------------------------- */
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
  float: left;
}
.content-sidebar-sidebar #sidebar-alt {
  float: right;
}
#sidebar p, #sidebar-alt p {
  margin: 0 0 20px 0 ;
  padding: 0;
}
#sidebar ul ul,
#sidebar-alt ul ul,
#sidebar ol ol,
#sidebar-alt ol ol {
  margin: 0;
  padding: 0 0 0 10px;
}
#sidebar li, #sidebar-alt li {
  list-style-type: none;
  word-wrap: break-word;
}
#sidebar a img,
#sidebar-alt a img,
#sidebar img,
#sidebar-alt img {
  border: none;
  margin: 0;
  padding: 0;
}
/* @end Sidebar & Alternative Sidebar Specific */
/* @group Sidebar Dropdowns
--------------------------------------------------------------------------------------------------------- */
#cat, .widget_archive select {
  padding: 4px;
  display: inline;
}
#sidebar #cat, #sidebar .widget_archive select {
  width: 100%;
}
#sidebar-alt #cat, #sidebar-alt .widget_archive select {
  width: 128px;
}
/* @end Sidebar Dropdowns */
/* @group Calendar
--------------------------------------------------------------------------------------------------------- */
#wp-calendar {
  width: 100%;
}
#wp-calendar thead {
  margin: 10px 0 0 0;
  font-weight: bold;
}
#wp-calendar td {
  font-weight: normal;
  text-align: center;
  padding: 2px;
}
#wp-calendar td#prev {
  text-align: left;
}
#wp-calendar td#prev a {
  padding-left: 10px;
}
#wp-calendar caption {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  padding: 0 5px 5px 0;
  text-align: right;
}
#sidebar .widget_calendar {
  padding: 0;
}
/* @end Calendar */
/* @group Social Profiles
--------------------------------------------------------------------------------------------------------- */
ul#socialProfiles, #footer ul#socialProfiles {
  float: right;
  padding: 0 20px 0 0;
  position: relative;
}
ul#socialProfiles li, #footer ul#socialProfiles li {
  float: left;
}
ul#socialProfiles li a, #footer ul#socialProfiles li a {
  background: url(../../images/sprite.png) no-repeat;
  text-indent: -9999em;
  display: block;
  height: 24px;
  width: 24px;
  float: left;
  padding: 0;
  margin: 0 0 10px 10px;
  position: relative;
}
ul#socialProfiles li.twitter a, #footer ul#socialProfiles li.twitter a {
  background-position: 0 0;
}
ul#socialProfiles li.twitter a:hover, #footer ul#socialProfiles li.twitter a:hover {
  background-position: -24px 0;
}
ul#socialProfiles li.dribbble a, #footer ul#socialProfiles li.dribbble a {
  background-position: 0 -48px;
}
ul#socialProfiles li.dribbble a:hover, #footer ul#socialProfiles li.dribbble a:hover {
  background-position: -24px -48px;
}
ul#socialProfiles li.rss a, #footer ul#socialProfiles li.rss a {
  background-position: 0 -24px;
}
ul#socialProfiles li.rss a:hover, #footer ul#socialProfiles li.rss a:hover {
  background-position: -24px -24px;
}
ul#socialProfiles li.flickr a, #footer ul#socialProfiles li.flickr a {
  background-position: 0 -72px;
}
ul#socialProfiles li.flickr a:hover, #footer ul#socialProfiles li.flickr a:hover {
  background-position: -24px -72px;
}
ul#socialProfiles li.facebook a, #footer ul#socialProfiles li.facebook a {
  background-position: 0 -96px;
}
ul#socialProfiles li.facebook a:hover, #footer ul#socialProfiles li.facebook a:hover {
  background-position: -24px -96px;
}
ul#socialProfiles li.delicious a, #footer ul#socialProfiles li.delicious a {
  background-position: 0 -120px;
}
ul#socialProfiles li.delicious a:hover, #footer ul#socialProfiles li.delicious a:hover {
  background-position: -24px -120px;
}
ul#socialProfiles li.youtube a, #footer ul#socialProfiles li.youtube a {
  background-position: 0 -144px;
}
ul#socialProfiles li.youtube a:hover, #footer ul#socialProfiles li.youtube a:hover {
  background-position: -24px -144px;
}
ul#socialProfiles li.vimeo a, #footer ul#socialProfiles li.vimeo a {
  background-position: 0 -168px;
}
ul#socialProfiles li.vimeo a:hover, #footer ul#socialProfiles li.vimeo a:hover {
  background-position: -24px -168px;
}
ul#socialProfiles li.forrst a, #footer ul#socialProfiles li.forrst a {
  background-position: 0 -192px;
}
ul#socialProfiles li.forrst a:hover, #footer ul#socialProfiles li.forrst a:hover {
  background-position: -24px -192px;
}
ul#socialProfiles li.myspace a, #footer ul#socialProfiles li.myspace a {
  background-position: 0 -216px;
}
ul#socialProfiles li.myspace a:hover, #footer ul#socialProfiles li.myspace a:hover {
  background-position: -24px -216px;
}
ul#socialProfiles li.deviantart a, #footer ul#socialProfiles li.deviantart a {
  background-position: 0 -240px;
}
ul#socialProfiles li.deviantart a:hover, #footer ul#socialProfiles li.deviantart a:hover {
  background-position: -24px -240px;
}
ul#socialProfiles li.lastfm a, #footer ul#socialProfiles li.lastfm a {
  background-position: 0 -264px;
}
ul#socialProfiles li.lastfm a:hover, #footer ul#socialProfiles li.lastfm a:hover {
  background-position: -24px -264px;
}
ul#socialProfiles li.linkedin a, #footer ul#socialProfiles li.linkedin a {
  background-position: 0 -288px;
}
ul#socialProfiles li.linkedin a:hover, #footer ul#socialProfiles li.linkedin a:hover {
  background-position: -24px -288px;
}
ul#socialProfiles li.designmoo a, #footer ul#socialProfiles li.designmoo a {
  background-position: 0 -312px;
}
ul#socialProfiles li.designmoo a:hover, #footer ul#socialProfiles li.designmoo a:hover {
  background-position: -24px -312px;
}
ul#socialProfiles li.behance a, #footer ul#socialProfiles li.behance a {
  background-position: 0 -336px;
}
ul#socialProfiles li.behance a:hover, #footer ul#socialProfiles li.behance a:hover {
  background-position: -24px -336px;
}
ul#socialProfiles li.digg a, #footer ul#socialProfiles li.digg a {
  background-position: 0 -360px;
}
ul#socialProfiles li.digg a:hover, #footer ul#socialProfiles li.digg a:hover {
  background-position: -24px -360px;
}
/* @end Social Profiles *//* @group Footer
--------------------------------------------------------------------------------------------------------- */
#footer {
  color: #000;
  font-size: 11px;
  line-height: 1;
  clear: both;
  position: relative;
}
#footer .wrap {
  padding: 0 0 20px 0;
}
#footer a, #footer a:visited, #footer a:active {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover {
  color: #ffffff;
}
#footer #link-top {
  float: right;
  margin-right: 20px;
}
#footer p {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-block;
  float: left;
}
#footer ul#socialProfiles {
  float: left;
  padding-bottom: 0;
  margin-left: 10px;
}
#footer .copy {
  float: right;
  padding: 0 0 0 20px;
  color: #000;
}
#footer .copy a:hover {
  color: #ffffff;
  border-bottom: 1px solid #222222;
  padding-bottom: 2px;
}
#footer #menu-footer {
  float: left;
  margin: 0;
}
#footer #menu-footer li {
  float: left;
  margin-right: 20px;
}
/* @end Footer */
/* @group Misc
--------------------------------------------------------------------------------------------------------- */
hr {
  height: 1px;
  margin-bottom: 20px;
  background-color: #efefef;
  border: 0;
}
pre {
  background: #efefef;
  margin-bottom: 20px;
  overflow: auto;
  padding: 10px;
}
code {
  font-family: Menlo, Monaco, mono;
  font-size: 12px;
}
.last {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
/* @end Misc */
/* @group Basic Table Styles
--------------------------------------------------------------------------------------------------------- */
table {
  margin-bottom: 20px;
}
table tr th, table tr td {
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
}
/* @end Basic Table Styles */
/* @group Forms
--------------------------------------------------------------------------------------------------------- */
#content form#contactForm ul li {
  margin-left: 0;
  list-style-type: none;
  float: left;
}
#content form#contactForm ul li.half {
  width: 290px;
  margin-right: 20px;
}
#content form#contactForm ul li.send {
  margin-top: 20px;
  clear: both;
}
#content form#contactForm ul li label {
  clear: both;
  display: block;
  font-weight: bold;
  line-height: 1.3em;
  margin: 10px 0 4px;
}
#content form#contactForm ul li label.error {
  color: #df1f1f;
}
#content form#contactForm ul li input {
  display: block;
}
#content form#contactForm ul li input.large {
  width: 272px;
}
#content form#contactForm ul li textarea {
  display: block;
  height: 150px;
  width: 582px;
  line-height: 1.5;
}
body.content-sidebar-sidebar #content form#contactForm textarea, body.sidebar-sidebar-content #content form#contactForm textarea {
  width: 412px;
}
input, textarea {
  font-size: 12px;
  background: #F7F7F7;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-color: #dddddd #ececec #ececec #dddddd;
  border-style: solid;
  border-width: 2px 1px 1px 1px;
  color: #898989;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  background: #fff;
  color: #707070;
}
input.searchsubmit, input#subbutton {
  float: left;
  margin-left: 4px;
}
input.text {
  width: 228px;
}
textarea {
  height: 180px;
  resize: none;
  line-height: 1.5;
}
body.content-sidebar textarea, body.sidebar-content textarea, body.full-width-content textarea {
  width: 587px;
}
body.sidebar-content-sidebar textarea, body.sidebar-sidebar-content textarea, body.content-sidebar-sidebar textarea {
  width: 412px;
}
/* @end Forms */
/* @group Comments
--------------------------------------------------------------------------------------------------------- */
#comments {
  clear: both;
}
#comments.navigation {
  display: block;
  margin: 0;
}
#commentform p {
  margin-bottom: 10px;
}
#commentform p.comment-form-comment label {
  display: block;
}
#commentform label {
  margin-bottom: 5px;
  display: inline-block;
}
#commentform input {
  display: block;
}
#commentform #author, #commentform #email, #commentform #url {
  width: 250px;
}
ol.comment-list {
  margin: 0;
  padding: 0;
}
ol.comment-list .children {
  margin: 10px 0 0 0;
}
ol.comment-list .depth-1, ol.comment-list .depth-3, ol.comment-list .depth-5 {
  background: #f7f7f7;
}
ol.comment-list .depth-2, ol.comment-list .depth-4 {
  background: #fff;
}
ol.comment-list .depth-1 {
  margin-bottom: 20px;
}
ol.comment-list p {
  font-weight: normal;
  text-transform: none;
  margin: 0 5px 10px 0;
  padding: 0;
}
ol.comment-list cite, ol.comment-list cite a {
  font-weight: bold;
  font-style: normal;
}
ol.comment-list ol {
  margin: 0;
  padding: 10px;
}
ol.comment-list li {
  margin: 0;
  padding: 10px;
  list-style: none;
}
ol.comment-list li .last {
  margin-left: 10px !important;
  padding: 10px !important;
}
ol.comment-list li.comment {
  border: 1px solid #eaeaea;
}
ol.comment-list li .avatar {
  background: #FFFFFF;
  float: right;
  border: 1px solid #efefef;
  margin: 0 0 0 10px;
  padding: 4px;
}
.ping-list {
  margin: 0 0 40px 0;
  padding: 0;
}
.ping-list cite, .ping-list cite a {
  font-weight: bold;
  font-style: normal;
}
.ping-list p {
  font-weight: normal;
  text-transform: none;
  margin: 10px 5px 10px 0;
  padding: 0;
}
.ping-list ol {
  margin: 0;
  padding: 10px;
}
.ping-list li {
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding: 10px 5px 10px 10px;
  list-style: none;
}
#comments #respond {
  margin: 10px 0 20px 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #eaeaea;
}
#comments #respond textarea {
  width: 98%;
  line-height: 1.5;
}
.commentmetadata {
  font-size: 11px;
  font-weight: normal;
}
.nocomments {
  text-align: center;
}
/* @end Comments */
/* @group Homepage Panels
--------------------------------------------------------------------------------------------------------- */
#homeBottom {
  width: 940px;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
}
#homeBottom input.s {
  float: left;
  width: 180px;
}
#homeBottom #shadow {
  background: url(../../images/shadow.png) no-repeat -980px 0;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 940px;
}
#homeBottom h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
#homeBottom h2 a {
  display: inline-block;
}
#homeBottom a.more-link {
  clear: both;
}
#homeBottom .widget {
  padding: 20px 20px 0 20px;
}
#homeBottom .widget:hover {
  cursor: default;
}
#homeBottom .home-1, #homeBottom .home-2, #homeBottom .home-3 {
  width: 312px;
  float: left;
  margin: 0;
  min-height: 1px;
}
#homeBottom .home-1:hover, #homeBottom .home-2:hover, #homeBottom .home-3:hover {
  background: url(../../images/bg-home-bottom.png) no-repeat 0 0;
}
#homeBottom .home-1 p, #homeBottom .home-2 p, #homeBottom .home-3 p {
  margin-bottom: 20px;
}
#homeBottom .home-1:last-child, #homeBottom .home-2:last-child, #homeBottom .home-3:last-child {
  margin-right: 0;
  border: none;
}
/* @end  Homepage Panels *//* @group Homepage Slider
--------------------------------------------------------------------------------------------------------- */
body.home .slides_container {
  height: 270px;
}
#slides {
  position: relative;
  margin: 0 auto;
  width: 1004px;
  height: 202px;
}
#slides .slides_container {
  overflow: hidden;
  width: 392px;
  height: 202px;
  float: right;
}
#slides .slides_container div {
  margin: 0 auto;
}
#slides .slides_container div.slider-post {
  background: #fff;
  width: 980px;
  display: block;
  height: 270px;
  float: left;
}
#slides .slides_container div.slider-post a.slider-image {
  float: left;
  width: 450px;
  height: 270px;
  margin-left: 20px;
}
#slides .slides_container div.slider-post h2.slider-title {
  font-size: 30px;
  line-height: 1;
  margin: 10px 0 20px 0;
  letter-spacing: -1px;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
}
#slides .slides_container div.slider-post h2.slider-title a {
  text-decoration: none;
  color: #3d3d3d;
}
#slides .slides_container div.slider-post.align-left .slider-detail {
  width: 470px;
  height: 270px;
  float: left;
  margin-left: 20px;
}
#slides .slides_container div.slider-post.align-left a.button {
  left: 0;
}
#slides .slides_container div.slider-post.align-right a.slider-image {
  float: right;
  margin-right: 20px;
}
#slides .slides_container div.slider-post.align-right .slider-detail {
  width: 470px;
  height: 270px;
  float: left;
  margin-left: 20px;
}
#slides .slides_container div.slider-post.align-right .slider-detail a.button {
  right: 0;
}
#slides .slides_container div.slider-post .slider-detail {
  position: relative;
  word-wrap: break-word;
}
#slides .slides_container div.slider-post .slider-detail.wide {
  width: 700px;
  height: 270px;
  padding-left: 0;
  margin-left: 20px;
}
#slides .slides_container div.slider-post .slider-detail a.button {
  position: absolute;
  bottom: 20px;
}
#slides .slides_container div.slider-post p {
  padding-bottom: 20px;
}
#slides .slides_container div.slider-post h2 a:hover {
  color: #983424;
}
#slides #slider-nav-container {
  background: url(../../images/shadow.png) no-repeat 0 0;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}
#slides #slider-nav-container #slider-nav {
  position: relative;
}
#slides #slider-nav-container ul.pagination {
  display: block;
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
#slides #slider-nav-container ul.pagination li.current .nav-thumb-wrapper {
  background: #983424;
}
#slides #slider-nav-container ul.pagination li {
  list-style: none;
  float: left;
}
#slides #slider-nav-container ul.pagination li a:last-child {
  margin-right: 0;
}
#slides #slider-nav-container ul.pagination li a.nav-thumb-wrapper {
  width: 172px;
  height: 103px;
  padding: 4px;
  float: left;
  list-style: none;
  margin: 0;
  position: relative;
}
#slides #slider-nav-container ul.pagination li a.nav-thumb-wrapper a.nav-thumb-image {
  height: 103px;
  position: absolute;
  width: 172px;
}
#slides #slider-nav-container ul.pagination li a.nav-thumb-wrapper:hover {
  background: #983424;
  opacity: 1;
}
#slides #slider-nav-container .prev, #slides #slider-nav-container .next {
  background: #983424 url(../../images/sprite.png) no-repeat;
  position: absolute;
  height: 16px;
  width: 12px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  top: 48px;
  display: none;
  opacity: 0;
}
#slides #slider-nav-container .prev:hover, #slides #slider-nav-container .next:hover {
  background-color: #000;
}
#slides #slider-nav-container .prev {
  background-position: -48px -14px;
  left: 15px;
}
#slides #slider-nav-container .next {
  background-position: -48px -30px;
  right: 15px;
}
/* @end Homepage Slider */
/* @group Buttons
--------------------------------------------------------------------------------------------------------- */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
.button,
.button:focus,
.button:visited,
#submit,
.searchsubmit,
.searchsubmit:focus,
.searchsubmit:visited,
#subbutton,
#subbutton:focus,
#subbutton:visited {
  background: #983424 url(../../images/highlight.png) repeat-x 0 -1px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 #5a1f15;
  border-color: #832d1f;
  border-width: 1px;
  border-style: solid;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.2;
  padding: 6px 10px 8px;
  font-weight: bold;
  -moz-outline: none;
}
#submit {
  padding: 8px 10px;
}
.button:hover,
.searchsubmit:hover,
#subbutton:hover,
#slider .more-link:hover,
input#submit:hover {
  background: #6f261a url(../../images/highlight.png) repeat-x 0 -1px;
  color: #ffffff;
}
.small.button, .small.button:visited {
  font-size: 11px;
  padding: 5px 10px 6px;
}
/* @end */
/* @group Clearfix
--------------------------------------------------------------------------------------------------------- */
#content .box .box-wrap a:after,
.clearfix:after,
.pagination:after,
.post-info:after,
#comments:after,
#respond:after,
.slides_control:after,
#slides:after,
#header-right:after,
.widget-area:after,
.wrap:after,
#inner:after,
#slider:after,
#options:after,
.post-nav:after,
.portfolio:after,
.slides_container:after,
.portfolio-nav:after,
#slider-nav:after,
#homeBottom:after,
.entry-content:after,
.widget:after,
.widget-wrap:after,
#posts:after,
ul.nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix, .wrap, #inner {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
/* Hides from IE-mac \*/
.clearfix, .wrap, #inner {
  display: block;
}
/* @end Clearfix */