/*
Theme Name: Black Book Operations - Based on "Workaholic"
Theme URI: http://graphpaperpress.com/
Description: Portfolio Niek Muysoms
Version: 2014.3
Author: Chandra Maharzan for Graph Paper Press / Punch and Design added by Niek Muysoms aka CiNiTriQs
Author URI: http://www.blackbookoperations.com
Tags: light, fixed-width, three-columns, two-columns
License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html   
*/

/* load 960 framework */
@import url("library/960/reset.css");
@import url("library/960/text.css");
@import url("library/960/960.css");
@import url("library/nav/superfish.css");
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two|Marck+Script|Limelight|Duru+Sans);/* delete oblivious styles afterwards*/

/* global styles */


html {
	background: url('images/bg_tile_dark_grey.jpg') repeat center;  
}

body {
	background:url(images/bg_header_repeat_x.jpg) repeat-x top center scroll;
	margin: 0px 0;
	color: rgba(204,204,204,.9);
	font-family: 'Duru Sans', sans-serif;
	min-height:800px;
}

h1, h2, h3, h4, h5 {
	color: rgba(204, 204, 204, .93);
	font-family: Limelight, 'Shadows Into Light Two', cursive;
}

a {
	text-decoration: none;
	color: rgba(221,221,221,.9);
}

a:hover {
	color:rgba(233, 21, 21, .69);
}
a, a:hover {
	-moz-transition: color 0.4s ease 0.04s;
	-o-transition: color 0.4s ease 0.04s;
	-webkit-transition: color 0.4s ease 0.04s;
	transition: color 0.4s ease 0.04s
}

h4 {
	font-size:18px;
	margin:0;
	padding:0;
	color: rgba(204, 204, 204, .95);
}

strong { font-weight: bold; }

em { font-style: italic }

hr { opacity:0; }

iframe { margin:20px 0; }

/* Page Fade-in Try out */

@-webkit-keyframes 
reset { 0% {
 opacity: 0;
}
100% {
 opacity: 0;
}
}
 @-webkit-keyframes 
fade-in { 0% {
 opacity: 0;
}
60% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}

.containerbg {
	background:url(images/bg_big_centerpiece.jpg) no-repeat 50% 0px;   
	width:100%;
	overflow:visible;	
	z-index:0;
}

.container_12 {}

.container_12, .footerbg, .containerbg {
	-webkit-animation-name: reset, fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: reset, fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	animation-name: reset, fade-in;
	animation-duration: 0.5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
}

/* headers */

#header {
	margin-top: 15px;
	margin-bottom: 25px;
}

#header #logo { float:left }

#header h1 {
	margin-right:15px;
	text-transform: uppercase;
	font-size:2.1em;
	padding:0;
	line-height:1em;
}

#header h1 a {
	color:rgba(240, 240, 240, .8);
	border:none;
	font-family:Limelight, 'Abril Fatface', cursive;
}

#header h1 a:hover { 
	color:rgba(220, 9, 9, .8); }

#header .description {
	font-family:Limelight, cursive;
	font-size: 1.2em;
	clear:left;
	float:left;
	padding-left:3px;
	margin-top:-15px;
	color:rgba(240, 240, 240, .6);
}

#logo-image {
	float:left;
	padding-bottom:4px;
}

/* intro text */
#introduction { margin-bottom:15px; }

#introduction h2 {
	font-size:30px;
	font-family:'Marck Script', 'Shadows Into Light Two', cursive;
	margin:0 0 5px 0;
	padding:0;
}

#introduction h3 {
	font-family:'Marck Script', 'Shadows Into Light Two', cursive;
	line-height:1.3em;
	color: rgba(153,153,153,0.9);
	font-size: 18px;
}

/* Captions */
.wp-caption { text-align: center; }

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: 5px;
}

.gallery-caption { margin-left: 0; }

/* Floats and Images */
.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	display: block;
	clear:both;
	margin-left: auto;
	margin-right: auto;
}

.sticky { }

