@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700&subset=latin-ext,latin);
/*
Theme Name: Car Body Design Theme
Theme URI: http://www.line22.com
Description: Based on the 2010 default theme for WordPress.
Author: Marco Traverso
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
/*** Import Google Fonts ***/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul, li {
  list-style-type: none; }

blockquote {
  quotes: none; }

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

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* !_SASS */
/* Layout */
/* Full Size */
/*$wrapper_width: 1050px;*/
/* Mid-Size */
/* Small Size Screens */
/* Fonts */
/* Mixins */
/* MAIN LAYOUT */
body {
  background: #f6f4f2;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif; }

body.body-gallery {
  background-color: #fff;
  background-image: none; }

body.board {
  background-color: #f3f3f3; }

.wrapper-ext {
  width: 100%;
  float: left;
  clear: left; }

.wrapper {
  width: 1242px;
  margin: 0 auto; }

.wrapper-int {
  width: 1192px;
  border: solid 0px green;
  margin-left: 24px; }

#header-ext {
  width: 100%;
  width: !important;
  min-width: 1050px;
  float: left;
  margin: 0;
  padding-bottom: 14px; }

#navbar-ext {
  width: 100%;
  width: !important;
  min-width: 1050px;
  float: left;
  clear: both;
  background-color: #333; }

#wrapper-ext {
  width: 100%;
  width: !important;
  min-width: 1050px;
  float: left;
  clear: both;
  background: #f6f4f2 url(images/bg-wrapper-ext-2.png) center repeat-y;
  margin-top: 10px; }

#wrapper-top {
  width: 100%;
  width: !important;
  min-width: 1050px;
  float: left;
  background-image: url(images/bg-wrapper-ext-top-2.png);
  background-repeat: no-repeat;
  background-position: center -6px; }

#wrapper {
  width: 1050px;
  width: !important;
  min-width: 1050px;
  margin: 0 auto; }

#wrapper-content {
  width: 742px;
  float: left;
  margin-top: 10px; }

#content-ext {
  width: 728px;
  margin: 0 auto;
  font-size: 0.8em;
  padding-bottom: 20px; }

#content {
  width: 728px;
  margin-left: 0px;
  float: left;
  margin-top: 8px; }

#wrapper-ext-bottom {
  width: 100%;
  width: !important;
  min-width: 1050px;
  float: left;
  background: #f6f4f2 url(images/bg-wrapper-ext-bottom-2.png) bottom center no-repeat;
  height: 36px; }

.content-col {
  width: 728px;
  float: left;
  /*margin:0 14px 0 24px;*/ }

.extra-col {
  width: 440px;
  float: right; }

/* COMMON ELEMENTS - FONTS AND COLORS */
a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

h1, h2, h3 {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; }

/* Basic Sizes */
h1 {
  font-size: 32px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 17px; }

h4 {
  font-size: 16px;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif; }

#content h1, #article-box-ext h1, #gallery h1 {
  margin: 2px 0 10px;
  color: #111;
  line-height: 1.2em;
  letter-spacing: -0.02em; }

/* EXTRA */
#extra-ext {
  width: 300px;
  float: left;
  margin-top: 20px; }

#extra {
  width: 300px;
  margin: 0; }

/* GENERIC STYLING */
a {
  color: #888;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

a:hover {
  color: #a00;
  text-decoration: none; }

/* MAIN TITLES */
h1, h2, h3 {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.2em;
  font-weight: 400; }

h1 {
  font-size: 29px;
  line-height: 38px; }

.top-heading {
  margin-top: 24px; }

h1.top-heading {
  line-height: 29px; }

h1.top-heading.no-meta {
  margin-bottom: 20px; }

h1.center {
  text-align: center; }

.heading h2 {
  font-size: 20px;
  float: left;
  padding: 6px 9px 7px;
  text-transform: uppercase;
  line-height: 1em;
  color: #FFF; }

.heading h2 a {
  text-decoration: none;
  color: #fff;
  line-height: 1em;
  display: inline-block; }

#footer .heading {
  background: none;
  border-bottom: solid 3px #3d3d3d;
  border-top: none; }

#footer .heading h2 {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border-bottom: solid 3px #a00;
  margin-bottom: -3px; }

/* !_HOMEPAGE */
.content-col.two-cols article, .content-col.two-cols .widget {
  width: 352px;
  float: left;
  overflow: hidden;
  margin-right: 24px; }

.content-col.two-cols article {
  /*height: 380px; */
  margin-bottom: 20px; }

.content-col.three-cols article, .content-col.three-cols .widget {
  width: 236px;
  float: left;
  overflow: hidden;
  margin-right: 10px; }

.content-col.three-cols article.last {
  margin-right: 0; }

.content-col.two-cols article.odd, .content-col.two-cols .widget:nth-of-type(odd) {
  clear: left; }

.content-col.two-cols article.even, .content-col.two-cols article:nth-of-type(even), .content-col.two-cols .widget.even, .content-col.two-cols div.widget:nth-of-type(even) {
  margin-right: 0; }

.content-col.two-cols article h3 {
  font-size: 24px;
  margin-top: 8px; }

article p.excerpt {
  margin-top: 8px;
  line-height: 1.35em;
  color: #444;
  letter-spacing: 0.01em;
  font-weight: 400; }

body.home #wrapper-content, body.home #content-ext, body.home #content {
  margin-top: 0;
  padding-top: 0; }

body.home .heading {
  margin-top: 0; }

body.home .post-grid-ext {
  margin-top: 0; }

.slider {
  clear: both;
  width: 960px;
  margin: 20px auto 0;
  position: relative;
  height: auto !important;
  text-align: center;
  background: #eee; }

.slider div {
  margin: 0; }

.slider div a.main-link {
  width: 100%;
  float: left;
  height: 100%;
  display: block;
  padding: 16px 5px; }

.slider .image-box {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0; }

.slider img {
  width: 100% !important;
  height: auto !important; }

.slider img:hover {
  outline: solid 3px; }

.slick-next, .slick-prev {
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  width: 36px !important;
  background-color: #bbb !important; }

.slider img:hover {
  outline: solid 3px #bbb; }

.slick-next:hover, .slick-prev:hover {
  background-color: #999 !important; }

.slick-prev {
  left: -36px !important; }

.slick-next {
  right: -36px !important; }

.slider h3 {
  text-align: left;
  padding: 5px; }

.slider a h3 {
  color: #333; }

.slider a h3:hover {
  color: #000; }

.slider p.meta {
  padding: 4px 6px;
  text-align: left;
  opacity: 0.8;
  color: #fff;
  background: #111;
  display: inline-block;
  position: absolute;
  left: 5px;
  bottom: 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500; }

.slider .image-box:hover p.meta {
  opacity: 1; }

.slider .summary {
  padding: 5px 5px 10px;
  color: #666;
  text-align: left;
  font-size: 13px;
  line-height: 1.1em; }

/* GALLERY LAYOUT */
body.gallery #wrapper-ext, body.gallery #wrapper-top, body.gallery #wrapper-ext-bottom {
  background-color: #fff;
  background-image: none;
  width: 100%;
  text-align: center; }

body.gallery #wrapper, body.gallery #wrapper-content {
  width: 100%; }

body.gallery #content, body.gallery #content-ext {
  width: 100%;
  margin: 0 auto; }

body.gallery #content h1 {
  width: 1050px;
  margin: 10px auto; }

/* NEW WALL GRID LAYOUT */
.item-box.news-link .item-box-int {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 18px; }

.item-box.news-link h3 {
  font-size: 19px;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 12px; }

.item-box.news-link h3 a {
  color: #4d575d; }

.item-box.news-link h3 a:hover {
  color: #394044; }

.item-box.news-link .summary {
  line-height: 1.2em;
  text-align: left;
  color: #8f9ba4;
  font-size: 14px; }

.link-image-box img {
  margin-bottom: 10px; }

.link-source {
  text-align: center;
  color: #697277;
  padding-top: 10px; }

.item-box.news-link .admin-meta {
  color: #747e85;
  padding: 10px 0; }

.item-box.news-link .admin-meta a {
  color: #4c5359;
  text-decoration: underline; }

.item-box.news-link .admin-meta a:hover {
  color: #444; }

.featured-news-link .item-box-ext {
  width: 584px !important; }

.featured-news-link .link-image-box {
  float: left; }

.featured-news-link .link-image-box img {
  margin-bottom: 0; }

.featured-news-link .item-box-int {
  width: 300px !important;
  float: left; }

.featured-news-link .item-box {
  width: 100% !important; }

.featured-news-link .item-box.news-link h3 {
  width: 100%;
  background-color: #333 !important;
  font-size: 24px;
  padding: 13px 12px 13px;
  margin-bottom: 0; }

.featured-news-link .item-box.news-link h3 a {
  color: #efefef; }

.featured-news-link .item-box.news-link h3 a:hover {
  color: #fff; }

.featured-news-link .item-box.news-link .summary {
  color: #5d6164;
  background-color: #fff;
  width: 100%;
  padding: 12px; }

.featured-news-link .link-source {
  padding-top: 0; }

/* GRID BOARD LAYOUT */
body.board #header-ext {
  display: none; }

body.board #wrapper-ext, body.board #wrapper-top, body.board #wrapper-ext-bottom {
  background: #f3f3f3;
  background-image: none;
  width: 100%;
  text-align: center; }

body.single-image #wrapper-top {
  width: 100%;
  text-align: center; }

body.board #wrapper, body.board #wrapper-content, body.single-image #wrapper, body.single-image #wrapper-content {
  width: 100%; }

body.board #content, body.board #content-ext, body.single-image #content, body.single-image #content-ext {
  width: 100%;
  margin: 0 auto; }

body.board #content h1 {
  color: rgba(18, 18, 18, 0.8);
  text-shadow: 1px 2px 4px #e3e3e3, 0px 0px 0px black, 1px 2px 4px #e3e3e3, 0px 1px 0px white;
  letter-spacing: 0em; }

div.set-text {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  color: #777;
  line-height: 1.3em;
  text-align: left; }

div.set-text p {
  margin: 8px 0; }

div.set-text a {
  color: #444; }

div.set-text a:hover {
  color: #222; }

div.set-admin-links {
  font-size: 13px;
  color: #aaa; }

div.set-admin-links a {
  color: #9a9a9a; }

div.set-admin-links a:hover {
  color: #666; }

.grid-main-links {
  width: 100%;
  font-size: 16px;
  color: #666;
  padding-top: 18px;
  padding-bottom: 8px;
  text-align: left;
  height: 30px; }

.grid-main-links ul {
  clear: none;
  display: inline; }

.grid-main-links ul li {
  display: inline;
  margin-right: 30px; }

.grid-main-links a {
  color: #555; }

.grid-main-links a:hover {
  color: #222; }

.grid-main-links .automake-menu-box {
  width: 305px;
  float: right; }

.grid-main-links .automake-menu-box select {
  float: right;
  margin-right: 14px;
  margin-top: -4px;
  border: solid 1px #ccc;
  font-size: 13px;
  color: #555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
  padding: 3px;
  cursor: pointer;
  text-transform: uppercase; }

div.grid-info {
  color: #666; }

div.grid-info .grid-views {
  display: none; }

div.grid-info .grid-views.visible {
  display: inline; }

div.grid-info a {
  color: #666; }

div.grid-info a:hover {
  color: #333; }

#grid {
  width: 100%; }

#grid .item-box-ext {
  float: left;
  width: 300px; }

#grid .item-box {
  width: 284px;
  float: left;
  margin: 10px auto 0;
  border: solid 1px #ccc;
  background: #fff;
  /* Parameters:
	- horizontal offset
	- vertical offset 
	- blur radius
	- color
	*/
  -moz-box-shadow: 0px 5px 5px #ccc;
  -webkit-box-shadow: 0px 5px 5px #ccc;
  box-shadow: 0px 5px 5px #ccc;
  position: relative; }

#grid .item-box:hover {
  -moz-box-shadow: 0px 5px 5px #999;
  -webkit-box-shadow: 0px 5px 5px #999;
  box-shadow: 0px 5px 5px #999; }

#grid .item-image-box {
  position: relative; }

#grid .item-box img.item-image {
  margin: 10px auto 8px;
  border: solid 1px #ccc; }

#grid .item-box .caption {
  color: #777;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1em;
  padding: 0 10px; }

img.item-image {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

#grid .item-box-ext.grid-ad .item-box {
  border-color: #666;
  border-width: 2px;
  padding-bottom: 15px; }

#grid .item-box-ext.grid-ad .ad-label {
  padding: 8px;
  color: #666;
  font-size: 11px;
  text-transform: uppercase; }

/*FAV-BOX AND COMMENT BUTTON*/
.comment-button, .fav-box, .remove-box {
  position: absolute;
  bottom: 22px;
  background: #efefef;
  border: solid 1px #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

#grid .comment-button, #grid .fav-box, #grid .remove-box {
  display: none; }

#grid .fav-box.active, .fav-box.active {
  background-color: #fff;
  border-color: #aaa;
  display: block; }

#image-box {
  position: relative; }

#image-box .comment-button, #image-box .fav-box, #image-box .remove-box {
  display: show;
  background: #efefef;
  border: solid 1px #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.fav-box:hover, .comment-button:hover, .remove-box:hover {
  color: #555;
  border-color: #777;
  cursor: pointer;
  text-decoration: underline;
  background: #fff;
  -moz-box-shadow: 0px 2px 5px #333;
  -webkit-box-shadow: 0px 2px 5px #333;
  box-shadow: 0px 2px 5px #333; }

.comment-button {
  right: 20px;
  padding: 8px 11px;
  color: #777;
  text-transform: lowercase;
  font-weight: bold; }

.remove-box {
  left: 100px;
  padding: 8px 11px;
  color: #777;
  text-transform: lowercase;
  font-weight: bold; }

.fav-box {
  left: 20px;
  padding: 3px 0;
  width: 30px; }

#image-box .comment-button {
  right: 50px; }

#image-box .fav-box {
  left: 50px; }

.fav {
  width: 24px;
  height: 24px;
  display: block;
  background: url(images/icon-fav.png) no-repeat;
  margin: auto;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fav:hover {
  background-position: -24px 0; }

.fav-box.active .fav {
  background-position: -48px 0; }

.fav-box.loading .fav {
  background: url(images/loader-small.gif) no-repeat center center; }

.links-ext {
  height: 16px;
  margin-top: 8px; }

#grid .item-box .links {
  font-size: 12px;
  color: #ccc;
  width: 260px;
  text-transform: lowercase;
  margin: 0 auto;
  display: none; }

#grid .item-box .links a {
  color: #999;
  font-weight: bold; }

