/*   
Theme Name: PJ Thematic
Theme URI: 
Description: PJ child theme.
Author: Pervis Testicles Johannsen
Author URI: http://perryjohnson.net/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

@import url('fonts/journal/stylesheet.css');

body{
	font-family:"Trebuchet MS", Trebuchet, sans-serif;
	color:#5c483a;
}
input{
	font-family:"Trebuchet MS", Trebuchet, sans-serif;
}

.aside{
	border:0 !important;
}
#access-search{
	float:right;
	width:310px;
	height:29px;
	padding:2px 0 0 4px;
	margin-top:-32px;
}
#s{
	background:none;
	border:0;
	border-bottom:2px solid #4a7c7c;
	color:#4a7c7c;
	width:300px;
}
#s:focus{
	color:#dedac1;
}
#cforms-2 input[type=text],#cforms-2 textarea{
	background:#4a7c7c;
	font-size:12px;
	border:1px solid #bbbaa3;
}
#cforms-2 input[type=text]:focus,#cforms-2 textarea:focus{
	background:#6fc9cc url(images/bg_search_focus.jpg) top left repeat-x;
}
#cforms-2 label, #sendbutton{
	color:#bbb697 !important;
}
#sendbutton{
	background:#4a7c7c;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Trebuchet, "Trebuchet MS", sans-serif;
	
}
#searchsubmit{
	background:#1a8b92;
	border:0;
	color:#c7bd8f;
	padding:0 5px;
	text-transform:lowercase;
	-webkit-border-radius:7px;
	font-family:Trebuchet, "Trebuchet MS", sans-serif;
}

/* carryover from Mimbo */
body{
	background:url(images/bg_body.gif);
}
#blog-title a{
	background:url(images/bg_logo.gif) bottom left no-repeat;
	text-indent:-900px;
	height:73px;
	display:block;
	margin-left:-10px;
}
#main{
	background:url(images/bg_content.jpg) top left;
}
h1,h2,h3,h4{
	color:#855939;
}
#container{
	background:url(images/bg_pageTop.jpg) top left no-repeat;
	width:100%;/* this and the margin could be a problem */
	margin-right:-400px;
}
#content{
	padding:45px;
}


.alignleft, .alignright{
	margin:auto;
}
.aligncenter{
	margin:auto;
}
#main{
	padding-top:0;
}
#access{
	width:960px;
	height:34px;
	margin:auto;
	background:url(images/bg_topnav.gif);
	font: 24px 'JournalRegular', Arial, sans-serif;
}
#access a{
	color:#fffce4 !important;
}
#branding{
	height:73px;
	padding:0px;
	display:none;
}
#header li{
	background:none;
}
#header a, #header ul{
	border:0;
}
.menu ul{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
.menu ul li{
	display:inline;
	
}
#header .menu a{
	color:white;
	padding:0;
	height:14px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#header .page_item ul{
display:none;
}
#header .menu a:hover,#header .menu .current_page_item, .current-cat-parent a, .current_page_ancestor a, .current-cat a{
	background:url(images/bg_topnav_active.gif) top center;

}
#header .current_page_item, #header .current-cat-parent a, .current_page_ancestor a, .current-cat a{
	
}
#yoastbreadcrumb{
	margin-bottom:-25px;
	z-index:2;
	position:relative;
}
#flanks{
	width:960px;
	margin:0 auto;	
	position:relative;
	
}
#flanks .flankLeft{
	position:absolute;
	left:-49px;
	xtop:-34px;
	top:0px;
	height:413px;
	width:53px;
	background:url(images/flank_left.gif) top left no-repeat;	
	
}
#flanks .flankRight{
	position:absolute;
	right:-38px;
	xtop:-34px;
	top:0px;
	width:40px;
	height:114px;
	background:url(images/flank_right.gif) top left no-repeat;
}

