/**
 * RESET 
 */
@import "css/reset.css";

/**
 * GLOBAL
 */

body {
	background: #2f3238 url(images/bg.jpg);
	color: #bbb;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #ddd;
	margin-top: 0.6em;
}

h1 {
	font-size: 2.4em;
	line-height: 1.5;
}

h2 {
	font-size: 2em;
	line-height: 1.2;
}

h3 {
  font-size: 1.8em;
  line-height: 1.2;
}

h4, h5, h6 {
  font-size: 1.6em;
  line-height: 1.5;
}

p {
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0 0 1.2em 0;
}

a { color: #d33b3c; text-decoration: none; }

a:visited { color: #d33b3c; }

a:hover, a:active, li a.active  { color: #000; }

a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }

/* apply common styling after reset.css */

li ul, li ol {  margin: 0; }
ul, ol {  margin: 0 1.5em 1.5em 0;  padding-left: 1.5em; }
ul {  list-style-type: disc; }
ol {  list-style-type: decimal; }
dl {  margin: 0 0 1.5em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5em; }
hr {  background: #666;  border: none;  clear: both;  float: none;  height: 1px;  margin: 0 0 1.4375em;  width: 100%; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4375em;  padding: 1.5em; }
table {  margin-bottom: 1.5em;  width: 100%; }
th, tr, td {  vertical-align: middle; }
th { padding-right: 1em; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }
img {
	max-width: 100%; 
}
blockquote {
	background-color: #2f3238;
	border-left: 6px solid #d33b3c;
	padding: 14px 14px 10px 14px;
	margin: 10px 0px;
}
code, pre {
	background-color: #2f3238;
	border-left: 6px solid #d33b3c;
	display: block;
	padding-left: 20px;
	margin: 10px 0;
}
strong { font-weight: bold; }
i { font-style: italic; }
.clear { 
	clear: both; 
	width: 100%;
}
.display-block { display: block; }

#main .content  table{
	margin-bottom: 1.5em;  
	width: 100%; 
}
#main .content  th{
	font-weight: bold;
	padding: 10px 5px;
	background: #2f3238;
	border: 1px solid #505259;
}
#main .content table td{
	border: 1px solid #505259;
	padding: 5px;
}
/**
 * LAYOUT
 */
#content {
	width: 940px;
	margin: 0 auto;
	background: #26292e url(images/content-bg.jpg);
	padding: 50px 100px;
	position: relative;
	z-index: 1;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 940px;
}
.container {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}
.wrap {
	width: 940px;
	margin: 0 auto;
	padding: 0 100px;
	position: relative;
}
/**
 * MAIN
 */

/* 1 column: global values*/

#main {
	display: inline;
	margin: 0;
}

/* 3 columns */

body.two-sidebars #main {
	float: left;
	margin: 0 0 0 240px;
	padding: 0;
	width: 460px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #main {
	float: right;
	margin: 0;
	padding: 0;
	width: 700px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #main {
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
}

/**
 * SIDEBARS
 */

/* 3 columns: sidebar-first */

body.two-sidebars #sidebar-first {
	float: left;
	margin: 0 0 0 -700px;
	padding: 0;
	width: 220px;
}

/* 3 columns: sidebar-second */

body.two-sidebars #sidebar-second {
	float: right;
	margin: 0;
	padding: 0;
	width: 220px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #sidebar-first {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}

/* 2 columns: sidebar-second */

body.sidebar-second #sidebar-second {
	float: right;
	margin: 0;
	padding: 0;
	width: 220px;
}

/**
 * HEADER
 */
#header {
	padding-bottom: 15px;
	margin: 0 auto;
	clear: both;
	width: 100%;
	min-height: 50px;
}
#header #logo {
	float: left;
	margin: 0 1em 1.5em 0;
}
#social { }

#social li {
	display: inline;
	float: right;
}
#social .icon{
	width: 32px;
	height: 32px;
	float: right;
	margin-left: 1px;
}
#social  .googleplus{
	background: url(images/googleplus.png) no-repeat;
}
#social  .googleplus:hover{
	background: url(images/googleplus-hover.png) no-repeat;
}
#social .twitter{
	background: url(images/twitter.png) no-repeat;
}
#social .twitter:hover{
	background: url(images/twitter-hover.png) no-repeat;
}
#social .facebook{
	background: url(images/facebook.png) no-repeat;
}
#social .facebook:hover{
	background: url(images/facebook-hover.png) no-repeat;
}
#header .search-box .form-submit{
	display: none;
}