#grid .item-box .links a:hover {
  color: #666;
  text-decoration: underline; }

#grid .item-box .links .right {
  float: right; }

#grid .item-box .links .left {
  float: left; }

/*COMMENTS*/
.comment-box {
  margin-top: 8px;
  width: 100%;
  float: left;
  display: block;
  background: #efefef; }

/*Single Image Page Template*/
body.single-image .comment-box-ext, #grid-single-image .comment-box-ext, body.single-image .image-links-box {
  clear: both;
  float: none;
  width: 720px;
  margin: 0 auto; }

body.single-image .comment-box, #grid-single-image .comment-box {
  background-color: #fff; }

body.single-image .comment-box .comment-text, #grid-single-image .comment-box .comment-text {
  width: 670px; }

body.single-image #image {
  width: 800px;
  margin: 0 auto; }

.comment-box .item-comment {
  width: 100%;
  float: left;
  border-bottom: solid 1px #ccc;
  padding: 5px 0; }

.comment-box .comment-author {
  width: 36px;
  height: 30px;
  float: left; }

.comment-box .comment-author img {
  margin-left: 11px; }

.comment-box .comment-text {
  font-size: 13px;
  color: #555;
  float: right;
  padding-top: 10px;
  text-align: left; }

#grid .comment-box .comment-text {
  width: 242px; }

.comment-box .author-name {
  font-weight: bold;
  color: #444; }

.comment-box .note-moderation {
  clear: both;
  display: block;
  font-size: 11px;
  text-align: right;
  font-weight: bold;
  color: #777;
  padding-right: 12px; }

.comment-box .item-comment.last {
  border-bottom: none; }

.comment-box .item-comment.new-comment {
  width: 100%;
  clear: both;
  border-bottom: none;
  border-top: solid 1px #ccc; }

.comment-box .item-comment.new-comment.hidden {
  display: none; }

.comment-box .item-comment.new-comment input {
  width: 260px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ccc;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans serif;
  padding: 7px;
  font-size: 13px;
  background: #fefefe;
  margin-top: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.comment-box .item-comment.new-comment input:focus {
  background: #fff;
  border-color: #993300;
  box-shadow: 0px 1px rgba(34, 25, 25, 0.15) inset, 0px 1px rgba(255, 255, 255, 0.8), 0px 0px 14px rgba(235, 82, 82, 0.35); }

#image .comment-box .item-comment.new-comment input {
  width: 500px;
  float: left; }

#image .comment-box .item-comment.new-comment input.submit-button {
  width: 80px;
  float: right;
  margin-right: 0; }

/*Not working in grid overlay - hidden for now*/
#grid-overlay #image .comment-box .item-comment.new-comment input {
  display: none; }

#grid-overlay #image .comment-box .item-comment.new-comment input.submit-button {
  display: none; }

.comment-box .item-comment.new-comment input.submit-button {
  width: 80px;
  height: 30px;
  float: right;
  margin: 14px 12px 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: bold;
  font-size: 13px;
  background-image: linear-gradient(#ccc, #999);
  border: solid 1px #888;
  background-color: #666;
  color: #efefef;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.comment-box .item-comment.new-comment input.submit-button:hover {
  background-image: linear-gradient(#999, #666);
  color: #fff;
  border-color: #555; }

.comment-box .item-comment.new-comment input.submit-button:active {
  background-image: linear-gradient(#666, #999);
  color: #efefef; }

#grid-overlay {
  position: fixed;
  display: block;
  top: 0;
  background: url(images/bg-grid-overlay.png) repeat;
  width: 100%;
  height: 100%;
  display: none;
  cursor: default; }

#grid-overlay.active {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

#grid-single-image {
  background: #fff;
  border: solid 1px #ccc;
  width: 800px;
  height: !important;
  max-height: 80%;
  margin: 35px auto;
  display: none;
  overflow-y: auto;
  cursor: default;
  padding-top: 0; }

#image-box {
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 28px 0 10px;
  border: none; }

#image {
  padding-bottom: 16px; }

#image .close-button {
  display: block;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-image: url(images/icon-close.png);
  float: right;
  margin: 8px;
  cursor: pointer; }

body.single-image #image .close-button {
  display: none; }

#image .ad-box {
  margin: 15px auto 18px;
  text-align: center; }

.grid-ad-box {
  margin: 16px 0; }

.grid-ad-box.bottom {
  margin-top: 30px; }

.grid-ad-box.top {
  margin-bottom: 30px; }

#image h1 {
  padding: 20px 20px 0; }

#image p.image-author {
  margin-top: 12px;
  font-size: 16px;
  color: #777; }

#image p.image-author b {
  color: #222; }

#grid-single-image img {
  margin: 0 auto; }

#image-box #prev, #image-box #next {
  z-index: 10;
  width: 100px;
  top: 40px;
  height: 100px;
  cursor: pointer; }

#image-box #prev {
  left: 40px; }

#image-box #next {
  right: 40px; }

#grid-single-image h1 {
  border: none; }

#grid-single-image h2 {
  font-size: 14px;
  color: #666;
  padding: 10px 0; }

.image-views {
  display: none;
  text-align: right;
  color: #777;
  font-size: 12px;
  width: 720px;
  margin: 0 auto; }

.image-views.visible {
  display: block; }

.image-views a {
  color: #777; }

.image-views a:hover {
  color: #333; }

#grid-single-image .image-links-box-ext {
  clear: both;
  width: 100%;
  border-top: solid 1px #ccc; }

.image-links-box {
  text-align: left;
  margin: 15px auto;
  width: 720px;
  color: #999;
  font-size: 13px; }

.image-links-box b {
  color: #666; }

body.single-image .links, #grid-single-image .links {
  text-align: right;
  padding: 6px 0; }

body.single-image .links .left, #grid-single-image .links .left {
  float: left;
  text-align: left; }

body.single-image .links a, #grid-single-image .links a {
  color: #666;
  font-weight: bold; }

body.single-image .links a:hover, #grid-single-image .links a:hover {
  color: #333; }

#grid-single-image .thumbnails-box, body.single-image .thumbnails-box {
  clear: left;
  margin: 10px 0; }

.thumbnails-box img, #content .thumbnails-box img {
  width: 79px;
  margin-right: 1px;
  padding: 0;
  /*background: yellow;*/ }

#grid-overlay #loader {
  width: 32px;
  height: 32px;
  margin: 49% auto;
  background: url(images/loader.gif) no-repeat; }

#grid-single-image p.image-source, body.single-image p.image-source {
  font-size: 18px;
  color: #777;
  padding: 22px 0 20px; }

#grid-single-image p.image-source a, body.single-image p.image-source a {
  color: #555;
  font-weight: bold; }

#grid-single-image p.image-source a:hover, body.single-image p.image-source a:hover {
  color: #333; }

/* GRID LOGIN */
#grid-login-box {
  background: #fff;
  border: solid 1px #ccc;
  width: 800px;
  height: 500px;
  top: 120px;
  margin: 120px auto;
  display: none;
  overflow-y: auto;
  cursor: default; }

#grid-login-box h1.logo a {
  text-indent: -9999px;
  display: block;
  width: 360px;
  height: 80px;
  background: url(images/logo-cbd-login.png);
  margin: 40px auto; }

#grid-login-box .login-form-box {
  width: 360px;
  margin: 20px auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans serif; }

#grid-login-box input[type="text"], #grid-login-box input[type="password"], #grid-login-box textarea {
  display: inline-block;
  margin-top: 19px;
  -moz-box-sizing: border-box;
  padding: 6px 12px;
  padding-top: 6px;
  padding-right-value: 12px;
  padding-bottom: 6px;
  padding-left-value: 12px;
  padding-left-ltr-source: physical;
  padding-left-rtl-source: physical;
  padding-right-ltr-source: physical;
  padding-right-rtl-source: physical;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #221919;
  background: none repeat scroll 0% 0% white;
  border: 1px solid #ad9c9c;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px rgba(34, 25, 25, 0.15) inset, 0px 1px white;
  transition: all 0.09s ease-in-out 0s;
  font-family: "Helvetica Neue", Helvetica, Arial, sans serif; }

#grid-login-box input[type="text"], #grid-login-box input[type="password"], #grid-login-box textarea {
  position: relative;
  display: block;
  width: 100%;
  z-index: 4;
  background: none repeat scroll 0% 0% transparent;
  border: 1px solid rgb #666;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px rgba(34, 25, 25, 0.15) inset, 0px 1px white;
  transition: all 0.09s ease-in-out 0s; }

#grid-login-box input[type="text"]:focus, #grid-login-box input[type="password"]:focus, #grid-login-box textarea:focus {
  border-color: #993300;
  box-shadow: 0px 1px rgba(34, 25, 25, 0.15) inset, 0px 1px rgba(255, 255, 255, 0.8), 0px 0px 14px rgba(235, 82, 82, 0.35); }

#grid-login-box .login-form-box label {
  margin-top: 12px;
  float: right;
  text-transform: lowercase;
  color: #666; }

#grid-login-box input.button-primary {
  float: left;
  position: relative;
  top: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
  font-size: 17px;
  border: 1px solid transparent;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px rgba(255, 255, 255, 0.8), 0px 1px rgba(255, 255, 255, 0.35) inset;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1em;
  margin: 0px;
  padding: 0.3em 0.825em;
  text-align: center;
  transition: all 0.05s ease-in-out 0s;
  -moz-box-sizing: border-box;
  display: block;
  margin: 0px auto;
  background-color: #f0eded;
  background-image: -moz-linear-gradient(center top, #fdfafb, #f9f7f7 50%, #f6f3f4 50%, #f0eded);
  border-color: #bbbbbb;
  color: #555;
  text-shadow: 0px 1px rgba(255, 255, 255, 0.9); }

#grid-login-box input.button-primary:hover {
  transition: none 0s ease 0s;
  color: #444;
  border-color: #777; }

#grid-login-box input.button-primary:active {
  transition: none 0s ease 0s; }

#grid-login-box input.button-primary:focus {
  outline: medium none; }

#grid-login-box .forgotpassword {
  width: 360px;
  float: left;
  clear: both;
  margin-top: 56px;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #666;
  text-transform: lowercase; }

#grid-login-box .forgotpassword a {
  color: #a00; }

#grid-login-box .forgotpassword a:hover {
  color: #500; }

#grid-log {
  display: block;
  display: none;
  width: 600px;
  height: 50px;
  position: fixed;
  z-index: 100;
  bottom: 200px;
  background: #fff;
  border: solid 1px #ccc;
  padding: 20px;
  font-size: 16px;
  color: #444; }

#grid-navbar {
  font-size: 14px;
  color: #555;
  line-height: 1.1em;
  width: 95%;
  clear: both;
  padding-top: 35px; }

#grid-navbar div.navbar-link {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background: #fff; }

#grid-navbar div.navbar-link a {
  display: block;
  width: 8px;
  height: 8px;
  margin: 4px;
  text-indent: -9999px;
  background: #999; }

#grid-navbar div.navbar-link.current {
  text-indent: -9999px;
  background-color: #a00; }

#grid-navbar div.navbar-link:hover a {
  background: #000;
  width: 16px;
  height: 16px;
  margin: 0px;
  transition: width 0.2s, height 0.2s, margin 0.2s;
  -webkit-transition: width 0.2s, height 0.2s, margin 0.2s; }

#grid-navbar span.current-page {
  background: #a00;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #a00;
  float: left;
  margin: 6px; }

#navbar-tooltip {
  display: none;
  position: absolute;
  width: 30px;
  height: 20px;
  background: #fff;
  border: solid 2px #555;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 20px;
  font-weight: bold;
  font-size: 13px; }

#prev-page, #next-page {
  width: 80px;
  height: 80px;
  display: block; }

#prev-page {
  float: left; }

#next-page {
  float: right; }

#prev-page a, #next-page a {
  width: 80px;
  height: 80px;
  display: block;
  background: url(images/button-grid-arrows.png) no-repeat;
  text-indent: -9999px;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

#prev-page a {
  background-position: 0 0; }

#next-page a {
  background-position: -80px 0; }

#prev-page a:hover {
  background-position: 0 -80px; }

#next-page a:hover {
  background-position: -80px -80px; }

/* NEW CUSTOM PROFILE PAGE*/
#user-avatar-remove-box {
  width: 0;
  height: 0;
  display: none; }

#article-box #updateuser {
  display: block;
  width: 200px;
  height: 100px;
  border: solid 1px red; }

div#dark-overlay {
  width: 100%;
  height: 100%;
  background: url(images/bg-grid-overlay.png) repeat;
  position: fixed; }

/* !_HEADER */
#header {
  width: 1050px;
  margin: 0 auto;
  padding: 6px 0 0; }

#header h1 {
  margin: 0;
  padding: 0;
  float: left; }

#header img.logo {
  clear: left;
  margin-top: 3px;
  border: none;
  float: left; }

#header .top-banner {
  float: right;
  width: 728px;
  height: 90px;
  text-align: right;
  margin: 14px 0 0;
  padding: 0;
  background-color: none;
  color: #fff; }

#header .top-banner img, #header .top-banner a img {
  border: none; }

#header .top-links {
  width: 100%;
  float: left;
  color: #666;
  /*color:#676a75; */
  font-size: 12px; }

#header .top-links b {
  /*color: #a7a9af;*/
  color: #333; }

#header .top-links a {
  /*color:#a7a9af;*/
  color: #888;
  text-transform: uppercase; }

#header .top-links a:hover {
  /*color:#fff;*/
  color: #444; }

#header .top-links ul li {
  float: left;
  margin-right: 14px;
  padding-top: 5px; }

.switch-to-mobile {
  display: none;
  color: #fff;
  font-weight: bold; }