/* twitter */
#twitter {
	background:rgba(3, 1, 0, .25);
	-moz-border-radius: 11px;
	border-radius: 11px;
	margin-bottom:15px;
	margin-top:90px;
	-webkit-box-shadow: 3px 3px 3px 2px rgba(10, 2, 2, .1);
	-moz-box-shadow: 3px 3px 3px 2px rgba(10, 2, 2, .1);
	-o-box-shadow: 3px 3px 3px 2px rgba(10, 2, 2, .1);
	box-shadow: 3px 3px 3px 2px rgba(10, 2, 2, .1);
}

#twitter:hover {
	background:rgba(2, 0, 0, .40);
	-moz-transition: all 0.4s ease 0.04;
	-o-transition: all 0.4s ease 0.04s;
	-webkit-transition: all 0.4s ease 0.04s;
	transition: all 0.4s ease 0.04s;
	-webkit-box-shadow: 3px 3px 4px 2px rgba(10, 2, 2, .2);
	-moz-box-shadow: 3px 3px 4px 2px rgba(10, 2, 2, .2);
	-o-box-shadow: 3px 3px 4px 2px rgba(10, 2, 2, .2);
	box-shadow: 3px 3px 4px 2px rgba(10, 2, 2, .2);
}

#twitter > a {float:right;padding:3px 15px 3px 0;}
#twitter-top {
	background:url(images/twitter_icon2.png) 170px 0 no-repeat;
	background-size:150px 150px;
}

#twitter_update_list {
	list-style:none;
	margin:0;
	padding:0;
	min-height:115px;
}

#twitter_update_list li {
	list-style: none;
	margin:0;
	font-size:12px;
	padding:20px 35px 15px 15px;
	line-height: 1.3em;
display					: none; /* Prevents the entire feed list from showing momentarily on page load */
}

#twitter_update_list li span { display: block; }


/* SuckerFish CSS override */


.sf-menu a {
	font-size:1.2em;
	font-weight:bold;
	font-family: 'Duru Sans', sans-serif;
	padding:6px 3px;
	height:45px;
}

.sf-menu ul {
	opacity:0;
	-moz-transition: opacity 0.3s ease-in 0.1s;
	-o-transition: opacity 0.3s ease-in 0.1s;
	-webkit-transition: opacity 0.3s ease-in 0.1s;
	transition: opacity 0.3s ease-in 0.1s;

}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:-2px;
	opacity:1;
	-moz-transition: opacity 0.3s ease-in 0.1s;
	-o-transition: opacity 0.3s ease-in 0.1s;
	-webkit-transition: opacity 0.3s ease-in 0.1s;
	transition: opacity 0.3s ease-in 0.1s;
}

.current-cat a, .current_page_item a { font-weight:bold; }

.sf-menu a, .sf-menu a:visited {
	color:rgba(250, 250, 250, .9);
	-moz-transition: all 0.4s ease 0.05s;
	-o-transition: all 0.4s ease 0.05s;
	-webkit-transition: all 0.4s ease 0.05s;
	transition: all 0.4s ease 0.05s;
}

.sf-menu a:first-letter{ color:rgba(250, 250, 250, .9) /*color:rgba(235, 6, 9, .65)*/; }

.sf-menu li li { background:	rgba(6, 1, 1, .0); }

.sf-menu li a { height:25px; }

.sf-menu li li li { background: rgba(6, 1, 1, .0); }

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	rgba(6, 1, 1, .20);
	color:rgba(236, 21, 21, .74);
	outline:0;
}

.sub-menu { margin-top:0px; }

.sub-menu a { padding-left:5px; }

/* NAVIGATION - Search for something */
.current-menu-item a, .current-post-parent a {
	color:rgba(250, 9, 9, .8) !important;
}

#search {
	position: relative;
	float: right;
	top: 0px;
	height:35px;
	width:165px;
}

#search #s {
	float: left;
	display: block;
	margin:0;
	padding: 5px 5px 5px 20px;
	width: 140px;
	border: none;
	font-size: 12px;
	color:rgba(153,153,153,.9);
	vertical-align: bottom;
	background: rgba(229,222,214,0.9) url(images/search.png) 3px 5px no-repeat;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 1em;
}

