/*
Theme Name: chin-tank-2013
Theme URI: http://www.chinonthetank.com
Description: chin on the tank custom theme for 2013
Version: 1
Author: Ed
Author URI: http://www.edyakovich.com
*/




@import url('css/reset.css');
@import url('css/H5BP.css');
@import url('css/grid.css');
/*@import url('css/fonts.css');*/




/* general */

html, 
body {
	height: 100%;
	background-color:#000;
	/*font-family: 'DaysRegular', Arial, sans-serif;*/
	font-family: 'Karla', sans-serif;
	font-size:16px;
	line-height:1.6em;
}

.wrap {
	position:relative;
	width:1400px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-left:1px solid #333;
	border-right:1px solid #333;
	margin: 0 auto -120px auto;
}

#push-f {
	height:120px;
}

.pad,
.pii-pad {
	padding:40px;
}

.hbi-pad {
	overflow:auto;
	padding:30px;
}

.before-list {
	margin-bottom:0px !important;
}

h1 {
	font-size:175%;
	color:#fff;
	text-align:center;
	line-height:1.5em;
	text-transform:uppercase;
}

h2 {
	text-transform:uppercase;
	font-size:150%;
}

h3 {
	text-transform:uppercase;
	font-size:120%;
}

h4 {
	text-transform:uppercase;
	font-size:100%;
}

a,
a:visited {
	color:#999;
	vertical-align:baseline;
	text-decoration:underline;
}

a:hover {
	color:#fff;
}

.index-meta {
	width:90%;
	padding:3% 5%;
	border:1px solid #333;
}

.repair-item {
	margin:0 0 100px 0;
}

.error-text {
	text-align:center;
}





/* button */

.button {
	position:relative;
	display:inline-block;
	font-size:18px;
	line-height:1.8em;
	color:#000;
	text-align:center;
	text-decoration:none;
	background-color:#3d3d3d;
	margin:0 auto;
	padding:8px 40px;
}

.button.gold {
	background-color:#443c27;
}

.button:hover {
	background-color:#1f1f1f;
}

.button:visited {
	color:#000;
}

.button:before {
	content: "";
	position:absolute;
	top:-11px;
	left:-5px;
	display:block;
	width:29px;
	height:70px;
	background: url('images/button-before.png') no-repeat left center;
}








/* main nav */

.main-nav ul {
	width:100%;
	overflow:auto;
}