#header .top-links li .switch-to-mobile a {
  color: #fff; }

@media only screen and (max-device-width: 568px) {
  .switch-to-mobile {
    display: inline; }
 }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .switch-to-mobile {
    display: inline; }
 }

#header ul#top-links-left {
  margin-left: 5px;
  float: left; }

#header ul#top-links-right {
  float: left;
  margin-left: 230px;
  width: 300px; }

#header ul#social-links {
  width: 180px;
  margin-top: 0;
  float: left;
  top: 0px; }

#header ul#social-links li {
  float: right;
  margin: 0px 0 0 4px;
  padding: 0; }

#header ul#social-links li a {
  display: block;
  background-image: url(images/social-icons-sprite-2014.png);
  width: 25px;
  height: 24px;
  margin: 0;
  text-indent: -1999px;
  overflow: hidden;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s; }

a#newsletter-icon {
  background-position: -93px -3px; }

a#newsletter-icon:hover {
  background-position: -93px -33px; }

a#rss-icon {
  background-position: -2px -3px; }

a#rss-icon:hover {
  background-position: -2px -33px; }

a#facebook-icon {
  background-position: -32px -3px; }

a#facebook-icon:hover {
  background-position: -32px -33px; }

a#twitter-icon {
  background-position: -62px -3px; }

a#twitter-icon:hover {
  background-position: -62px -33px; }

a#youtube-icon {
  background-position: -122px -3px; }

a#youtube-icon:hover {
  background-position: -122px -33px; }

a#pinterest-icon {
  background-position: -152px -3px; }

a#pinterest-icon:hover {
  background-position: -152px -33px; }

#header iframe {
  border: none; }

#header .cbd-social-buttons {
  padding-top: 8px;
  float: left;
  padding-left: 7px; }

#header .cbd-social-buttons .fb-like {
  float: left;
  width: 145px; }

#header .cbd-social-buttons .fb-like iframe {
  float: left;
  width: 145px;
  border: solid 1px red; }

#header .cbd-social-buttons .twitter-follow {
  width: 64px;
  float: left; }

#header .cbd-social-buttons .google-plus-follow {
  float: left;
  margin-right: 6px; }

#top-bar-right {
  border: solid 1px red;
  width: 50%;
  float: right; }

/* NAVBAR */
#navbar {
  width: 1050px;
  margin: 0 auto; }

#navbar-int {
  width: 1050px;
  float: left; }

#gallery-fullpage #navbar-ext {
  width: 100%;
  float: left; }

#gallery-fullpage #navbar {
  width: 1050px;
  margin: 0 auto;
  float: none; }

/* NEW SEARCH BOX */
#search-form {
  display: inline-block;
  width: 116px;
  float: left;
  position: relative; }

input#search-textbox {
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 24px;
  width: 90px;
  margin: 0;
  text-transform: uppercase;
  color: #777;
  border: solid 1px #bbb;
  padding: 4px;
  border-right-width: 0;
  border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px; }

input#search-button {
  width: 24px;
  text-align: center;
  height: 24px;
  background-image: url(images/social-icons-sprite-2014.png);
  text-indent: -9999px;
  background-color: #fff;
  color: #666;
  border: solid 1px #bbb;
  background-position: -182px -3px;
  border-left-width: 0;
  border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px; }

input#search-button:hover {
  cursor: pointer;
  background-position: -182px -33px; }

#search-options-box {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0px;
  top: 27px;
  width: 196px;
  padding: 0px 6px 0;
  border: solid 1px #ccc;
  background-color: #fff;
  border: solid 1px #bbb;
  float: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /* Parameters:
- horizontal offset
- vertical offset 
- blur radius
- color
*/
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc; }

#search-options-box ul li {
  float: left;
  width: 100%;
  border-bottom: solid 1px #eee;
  font-size: 13px;
  color: #888;
  padding: 0;
  clear: left;
  text-transform: uppercase; }

#search-options-box ul li.last {
  border: none;
  padding-bottom: 2px;
  padding-top: 2px; }

#search-options-box ul li label {
  float: left;
  padding: 6px 0;
  width: 100%; }

#search-options-box ul li input {
  float: right;
  margin-top: 0px; }

#search-options-box ul li label:hover {
  cursor: pointer; }

/*FOOTER NAVIGATION */
/*
#footer-navigation {background: #000; width:100%; padding:35px 0;}

#footer-navigation ul {margin-top:30px; border:solid 0px red;     -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;}

#footer-navigation ul li { clear:both;border:solid 0px yellow; font-size:18px; margin-bottom:30px; display: block;column-count: 1; -webkit-column-count: 1; -moz-column-count: 1; }
#footer-navigation ul li ul {margin:20px 0 25px; column-count: 2; -webkit-column-count: 2; -moz-column-count: 2;}
#footer-navigation ul li ul li {border:solid 0px green;  font-size:14px; margin-bottom:0; display:block;}
#footer-navigation ul li ul li h4.nolink {font-size:16px; margin-top:16px;margin-bottom:12px; color:#555;}
#footer-navigation ul li ul li a {color:#aaa;font-size:14px; border-bottom:solid 1px #333; width:100%; display:block;padding:4px 0;}
#footer-navigation ul li ul li h4 a {display:block; border:none; color:#777; text-decoration: underline; margin-top:1px; margin-bottom:1px; margin-top:3px;margin-bottom:3px; padding:4px 0; text-shadow:none;}
#footer-navigation ul li ul li a:hover {color:#dedede; text-decoration: underline;}

#footer-navigation ul ul li img	{float:left; margin:5px 5px;}

*/
/* !_DROPDOWN MENU */
#navbar ul {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif; }

#navbar ul {
  float: left;
  font-size: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  letter-spacing: 0.3em;
  font-weight: 300; }

#navbar ul li {
  padding: 0; }

#navbar ul li a {
  display: block;
  /*background-color:#7c7c7c;*/
  color: #fff;
  padding: 13px 13px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  -webkit-transition: 0;
  -moz-transition: 0;
  -ms-transition: 0;
  -o-transition: 0;
  transition: 0; }

#navbar ul li a:hover, #navbar ul li.active a {
  background-color: #111;
  color: #ffc412; }

#navbar ul li {
  /* all list items */
  float: left;
  position: relative;
  padding: 0;
  margin: 0; }

#navbar ul li ul {
  /* second-level lists */
  z-index: 1000;
  display: none;
  position: absolute;
  margin: 0;
  top: 46px;
  left: 0;
  width: 180px;
  background-color: #666;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: solid 1px #444;
  border-width: 0px 1px 1px;
  font-size: 16px;
  letter-spacing: 0.4em; }

#navbar ul ul li {
  width: 100%;
  background-color: #777;
  clear: left; }

#navbar ul ul li h4 {
  margin: 0;
  font-size: 13px;
  color: #bbb;
  border-bottom: solid 1px #444;
  font-weight: bold;
  background-color: #333; }

#navbar ul ul li h4.nolink {
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #dedede; }

#navbar ul ul li h4 a {
  padding: 50px;
  display: block;
  border-bottom: none;
  background-color: #444;
  font-weight: bold;
  border-top: solid 0px #292929;
  border-bottom: none; }

#navbar ul ul li a {
  display: block;
  padding: 8px 5px;
  color: #f9f9f9;
  background-color: #6a6a6a;
  /*border-top: solid 1px #999;*/
  border-bottom: solid 1px #555; }

#navbar ul ul li:last-child a {
  border-bottom: none; }

#navbar ul ul li a:hover {
  background-color: #444;
  color: #ffc412;
  /*border-top: solid 1px #444;*/ }

#navbar ul ul li a:active {
  background-color: #333; }

#navbar ul ul li h4 a:hover {
  background-color: #333;
  color: #fff; }

#navbar ul li:hover ul, #navbar ul li.over ul {
  /* lists nested under hovered list items */
  display: block; }

#navbar ul ul li img {
  float: left;
  margin: 5px 5px; }

/* !_SUBMENU */
#submenu-container {
  width: 100%;
  height: 0;
  float: left;
  background-color: #111;
  /*-webkit-transition:height .2s; transition:height .2s;*/ }

#submenu-container-int {
  width: 1050px;
  margin: 0 auto; }

#submenu-container .submenu-box {
  width: 100%;
  display: none;
  padding: 13px 20px;
  float: left;
  color: #777; }

#submenu-container .submenu-box h3 {
  color: #e39213;
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 200; }

#submenu-container .submenu-box h3 a {
  color: #e39213;
  text-decoration: underline; }

#submenu-container .submenu-box h3 a:hover {
  color: #ffc412; }

#submenu-container .submenu-box a {
  color: #bbb; }

#submenu-container .submenu-box a:hover {
  color: #fff; }

#submenu-container .submenu-column {
  width: 25%;
  padding-right: 15px;
  float: left; }

#submenu-container .submenu-column li {
  margin: 0 0 10px;
  font-size: 15px; }

#submenu-container .submenu-column li.text {
  font-size: 14px;
  line-height: 1.2em; }

#submenu-container .submenu-item {
  width: 100%; }

#submenu-container .submenu-item img {
  width: 75% !important;
  height: 75% !important;
  margin-bottom: 6px; }

#submenu-container .submenu-item p {
  width: 75%;
  font-size: 12px;
  line-height: 1.2em; }

#submenu-container .submenu-item p a {
  font-size: 14px; }

#submenu-container .submenu-item b {
  font-weight: bold;
  color: #ddd; }

.page-meta, .page_number, .article-metadata {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  clear: both;
  margin: 2px 0 7px;
  font-size: 14px;
  color: #bbb;
  font-weight: 400;
  height: 20px; }

.page-meta i, .article-metadata i {
  font-size: 16px;
  color: #bbb; }

.page-meta .right, .page-meta.right {
  float: right; }

.page-meta a {
  color: #999; }

.page-meta a:hover {
  color: #555; }

.tags {
  float: left;
  width: 65%;
  line-height: 1.2em;
  padding-bottom: 2px; }

.page-meta b, .page-meta strong {
  font-weight: 400;
  color: #999; }

.page-meta span#views {
  display: none; }

.page-meta span.visible span#views {
  display: inline; }

.page-meta .categories {
  padding-left: 15px; }

ul.post-categories {
  background: red;
  float: left; }

ul.post-categories li {
  float: left; }

#page {
  width: 720px;
  margin: 0 auto;
  text-align: justify;
  font-size: 1em; }

/* MONTHLY ARCHIVES */
li.monthly-archive-item {
  clear: both;
  list-style-type: none;
  color: #666;
  font-size: 14px;
  margin: 8px 0; }

li.monthly-archive-item a {
  color: #a00;
  text-decoration: none; }

li.monthly-archive-item a:hover {
  color: #700;
  text-decoration: underline; }

#monthly-archive-navigation {
  clear: both;
  margin-top: 15px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #555; }

#monthly-archive-navigation .left {
  width: 40%;
  float: left; }

#monthly-archive-navigation .right {
  width: 40%;
  float: right;
  text-align: right; }

#monthly-archive-navigation a {
  color: #a00; }

#monthly-archive-navigation a:hover {
  color: #500; }

/* Author Page */
.author-info {
  clear: both;
  padding-top: 5px;
  font-size: 14px;
  color: #444;
  line-height: 1.1em;
  border-bottom: solid 2px #dedede;
  padding-bottom: 9px;
  width: 100%;
  margin-bottom: 10px; }

.author-info h2 {
  margin-bottom: 12px; }

.left-col .automakes {
  font-size: 0.9em; }

.left-col .automakes h3 {
  margin: 0 0 0 5px;
  padding: 0;
  font-size: 1.1em; }

.left-col .automakes ul {
  margin: 0;
  padding: 0; }

.left-col .automakes ul li {
  list-style-type: none;
  margin: 0;
  padding: 2px 4px;
  display: block;
  border-bottom: dotted 1px #ccc; }

.left-col .automakes ul li a {
  color: #444;
  text-decoration: none; }

.left-col .automakes ul li a:hover {
  color: #a00;
  text-decoration: underline; }

/* !_FOOTER */
#footer-ext {
  clear: both;
  background-color: #333;
  color: #aaa;
  float: left;
  padding-top: 20px; }

#footer ul li {
  display: inline; }

#footer ul#footer-links-left li a {
  padding: 4px;
  margin-right: 12px; }

#footer ul#footer-links-left {
  float: left; }

ul#footer-links-right li a {
  margin-right: 8px; }

ul#footer-links-right {
  float: right;
  font-size: 11px; }

ul#footer-links-right li.credits {
  padding-left: 44px; }

#signature-ext {
  height: 56px;
  overflow: hidden;
  font-size: 14px;
  background-color: #2C2C2C;
  border-top: 1px solid #3A3A3A;
  clear: both;
  color: #AAA;
  padding-top: 20px; }

#signature p {
  float: left;
  letter-spacing: 0.01em; }

#signature ul {
  float: right; }

#signature li {
  float: left;
  margin-right: 30px; }

/*
#footer-ext {clear:both; width:100%; width:!important; min-width:1050px;float:left; background:#07070a; min-height:40px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",Tahoma,Verdana,sans-serif; }
#footer 			{width: 1050px; width:!important; min-width:1050px; margin:10px  auto 0; padding:0; text-align:left; clear:both; font-size:14px; color:#777; text-transform:normal;}
	#footer ul li {display:inline;}
	#footer ul#footer-links-left li a {padding:4px; margin-right:12px;}

	#footer ul#footer-links-left {float:left;}
	#footer ul#footer-links-right li a {margin-right:8px;}
	#footer ul#footer-links-right {float:right; font-size:11px;}
	#footer ul#footer-links-right  li.credits {padding-left:44px;}
	#footer a					{color:#fff; text-decoration:none; text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);}
	#footer a:hover				{color:#dedede; text-decoration:none;}
*/
/* !_WIDGET STYLING*/
.widget {
  float: left;
  width: 100%;
  margin-bottom: 20px; }

/* RSS WIdget */
a.rsswidget img {
  display: none; }

/*** List Widgets Styling ***/
.widget_rss li, .widget .menu li, .widget_pages li, .widget_recent_entries li, .widget_recent_comments li, .widget_archive li, .widget_categories li, .widget_meta li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
  list-style: none;
  line-height: 24px;
  float: left;
  width: 100%; }