#search #s:hover {
	color: rgba(102,102,102,0.9);
	background: rgba(221,213,205,0.9) url(images/search.png) 3px 5px no-repeat;
}

/* Portfolio Gallery */
#gallery { /*border:10px solid rgba(229,222,214,0.9); */ }

#gallery img {
	border:10px solid rgba(240, 240, 240, .35);
}

#gallery-nav {
	margin:2px 0 25px 0;
	padding: 0;
	list-style: none;
}

#gallery-nav li {
	display: inline;
	margin:0;
	padding:4px 2px;
	background: rgba(240, 240, 240, .35);
}

#gallery-nav li.current { background: rgba(229,222,214,0.9); }

#gallery-nav li.current a { color: rgba(153,153,153,0.9); }

#gallery-nav li a {
	color: rgba(221,221,221,0.9);
	font-weight: bold;
	border: none;
	padding:5px;
}

/* content */

.entry p {
	overflow:hidden;
	padding:2px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	font-size:1.1em;
}

.entry p a img {
	border:1px rgba(5, 2, 2, .0) solid;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px;
	margin-bottom:5px;
	-moz-transition: border 0.4s ease 0.03s;
	-o-transition: border 0.4s ease 0.03s;
	-webkit-transition: border 0.4s ease 0.03s;
	transition: border 0.4s ease 0.03s;
}

.entry p a:hover img {
	border:1px rgba(210, 11, 10, .7) solid;
	-moz-transition: border 0.4s ease 0.03s;
	-o-transition: border 0.4s ease 0.03s;
	-webkit-transition: border 0.4s ease 0.03s;
	transition: border 0.4s ease 0.03s;
}

.entry p a {border-bottom:1px rgba(250, 250, 250, .70) dotted; }
.entry p a:hover {
	border-bottom:1px rgba(250, 250, 250, .85) dotted;
	-moz-transition: all 0.4s ease 0.02s;
	-o-transition: all 0.4s ease 0.02s;
	-webkit-transition: all 0.4s ease 0.02s;
	transition: all 0.4s ease 0.02s;
}

.entry form p {
	background:rgba(6, 1, 1, .00);
	padding:5px;
}

.entry .prevnext {text-align:center;font-size:1.3em;}
.prevnext a {border-bottom:0px rgba(240, 240, 240, .0) dotted !important; }

#content h2 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

.home #content h2 { margin-top:0; }

#content div.portfolio {
	background:rgba(140, 12, 10, .40) url(images/thumb-bg2.jpg) 8px 8px no-repeat;
	margin-bottom: 22px;	
	-webkit-box-shadow: 4px 4px 3px 2px rgba(10, 2, 2, .25);
	-moz-box-shadow: 4px 4px 3px 2px rgba(10, 2, 2, .25);
	-o-box-shadow: 4px 4px 3px 2px rgba(10, 2, 2, .25);
	box-shadow: 4px 4px 3px 2px rgba(10, 2, 2, .25);
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}


#content .portfolio:hover {
	background-color:rgba(160, 13, 10, .50);
	
	-webkit-box-shadow: 5px 5px 4px 3px rgba(10, 2, 2, .4);
	-moz-box-shadow: 5px 5px 4px 3px rgba(10, 2, 2, .4);
	-o-box-shadow: 5px 5px 4px 3px rgba(10, 2, 2, .4);
	box-shadow: 5px 5px 4px 3px rgba(10, 2, 2, .4);
	
	-moz-transition: all 0.4s ease 0.05s;
	-o-transition: all 0.4s ease 0.05s;
	-webkit-transition: all 0.4s ease 0.05s;
	transition: all 0.4s ease 0.05s;
}

#content div.portfolio a.thumb {
	display: block;
	position: relative;
	overflow: hidden;
	height: 134px;
	padding: 15px;
	color:rgba(204,204,204,0.9);
	border:none;
	line-height: 1.2;
}

#content div.portfolio h4 { position:relative; }

#content div.portfolio img {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 284px;
	height: 150px;
	border: 0;
	z-index:3;
}