#footer{
	background:url(images/bg_footer.jpg) bottom center no-repeat;
	margin-top:0;
	border:0;
	margin-bottom:25px;
	color:#dedac1;
}
#footer h3{
	
}
#first{
	width:500px !important;
	
}
#first fieldset{
	background:none;
	border:0;
}
#first label,#first legend, #footer li{
	color:#dedac1;
}
.entry-content{
	padding:0;
}
.entry-meta .author, .entry-meta .meta-sep{
	display:none;
}

.page-title, .entry-title, .entry-title a, .hentry h1, h1{
    line-height:30px;
    padding:0;
    color:#885a3a;
    font: 30px 'JournalRegular', Arial, sans-serif;
    text-shadow: -2px -1px 2px #fff5d7;
}
h3{
	font: 30px 'JournalRegular', Arial, sans-serif !important;
	font-size:30px !important;
	font-style:normal !important;

}
.hentry h3{
	
	margin-top:-10px !important;
	font-size:20px !important;	
}
#footer h3{
	color:#dedac1;
}

.entry-thumb{
	float:left;
	border:2px solid #cdcb9e;
	margin-right:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fcf8d7;
	

}
.entry-thumb:hover{
	
	
}
.entry-thumb img{
	padding:5px;
	margin:0 !important;
	-webkit-box-shadow:0px 1px 20px #999999;
	-moz-box-shadow:0px 1px 20px #999999;
	box-shadow:0px 1px 20px #999999;
}

#nav-above, #nav-below{
	display:none;
}

#subnav{
	clear:both;
	margin-right:5px;
	margin-left:3px;
	background:#7a8b7e;
	background:url(images/bg_subnav.jpg) top left no-repeat;
	height:24px;
	font: 20px 'JournalRegular', Arial, sans-serif;
}
#subnav li{
	display:inline;
}
#subnav a{
	text-decoration:none;
	padding:5px;
	color:white;
}
#subnav a:hover{
	background:url(images/bg_topnav_active.gif) top center;
}
#subnav .current_page_item a, #subnav .current-cat a{
	background:url(images/bg_topnav_active.gif) top center;
}
#primary{
	padding-top:40px;
}

#third{
	width:350px !important;
	
}

#third ul{
	width:350px;
}
.colorThumb{
	display:block;
	float:none;
	text-align:center;
	margin:auto;
	width:150px;
	height:225px;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:14px;/* to allow for shadow */
}

.colorThumb img{
	-webkit-box-shadow:0px 2px 10px #333333;
	-moz-box-shadow:0px 2px 10px #333333;
	box-shadow:0px 2px 10px #333333;
	
}
#footer .colorThumb{
	float:left;
	width:85px;
	height:123px;
	padding:0;
	margin-right:-20px;
	
}
#footer .colorThumb img{
	width:75px;
	height:113px;
}


dl {
	float:left;
	margin-right:-50px;
}

  dt {
    float: left;
    clear: left;
    width: 85px;
    text-align: right;
    font-weight: bold;
    
  }
  dt:after {
    content: ":";
  }
  dd {
    margin: 0 0 0 90px;
    margin-bottom:0px !important;
    padding: 0 0 0 0;
    width:150px;
  }
  
  #respond{
  	  background:none;
  }
  #cforms-2{
  	  position:relative;
  }
  #usermessages{
  	position:absolute;
  	left:20px;
  	top:-10px;
  }
  #siteinfo{
  	  xmargin-top:20px;
  }
  .linklove{
  	  display:none;
  }
  #footer{
  	  height:500px;
  	  padding-top:30px;
  }

.attachmentCount{
	display:block;
	color:#c4bd8a;
	font-size:30px;
	font-weight:bold;
	position:absolute;
	top:60px;
	right:350px;
}
.artistList{
	-webkit-column-count:2;
	-moz-column-count:2;
	-webkit-column-gap:2em;
	-moz-column-gap:2em;
	column-count:2;
	column-gap:2em;
}


/*{{{  Sliding Box Styles */