#footer .widget .menu li, #footer .widget_pages li, #footer .widget_recent_entries li, #footer .widget_recent_comments li, #footer .widget_archive li, #footer .widget_categories li, #footer .widget_meta li {
  border-bottom: 1px solid #3d3d3d; }

.widget_recent_entries .post-date {
  display: inline-block;
  font-size: 11px;
  float: right;
  color: #fff;
  padding: 1px 6px;
  background: #333; }

.widget_rss li:first-child, .widget .menu li:first-child, .widget_pages li:first-child, .widget_recent_entries li:first-child, .widget_recent_comments li:first-child, .widget_archive li:first-child, .widget_categories li:first-child, .widget_meta li:first-child {
  padding-top: 0; }

.widget_rss li a, .widget .menu li a, .widget_pages li a, .widget_recent_entries li a, .widget_recent_comments li a, .widget_archive li a, .widget_categories li a, .widget_meta li a {
  color: #444;
  margin-right: 5px;
  text-decoration: none; }

#footer .widget_rss li a, #footer .widget .menu li a, #footer .widget_pages li a, #footer .widget_recent_entries li a, #footer .widget_recent_comments li a, #footer .widget_archive li a, #footer .widget_categories li a, #footer .widget_meta li a {
  color: #aaa; }

.widget_rss li a:hover, .widget .menu li a:hover, .widget_pages li a:hover, .widget_recent_entries li a:hover, .widget_recent_comments li a:hover, .widget_archive li a:hover, .widget_categories li a:hover, .widget_meta li a:hover {
  color: #a00;
  text-decoration: none; }

#footer .widget_rss li a:hover, #footer .widget .menu li a:hover, #footer .widget_pages li a:hover, #footer .widget_recent_entries li a:hover, #footer .widget_recent_comments li a:hover, #footer .widget_archive li a:hover, #footer .widget_categories li a:hover, #footer .widget_meta li a:hover {
  color: #a00; }

/*** Tag Cloud Styling ***/
.tagcloud {
  margin: -5px;
  text-transform: capitalize;
  float: left; }

.tagcloud a {
  display: block;
  float: left;
  padding: 5px 13px;
  margin: 5px;
  color: #fff;
  background-color: #2C2C2C;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

#footer .tagcloud a:hover, .tagcloud a:hover {
  color: #fff;
  background-color: #a00;
  text-decoration: none; }

#footer .tagcloud a {
  color: #999;
  background-color: #1E1E1E; }

/*** Calendar Widget ***/
#calendar_wrap {
  float: left;
  width: 100%; }

#wp-calendar {
  width: 100%; }

#wp-calendar a {
  text-decoration: underline; }

#wp-calendar caption {
  text-align: center;
  color: #444;
  margin-bottom: 18px;
  font-weight: 700; }

#footer #wp-calendar caption {
  color: #aaa;
  text-align: center; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody, #wp-calendar tfoot {
  color: #444; }

#footer #wp-calendar tbody, #footer #wp-calendar tfoot {
  color: #aaa; }

#footer #wp-calendar tbody td:hover a, #footer #wp-calendar tfoot td:hover a {
  color: #fff; }

#wp-calendar tbody td, #wp-calendar .pad {
  background-color: #eee;
  text-align: center;
  padding: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

#wp-calendar tfoot #next {
  background-color: #eee;
  text-transform: uppercase;
  text-align: right;
  padding: 10px; }

#wp-calendar tfoot #prev {
  background-color: #eee;
  text-transform: uppercase;
  padding: 10px; }

#footer #wp-calendar tbody td, #footer #wp-calendar .pad, #footer #wp-calendar tfoot #next, #footer #wp-calendar tfoot #prev {
  background-color: #2C2C2C; }

/*** Back To Top Styling ***/
.back-to-top {
  color: #fff;
  position: fixed;
  right: 15px;
  bottom: 35px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  font-size: 30px;
  text-align: center;
  line-height: 37px;
  background: no-repeat #1E1E1E;
  z-index: 900;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

.back-to-top:hover {
  color: #fff;
  background-color: #a00; }

/* EXTRA ITEMS */
.home-side-ad-box {
  margin-bottom: 10px; }

#newsletter-box {
  width: 300px;
  height: 100px;
  margin: 0 0 10px;
  float: left;
  clear: both;
  background: #010101 url(images/bg-newsletter-box-300.png) no-repeat; }

#newsletter-box .newsletter-form {
  margin-top: 58px; }

#newsletter-box input.textbox {
  width: 151px;
  float: left;
  height: 16px;
  border: none;
  margin-left: 10px;
  border: solid 1px #716363;
  background: #d0d0cf;
  color: #222;
  font-size: 12px;
  line-height: 18px; }

#newsletter-box input.textbox:focus {
  background-color: #fff; }

#newsletter-box .img_btn {
  margin-left: 20px;
  margin-top: -1px; }

/* NEW SIDEBAR BOXES */
#extra .box-ext {
  width: 300px;
  float: left;
  padding: 6px 0;
  margin-bottom: 7px; }

#extra .box {
  width: 284px;
  margin: 0 auto; }

#extra .box ul.items {
  width: 100%;
  float: left; }

#extra .box ul.items li {
  float: left;
  padding: 5px 0;
  clear: left;
  width: 100%;
  border-bottom: solid 1px; }

#extra .box ul.items li.last {
  border: none; }

#extra .box img {
  float: right;
  margin-left: 8px; }

#extra .box .date {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase; }

#extra .box h2 {
  letter-spacing: 0.01em;
  font-size: 18px;
  margin-bottom: 3px;
  text-transform: uppercase; }

#extra .box h3 {
  margin: 4px 0;
  line-height: 1.2em;
  letter-spacing: -0.01em; }

#extra .box hr {
  margin: 2px 0;
  border: none;
  height: 2px; }

#extra .box .author {
  float: left;
  font-size: 11px;
  font-weight: bold; }

#extra .box .more {
  float: right;
  font-size: 12px;
  font-weight: bold;
  text-transform: lowercase;
  padding-top: 5px; }

#extra .box .more a {
  text-decoration: none; }

#extra .box .more a:hover {
  text-decoration: underline; }

/* SiDEBAR BOXES WITH LINKS (2011-05-20) */
.link-list-box {
  width: 142px;
  float: left;
  margin-top: 5px; }

.link-list-box h3 {
  font-size: 15px;
  color: #111;
  margin-bottom: 0px;
  line-height: 1em; }

.link-list-box h3 a {
  color: #222;
  text-decoration: none; }