#content div.portfolio span.title {
	position:absolute;
	bottom:0;
	left:0;
	padding:15px 15px 70px 25px;
	line-height: 1.3em;
	font-size:1.1em;
	color:rgba(203, 20, 20, .79);
	text-shadow:1px 1px 2px rgba(22, 0, 0, .6);
}

#content div.portfolio span.category {
	position:absolute;
	bottom:0;
	left:0;
	margin:0 20px 20px 25px;
	font-size:12px;
	color:rgba(170, 170, 170, .95);
	line-height:1.3em;
}

#content div.portfolio span.category a {
	font-size:1.2em;
	font-family:'Duru Sans', sans-serif;
	border: none;
	color:rgba(170, 170, 170, .65);
}

#content div.portfolio span.category a:hover { color:rgba(233, 21, 21, .74); }

.error404 #content { height:800px; }

.error404 #content h2.center {
	height:600px;
	width: 900px;
	margin:0 auto;
	padding-top:265px;
	display:block;
	text-align:center; /*background: 0 180px no-repeat;*/
	font-size:4em;
	color: rgba(204, 204, 204, .30);
}

/* entry */

/* prev next navigation */
.navigation, .navigation-archive {
	clear: both;
	margin-bottom: 20px;
	height: 33px;
	text-align:center;
}

.next {
	/*	background: url(images/next.png) 0 -66px no-repeat;
*/	width: 88px;
	height: 33px;
	float: right;
}

.prev {
	/*	background: url(images/prev.png) 0 -66px no-repeat;
*/	width: 115px;
	height: 33px;
	float: right;
}

/*.next a { background: url(images/next.png) 0 0 no-repeat; }

.prev a { background: url(images/prev.png) 0 0 no-repeat; }
*/
.next a, .prev a {
	float:right;
	display:block;
	height:33px;
	border:none;
	font-size:1.3em;
	line-height:1.3em;/*text-indent:-9999px;*/
}

/* prev next arrows for bg jpg/png *//* 
.next a { width:85px; }
.prev a { width:115px; }
.next a:hover, .prev a:hover {
	background-position: 0px -33px;
	border:none;
}
*/


.navigation-archive .prev, .page-template-page-blog-php .prev { float:left }

.addthis_toolbox {
	padding-left:7px;
	margin-bottom:10px;
}

/* widgets */
h3.sub {
	margin-bottom:7px;
	font-weight: bold;
}

.item { margin-bottom:20px; }

.item ul {
	background-image: linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -o-linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -moz-linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -webkit-linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -ms-linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -webkit-gradient( linear, right bottom, left bottom, color-stop(0.3, rgba(10, 0, 0, .0)), color-stop(0.70, rgba(10, 1, 1, .3)) );
	-moz-border-radius-bottomright:9px;
	-webkit-border-radius-bottomright: 9px;
}

.item ul li {
	background-color: rgba(13, 0, 0, .2);
	display: block;
	list-style:none;
	border-top: 1px solid rgba(195, 195, 195, .40);
	margin:0;
	padding:3px 5px;
	-webkit-transition: all 333ms ease;
	-moz-transition: all 333ms ease;
	-o-transition: all 333ms ease;
	-ms-transition: all 333ms ease;
	transition: all 333ms ease;
}

.item ul li:first-child { margin-top:10px; }

.item ul li:hover {
	border-top: 1px solid rgba(195, 195, 195, .85);
	background-color: rgba(12, 1, 2, .50);
	-webkit-transition: all 333ms ease;
	-moz-transition: all 333ms ease;
	-o-transition: all 333ms ease;
	-ms-transition: all 333ms ease;
	transition: all 333ms ease;
}

.item ul li a {
	display: block;
	border: none;
	font-size:1.15em;
	padding:9px 0 3px 0;
}

.item dt {
	font-weight: bold;
	float:left;
	width:80px;
	padding-bottom:7px;
	clear:left;
}

.item dd { padding-bottom:7px; }

.portfolio p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.item h4 {
	color:rgba(230, 230, 230, .90);
	margin-bottom: 10px;
}

