/*
Theme Name: Brixton Sessions
Author: Benn Garnish
Author URI: 
Description: A blog for Brixton Sessions, Video, Audio Music Sessions
*/
/***************************************************
				      ENTRIES
***************************************************/

#colLeftInner .entry .entry_content p	{

	}
#colLeftInner .entry .entry_content a {
	font-weight: bold;
}
#colLeftInner .entry .entry_content a.float_right {
	float:right;	
}

#colLeftInner h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 22px;
	float: left;
	width: 650px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
#colLeftInner .entry {
	padding-bottom: 27px;
	border-bottom: dotted #0C9FE7 3px;
}
#colLeftInner .entry img	{
	padding: 0px;
	margin: 0px;
/*	float: left;*/
}	
#colLeftInner .entry .title_holder	{
	margin: 0px;
	float: left;
	width: 650px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#colLeftInner .entry .title_holder h1 	{
	color: #000;
	font-size:24px;
	font-weight:bold;
	float: left;
	display: block;
	margin: 0px;
	width: 525px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#colLeftInner .entry .title_holder	h3 a	{
	font-weight:bold; 
	color:#31B8DA; 
}
#colLeftInner .entry .title_holder	h3 a:hover	{
	text-decoration:underline;
}
#colLeftInner .entry .title_holder	h3	{
	margin:0px;
	font-size:11px;
	float: left;
	width: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#colLeftInner .entry a.title 	{
	color:#000;
	line-height: 30px;
	font-size: 28px;
}
#colLeftInner .entry a.title:hover	{
	text-decoration: underline;
}
/***************************************************
			ENTRIES - POST DATE
***************************************************/
#colLeftInner .date	{
	color:#fff;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#colLeftInner .date .date_holder	{
	position: relative;
	top: -40px;
	margin: 0px;
	padding: 0px;
}
#colLeftInner .date span.day	{
	display: inline;
	float: right;
	font-size: 38px;
	line-height: 42px;
}
#colLeftInner .date span.month	{
	float: right;
	font-size: 16px;
	line-height: 14px;
	padding-left: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 40px;
	padding-top: 7px;
}
#colLeftInner .date span.year	{
	font-size:16px;
	float: left;
}

/* -------------------------------
BODY STYLES
----------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  background:#e8e8e8 url(images/body_bg.png) no-repeat;
  font-family:"Gill Sans";
  font-size:13px;
  line-height:135%;
}
body.page-template-sessions-php {
	background:#000 url(images/body_bg.png) no-repeat;
}

/*----------------------------------------------------
Home page and sessions title background
------------------------------------------------------*/
#tag {
	background: #000;
	float: left
	width: 960px;
	height: 30px;
	margin-left: 25px;
	margin-top: 27px;
	padding:5px 15px 5px;
}
#tag h3 {
	color: #fff;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: normal;
}

/*----------------------------------------------------
Sessions Slider Box's
------------------------------------------------------*/


.boxgrid{ 
width: 226px; 
height: 222px; 
margin:5px; 
float:left; 
background:#161613; 
overflow: hidden; 
position: relative; 
}
.boxgrid img{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}
.boxgrid h3 {
	font-size: 28px;
	color: #fff;
	padding: 10px;
}
.boxgrid a {
	color: #fff;
	text-decoration: none;
	padding: 10px;

}
.boxgrid p{ 
padding: 0 10px; 
color:#afafaf; 
font-weight:bold; 
font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
float: left; 
position: absolute; 
background: #000; 
height: 100px; 
width: 100%; 
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}

h3 a{}
	


/*----------------------------------------------------
BASIC HTML ELEMENTS STYLES
------------------------------------------------------*/



a:hover {
  text-decoration: none;
}

a:focus {
	outline:none;
}

h1 {
	font-size:26px;
	letter-spacing:-1px;
	font-weight:normal;
	padding:10px 0 12px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:100%;
}

h1 a {
	text-decoration:none;
	border-bottom:1px dotted #F30C55;
}

h1 a:hover {
	border:none;
}

h2{
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	padding:10px 0;
} 


ul {
	list-style:none;
}

p {
	margin:0.7em 0;
}


/* -------------------------------
LAYOUT STRUCTURE
----------------------------------*/

#mainWrapper {
	margin:0;
	padding:0;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#header {

}

#content {
	
}

#colLeft {
	float:left;
}