.link-list-box h3 a:hover {
  color: #000; }

.link-list-box ul {
  padding: 2px 4px 4px 0;
  margin-right: 6px;
  margin-bottom: 20px;
  clear: left; }

.link-list-box ul li a {
  width: 100%;
  display: block;
  font-size: 11px;
  padding: 3px 0;
  border-bottom: solid 1px;
  text-decoration: none; }

.link-list-box ul li a:hover {
  color: #000;
  background-color: #ff0; }

.link-list-box ul li.more {
  text-align: right;
  padding-right: 6px;
  height: auto; }

.link-list-box ul li.more a {
  color: #944;
  font-weight: bold;
  border-bottom: none; }

.link-list-box ul li.more a:hover {
  color: #900; }

.link-list-box .spacer {
  height: 25px; }

/* BOX COLORS */
/* LIGHT BLUE */
#extra .box-ext.light-blue h2 {
  color: #30323d; }

#extra .box-ext.light-blue {
  background: #9cb8d4 url(images/bg-side-box.png) 0px 0px no-repeat; }

#extra .box-ext.light-blue ul.items li {
  border-color: #7a8ea3; }

#extra .box-ext.light-blue h3 a {
  color: #223140; }

#extra .box-ext.light-blue hr {
  background-color: #6e8fb2; }

#extra .box-ext.light-blue .date {
  color: #fff; }

#extra .box-ext.light-blue .author {
  color: #566a7e; }

#extra .box-ext.light-blue .more a {
  color: #30323d; }

#extra .box-ext.light-blue .more a:hover {
  color: #18181b; }

/* DARK BROWN */
#extra .box-ext.dark-brown h2 {
  color: #fa9819; }

#extra .box-ext.dark-brown {
  background: #342915 url(images/bg-side-box.png) -300px 0px no-repeat; }

#extra .box-ext.dark-brown ul.items li {
  border-color: #50432b; }

#extra .box-ext.dark-brown h3 a {
  color: #fff; }

#extra .box-ext.dark-brown hr {
  background-color: #41331b; }

#extra .box-ext.dark-brown .date {
  color: #dbb02e; }

#extra .box-ext.dark-brown .author {
  color: #7c7049; }

#extra .box-ext.dark-brown .more a {
  color: #dbb02e; }

#extra .box-ext.dark-brown .more a:hover {
  color: #faeab7; }

/* LIGHT BROWN */
.light-brown h2 {
  color: #4a402e; }

.light-brown {
  background: #cec7b3 url(images/bg-side-box.png) -600px 0px no-repeat; }

.light-brown ul.items li {
  border-color: #bbb49e; }

.light-brown h3 a {
  color: #372a11; }

.box-ext.light-brown h3 a:hover {
  color: #19140a; }

.box-ext.light-brown hr {
  background-color: #ac9f87; }

.box-ext.light-brown .date {
  color: #fff; }

.box-ext.light-brown .author {
  color: #a33600; }

.box-ext.light-brown .more a {
  color: #a33600; }

.box-ext.light-brown .more a:hover {
  color: #831c05; }

.light-brown .link-list-box ul li a {
  color: #35332d;
  border-color: #b5ad97; }

.light-brown .link-list-box ul li a:hover {
  color: #1d1c19;
  background-color: #b6af99; }

.light-brown .link-list-box ul li.more a:hover {
  background-color: none; }

/* LIGHT GREY */
#extra .box-ext.light-grey h2 {
  color: #3c3c3c; }

#extra .box-ext.light-grey {
  background: #e3e3e3 url(images/bg-side-box.png) -900px 0px no-repeat; }

#extra .box-ext.light-grey ul.items li {
  border-color: #bbb; }

#extra .box-ext.light-grey h3 a {
  color: #2a2b2b; }

#extra .box-ext.light-grey h3 a:hover {
  color: #191a1a; }

#extra .box-ext.light-grey hr {
  background-color: #a5a5a5; }

#extra .box-ext.light-grey .date {
  color: #888; }

#extra .box-ext.light-grey .author {
  color: #7b7b7b; }

#extra .box-ext.light-grey .more a {
  color: #b43300; }

#extra .box-ext.light-grey .more a:hover {
  color: #802400; }

.light-grey .link-list-box ul li a {
  color: #333;
  border-color: #bbb; }

.light-grey .link-list-box ul li a:hover {
  color: #101010;
  background-color: #ccc; }

/* Find Article Box */
form#find-car-form {
  margin-top: 8px; }

form#find-car-form select {
  -webkit-appearance: none;
  font-size: 13px;
  color: #666;
  padding: 4px;
  border-color: #999;
  width: 220px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

form#find-car-form select option {
  -webkit-appearance: none; }

form#find-car-form input.button {
  -webkit-appearance: none;
  float: right;
  border: none;
  padding: 2px 8px;
  font-family: 'Sans-Serif-Bold-Condensed', "Helvetica Neue", Helvetica, Arial;
  font-size: 15px;
  text-transform: uppercase;
  color: #dedede;
  background-color: #5e5e5e;
  border: solid 1px #3e3e3e; }

form#find-car-form input.button:hover {
  cursor: pointer;
  background-color: #444;
  color: #fff; }

.monthly-archives {
  font-size: 11px; }

.monthly-archives h4 {
  color: #222;
  font-size: 13px;
  margin: 4px 0 2px; }

.monthly-archives ul {
  margin: 4px;
  padding: 0; }

.monthly-archives ul li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.monthly-archives a {
  color: #a00;
  text-decoration: none; }

.monthly-archives a:hover {
  color: #300; }

#extra .skyscraper {
  width: 250px;
  float: left;
  text-align: center;
  clear: both;
  margin: 16px auto; }

#extra .square-box {
  width: 250px;
  clear: left;
  margin: 0;
  float: left; }

#extra .cover img {
  border: none; }

#extra .tag-cloud {
  width: 240px;
  margin: 0 auto;
  float: left; }

.tag-cloud a {
  text-decoration: none;
  color: #666;
  float: left;
  margin: 0 3px; }

.tag-cloud a:hover {
  text-decoration: underline;
  color: #a00; }

/* HOMEPAGE NEW (2011) */
/*Updated 2013-05-07*/
/*
.home-latest-news-ext {clear:both; margin-top:8px;}
.home-latest-news-ext.two-cols {float:left; }
.home-latest-news-ext.one-col { clear:none; float:left; }
.home-latest-news h2 { font-family: 'Sans-Serif-Bold-Condensed';text-transform:uppercase; font-size:23px; color:#111;}

.home-latest-news-ext hr {margin:2px 0 5px 0; height:3px; background-color:#ccc; border:none; }
.home-latest-news-ext.two-cols hr {margin:2px 10px 5px 0;}
.home-latest-news-ext.one-col hr {margin:2px -8px 5px 0;}

.home-latest-news .spacer {display:block; clear:both; width:728px;  border-bottom:solid 1px #ccc; height:1px; padding-bottom:12px; margin-bottom:16px;}
.homepage-spacer {height:10px; width:100%; clear:both;}


.home-news-item-ext {width:246px; float:left; margin:0; }

.home-latest-news-ext.one-col .home-news-item-ext, .home-news-item-ext.last {width:228px;}
.home-news-item {width:232px; margin:0;}

.home-news-item .meta {font-size:12px; color:#aaa; font-weight:bold; margin-bottom:7px; text-transform:uppercase; letter-spacing: -.05em; }
.home-news-item .meta .category {color:#999; letter-spacing: 0; float:right;}
.home-news-item .meta .category a {color:#666; text-decoration: none;}
.home-news-item .meta .category a:hover {color:#300; text-decoration:underline;}


.home-news-item img.tn { border:none; zoom: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=92)"; filter: alpha(opacity=92); -moz-opacity:0.92; -khtml-opacity: 0.92; opacity: 0.92;}
.home-news-item img.tn:hover { border:none; zoom: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}


.home-news-item h3 {margin:10px 0 8px; color:#222; font-size:17px; line-height:1.2em; letter-spacing:-.03em;}
.home-news-item h3 a {color:#343434; text-decoration:none;}
.home-news-item h3 a:hover {color:#000; text-decoration:underline;}
.home-news-item .info {font-size:13px; color:#5a5a5a; line-height:1.3em;}
p.more-news {float:right; font-size:13px; font-weight: bold; padding:10px 0; text-transform: lowercase;}
p.more-news a {color:#777; text-decoration: none;}
p.more-news a:hover {color:#555; text-decoration: underline;}

*/
.post-grid-ext {
  clear: both;
  margin-top: 8px; }

.post-grid-ext.two-cols {
  float: left;
  width: 482px; }

.post-grid-ext.one-col {
  clear: none;
  float: right;
  width: 236px; }

.heading {
  clear: both;
  float: left;
  display: block;
  width: 100%;
  border-bottom: solid 3px #bbb;
  margin: 14px 0 8px; }

.heading h2 {
  background-color: #bbb;
  padding: 5px 8px 2px;
  font-size: 18px;
  line-height: 1em; }

.post-grid h2, h2.gallery-link-title {
  display: inline-block;
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 8px 2px;
  color: #fff;
  background-color: #bbb;
  font-weight: 400;
  letter-spacing: 0.02em; }

.post-grid .spacer {
  display: block;
  clear: both;
  width: 728px;
  border-bottom: solid 1px #ccc;
  height: 1px;
  padding-bottom: 12px;
  margin-bottom: 16px; }

.homepage-spacer {
  height: 10px;
  width: 100%;
  clear: both; }

.post-grid-item-ext {
  width: 236px;
  float: left;
  margin-right: 10px; }

.post-grid-item {
  width: 236px; }

.post-grid-item-ext:last-child, .post-grid-item-ext.last {
  margin-right: 0; }

.post-grid-item .meta {
  margin: 8px 0;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 7px;
  letter-spacing: -0.03em; }

.post-grid-item .meta i {
  font-size: 17px; }

.post-grid-item .meta b {
  font-weight: 400; }

.post-grid-item .meta .category {
  letter-spacing: -0.01em;
  float: right; }

.post-grid-item .meta .category a {
  color: #999; }

.post-grid-item .meta .category a:hover {
  color: #a00; }

.post-grid-item img.tn {
  border: none;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
  filter: alpha(opacity=92);
  -moz-opacity: 0.92;
  -khtml-opacity: 0.92;
  opacity: 0.92;
  /*FIXES to reomve image blur and 1px offset when hovering */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-backface-visibility: hidden;
  -moz-transform: translateZ(0) scale(1, 1); }

.post-grid-item img.tn:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.post-grid-item h3 {
  margin: 10px 0 0;
  color: #222;
  font-size: 21px;
  line-height: 1.2em;
  letter-spacing: -0.01em; }

.post-grid-item h3 a {
  color: #343434; }

.post-grid-item h3 a:hover {
  color: #000; }

.post-grid-item .info {
  margin-top: 8px;
  font-size: 13px;
  color: #5a5a5a;
  line-height: 1.3em; }

p.more-news {
  float: right;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: lowercase; }

p.more-news a {
  color: #777;
  text-decoration: none; }

p.more-news a:hover {
  color: #555;
  text-decoration: underline; }

/* HOMEPAGE CUSTOM ADS */
.hp-custom-ads {
  width: 338px;
  margin: 6px auto 4px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: solid 0px #ccc;
  padding-bottom: 4px; }

.hp-custom-ads .ad-top-title {
  text-transform: uppercase;
  font-size: 10px;
  text-align: left; }

.hp-custom-ads .ad-top-title a {
  color: #444; }

.hp-custom-ads .ad-title {
  font-size: 18px;
  font-weight: normal;
  margin: 4px 0 4px; }

.hp-custom-ads .ad-title a {
  text-decoration: underline;
  color: #000; }

.hp-custom-ads .ad-title a:hover {
  color: #a00; }

.hp-custom-ads .ad-text {
  color: #666;
  font-size: 13px;
  margin: 3px 0; }

.hp-custom-ads .ad-url {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  border-bottom: solid 1px #c9c9c9;
  padding-bottom: 6px;
  margin-bottom: 4px; }

.hp-custom-ads .ad-url a {
  color: #4d6991; }

.hp-custom-ads .ad-url a:hover {
  color: #222; }

/* NEWS ARCHIVE*/
#news-archive-box img {
  border: solid 1px #333333;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 6px; }

#news-archive-box {
  text-align: justify;
  line-height: 1.5em; }

#news-archive-box h2 {
  font-size: 1.2em;
  display: block;
  border-bottom: solid 2px #ccc; }

#news-archive-box h3 {
  font-size: 1.1em;
  margin-top: 2px;
  margin-bottom: 2px; }

#news-archive-box li {
  list-style-type: none;
  clear: both; }

.news-archive-box-extended {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 500px; }

.news-archive-box-description {
  margin-top: 4px;
  font-size: 0.9em;
  line-height: 1.2em; }

.news-archive-ad {
  display: block;
  margin-left: 15px;
  margin-bottom: 6px; }

/* SINGLE TUTORIAL PAGE */
#single-tutorial .cover {
  float: right;
  border: solid 1px #999;
  margin-left: 4px; }

#single-tutorial .description-box-ext {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  float: left;
  margin: 5px auto;
  font-style: italic;
  width: 728px;
  border: solid 1px #ccc;
  background-color: #efefef; }

#single-tutorial .description-box {
  margin: 5px;
  width: 710px;
  float: left; }

#single-tutorial .link {
  text-align: right;
  font-weight: bold;
  font-size: 12px; }

#single-tutorial .link a {
  color: #a00;
  text-decoration: none; }

#single-tutorial .link a:hover {
  color: #300;
  text-decoration: underline; }

#single-tutorial h3 {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  clear: both;
  padding: 5px 0 8px; }

#single-tutorial a {
  color: #a00; }

#single-tutorial ul {
  padding-left: 14px;
  margin: 6px 0; }

#single-tutorial ul li {
  list-style-type: disc;
  color: #666;
  margin-top: 4px; }

/*SINGLE PUBLICATION (WORDPRESS) */
.pub-categories a {
  font-weight: bold;
  color: #666; }

.pub-categories a:hover {
  color: #222; }

.pub-details {
  clear: both;
  font-size: 11px;
  border-bottom: solid 1px #666;
  padding-bottom: 5px;
  color: #444; }

.pub-details b, .pub-details strong {
  color: #333;
  text-transform: uppercase; }

.pub-author {
  float: left;
  width: 65%;
  line-height: 1.1em;
  padding-bottom: 3px; }

.pub-thumbnail {
  float: left;
  width: 210px; }

.pub-thumbnail img {
  float: left;
  margin-top: 6px;
  border: solid 1px #999; }

.pub-info {
  margin: 8px 0 6px;
  font-size: 11px;
  color: #666; }

.pub-abstract {
  float: right;
  width: 518px;
  font-size: 13px;
  color: #333;
  text-align: left;
  line-height: 1.4em; }

.pub-abstract p {
  margin: 5px 0; }

.pub-abstract h2 {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #a00;
  margin: 8px 0 10px; }

.pub-abstract a {
  color: #a00; }

.pub-source {
  margin-top: 12px;
  font-size: 11px;
  color: #666; }

.pub-readmore {
  clear: both;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px; }

.pub-source a, .pub-readmore a {
  color: #a00; }

/*TECHNICAL PUBLICATIONS*/
#page a, #pub-box a {
  /*color:#a00;*/ }

#page a:hover, #pub-box a:hover {
  /*color:#600;*/ }

.sub-categories-box-ext {
  margin-top: 5px;
  width: 726px;
  float: left;
  border: solid 1px #ccc; }

.sub-categories-box {
  padding: 10px 15px 20px;
  float: left;
  color: #666;
  font-weight: normal; }

.sub-categories-box ul.left {
  width: 300px;
  float: left; }

.sub-categories-box ul.right {
  width: 300px;
  float: right; }

.sub-categories-box ul li {
  margin-top: 4px;
  color: #777; }

.sub-categories-box ul a {
  color: #555;
  text-decoration: underline; }

.sub-categories-box ul a:hover {
  color: #222; }

/* Depth: 1*/
.sub-categories-box ul li.cat-item {
  font-size: 17px;
  font-weight: bold;
  margin: 17px 0; }

.sub-categories-box ul li.cat-item a {
  color: #a00; }

.sub-categories-box ul li.cat-item a:hover {
  color: #500; }

/* Depth: 2*/
.sub-categories-box ul li ul li.cat-item {
  font-weight: normal;
  font-size: 15px;
  margin: 7px 0; }

.sub-categories-box ul li ul li.cat-item a {
  color: #444; }

.sub-categories-box ul li ul li.cat-item a:hover {
  color: #222; }

/* Depth: 3*/
.sub-categories-box ul li ul li ul li.cat-item {
  font-weight: normal;
  font-size: 13px;
  margin: 5px 0; }

.sub-categories-box ul li ul li ul li.cat-item a {
  color: #666; }

.sub-categories-box ul li ul {
  padding-left: 20px; }

.sub-categories-box h2 {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  padding-bottom: 4px; }

.sub-categories-box h2 a {
  font-weight: bold; }

.sub-categories-box h2 a:hover {
  font-weight: bold; }

/* GENERIC ARCHIVE LIST */
#nav-tree {
  margin: 5px 0;
  font-weight: 12px;
  color: #666;
  font-size: 11px; }

#nav-tree a {
  color: #444;
  font-weight: bold; }

#nav-tree a:hover {
  color: #100; }

/*ARCHIVE WITH GRID LAYOUT (2012-09) */
.news-list-ads {
  margin: 18px 0 24px; }

#archive-list-grid {
  clear: both;
  padding-top: 10px;
  width: 100%; }

#archive-list-grid hr {
  margin: 2px 0 5px;
  height: 3px;
  background-color: #ccc;
  border: none; }

#archive-list-grid .spacer {
  display: block;
  clear: both;
  width: 728px;
  border-bottom: solid 0px #ccc;
  height: 1px;
  padding-bottom: 12px;
  margin-bottom: 16px; }

.archive-item-grid-ext {
  width: 246px;
  float: left;
  margin: 0; }

.archive-item-grid-ext.last {
  width: 228px; }

.archive-item-grid {
  width: 232px;
  margin: 0; }

.archive-item-grid img.tn {
  border: none;
  opacity: 0.92; }

.archive-item-grid img.tn:hover {
  border: none;
  opacity: 1; }

.archive-item-grid .meta {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #999; }

.archive-item-grid .meta i {
  font-size: 17px;
  color: #bbb; }

.archive-item-grid .meta a {
  color: #777; }

.archive-item-grid .meta a:hover {
  color: #a00; }

.archive-item-grid .meta .admin-notes {
  float: right; }

.archive-item-grid .meta .admin-notes b {
  font-weight: 400; }

.archive-item-grid h3 {
  margin: 8px 0 8px;
  font-size: 21px;
  color: #3F3F38;
  line-height: 1.2em;
  letter-spacing: -0.02em; }

.archive-item-grid h3 a {
  color: #343434;
  text-decoration: none; }

.archive-item-grid h3 a:hover {
  color: #a00; }

.archive-item-grid .info {
  font-size: 13px;
  color: #5d5e5f;
  line-height: 1.3em; }

/*ARCHIVE WITH LIST LAYOUT */
.archive-item h2 {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  text-decoration: underline; }

.archive-item {
  float: left;
  clear: left;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding: 3px 0; }

.archive-item h2 {
  font-size: 18px;
  margin: 3px 0 9px;
  font-weight: normal; }

.archive-item h2 a {
  color: #a00; }

.archive-item h2 a:hover {
  color: #600; }

.archive-item img, .archive-item .tn {
  float: right;
  margin-top: 3px;
  margin-left: 4px;
  border: solid 1px #999; }

.archive-item img.icon {
  border: none;
  float: none; }

.archive-metadata, .archive-item .metadata {
  clear: left;
  font-size: 12px;
  font-weight: bold;
  color: #999;
  margin: 6px 0;
  line-height: 1.2em; }

.archive-metadata a, .archive-item .metadata a {
  color: #a00; }

.archive-text, .archive-item .text {
  font-size: 13px;
  color: #444;
  margin-top: 6px;
  line-height: 1.2em; }

.archive-text a, .archive-item .text a {
  color: #a00; }

.archive-source, .archive-item .source {
  font-size: 0.85em;
  color: #666;
  margin: 5px 0; }

.archive-source a, .archive-item .source a {
  color: #a00; }

.archive-item strong, .archive-item b {
  color: #333; }

/* FEATURED JOB LISTING */
.archive-item.featured-job {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #666;
  padding: 10px;
  background-color: #efefef;
  margin-bottom: 13px; }

.archive-item.featured-job h2 {
  font-weight: bold; }

/* ARCHIVE PAGE NAVIGATION */
.wp-pagenavi {
  clear: both;
  padding-top: 35px;
  display: block;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
  color: #888;
  font-weight: bold; }

.wp-pagenavi a {
  color: #999;
  padding: 6px 9px;
  border: solid 1px #ddd;
  background-color: #f0f0f0;
  text-decoration: none; }

.wp-pagenavi a:hover {
  color: #777;
  border-color: #ababab;
  background-color: #e2e2e2; }

.wp-pagenavi span.pages {
  float: left;
  display: none; }

.wp-pagenavi span.current {
  margin: 4px 4px;
  padding: 0 6px;
  color: #000;
  font-weight: bold; }

.wp-pagenavi a.page {
  margin: 0 4px; }

.wp-pagenavi .extend {
  margin: 0 10px; }

.wp-pagenavi a.previouspostslink {
  margin: 0 20px; }

.wp-pagenavi a.nextpostslink {
  margin: 0 20px; }

/* CARS LIST */
#news-archive-box a {
  color: #a00; }

#news-archive-box h2 {
  color: #000000; }

#news-archive-box a:hover {
  color: #300; }

#news-archive-box img {
  border: solid 1px #333333;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 6px; }

#news-archive-box {
  text-align: justify;
  line-height: 1.5em; }

#news-archive-box h2 {
  font-size: 1.2em;
  display: block;
  border-bottom: solid 2px #cc0000;
  clear: left; }

#news-archive-box h3 {
  font-size: 1.1em;
  margin-top: 2px;
  margin-bottom: 2px; }

#news-archive-box li {
  list-style-type: none;
  clear: both; }

.news-archive-box-extended {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 500px; }

.news-archive-box-description {
  margin-top: 4px;
  font-size: 0.9em;
  line-height: 1.2em; }

.news-archive-ad {
  display: block;
  margin-left: 15px;
  margin-bottom: 6px; }

/* ARTICLE TOP BOX */
img.full-cover {
  margin: 0 auto;
  border: solid 1px #aaa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#article-top-box {
  clear: both; }

#article-top-box .left {
  float: left;
  margin: 0 0 4px 0; }

#article-top-box .right {
  float: right;
  margin: 0 4px 4px 0; }

#article-top-box img.article-cover {
  border: solid 1px #999; }

.article-intro {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 720px;
  margin: 0 auto;
  font-size: 19px;
  clear: both;
  font-weight: 300;
  border-bottom: solid 1px #ccc;
  border-top: none;
  margin: 10px auto;
  padding: 5px 0;
  line-height: 1.4em;
  letter-spacing: 0.01em; }

.article-box-ext-720 {
  width: 720px;
  margin: 0 auto;
  clear: both; }

.article-intro-left {
  font-size: 16px;
  clear: both;
  float: left;
  width: 530px;
  font-weight: normal;
  border-bottom: solid 2px #ccc;
  border-top: solid 2px #ccc;
  margin: 6px 4px;
  padding: 3px 0;
  line-height: 30px; }

.article-cover-180 {
  border: solid 1px #999;
  margin-top: 4px; }

.article-navbar, .article-toc {
  width: 720px;
  margin: 0 auto;
  font-size: 11px; }

.article-navbar a, .article-toc a {
  color: #a00; }

.article-navbar a:hover, .article-toc a:hover {
  color: #300; }

.article-toc {
  width: 720px;
  margin: 0 auto;
  font-size: 12px; }

/* ARTICLE TOP BOX CUSTOM ADS */
#top-box-custom-ads {
  width: 720px;
  margin: 8px auto; }

#top-box-custom-ads img {
  float: right;
  margin-left: 6px; }

#top-box-custom-ads h1 {
  margin: 0 0 6px;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  color: #000;
  border: none; }

#top-box-custom-ads .metadata {
  font-size: 13px;
  clear: left;
  text-align: right;
  color: #888;
  margin: 4px 0 8px; }

#top-box-custom-ads .date {
  width: 404px;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 3px;
  float: left;
  background-color: #aaa;
  color: #fff; }

#top-box-custom-ads .intro {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  color: #000; }

/* ARTICLE LINK UNIT ADS */
.article-link-unit-spacer {
  clear: both;
  float: left;
  width: 720px;
  display: block;
  height: 12px; }

/* SHARE BOX */
#share-box {
  clear: both;
  width: 100%;
  padding: 10px 0;
  float: left;
  text-align: center;
  font-size: 13px;
  color: #777; }

#share-box .buffer-button {
  float: right;
  width: 60px;
  text-align: right; }

#share-box a.share-button {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #999;
  color: #fff;
  overflow: hidden;
  line-height: 34px;
  text-align: center;
  margin: 0 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

#share-box a.share-button:hover {
  background: #555; }

#share-box a.share-button i {
  font-size: 24px;
  text-indent: 0;
  left: 0;
  line-height: 34px; }

/*Additional Positioning */
#share-box a.share-button i.fa-twitter {
  padding: 1px 0 0 2px; }

#share-box a.share-button i.fa-facebook {
  padding: 4px 0 0 5px; }

#share-box a.share-button i.fa-google-plus {
  font-size: 22px;
  padding: 2px 0 0 4px; }

#share-box a.share-button img.icon {
  width: 22px;
  height: 22px;
  margin: 7px; }

/* ARTICLE RELATED BOX*/
#article-right-box-ext {
  width: 350px;
  float: left;
  background-color: #e1e2dc;
  border: solid 1px #999;
  margin: 0;
  padding-bottom: 5px; }

#article-right-box {
  width: 340px;
  margin: 5px auto; }

#article-right-box .item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 3px 0 2px;
  border-bottom: solid 1px #ccc; }

#article-right-box .img-small {
  float: right;
  border: solid 1px #999;
  margin-left: 5px;
  background-position: center center; }

#article-right-box h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: solid 1px #999;
  padding: 0; }

#article-right-box h4 {
  margin: 0;
  font-size: 12px; }

#article-right-box .text {
  font-size: 11px;
  margin: 5px 0;
  color: #333; }

#article-right-box a:hover {
  color: #600; }

#article-right-box a {
  color: #37393c; }

.inside-ads {
  float: left;
  margin: 0 4px; }

/* PUBLICATIONS INDEX*/
#pub-index {
  font-size: 1em; }

#pub-index div.cat-box-ext {
  width: 179px;
  float: left; }

#pub-index div.cat-box-int {
  margin: 5px;
  border: solid 1px #ccc; }

#pub-index h2 {
  font-size: 1.1em;
  margin: 3px;
  display: block;
  border-bottom: solid 1px #ccc;
  padding-bottom: 3px; }

#pub-index h3 {
  font-size: 1em;
  font-weight: bold; }

#pub-index h2 a {
  color: #a00;
  text-decoration: none; }

#pub-index h3 a {
  color: #333;
  text-decoration: none;
  display: inline;
  margin: 0px;
  float: left; }

#pub-index a {
  color: #666;
  text-decoration: none; }

#pub-index a:hover {
  color: #300; }

#pub-index h2 a:hover, #pub-index h3 a:hover, #pub-index a:hover {
  text-decoration: underline; }

#pub-index li {
  font-weight: bold; }

#pub-index ul {
  margin-left: 6px;
  padding: 0; }

#pub-index ul li {
  font-weight: normal;
  list-style-type: none; }

#pub-index ul ul {
  margin: 3px 0;
  font-size: 0.85em; }

#pub-index ul ul {
  list-style-type: none;
  padding: 1px 10px 3px; }

.pub-sort-box {
  margin-top: 4px;
  font-size: 0.9em;
  color: #333;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: solid 1px #ccc; }

.pub-sort-box a {
  color: #666666; }

/* SINGLE PUBLICATION PAGE */
#single-pub h2 {
  font-size: 1.2em;
  margin-top: 8px;
  margin-bottom: 6px; }

#single-pub .metadata, #single-pub .author, #single-pub .date {
  font-size: 0.9em;
  color: #666666; }

#single-pub .metadata {
  margin-bottom: 4px; }

#single-pub .date {
  float: right;
  margin-bottom: 5px;
  margin-left: 25px; }