.textwidget { margin-bottom:30px; }

#wp-calendar { width: 100%; }

#wp-calendar td { text-align: center; }

#wp-calendar thead {
	font-weight: bold;
	background:rgba(238,238,238,0.9);
}

#wp-calendar td#prev { text-align: left; }

#wp-calendar td#next { text-align: right; }

/* Content Area */
.post {

	padding-bottom: 15px;
	margin-bottom:30px;
}
.category-blog {						 /*	class only works if theme has a "blog" category	*/
	border-bottom:1px solid rgba(204, 204, 204, .35);
}

.postmetadata { padding:10px; }

small {
	font-size:0.9em;
	color: rgba(187, 187, 187, .95);
}

hr.dotted {
	border:none;
	border-bottom: 1px dotted rgba(204,204,204,0.9);
	display:none;
}

.pagetitle, .post h2, #content h2, #sidebar, #introduction { margin-top:80px; } /* enough space above titles */

.post h3 a { font-weight: bold; }

/* Form Elements */

input, textarea {
	color:rgba(204, 204, 204, .90);
	font-size: 14px;
	border: 1px rgba(220,220,220,.3) solid;
	padding:10px;
	background: rgba(13, 0, 0, 0.2);
	line-height: 1.2em;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius:3px;
}

textarea { font-family: "Lucida Sans" }

#submit {
	font-weight: bold;
	padding: 5px 10px;
	border:1px solid rgba(170,170,170,0.9);
}

form input, form textarea { 
	/*background:rgba(240, 240, 240, .60);*/
	background-image: linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -o-linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -moz-linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -webkit-linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -ms-linear-gradient(right, rgba(10, 0, 0, .0) 30%, rgba(10, 1, 1, .3) 70%);
	background-image: -webkit-gradient( linear, right bottom, left bottom, color-stop(0.3, rgba(10, 0, 0, .0)), color-stop(0.70, rgba(10, 1, 1, .3)) );

}

form input:hover, form textarea:hover, form input:focus, form textarea:focus { background:rgba(13, 0, 0, 0.4);
	}


/* Comments */
#respond h3 {
	border-bottom: 1px solid rgba(221, 221, 221, .45);
	padding-bottom:7px;
}

.commentlist {
	padding: 0;
	margin: 0;
}

.commentlist li {
	margin: 10px 0 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	border:1px solid rgba(221,221,221,0.9);
}

.commentlist li ul {
	padding: 0;
	margin: 0;
}

.commentlist li ul li {
	margin-right: 0px;
	margin-left: 0px;
}

.commentlist li .avatar {
	float: left;
	border: 1px solid rgba(238,238,238,0.9);
	padding: 2px;
	background: rgba(255,255,255,0.9);
	margin-right:10px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	font-weight: normal;
	font-size: 11px;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0 0 10px 0;
	display: block;
}

.even, .alt { background-color:rgba(10, 3, 3, .40); }

ul.children li.odd { background: rgba(246,237,231,0.9); }

.thread-odd { background: rgba(246,237,231,0.9); }

.thread-even { background:rgba(248,246,242,0.9); }

.depth-1 { }

.says { display:none; }

.cancel-comment-reply small { font-size:1em; }

.bypostauthor { background: rgba(255,255,255,0.9); }

.cancel-comment-reply { margin-bottom: 20px; }

/* footer */

.footerbg {
	min-height:285px;
	width:100%;
	overflow:visible;
	padding-top:115px;
	background:	url('images/bg_footer_repeat_x.jpg') top center repeat-x;
}

#footer {
	margin: 0 auto;
	float:none;
	display: block;
	max-width:960px;
	overflow:hidden;
}

#footer > div {
	width: 300px;
	float:left;
	margin:0 10px;
}

.alpha { margin-left:0; }

.omega { margin-right:0; }

.copyright {
	width: 960px;
	margin: 30px auto;
	overflow:hidden;
	padding:0 10px;
}

.copy1 {
	width:600px;
	float:left;
}

.copy2 {
	width:300px;
	float:right;
}