#header .search-box .form-text{
	background: url(images/search.png) no-repeat;
	border: 0;
	padding: 8px 0;
	color: #52575f;
	width: 36px;
	cursor: pointer;
}
#header .search-box .form-text:focus {
	outline: none;
	background: #2f3238 url(images/search.png) no-repeat;
	padding: 8px 4px 8px 34px;
	cursor: auto;
}

/**
 * NAVIGATION
 */

#navigation {
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #52575f;
	font-family: 'Open Sans Condensed', sans-serif;
}
#navigation ul.menu{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul.menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 20px;
	list-style: none;
}

#navigation ul.menu li a { }

#navigation ul.menu li a.active, #navigation ul.menu li a:hover{
	color: #d33b3c;
}
/* Little tricking with positions */
.navigation  li {
	float:left;
	position:relative; 
}
.navigation  ul li a{
	display: block;
	padding: 10px 20px 10px 10px;
	color: #86888b;
	text-transform: uppercase;
}
/* Sub Cat Menu stuff*/
.navigation  ul ul{
	position:absolute; 
	left:0; 
	display:none; /* Hide it by default */
	margin:0 0 0 -1px; 
	padding:0;
	list-style: none;
	border-bottom: 1px solid #d33b3c;
	z-index: 110;
}
	
.navigation  ul ul li {
	width: 170px; 
	float: left; 
	border-top: none;
}
	
/* Sub Cat menu link properties */
.navigation ul ul a { }

.navigation  ul ul li a {
	background: #111314; 
	display: block;  	/* Making sure a element covers whole li area */
	padding: 4px 10px; 
	text-decoration: none; /* No underline */
	border-top: 1px solid #d33b3c;
	text-transform: none;
	font-size: 18px;
}
li.expanded > a:after {
	content: " + ";
	color: #52575f;
	font-weight: bold;
}
	
#breadcrumb {
	background-color: #2f3238;
	padding: 0.5em 1em;
	margin-top: 14px;
}
.breadcrumb {
	clear: both;
}

.breadcrumb a{
	color: #d33b3c;
}

/* menus and item lists */

.item-list ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

.item-list ul li {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
}

ul.inline {
	clear: both;
}

ul.inline li {
	margin: 0;
	padding: 0 1em 0 0;
}

/* admin tabs */

.tabs-wrapper {
	border-bottom: 1px solid #333;
	margin: 0 0 1.4375em;
}

ul.primary {
	border: none;
	margin: 0;
	padding: 0;
}

ul.primary li a {
	background: none;
	border: none;
	display: block;
	float: left;
	line-height: 1.5em;
	margin: 0;
	padding: 0 1em;
}

ul.primary li a:hover, ul.primary li a.active {
	background: #000;
	border: none;
	color: #ddd;
}

ul.primary li a:hover {
	background: #888;
	text-decoration: none;
}

ul.secondary {
	background: #666;
	border-bottom: none;
	clear: both;
	margin: 0;
	padding: 0;
}

ul.secondary li {
	border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
	border: none;
	color: #ccc;
	display: block;
	float: left;
	line-height: 1.5em;
	padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
	background: #888;
	color: #fff;
	text-decoration: none;
}

ul.secondary a.active {
	border-bottom: none;
}

/**
 * NODES
 */

.node {
	margin-bottom: 3em;
}
.submitted {
	background: #2f3238;
	padding: 5px 10px;
	width: 680px;
	margin: 8px 0;
}
#main img {
	max-width: 700px;
}

#main footer {
	margin-bottom: 16px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
/* tags */
.field-name-field-tags {
	margin: 0 0 1.5em;
}

.field-name-field-tags .field-item {
	margin: 0 1em 0 0;
}

.field-name-field-tags div {
	display: inline;
}
/* Pages */
ul.pager {
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
ul.pager .pager-current {
	background-color: #222;
	color: #d33b3c;
}
.pager-item, .pager-next, .pager-last, .pager-previous, .pager-first {
	background-color: #d33b3c;
	color: #fff;
}
.pager-item a, .pager-next a, .pager-last a, .pager-previous a, .pager-first a{
	color: #fff;
}
/* profile */

.profile {
	margin: 1.5em 0;
}

.profile h3 {
	border: none;
}

.profile dt {
	margin-bottom: 0;
}

.profile dd {
	margin-bottom: 1.5em;
}

.password-parent {
	width: 36em;
}

/**
 * COMMENTS
 */

#comments {
	clear: both;
	margin-top: 1.5em;
}