.author {
  float: left; }

#single-pub .file-details {
  font-size: 0.85em;
  clear: both;
  color: #333;
  border-bottom: solid 1px #999999;
  padding-bottom: 4px;
  margin: 6px 0 6px 0; }

#single-pub .cover {
  float: left;
  border: solid 1px #999999;
  margin: 0 5px 5px 5px; }

#single-pub .link {
  font-size: 1em;
  font-weight: bold;
  text-align: right;
  margin-top: 4px; }

#single-pub .link a, #single-pub .file-details a, .metadata a {
  color: #a00; }

/* DIRECTORY */
.archive-meta {
  font-size: 13px;
  line-height: 1.3em;
  color: #333;
  padding: 2px 0 5px; }

#directory h2, #directory h3 {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-weight: bold; }

#directory a {
  text-decoration: underline; }

#directory .wp-pagenavi a {
  text-decoration: none; }

#directory h2 {
  color: #777;
  margin: 10px 0 12px; }

#directory h3 a {
  color: #aa0000; }

#directory h3 a:hover {
  color: #300; }

#directory span.url a, #directory li.categories li a {
  color: #a00; }

#directory span.url a:hover, #directory li.categories li a:hover {
  color: #300; }

#directory ul li {
  line-height: 1.5em; }

#directory li {
  list-style-type: none; }

#directory ul {
  font-weight: bold;
  margin: 0;
  padding: 0; }

#directory ul ul {
  font-weight: normal;
  margin-left: 20px; }

#directory h3 {
  font-size: 14px;
  margin: 4px 0;
  padding: 0; }

#directory .description {
  font-size: 13px;
  color: #444;
  font-weight: normal; }

#directory .description a {
  color: #a00; }

#directory .url {
  display: block;
  font-size: 11px;
  color: #222;
  font-weight: bold; }

.pub-categories {
  float: left;
  width: 100%;
  border: solid 1px #ccc;
  font-size: 12px; }

.pub-categories a {
  color: #666666; }

.pub-categories li {
  font-size: 1em;
  line-height: 1.3em;
  list-style-type: none;
  text-indent: 6px;
  padding: 0;
  margin: 2px 0; }

.custom-ads .ads-title a {
  color: #000;
  margin: 0 0 6px;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold; }

.custom-ads .title {
  text-decoration: underline;
  color: #a00;
  font-weight: bold;
  margin-top: 6px; }

.custom-ads .text {
  text-decoration: none;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  margin: 5px 0 3px; }

.custom-ads .url {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 11px;
  display: block;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc; }

.custom-ads a .title:hover {
  color: #300; }

.custom-ads a .url:hover {
  color: #000; }

#searchbar a {
  color: #a00; }

#searchbar a:hover {
  color: #500; }

#searchbar {
  clear: both;
  margin: 8px auto 8px;
  width: 720px;
  font-size: 11px;
  padding: 8px 0; }

#searchbar .left {
  width: 10%;
  float: left; }

#searchbar .left-ext {
  width: 20%;
  float: left; }

#searchbar .mid-left {
  width: 10%;
  float: left; }

#searchbar .center {
  width: 60%;
  float: left;
  text-align: center; }

#searchbar .mid-right {
  width: 10%;
  float: left;
  text-align: right; }

#searchbar .right {
  width: 10%;
  float: left;
  text-align: right; }

#searchbar .right-ext {
  width: 20%;
  float: left;
  text-align: right; }

/*IMAGE GALLERY */
#gallery {
  width: 100%; }

#single-image img {
  margin: 4px; }