#colLeftInner {
	width:708px;
	padding:25px 24px 35px;
	min-height:500px;
}
.padding {
	padding: 20px;
	background: ;
}
.search .padding {
	padding: 20px;
	margin-top: 5px;
}
.single #colLeftInner {
	background: ;
	width:708px;
	padding:25px 0 35px 0;
	margin: 30px 23px 50px 25px;
	min-height:500px;
}
.page-template-sessions-php #colLeftInner {
	width:960px;
	padding:25px 24px 35px;
	min-height:500px;
}

#colRight {
	float:left;
	width:204px;
	padding-top: 15px;
}

#footer {
	background:url(images/footer_bg.jpg) no-repeat;
	height: 128px;
	margin-top:15px;
}
.page-template-sessions-php #footer {
	background: #000;
	height: 128px;
	margin-top:15px;
}


#footerInner {
	width:960px;
	margin:0 auto;
	color:#797979;
}

#copyright {
	margin-left: 25px;
	padding-left: 10px;
	width: 960px;
	background:#000;
}

#copyrightInner {
	width:960px;
	margin:0 auto;
	font-size:11px;
	color:#515151;
	padding:20px 10px;
	position:relative;
}
#copyrightInner a:hover {
	color: #fff;
	text-decoration: none;
}
#bottom-nav {
	float: right;
	padding-right: 25px;
}
#bottom-nav li {
	display: inline;
	padding-right: 5px;
}
#bottom-nav li a:hover {
	color: #fff;
	text-decoration: none;
}
/* -------------------------------
HEADER ELEMENTS
----------------------------------*/

#header .logo {
float:left;
overflow:hidden;
position: relative;
margin: -85px 0 0 25px;
}
#header .logo img {
border: none;
}


#header .nav-main {
float:right;
margin-top:27px;
margin-botom: 27px;
}

#header .nav-main li {
background:none repeat scroll 0 0 #000000;
float:left;
list-style:none outside none;
margin-left:5px;
}

#header .nav-main a {
color:#FFFFFF;
display:block;
font-size:16px;
padding:9px 0 8px;
text-align:center;
text-decoration:none;
text-transform: uppercase;
width:100px;
}

#header .nav-main a:hover {
background:none repeat scroll 0 0 #0ac5e3;
color:#000000;
}

#bigrap {
margin:0 auto;
width:960px;
}


#infobar {
margin-bottom:29px;
}
#infobar img {
	border: none;
}

.nav-info {
margin:0 auto;
padding-top:45px;
text-align:right;
width:970px;
}

.nav-info li {
display:inline;
margin:0;
padding:0 0 0 5px;
}


/*--------------------------------
CONTENT ELEMENTS
----------------------------------*/
#archive-title, .searchQuery {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	background:url(images/bullet_star_featured.png) 0 50% no-repeat;
	padding-left:16px;
	line-height:100%;
	text-transform:uppercase;
	margin-bottom:10px;
}

.alignleft {
	float:left;
	margin:5px 10px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 10px;
}

#colLeft img {
	border:none;	
}

span.author, span.author a {
	color:#333;	
}

.navigation {
	width:675px;
}

/* HOMEPAGE FEATURED POST */

#featuredPost {
	margin-bottom:20px;
}

#featuredPost .label {
	font-size:10px;
	color:#b2b2b2;
	display:block;
	padding-left:16px;
	line-height:100%;
}

#featuredPost .meta {
	font-size:11px;
	color:#999;
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding-bottom:12px;
}

#featuredPost a.author {
	color:#333;
} 

#featuredPost .featuredDetails {
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding:20px 0;
	font-size:14px;
}

#featuredPost .featuredDetails p {
	margin:0 0 15px;
}

#featuredPost .featuredDetails a img {
	border:none;
}

#be {
	margin-left: 250px;
}

/* HOMEPAGE POSTS LIST */

.homePost {
	float:left;
	width:300px;
	padding:0 10px 20px 0;
	border-bottom:1px dashed #b2b2b2;
	border-right:1px dashed #b2b2b2;
	margin-top:10px;
	min-height:200px;
}

.homePost .date {
	background:url(images/bk_date.jpg) 0 0 no-repeat;
	width:54px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:18px;
	line-height:120%;
	float:left;
	margin-right:10px;
	margin-bottom:40px;
}