.boxgrid{ 
	width: 140px; 
	height: 205px; 
	margin:10px; 
	float:left; 
	background:#161613; 
	border: solid 2px #a5a679; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}

	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #a5a679; 
	height: 100px; 
	width: 100%; 
	
}
	.captionfull .boxcaption {
		top: 180px;
		left: 0;
	}
	.caption .boxcaption {
		top: 180px;
		left: 0;
	}
	.boxcaption h3 a{
		color:#fffce4;
		text-decoration:none;
		font-size:24px;
		text-align:center;
		display:block;
	}
	.tubeImage{
		position:relative !important;	
	}
	/*}}}*/

	.associated_posts h4{
		display:inline;
		font: 24px 'JournalRegular', Arial, sans-serif;
		text-transform:none;
	}
	h4 a{
		text-decoration:none;
	}
	.associated_posts p{
		margin:0px;
	}
	.hentry{
		clear:both;
		padding:0px;
		margin-bottom:20px;
		min-height:125px;
	}
	
	.slug-statement .entry-title{
		display:none;
	}



.gbackgr{
	margin-left:-40px;
	margin-right:-40px;
}

/*
#attachment_328{
	width:100%;
	text-align:center;
	clear:both !important;
	float:none !important;
	border:2px dotted blue !important;
}
*/
#gr_tooltip{
	background:#e2ddc4;
}
.gallery_reloaded_wrapper img{
	border:2px solid #cdcb9e;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#fcf8d7;
	padding:3px;
	max-width:590px !important;
}

.wp-caption, .wp-caption img, .wp-caption a{
	border:0;
}

.brandText{
	background:url(images/bg_logo-mini.png) 0px 3px no-repeat;
	width:113px;
	height:0px !important;
	padding-top:30px !important;
	overflow:hidden !important;
	display:block;
	float:left;
	margin-left:0px;
}
.brandText:hover{
	background:url(images/bg_logo-mini.png) 0px 3px no-repeat !important;
}
.sociable{
	position:absolute;
	top:-17px;
	left:0px;
	z-index:20;
	width:300px;
}
.sociable_tagline{
	display:inline;
	font: 18px 'JournalRegular', Arial, sans-serif;
	color:#fffce4;
}
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*{{{ Photospace2 Galleriffic */
.gallery{
	margin-top:0 !important;
	margin-left:-40px !important;
	margin-right:-50px !important;
	background:url(images/bg_body.jpg) top -350px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 1px 1px 10px #e0c590;
	-webkit-box-shadow: 1px 1px 10px #e0c590;
	box-shadow: 1px 1px 10px #e0c590;
}
.gallery .ss-controls a{
	padding-left:23px;
	display:block;
	height:23px;
	text-transform:uppercase;
	font-size:10px;
	width:25px;
	line-height:10px;
}
.gallery .pause{
	background:url(images/play-pause.gif) top left no-repeat;

}
.gallery .play{
	background:url(images/play-start.gif) top left no-repeat;
}
.gallery .controls{
	padding-top:25px;
	padding-bottom:10px;
}
.gallery .nav-controls{
	font-size:25px;
}
.caption div{
	padding:0 !important;
}
.caption .image-caption{
	font-weight:bold;
}

body .gallery .slideshow{
	padding:0 !important;
	margin:0 !important;
	
}
body .gallery{
	min-height:675px !important;
	height:auto !important;
	
}
.gallery .slideshow-container {
	margin-left:-13px;
}
.gallery .slideshow img{
	background:#ffe8c5;
	border:1px solid gray;
	-moz-box-shadow: 3px 3px 10px #615a7d;
	-webkit-box-shadow: 3px 3px 10px #615a7d;
	box-shadow: 3px 3px 10px #615a7d;
}
body .gallery .thumnail_col{
	margin-top:35px;
}	
body .gallery ul.thumbs li
{
	padding:0;
	margin:0;
	height:auto !important;
	width:auto !important;
	margin-bottom:5px;
}
/*}}}*/