.gallery-number {
  width: 780px;
  margin: 0 auto;
  text-align: right;
  font-size: 11px;
  color: #555; }

.gallery-number a {
  color: #a00; }

.gallery-number a:hover {
  color: #300; }

.gallery-navbar {
  width: 600px;
  margin: 0 auto 18px;
  font-size: 11px; }

.gallery-navbar .left {
  float: left; }

.gallery-navbar .right {
  float: right; }

.gallery-navbar a {
  color: #666; }

.gallery-navbar a:hover {
  color: #333; }

div.single-image {
  clear: both;
  margin: 8px auto;
  /*background:#fff url('/css/style-03/images/icon-loader.gif') 50% 50% no-repeat;*/ }

div.single-image img {
  border: solid 1px #999; }

.dida {
  clear: both;
  font-size: 15px;
  padding: 12px 0;
  color: #333; }

.article-gallery-box .gallery-thumbnails {
  border: none;
  padding: 4px; }

.article-gallery-box-ext {
  clear: both;
  width: 717px;
  padding-top: 6px;
  margin: 12px auto; }

.article-gallery-box {
  width: 100%;
  border: solid 1px #ccc;
  background-color: #efefef;
  float: left; }

.gallery-thumbnails-ext {
  width: 720px;
  clear: both;
  margin: 4px auto 10px;
  text-align: center; }

.gallery-thumbnails {
  border: solid #ccc;
  border-width: 1px 0 0;
  padding: 4px 0; }

.gallery-thumbnails ul {
  margin: 0 15px;
  padding: 0; }

.gallery-thumbnails ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline; }

.gallery-thumbnails ul li a {
  width: 96px;
  height: 96px;
  float: left; }

.gallery-thumbnails ul li a img {
  margin: 7px 7px;
  border: solid 1px #999; }

.gallery-thumbnails a:hover {
  background-color: #dedede; }

.gallery-thumbnails .active {
  width: 96px;
  height: 96px;
  float: left;
  background-color: #a00; }

.gallery-thumbnails .active img {
  margin: 7px 7px;
  border: solid 1px #900; }

.language-selection {
  font-size: 11px;
  color: #666;
  font-weight: bold;
  width: 100%;
  float: left;
  text-align: right;
  margin: 0 0 2px; }

.language-selection ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right; }

.language-selection ul li {
  margin: 0 3px;
  padding: 0;
  float: left; }

.language-selection a img {
  border: solid 1px #333; }

.language-selection a {
  color: #333; }

.language-selection a:hover {
  color: #a00; }

/* ARTICLE CUSTOM ADS */
.article-custom-ads {
  clear: both;
  margin: 6px 4px 4px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: solid 0px #999;
  border-top: 0px #ccc;
  padding: 4px 0 6px; }

.article-custom-ads .ad-top-title {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 7px;
  color: #000; }

.article-custom-ads .ad-top-title a {
  color: #666; }

.article-custom-ads .ad-title {
  font-size: 18px;
  font-weight: normal;
  margin: 4px 0 4px; }

.article-custom-ads .ad-title a {
  text-decoration: underline;
  color: #a00; }

.article-custom-ads .ad-title a:hover {
  color: #600;
  text-decoration: underline; }

.article-custom-ads .ad-text {
  color: #666;
  font-size: 12px;
  margin: 4px 0; }

.article-custom-ads .ad-url {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  border-bottom: solid 1px #dedede;
  padding-bottom: 6px;
  margin-bottom: 4px; }

.article-custom-ads .ad-url a {
  color: #333; }

.article-custom-ads .ad-url a:hover {
  color: #000; }

.article-custom-ads-bottom {
  clear: both;
  margin: 6px 4px 4px;
  font-family: Arial, Helvetica, sans-serif;
  border: none;
  padding: 4px 0 6px; }

.article-custom-ads-bottom .ad-top-title {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin: 3px 0 7px;
  color: #000; }

.article-custom-ads-bottom .ad-top-title a {
  color: #666; }

.article-custom-ads-bottom .ad-title {
  font-size: 18px;
  font-weight: normal;
  margin: 4px 0 4px; }

.article-custom-ads-bottom .ad-title a {
  text-decoration: underline;
  color: #a00; }

.article-custom-ads-bottom .ad-title a:hover {
  color: #600;
  text-decoration: underline; }

.article-custom-ads-bottom .ad-text {
  color: #666;
  font-size: 12px;
  margin: 4px 0; }

.article-custom-ads-bottom .ad-url {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  border-bottom: solid 1px #dedede;
  padding-bottom: 6px;
  margin-bottom: 4px; }

.article-custom-ads-bottom .ad-url a {
  color: #333; }

.article-custom-ads-bottom .ad-url a:hover {
  color: #000; }

/*

.tutorial-list-custom-ads { clear:both; margin: 6px 4px 6px; font-family:Arial, Helvetica, sans-serif; border-bottom:solid 2px #666; border-top:0px #ccc; padding:4px 0 6px;}
.tutorial-list-custom-ads .ad-top-title { font-size:14px; font-weight:bold; text-align:left; margin:3px 0 7px; color:#000;}
.tutorial-list-custom-ads .ad-top-title a  {color:#333;}
.tutorial-list-custom-ads .ad-title {font-size:18px; font-weight:normal; margin:4px 0 4px;}
.tutorial-list-custom-ads .ad-title a {text-decoration:underline; color:#a00;}
.tutorial-list-custom-ads .ad-title a:hover {color:#600; text-decoration:underline;}
.tutorial-list-custom-ads .ad-text {color:#666; font-size:12px; margin:4px 0;}
.tutorial-list-custom-ads .ad-url {width:100%; font-size:12px; font-weight:bold; border-bottom:solid 0px #dedede; padding-bottom:6px; margin-bottom:4px;}
.tutorial-list-custom-ads .ad-url a {color:#333;}
.tutorial-list-custom-ads .ad-url a:hover {color:#000; }
*/
/* GOOGLE SEARCH PAGE */
#googleSearchUnitIframe iframe {
  overflow: auto; }

/* COMMENTS */
#comments {
  float: left;
  width: 100%;
  margin-top: 10px; }

h3#comments-title {
  clear: both;
  margin: 10px 0;
  font-size: 23px;
  color: #333;
  border-bottom: solid 2px #ccc;
  padding-bottom: 3px; }

li.comment {
  float: left;
  width: 100%; }

div.comment-wrapper {
  float: right;
  width: 100%;
  border-bottom: solid 1px #dedede;
  padding-bottom: 5px; }

li.comment.depth-2 div.comment-wrapper {
  width: 95%; }

li.comment.depth-3 div.comment-wrapper {
  width: 90%; }

li.comment.depth-4 div.comment-wrapper {
  width: 85%; }

div.comment-author {
  margin: 8px 0 4px;
  font-weight: normal;
  font-size: 14px;
  color: #999; }

div.comment-author b {
  color: #444; }

div.comment-author a {
  text-decoration: none;
  color: #555;
  margin-bottom: 7px; }

div.comment-author a:hover {
  text-decoration: underline;
  color: #222; }

.moderation-alert {
  font-size: 13px;
  color: #111;
  font-weight: bold; }

div.comment-text {
  color: #444;
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 4px;
  color: #6f6f6f; }

div.comment-text p {
  margin-top: 12px;
  line-height: 1.3em; }

div.comment-text br {
  margin-top: 8px; }

div.comment-text a {
  color: #904e4e; }

div.comment-text a:hover {
  color: #5f3d3d; }

.comment-meta {
  font-size: 12px;
  color: #8f8f8f;
  margin: 10px 0 8px;
  font-weight: normal; }

.comment-meta a {
  color: #333;
  font-weight: bold; }

div.reply {
  float: right; }

div.reply a {
  color: #555; }

div.reply a:hover {
  color: #222; }

#respond {
  font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
  clear: both;
  float: left;
  margin-top: 6px; }

#respond h3#reply-title {
  font-size: 18px;
  color: #444;
  margin: 4px 0; }

#respond h3#reply-title small a {
  font-size: 13px;
  color: #a00; }

p.logged-in-as, p.must-log-in {
  font-size: 13px;
  color: #565656;
  padding: 12px 0; }

p.logged-in-as a, p.must-log-in a {
  color: #a00; }

p.logged-in-as a:hover, p.must-log-in a:hover {
  color: #500; }

form#commentform {
  width: 728px;
  font-size: 15px; }

form#commentform p {
  margin: 12px auto; }

form#commentform p label {
  color: #666; }

form#commentform .required {
  color: #666;
  font-weight: bold; }

form#commentform p input {
  float: right;
  border: solid 1px #ccc;
  padding: 4px;
  margin-top: -5px; }

p.comment-notes {
  margin: 0; }

.comment-notes {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.5em; }

.comment-notes a {
  color: #a00; }

.comment-notes a:hover {
  color: #500; }

div.comment-form-comment label {
  display: none; }

textarea#comment {
  border: solid 1px #ccc;
  padding: 15px;
  background-color: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 14px;
  margin: 6px 0 8px;
  clear: both;
  width: 698px;
  height: 80px; }

form#commentform p.form-submit input {
  float: right;
  background-color: #dedede;
  color: #666;
  font-weight: bold;
  font-family: Helvetica, Arial, sans serif;
  font-size: 12px;
  padding: 4px;
  text-transform: uppercase; }

form#commentform p.form-submit input:hover {
  background-color: #888;
  color: #fff; }

form#commentform p.form-submit input:active {
  background-color: #333;
  color: #fff; }

/* REGISTRATION FORM */
form.loginform p {
  clear: both;
  margin-top: 10px;
  clear: both;
  font-size: 15px; }

form.loginform label {
  clear: both;
  margin-top: 10px; }

form.loginform p input {
  margin-top: 10px; }

form.loginform h3 {
  clear: both;
  color: #a00;
  margin: 20px 0 25px;
  font-size: 21px; }

ul#cycnav {
  margin-top: 15px;
  padding-left: 10px; }

ul#cycnav li {
  list-style-type: disc;
  margin-left: 10px;
  margin-top: 5px; }

ul#cycnav li a {
  color: #a00; }

/* Profile Page */
#your-profile h3 {
  margin: 16px 0 10px;
  font-size: 18px;
  color: #787878; }

#your-profile th, #your-profile td {
  padding: 4px; }

#your-profile td {
  color: #555;
  line-height: 1.2em; }

#cycsubmit {
  padding: 4px; }

/* HOMEPAGE SLIDESHOW */
a:active {
  outline: none; }

:focus {
  -moz-outline-style: none; }

.slideshow {
  position: relative;
  margin: 2px 0 1px;
  height: 332px;
  width: 728px;
  float: left; }

/* single slide */
.slideshow div.cover-slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 728px;
  height: 332px;
  background: #777; }

.slideshow div.cover-slide.slide-1 {
  display: block; }

.slideshow div.cover-slide .info-box {
  float: right;
  width: 287px;
  background: #262a3a url(images/bg-slideshow-info-box.png) top repeat-x;
  height: 332px; }

.slideshow img.cover {
  margin: 1px 0 1px 1px;
  float: left; }

.slideshow .admin-notes a {
  color: #9BC0F6; }

/* information box */
.slideshow .info-box h3 {
  padding: 15px;
  line-height: 1.15em;
  color: #fff;
  font-size: 28px; }

.slideshow .info-box h3.small {
  font-size: 26px; }

.slideshow .info-box h3 a {
  color: #eee; }

.slideshow .info-box h3 a:hover {
  color: #fff; }

.slideshow .info-box p.meta {
  margin-left: 15px;
  font-size: 12px;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #4e5980;
  font-weight: bold;
  margin-top: 45px; }

.slideshow .info-box p.meta .category {
  color: #9bc0f6; }

.slideshow .info-box p.summary {
  width: 238px;
  margin: 0 auto;
  font-size: 13px;
  color: #8e93ab;
  line-height: 1.2em;
  position: absolute;
  top: 206px;
  left: 457px; }

.slideshow .info-box p.summary.small {
  top: 228px; }

.slideshow .info-box p.more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px; }

.slideshow .info-box p.more a {
  display: block;
  padding: 4px 5px;
  background-color: #17181e;
  color: #e1930b;
  border: solid 1px #465160;
  text-decoration: none; }

.slideshow .info-box p.more a:hover {
  background-color: #020202;
  color: #f42800; }

/* slide tabs */
.slidetabs {
  margin-bottom: -19px;
  float: left;
  position: relative;
  top: -326px;
  left: 610px; }

.slidetabs a {
  width: 16px;
  height: 16px;
  float: left;
  margin: 3px;
  background: #21232d;
  display: block;
  font-size: 1px;
  border: solid 1px #465160; }

.slidetabs a:hover {
  background-color: #191a1d;
  border-color: #706a53; }

.slidetabs a.current {
  background-color: #131212;
  border-color: #e1930b; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
  visibility: hidden !important; }

/* Link Units */
.link-unit-box-ext {
  width: 100%;
  float: left; }

.link-unit-box {
  width: 1000px;
  margin: 0 auto;
  padding-top: 8px; }

/* Fancy Box additional styling */
div#fancybox-gallery-links {
  float: right;
  text-align: right;
  width: 200px;
  font-weight: bold;
  font-size: 13px; }

div#fancybox-gallery-links a {
  color: #bbb;
  padding-left: 10px;
  float: right;
  text-decoration: none; }

div#fancybox-gallery-links a.first {
  border: none;
  padding-left: 10px; }

div#fancybox-gallery-links a:hover {
  color: #fff;
  text-decoration: underline; }

div#icon-large-size {
  width: 8px;
  height: 8px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
  background-image: url(images/icons-gallery-sprite.png); }

div#icon-full-gallery {
  width: 8px;
  height: 8px;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
  background-image: url(images/icons-gallery-sprite.png);
  background-position: -8px 0; }

@font-face {
  font-family: 'Sans-Serif-Bold-Condensed';
  src: url('fonts/sans-serif-bold-condensed-webfont.eot');
  src: url('fonts/sans-serif-bold-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/sans-serif-bold-condensed-webfont.woff') format('woff'), url('fonts/sans-serif-bold-condensed-webfont.ttf') format('truetype'), url('fonts/sans-serif-bold-condensed-webfont.svg#HelveticaNeueLT57CnBold') format('svg');
  font-weight: bold;
  font-style: normal; }

/* STYLE ARTICLE */
/* ARTICLE BOX */
#article-box {
  width: 720px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #333;
  clear: none;
  text-align: left; }

#article-box del {
  color: #333; }

#article-box p {
  margin: 10px 0; }

#article-box a, h2 {
  color: #aa0000;
  text-decoration: none; }

#article-box a:hover {
  color: #600; }

#article-box h2 {
  font-size: 20px;
  margin: 12px 0; }

#article-box h3 {
  font-size: 17px;
  margin: 10px 0;
  color: #555;
  line-height: 1.4em; }

#article-box .small {
  font-size: 11px; }

#article-box img {
  margin-top: 4px;
  margin-bottom: 4px;
  border: 1px solid #666; }

#article-box p.image-right img {
  display: block; }

#article-box table.image-right {
  margin: 0; }

#article-box ul {
  margin: 8px 6px; }

#article-box li {
  list-style-type: disc;
  margin: 4px 0 4px 12px; }

#article-box ul ul {
  margin: 12px 16px; }

#article-box ul ul li {
  list-style-type: disc;
  margin: 4px 0 4px 12px; }

#article-box br {
  margin-top: 4px; }

.alignright {
  float: right;
  clear: right;
  margin-left: 3px; }

.alignleft {
  float: left;
  margin-right: 3px; }

p.image-right img {
  margin: 0 auto; }

#article-box p.image-right, #article-box p.image-left {
  margin: 0;
  padding-bottom: 15px;
  line-height: 1.25em;
  color: #555; }

#article-box p.image-right img {
  margin-bottom: 7px; }

.image-left, .image-right, .image-line, .wp-caption {
  font-size: 13px;
  color: #555;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
  line-height: 1em; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-caption {
  float: left;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 0; }

.wp-caption.alignright {
  float: right;
  margin-left: 4px;
  margin-right: 0; }

.wp-caption.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 4px; }

.wp-caption a img {
  margin: 0 3px; }

#article-box .wp-caption p.wp-caption-text {
  margin: 0;
  padding: 3px 0 15px; }

.image-left b, .image-right b, .image-line b {
  color: #222; }

.image-right {
  float: right;
  clear: right;
  margin-left: 5px; }

.image-left {
  float: left;
  clear: left;
  margin-right: 5px; }

.image-right img, #article-box img.image-right {
  margin: 3px 0 3px 4px; }

.image-left img, #article-box img.image-left {
  margin: 3px 4px 3px 0; }

img.size-post-fullwidth {
  width: 100%;
  height: auto; }

.image-line {
  display: block;
  text-align: center;
  width: 100%; }

.article-dida {
  font-size: 12px;
  color: #777; }

#article-box blockquote {
  padding-left: 30px;
  color: #555; }

#article-box p.caption {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  margin-top: -8px;
  padding-bottom: 6px;
  padding-top: 2px;
  color: #333;
  line-height: 1.2em; }

#article-box p.caption br {
  display: block;
  line-height: 1.2em; }

#article-box table {
  clear: both;
  font-size: 12px;
  text-align: center;
  margin: 4px auto 6px;
  font-weight: bold;
  color: #777; }

#article-box table b, #article-box table strong {
  color: #222; }

#article-box table tr td img {
  display: block;
  margin: 2px auto; }

#article-box table tr td {
  padding: 3px;
  line-height: 1.3em; }

#article-box table tr td.article-dida {
  font-size: 12px; }

#article-box table.data-table {
  border: 0;
  padding: 0;
  background-color: #777;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
  color: #444; }

#article-box table.data-table tr {
  background-color: #fff; }

#article-box table.data-table tr td {
  border: solid 1px #ccc;
  padding: 2px; }

#article-box table.data-table tr td p {
  margin: 0; }