.homePost div {
	margin:0.5em 0;
}

.homePost h2{
	padding-top:0;
	padding-bottom:5px;
	line-height:110%;
	height:45px;
}

.homePost h2 a {
	text-decoration:none;
}

.homePost .date span {
	font-size:20px;
	font-weight:bold;
}

.homePost .meta {
	font-size:11px;
	color:#999;
	padding-bottom:6px;
	padding-top:6px;
}

.homePost a.author {
	color:#333;
} 

#colLeftInner .even {
	border-right:none;
	padding-right:0;
	padding-left:20px;
}

.homePost div img {	
	background:transparent url(images/bk_thumb.png) 0 0 no-repeat ;
	float:left;
	margin:0 10px 30px 0;
	padding:2px 4px 4px;
	border:none;
}

/* GENERAL POSTS LIST AND SINGLE POST */

.blogPost {
	margin-bottom:20px;
	border-bottom:1px solid #D7D7D7;
}

.blogPost .meta {
	font-size:11px;
	color:#999;
	background:url(images/bk_featured.jpg) 0 100% repeat-x;
	padding-bottom:15px;
	margin-bottom:20px;
}

.blogPost a.author {
	color:#333;
} 

.blogPost .date {
	background:url(images/bk_date.jpg) 0 0 no-repeat;
	width:54px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:18px;
	line-height:120%;
	float:left;
	margin-right:10px;
	margin-bottom:40px;
}

.blogPost .date span {
	font-size:20px;
	font-weight:bold;
}

.blogPost p, #colLeftInner .page p {
	font-size:14px;	
	line-height:1.5em;
	margin:1em 0;
}

#colLeftInner .page {
	font-size:14px;		
	background: ;
	padding: 25px;
	margin-top: 5px;
}

.blogPost .postTags {
	font-size:13px;	
	background:url(images/ico_tag.png) 0 50% no-repeat;
	padding-left:24px;
	margin:25px 0 20px;
}

a.more-link {
	display:block;
	width:91px;
	height:28px;
	text-indent:-9999px;
	clear:both;
	border:none;
	margin:-5px 0 15px;
}

.postauthor {
	background:#F4F4F4;
	border:1px dashed #D2D2D2;
	padding:15px 18px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	margin-bottom:20px;
	margin-top:20px;
}

.postauthor img {
	float:left;
	margin-right:10px;
	padding:4px;
	background:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

/* POST SOCIAL SHARE */

#getSocial  {
	background:url("images/get_social.png") no-repeat scroll 0 0 transparent;
	float:right;
	height:41px;
	margin-right:-130px;
	margin-top:10px;
	width:114px;
}


.social {
	margin:20px 0 15px;
	padding: 0 0 15px;
	border-bottom:1px solid #D7D7D7;
}

.social a:hover img {
	margin-top:-4px;	
}

.social img {
	border:none;
	vertical-align:middle;
}

.social strong {
	padding-right:20px;	
}

.navigation .alignleft a{
	display:block;
	width:123px;
	height:30px;
	background:url(images/but_prev.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

.navigation .alignright a{
	display:block;
	width:107px;
	height:30px;
	background:url(images/but_next.png) 0 0 no-repeat;
	margin-top:15px;
	text-indent:-9999px;
}

#colLeftInner ul{
	list-style-type:disc;
	list-style-position:inside;
}

#colLeftInner ol {
	list-style-position:inside;
}

blockquote {
	border-left:1px dashed #aaa;
	padding-left:20px;
	margin:15px 0 15px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	background:url(images/bk_blockquote.jpg) 90% 0 no-repeat;
}

/*--------------------------------
COL RIGHT
----------------------------------*/

.boxRight {
	background: #0ac5e3;
	margin:15px 0;
	padding-top:8px;
}

.boxRightInner {
	padding:25px 10px 15px;
	color:#888;
}

.boxRight h2 {
	display:block;
	margin-right:-13px;
	height:38px;
	line-height:30px;
	padding:0 0 0 5px;
	text-transform:uppercase;
	font-size:23px;
	font-style:normal;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}


.boxRight ul li {
	padding:8px 6px 8px 18px;
	border-bottom:1px dotted #434343;
}

.boxRight ul li a {
	text-decoration:none;
	display:block;
}