.comment {
	margin-bottom: 1.5em;
}

.comment .new {
	color: red;
	text-transform: capitalize;
	margin-left: 1em;
}

/**
 * BLOCKS
 */

.block {
	margin-bottom: 2.5em;
}
#footer .block ul, .sidebar .block ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer .block li {
	border-bottom: 1px solid #1d2127;
	padding: 4px 0;
	list-style: none;
}
.sidebar .block li {
	border-bottom: 1px solid #17191d;
	padding: 4px 0;
	list-style: none;
}
.sidebar .block img {
	max-width: 220px;
}
/**
 * FOOTER
 */

#footer {
	clear: both;
	padding: 1em 0;
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
	display: table;
	width: 100%;
}
#footer a{
	color: #d33b3c;
}
#footer a:hover{
	color: #ddd;
}
#footer h2{
	border-bottom: 1px solid #14181d;
	line-height: 1.6;
}
.footer-one, .footer-two, .footer-three {
	width: 300px;
	float: left;
	position: relative;
}
.footer-one img, .footer-two img, .footer-three img{
	max-width: 300px;
}
.footer-one, .footer-two {
	margin-right: 20px;
}
.footer-three {
	margin-right: 0;
}
#footer-bottom {
	background: #26292e url(images/content-bg.jpg);
	padding: 14px 0;
	width: 100%;
	display: table;
}
#copyright {
	font-size: 16px;
	width: 100%;
}

/* Homepage Slider
------------------------------------------------- */
#slider{
	float: left;
	margin-top: 14px;
}
.main_view { 
	float: left; 
	position: relative; 
}

.window { 
	overflow: hidden; 
	position: relative; 
	width:940px; 
	height:350px; 
	float: left;
}

.image_reel { 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.image_reel img {
	float: left;
}

.paging { 
	padding: 7px 0 8px 0; 
	text-align: center; 
	z-index: 100; 
}

.paging a { 
	text-indent: -9999px; 
	background: url(images/slide-button.png) no-repeat center; 
	width: 15px; 
	height: 15px; 
	display: inline-block;
	margin: 4px; 
	border: none; 
	outline: none; 
}

.paging a.active { 
	background: url(images/slide-button-active.png) no-repeat center; 
	border: none; 
	outline: none;
}

.paging a:hover {
	font-weight: bold; 
	border: none; 
	outline: none;
}
.slidertitle{
	background: #d33b3c;
	display: none; 
	position: absolute; 
	bottom: 100px;
	left: 100px; 
	z-index: 100; 
	color: #fff;
	font-size: 2em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	padding: 10px;
	margin-bottom: 14px;
}

.slidertext { 
	background: #c65e5f; 
	display: none; 
	position: absolute; 
	bottom: 50px;
	left: 100px; 
	z-index: 101; 
	color: #fff;
	font-size: 1.4em; 
	padding: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
}
/**
 * CUSTOM HOMEPAGE
 */
.page-header {
	text-align: center;
	border-bottom: 1px solid #33373c;
	width: 100%;
	margin-bottom: 30px;
}
.page-header h1{
	font-size: 40px;
	text-transform: uppercase;
	color: #ddd;
}
.page-header h2{
	font-size: 34px;
	text-transform: uppercase;
	color: #ddd;
}
.page-header p{
	font-size: 30px;
	color: #818181;
	font-family: 'Open Sans Condensed', sans-serif;
}
.full {
	width: 940px;
	margin: 0 auto;
	float: left;
}
.full .button {
	border: 1px solid #52575f;
	border-radius: 6px;
	padding: 4px 10px;
}
.full .button:hover {
	border: 2px solid #52575f;
}
.one_three {
	margin-right: 2px;
}
.one_three_last {
	margin-right: 0;
}
.one_three , .one_three_last {
	width: 290px;
	min-height: 200px;
	float: left;
	position: relative;
	text-align: center;
	background: #2f3238;
	padding: 11px;
}

.last {
	margin-right: 0;
}
/**
 * Buttons
 */
#edit-submit, #edit-preview, #edit-delete, input.form-submit {
	background: #2f3238;
	padding: 4px 10px;
	cursor: pointer;
	border: 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ddd;
	font-size: 1.2em;
}
#edit-submit:hover, #edit-preview:hover, #edit-delete:hover, input.form-submit:hover{
	color: #d33b3c;
}