#article-box table.data-table tr td ul {
  list-style-type: disc;
  display: block;
  text-align: left;
  margin: 0 auto; }

#article-box table.data-table tr td li {
  list-style-type: disc;
  margin-left: 8px; }

#article-box table.data-table tr td.data-table-header {
  background-color: #F5F5F5;
  font-weight: bold;
  margin: 0;
  padding: 0; }

#article-box table.data-table tr td.data-table-title {
  background-color: #eee;
  font-weight: bold;
  text-transform: uppercase;
  color: #444;
  margin: 0;
  padding: 0; }

.table-text {
  font-size: 1em;
  color: #666; }

.table-text-large {
  font-size: 0.7em; }

.table-right {
  float: right;
  margin-left: 4px; }

.table-text h3 {
  font-size: 1.1em;
  text-align: center;
  display: block;
  color: #CC0000;
  font-weight: bold;
  padding: 3px;
  margin: 0px; }

.tutorial-tip-box {
  width: 80%;
  clear: both;
  color: #353957;
  border: solid 1px #9cafce;
  background-color: #cbd2ff;
  background: url(/images/gui/bg-tutorial-tip-box.png) repeat-x top left;
  margin: 5px auto;
  padding: 10px 10px 10px 60px; }

.tutorial-tip-box p {
  margin: 5px 0 0 0; }

.tutorial-tip-box h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0px;
  color: #353957; }

#article-box .quote {
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 15px 30px;
  background: url(/css/style-03/images/bg-article-quote.png) no-repeat top left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.3em;
  color: #8A826F; }

#article-box .quote p.author {
  font-size: 0.8em;
  width: 100%;
  text-align: right;
  color: #333333;
  margin-top: 0; }

#article-box .text-box-ext-right {
  width: 355px;
  float: right;
  margin-left: 5px; }

#article-box .text-box {
  padding: 4px;
  border: solid 1px #ccc;
  background-color: #efefef;
  font-family: Arial, Helvetica, sans-serif;
  color: #333; }

#article-box .text-box h2, #article-box .text-box a {
  color: #666; }

#article-box .text-box h2, #article-box .text-box p {
  margin-top: 2px; }

#article-box .text-box h2 {
  border-bottom: solid 1px #ccc; }

#article-box img.button {
  border: none; }

#article-box .center {
  text-align: center; }

#article-box p.right {
  display: block;
  text-align: right;
  width: 100%; }

#article-box ul li ul li {
  padding-left: 15px; }

/* GRID INSIDE ARTICLE BOX TEXT */
#article-box .grid {
  width: 100%;
  float: left;
  margin: 20px 0; }

#article-box .grid .grid-item {
  margin-bottom: 8px; }

#article-box .grid .grid-item img {
  width: 100% !important;
  height: auto !important;
  margin: 0; }

#article-box .grid .grid-item h4 {
  line-height: 1.1em;
  font-size: 14px; }

/* POSTS LIST INSIDE ARTICLE BOX TEXT */
#article-box .list-posts {
  float: left;
  width: 100%;
  padding: 10px 0 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px; }

#article-box .list-posts-item {
  width: 100%;
  clear: left; }

#article-box .list-posts-item img {
  float: left;
  margin-right: 12px; }

#article-box .list-posts-item h4 {
  line-height: 80px; }

/* !_MEDIA QUERIES */
/******************************************************
	smaller than 1180px
*******************************************************/
@media screen and (max-width: 1242px) {
  #main-header h1 {
    width: 300px;
    line-height: 1em; }

  #main-header h1 a img.logo {
    width: 100% !important;
    height: auto; }

  #main-nav-wrapper, .wrapper {
    width: 1090px; }

  .wrapper-int {
    margin-left: 20px;
    width: 1048px; }

  #home-featured-box {
    height: 466px; }

  .extra-col {
    width: 300px; }

  .extra-col section article {
    height: 296px;
    margin-right: 0 !important; }

  article.full-width-only {
    display: none; }

  #home-featured-box article#first-story {
    width: 699px; }

  #home-featured-box article#first-story img {
    width: 100% !important;
    height: auto; }

  #home-featured-box article.small {
    width: 349px;
    height: 233px; }

  #home-featured-box article.small h2 {
    font-size: 24px; }

  #home-featured-box article.small .info-box {
    top: 106px; }

  #home-featured-box article.small img {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%; }

  #home-featured-box article.small .summary {
    font-size: 12px;
    height: 54px;
    overflow: hidden; }

  .extra-col section article {
    clear: left;
    width: 100%; }
 }

@media screen and (max-width: 1090px) {
  #main-nav-wrapper, .wrapper {
    width: 1004px; }

  .wrapper-int {
    margin-left: 8px;
    width: 986px; }

  #main-header h1 {
    width: 240px;
    padding-top: 16px; }

  .top-banner {
    margin-top: 0 !important; }

  #home-featured-box {
    height: 438px; }

  #home-featured-box article#first-story {
    width: 657px; }

  #home-featured-box article.small {
    width: 328px;
    height: 219px; }

  #home-featured-box article.small h2 {
    font-size: 22px; }

  #home-featured-box article.small .summary {
    display: none; }

  #home-featured-box article .info-box {
    top: 285px; }

  #home-featured-box article.active .info-box {
    top: 160px; }

  #home-featured-box article.small .info-box {
    height: 220px;
    top: 95px; }

  #home-featured-box article.small img {
    width: 100%;
    margin-left: 0;
    margin-top: 0; }

  .extra-col {
    width: 250px; }
 }

@media screen and (max-width: 1002px) {
  #main-nav-wrapper, .wrapper {
    width: 750px;
    padding: 0; }

  #main-nav .search-form {
    clear: both;
    float: none;
    margin: 8px auto;
    position: relative; }


  .wrapper-int {
    width: 728px;
    margin: 0 auto;
    padding: 0; }

  #main-header h1 {
    width: 100%;
    padding-top: 0;
    text-align: center; }

  #main-header h1 a img.logo {
    width: auto !important;
    height: auto;
    float: none; }

  .extra-col {
    clear: left;
    float: left;
    width: 100%;
    margin-top: 20px; }

  .extra-col section article {
    width: 352px;
    float: left;
    margin-right: 24px !important;
    height: auto;
    clear: none; }

  .extra-col section article.even, .extra-col section article:nth-of-type(even) {
    margin-right: 0 !important; }

  article.full-width-only {
    display: block !important; }

  .image-caption {
    font-size: 14px; }

  #home-featured-box {
    height: 728px; }

  #home-featured-box article#first-story {
    width: 728px; }

  #home-featured-box article .info-box {
    top: 330px; }

  #home-featured-box article.active .info-box {
    top: 210px; }

  #home-featured-box article.small {
    float: left;
    width: 364px; }

  #home-featured-box article.small .info-box {
    top: 117px; }

  #home-featured-box article.small .summary {
    display: block; }

  #home-featured-box a.button-hollow {
    bottom: 16px; }
 }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus, textarea:focus, input:focus {
    font-size: 16px !important;
    background: #fff; }
 }

@media screen and (max-width: 760px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%; }

  .wrapper {
    width: 100%;
    padding: 0; }

  #header-wrapper-ext {
    float: left;
    width: 100%;
    height: 150px; }

  #header-wrapper.wrapper {
    float: left; }

  #main-header .top-banner {
    clear: both;
    float: left;
    width: 96%;
    margin: 0 2%;
    max-height: 90px;
    padding-top: 16px; }

  #page-container {
    clear: both; }

  #main-header {
    /*top:0;position:fixed; */
    z-index: 9999;
    height: 50px !important;
    padding: 0 !important;
    position: relative;
    box-shadow: 0 5px 10px #ccc; }

  .home #main-header {
    box-shadow: 0 5px 10px #222; }

  .mobile-button, i.fa.mobile-button {
    display: block;
    top: 7px;
    position: absolute;
    font-size: 24px !important;
    color: #888;
    cursor: pointer;
    padding: 4px; }

  .mobile-button:hover {
    color: #333; }

  #mobile-search-button {
    right: 7px; }

  #mobile-menu-button {
    left: 7px; }

  #main-header h1 {
    margin: 0 auto !important;
    padding: 0 !important;
    line-height: 0 !important;
    width: 100%;
    text-align: center; }

  #main-header h1 a {
    display: inline-block; }

  #main-header h1 a img.logo {
    height: 40px !important;
    width: auto !important;
    margin: 5px auto !important;
    float: none !important; }

  header .top-links {
    display: none; }

  #main-nav-wrapper {
    display: none; }

  .mobile-overlay-box {
    position: fixed;
    z-index: 99999;
    top: 49px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 90%;
    border-bottom: solid 1px #999;
    box-shadow: 5px 5px 5px #aaa;
    background: #fff;
    overflow-y: auto !important;
    padding: 8px;
    font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.2em; }

  .mobile-overlay-box.active {
    display: block; }

  .home .mobile-overlay-box {
    box-shadow: none; }


  #mobile-nav li a {
    float: left;
    width: 100%;
    padding: 4px 0;
    border-bottom: solid 1px #ccc; }

  #mobile-nav li ul {
    float: left;
    width: 100%;
    padding-left: 20px;
    clear: left;
    border-bottom: solid 1px #ccc;
    margin-top: 4px; }

  #mobile-nav li ul li:last-child a {
    border: none; }

  .mobile-close-button {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    padding: 3px 9px;
    font-size: 3rem !important;
    color: #aaa; }

  .mobile-close-button:hover {
    color: #888; }

  #mobile-search form {
    width: 80% !important; }

  #mobile-search .mobile-close-button {
    top: 8px; }


  .wrapper-int {
    width: 100%;
    margin: 0 auto;
    padding: 0; }

  .slider-title {
    width: 96%;
    margin: 0 2% 20px;
    float: left;
    display: block; }

  .content-col, .extra-col, .slider, .attachment-page {
    clear: left;
    width: 96%;
    margin: 0 auto;
    float: none; }

  #article-box, #article-top-box {
    width: 100%; }

  #main-nav .search-form {
    width: 100%; }

  #home-featured-box {
    width: 100%;
    background: #3a3a3a;
    margin: 0 0 10px;
    height: auto;
    padding-top: 15px; }

  #home-featured-box article {
    background: none !important;
    border-color: #555;
    padding: 8px; }

  #home-featured-box article .overlay {
    display: none; }

  #home-featured-box article img {
    height: auto !important;
    float: left;
    box-shadow: 0 0 7px #111; }

  .landscape #home-featured-box article img {
    width: 42% !important;
    margin: 0 10px 0 0 !important; }

  .portrait #home-featured-box article img {
    width: 100% !important;
    margin: 0 0 10px 0 !important; }

  #home-featured-box article .info-box {
    background: none !important;
    position: relative;
    top: 0 !important;
    height: auto !important;
    width: auto;
    float: none;
    padding: 0 !important;
    margin: 0; }

  #home-featured-box article .article-meta {
    font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #777 !important;
    text-shadow: 0 0 4px #222;
    margin-bottom: 5px !important;
    line-height: 1em; }

  .portrait #home-featured-box article .article-meta {
    clear: both;
    width: 100%;
    margin-top: 10px !important;
    float: left; }

  .landscape #home-featured-box article .article-meta {
    width: 56%;
    margin-top: 0px !important;
    float: left; }

  #home-featured-box article .article-meta i {
    font-size: 1.8rem; }

  #home-featured-box h1, #home-featured-box h2 {
    font-size: 26px !important;
    margin-bottom: 10px !important;
    text-shadow: 0 0 4px #111; }

  #home-featured-box h1 a, #home-featured-box h2 a {
    color: #ddd; }

  #home-featured-box h1 a:hover, #home-featured-box h2 a:hover {
    color: #fff; }

  #home-featured-box article#first-story {
    width: 100%;
    height: auto; }

  #home-featured-box article#first-story img {
    width: 100%;
    height: auto; }

  #home-featured-box article.small {
    width: 50%;
    height: auto; }

  #home-featured-box article .summary, #home-featured-box article.small .summary {
    color: #999;
    height: auto !important;
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.2em;
    clear: none; }

  #home-featured-box a.button-hollow {
    display: none; }

  /* Image Slider */
  .slider div a {
    padding: 8px 3px; }

  .slick-next, .slick-prev {
    width: 24px !important; }

  .content-col.two-cols article {
    width: 100%;
    margin: 0;
    height: auto; }

  #content.category-archive.two-cols article {
    height: auto; }

  article {
    width: 100% !important;
    float: left;
    border-bottom: solid 1px #ccc;
    padding-bottom: 8px;
    margin-bottom: 10px !important; }

  article:last-child {
    border-bottom: none; }

  article h3 {
    display: inline-block;
    font-size: 1.8rem !important;
    margin-top: 0 !important; }

  ul.article-meta {
    width: auto;
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1em;
    margin-bottom: 7px; }

  .landscape article h3 {
    width: 55%; }

  .portrait article h3 {
    width: 55%; }

  .home article .post-thumb {
    width: 100% !important;
    float: none !important;
    padding-top: 3px; }

  .home article .post-thumb a img {
    width: 40%;
    float: right;
    margin-left: 4px; }

  .home article .post-thumb ul.article-meta {
    position: relative;
    background: none;
    color: #999;
    padding: 0;
    float: left; }

  .landscape article .post-thumb {
    width: 40%;
    float: left;
    margin-right: 8px; }

  .portrait article .post-thumb {
    width: 40%;
    float: right;
    margin-bottom: 0; }

  .portrait article .post-thumb img {
    margin-left: 4px; }

  .wp-caption {
    width: 100% !important; }

  div#respond, form#commentform {
    width: 100%; }

  form#commentform textarea {
    width: 100%; }

  #article-box img {
    width: 100%;
    height: auto; }

  #footer .widget {
    width: 100%;
    clear: left; }

  #signature {
    height: 120px; }

  #signature a:hover {
    color: #a00; }

  #signature p.copyright, #signature .menu-footer-menu-container {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    overflow: auto; }

  #article-box {
    font-size: 1.3rem; }

  #article-box .wp-caption p.wp-caption-text {
    font-size: 1.1rem; }

  h1 {
    font-size: 2.5rem;
    line-height: 1.2em; }
 }