.bottompiece2 {
background:url("images/bottom_side.png") no-repeat scroll 0 0 transparent;
display:block;
height:204px;
width:206px;
margin-top: -15px;
}


/* ADS */

#ads {
	padding:15px 0 0;
}

#ads div div {
	margin:8px 0 0 10px;
	float:left;
}

#ads div div a img {
	border:1px solid #414141;	
}

/*--------------------------------
FOOTER
----------------------------------*/

#footerInner .boxFooter {
	float:left;
	width:295px;
	padding-right:25px;
}

#footerInner h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	border-bottom:1px solid #363636;
	padding:7px 0 7px 16px;
	margin-bottom:7px;
}

#footerInner .boxFooter ul li {
	padding:5px 6px 5px 18px;
	border-bottom:1px solid #292929;
}

#footerInner .boxFooter ul li a {
	text-decoration:none;
	display:block;
}

#site5bottom {
	position:absolute;
	right:5px;
	top:13px;
}

#site5bottom img {
	border:none;
}

#site5bottom a {
	display:block;
	width:344px;
	height:26px;
	background:url(images/site5bottom.png) 0 0 no-repeat;
	text-indent:-9999px;
}

/* COMMENTS
------------------------------------------*/

h2#comments {
	display:block;
	background:url(images/ico_h2_comments.png) 0 50% no-repeat;
	padding:15px 0 15px 40px;
}

h2#commentsForm {
	display:block;
	background:url(images/ico_h2_form.png) 0 50% no-repeat;
	padding:10px 0 10px 40px;
}

#colLeft ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	margin:20px 0 0;
}

#colLeft ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
}

#colLeft ul.commentlist li {
	padding:12px 20px;
	position:relative;
	border:1px dashed #ccc;
	background: #fff;
	margin-left:15px;
	margin-bottom:20px;
}

#colLeft ul.commentlist li .comment-meta, #colLeft ul.commentlist li .text  {
	margin-left:20px;	
}

#colLeft ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}


#colLeft ul.commentlist li .avatar {
	background:#fff;
	padding:3px;
	border:1px solid #ccc;
	position:absolute;
	left:-15px;
	top:-7px;
}

#colLeft ul.commentlist .reply {;
	margin-left:20px;
	margin-top:-5px;
}

#colLeft ul.commentlist .reply a {
	font-size:11px;
	/*position:absolute;
	bottom:10px;
	left:34px;*/
	color:#3293C2;
	
}

#colLeft ul.commentlist li .children li {
	background:#fff;
	margin-left:20px;
	margin-top:15px;
	
}

/***************************************************
				      SEARCH
***************************************************/
#searchform {
	margin: 0px;
	float: right;
	width: 265px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchform input {
	background-color: #282828;
	margin: 0px;
	float: left;
	width: 198px;
	height: 20px;
	color: #aaaaaa;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #282828;
}
#searchform input:focus {
	background-color: #5C5C5C;
	border: 1px solid #5C5C5C;
	color: #CCCCCC;
}
#searchform .search_button {
	color: #FFFFFF;
	background-color: #31b8da;
	float: left;
	width: 57px;
	height: 30px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#searchform .search_button:hover {
	background-color: #000000;
}
#searchform .search_button:focus {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

/* Post comment */

#commentform p {
	margin:0;
}

#commentform label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:#fff url(images/bk_input.jpg) 0 0 repeat-x;
}


#commentform textarea {
	background: #fff;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#commentform input#submit{
	border:none;
	width:116px;
	height:30px;
	margin-top:10px;
	cursor:pointer;
}

/* Contact Form */

#contact label {
	display:block;
	padding:5px 0;
}

#contact input, #contact textarea {
	border:1px dashed #ccc;
	padding:8px;
	width:300px;
	margin-bottom:10px;
	background:#fff url(images/bk_input.jpg) 0 0 repeat-x;
}


#contact textarea {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#contact input.submit{
	border:none;
	width:122px;
	height:34px;
	margin-top:10px;
	cursor:pointer;
	text-indent:-9999px;
}
.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px dashed #F7A68A;
	color:#DA4310;
	padding:10px;
}

.successmsg {
	background:#F5FAF1;
	border:1px dashed #C2E1AA;
	color:#8FA943;
}

/* -------------------------------
CLEARING
----------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}


/* Hide from IE-mac \*/
* html .clearfix { float: left; height: 1%; }
/* End hide from IE-mac */