.main-nav ul li {
	float:left;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

.main-nav ul li:last-child {
	border-right:0;
	border-bottom:0;
}

.main-nav ul li:nth-child(2) {
	border-right:0;
}

.main-nav ul li:nth-child(3) {
	border-bottom:0;
}

.main-nav ul li a {
	float:left;
	display:block;
	width:219px;
	height:70px;
	font-size:14px;
	color:#fff;
	line-height:66px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}

.main-nav ul li a:hover {
	background-color:#1f1f1f;
}










/* sub nav */

.sub-nav ul {
	width:100%;
	overflow:auto;
}


.sub-nav ul li {
	float:left;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

.sub-nav ul li:last-child {
	border-right:0;
	border-bottom:0;
}

.sub-nav ul li:nth-child(4) {
	border-right:0;
}

.sub-nav ul li:nth-child(5),
.sub-nav ul li:nth-child(6),
.sub-nav ul li:nth-child(7) {
	border-bottom:0;
}

.sub-nav ul li a {
	float:left;
	display:block;
	width:174px;
	height:70px;
	font-size:14px;
	line-height:66px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}

.sub-nav ul li a:hover {
	background-color:#1f1f1f;
}








/* home */

.home-content {
	position:relative;
	width:100%;
	overflow:auto;
}

.logo {
	display:block;
	padding:25px 50px;
}

.home-content h1 {
	padding:35px;
}

.h-block h4 {
	position:relative;
	display:inline-block;
	height:45px;
	font-size:16px;
	line-height:45px;
	color:#000;
	text-transform:uppercase;
	background-color:#3d3d3d;
	margin:30px 0;
	padding:0 40px;
}

.h-block h4:before {
	content: "";
	position:absolute;
	top:42px;
	left:20px;
	display:block;
	width:36px;
	height:12px;
	background: url('images/home-h4-bg.png') no-repeat left center;
}

.featured h4:before {
	background: url('images/home-h4-gold-bg.png') no-repeat left center;
}

.home-blog-item {
	width:100%;
	overflow:auto;
	text-decoration:none;
	border-top:1px solid #333;
}

.home-blog-item a {
	display:block;
	text-decoration:none;
	opacity:0;
}

.home-blog-item a:hover {
	background-color:#1f1f1f;
}

.home-blog-item .index-meta {
	width:50%;
	margin:0 0 10px 0;
}

.home-blog-item .index-meta p {
	margin:0;
}

.hbi-l,
.hbi-r {
	float:left;
}

.hbi-l {
	width:170px;
	margin:0 30px 0 0;
}

.hbi-r {
	width:435px;
}

.home-blog-item h3 {
	font-size:16px;
	text-align:left;
	text-decoration:none;
	color:#fff;
	text-align:left;
	line-height:1.5em;
	text-transform:uppercase;
	margin:0 0 10px 0;
	padding:0;
}

.home-blog-item img {
	width:100%;
	max-width:100%;
	height:auto;
	margin:5px 0 20px 0;
}

.home-blog-item p {
	font-size:14px;
	line-height:1.5em;
}

.full-blog {
	border-top:1px solid #333;
	padding:40px;
}

.featured .pad {
	padding-top:0px;
}

.featured h2 {
	text-transform:uppercase;
	text-align:center;
	line-height:1.4em;
	text-decoration:none;
	margin:0 0 30px 0;
}

.featured h2 a {
	text-decoration:none;
	color:#443c27;
}

.featured h2 a:hover {
	color:#666;
}

.featured h4 {
	background-color:#443c27;
}

.featured img {
	float:left;
	width:222px;
	height:auto;
	margin:8px 20px 10px 0;
}

.featured p {
	font-size:20px;
	line-height:1.8em;
	margin:0 0 30px 0;
}







/* single */

.inner-top {
	width:100%;
	overflow:auto;
	border-bottom:1px solid #333;
}

.single-content {
	position:relative;
	width:800px;
	min-height:800px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	margin:0 auto;
}

.single-content.page .pad {
	border-top:1px solid #333;
}

.single-content .meta-info {
	overflow:auto;
	border-top:1px solid #333;
	padding:10px 40px;
}

.meta-info.last {
	border-bottom:1px solid #333;
}

.single-content .meta-info .m-l {
	float:left;
}

.single-content .meta-info .m-r {
	float:right;
}

.single-content h1 {
	padding:30px;
}

.single-content h2,
.single-content h3,
.single-content h4 {
	color:#999;
	margin:40px 0 10px 0;
}

.single-content p {
	position:relative;
	font-size:20px;
	line-height:1.8em;
	margin:0 0 20px 0;
        word-wrap: break-word;
}

.single-content ul {
	margin:0 0 30px 30px;
}

.single-content ul li {
	font-size:18px;
	list-style:square;
	margin:0 0 13px 0;
    word-wrap: break-word;
}

.single-content .cat-name,
.single-content .cat-ul {
	float:left;
}

.single-content .post-categories {
	margin:0 0 0 10px;
}

.single-content .post-categories li {
	list-style:none;
	line-height:1.3em;
	margin:0 0 5px 0;
}

.post-categories li a {
	vertical-align:middle;
}

.single-content img {
	position:relative;
	width:100%;
	max-width:100%;
	height:auto;
}

.single-content figure {
	margin:0 0 25px 0;
}

.single-features .cat-name {
	display:none;
}

.img-wrapper span {
	position:absolute;
	width:20px;
	height:20px;
	background: url('images/magnify_icon.jpg') no-repeat left top;
	top:10px;
	left:10px;
	display: block;
	filter:alpha(opacity=0);
  	opacity:0;
	z-index:100;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.img-wrapper:hover > span {
	filter:alpha(opacity=100);
  	opacity:1;
}





/* panoramic image */

.panoramic {
	width:100%;
	overflow-y:hidden;
	overflow-x:scroll;
	margin:0 0 20px 0;
}

.panoramic img {
	width:3000px !important;
	max-width:3000px !important;
	height:auto;
}









/* page cat item */

.page-cat {
	width:100%;
	overflow:auto;
	border-top:1px solid #333;
}

.page-cat .pad {
	border-top:0 !important;
}

.page-index-item {
	float:left;
	width:399px;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}

.page-index-item:nth-child(even) {
	border-right:0;
}

.page-index-item a {
	display:block;
	min-height:610px;
	text-decoration:none;
	opacity:0;
}

.page-index-item a:hover {
	background-color:#1f1f1f;
}

.page-index-item img {
	margin:0 0 20px 0;
}

.page-index-item h2 {
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	margin:0 0 20px 0;
}

.page-index-item p {
	font-size:14px;
	line-height:1.3em;
	margin:0 0 3px 0;
}










/* index listing */

.index-listing {
	width:100%;
	overflow:auto;
}

.index-item {
	position:relative;
	float:left;
	width:349px;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

.index-item a {
	display:block;
	min-height:590px;
	text-decoration:none;
	opacity:0;
}

.index-item:nth-child(4),
.index-item:nth-child(8) {
	border-right:0;
}

.index-item:nth-child(9),
.index-item:nth-child(10),
.index-item:nth-child(11) {
	border-bottom:0;
}

.index-item:nth-child(12) {
	border:0;
}

.index-item a:hover {
	background-color:#1f1f1f;
}

.index-item img {
	width:100%;
	max-width:100%;
	height:auto;
	margin:0 0 20px 0;
}

.index-item h1 {
	font-size:16px;
	text-decoration:none;
	margin:0 0 20px 0;
}









/* inner nav's */

.nav-bottom {
	width:100%;
	height:120px;
	border-top:1px solid #333;
}

.nav-bottom .newer a,
.nav-bottom .older a {
	display:block;
	width:210px;
	height:120px;
	overflow:hidden;
	line-height:110px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding:0 20px;
}

.nav-bottom .newer a:hover,
.nav-bottom .older a:hover {
	background-color:#1f1f1f;
}

.nav-bottom .newer {
	float:left;
	border-right:1px solid #333;
}

.nav-bottom .older {
	float:right;
	border-left:1px solid #333;
}







/* footer */

footer {
	position:relative;
	width:1400px;
	overflow:auto;
	border-top:1px solid #333;
	margin:0 auto;
}

.search-area {
	float:left;
	width:199px;
	height:120px;
	border-right:1px solid #333;
}

#search-icon {
	position:relative;
	top:27px;
	padding:15px 0 15px 30px;
}

#search-field {
	width:100px;
	/*font-family: 'DaysRegular', Arial, sans-serif;*/
	font-family: 'Karla', sans-serif;
	font-size:16px;
	line-height:1.6em;
	text-transform:uppercase;
	border:0;
	background-color:#000;
}

.f-content {
	float:left;
	width:1100px;
	padding:43px 40px 0 40px;
}

footer p {
	text-transform:uppercase;
}








/* comment area */

.single-content #comment-area {
	width:100%;
	margin:60px 0 !important;
}

.single-content #comment-area h3 {
	margin:0 0 30px 0;
}

.single-content #comment-area,
.single-content #comment-area a,
.single-content #comment-area p {
	font-size:14px !important;
	line-height:1.4em !important;
	margin:0 0 10px 0;
}

.single-content #comment-area img {
	width:auto !important;
	max-width:auto !important;
	height:auto;
}

.commentlist li {
	margin:0 0 50px 0;
}

ol.commentlist p a {
	word-wrap: break-word;
}

.vcard img {
	padding:8px 8px 8px 0;
}

textarea {
	width:70%;
}






/* site font color */

html, 
body,
.index-meta,
.button:hover,
.sub-nav ul li a,
.home-blog-item a,
#search-field {
	color:#444444;
}





/* fades at bottom */

a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* greyscale */

/*.img-wrapper img,
.featured img,
.home-blog-item img,
.index-item img,
.page-index-item img {
	opacity:0;
    /*filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    /*filter: gray; /* IE6-9 */
    /*-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ 
}*/

