/* LAYOUT */

* {
	-webkit-text-size-adjust: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}

/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */

.aligncenter {
	display: block;
	margin: 0 auto
}

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

.alignright {
	float: right
}

.wp-caption {
	border: 1px solid #666;
	text-align: center;
	background: #ccc;
	padding: 10px;
	margin: 10px
}

/* You might find the following useful */

/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */

br.clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 0 0
}

/* Use this br class to clear your floated columns */

li#theme-switcher {
	background: #fff;
	border: 10px solid red;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0
}

/* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0px;
	background: url(../images/Brain-is-Wider-HBR.jpg) no-repeat top center;
	background-attachment: fixed
}

  /* Juxprose additons 20/3/13 */
  
  /* Splash page */
  
  .page-template-page-splash-php {
  	background: #8c4519 url(../images/splash-background.jpg) no-repeat;
  	background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .page-template-page-splash-php .post {
    position: relative;
    width: 720px !important;
    overflow: hidden; 
    float: none !important;
    color: #fff;
    font-family: georgia;
  }
  
  .page-template-page-splash-php .splash-book {
    float: left;
    margin-right: 50px;
  }

  .page-template-page-splash-php .post img {
    float: none;
    margin-bottom: 30px;
  }

  .page-template-page-splash-php .post .splash-book li {
    line-height: 1.6;
    color: #fff;
  }

  .page-template-page-splash-php .post h2 {
    font-size: 22px;
    margin: 60px 0 30px 0;
  }
  
  .page-template-page-splash-php #outerWrapper {
    background-color: transparent;
    border: none;
  }


  
  /* Bedford Park page */

	body.page-id-7728,
	body.page-id-7742
	 { 
		background: url(/wp-content/uploads/2013/03/bedford-park-background.jpg) no-repeat top center;
	}  
	
	body.page-id-7728 .post h1,
	body.page-id-7742  .post h1 {
	  color: #b03100;
	  margin-bottom: 15px;
	}
	
	body.page-id-7728 .post h2, 
	body.page-id-7742 .post h2{
	  margin: 10px 0;
	  font-family: georgia;
	}
	
	#blogLeftSideBar img {
	  max-width: 180px;
	  width: 180px;
	}
	
	/* Drop menu */
	
	ul.dropdown-vertical li {
		border-bottom: 0 !important;
	}

	ul.dropdown li a {
		padding: 0 !important;
	}

	ul.dropdown ul {
		border: 1px solid #ccc !important;
		background: #fff;
		padding: 8px 5px !important;
	}

	#menu-main-navigation .sub-menu li {
		display: block !important;
		border-right: 0 !important;
		padding: 3px !important;
		}


	.sub-menu li a {
		display: block !important;
		font-size: 12px !important;
	}

	#menu-main-navigation li.parent {
		padding-right: 18px !important;
	}
	
	.widget.shailan-dropdown-menu-widget {
		margin-bottom: 18px;
	}
	
	.shailan-dropdown-menu {
		margin-top: 16px;
	}

.floatLeft {
	float: left;
}

.floatRight {
	float: Right
}

.grey {
	color: #999 !important;
}

.black {
	color: #000 !important;
}

.typeArial {
	font-family: Arial, Helvetica, sans-serif !important;
}

.type60 {
	font-size: 60% !important;
}

.type70 {
	font-size: 70% !important;
}

.type80 {
	font-size: 80% !important;
}

.type90 {
	font-size: 90% !important;
}

.type100 {
	font-size: 100% !important;
}

.type110 {
	font-size: 110% !important;
}

.type120 {
	font-size: 120% !important;
}

.type130 {
	font-size: 130% !important;
}

.mB3 {
	margin-bottom: 3px !important;
}

.mB5 {
	margin-bottom: 5px !important;
}

.mB10 {
	margin-bottom: 10px !important;
}

.mB15 {
	margin-bottom: 15px !important;
}

.mB20 {
	margin-bottom: 20px !important;
}

.mR20 {
	margin-right: 20px;
}

.mR30 {
	margin-right: 30px;
}

.w400 {
	width: 400px;
}

.w430 {
	width: 430px;
}

.post p a {
	color: #000;
	text-decoration: underline;
}

.post p a:hover {
	text-decoration: none;
}

.capitalize {
	text-transform: capitalize;
}

/* Outer Wrapper //////////////////////////////////////////////////////////////////////////////*/

#outerWrapper {
	width: 920px;
	margin: 0px auto;
	background-color: #FFF;
	border: #FFF 5px solid;
}

#headWrapper {
	margin-bottom: 30px
}

#bryanPhoto,
#logo {
	float: left;
}

#bryanPhoto {
	margin-right: 20px;
}

#logo {
	margin-bottom: 21px;
}

/* Content Wrapper //////////////////////////////////////////////////////////////////////////////*/

#contentWrapper {
	width: 650px;
	float: left;
	border: #F00 solid 0px;
}

#blogContentWrapper {
	width: 650px;
	float: left;
	border: #F00 solid 0px;
}

/*Home*/

.post {
	margin-bottom: 10px;
}

.post img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.home #leftbar {
	width: 270px;
	float: left;
}

.home .gallery,
.page-template-page-3colLeftWide-php .gallery {
	width: 270px;
	float: left;
}

.home .post,
.page-template-page-3colLeftWide-php .post {
	width: 350px;
	float: right;
}

.post h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #635fa7;
	font-size: 145%;
}

.single .post h1 {
	color: #000 !important;
}

.thoughts h1 {
	color: #000000 !important;
}

.thoughts h1 a:link, .thoughts h1 a:visited, .thoughts h1 a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 100%;
	margin-bottom: 3px;
}

.thoughts h1 a:hover {
	text-decoration: underline;
}

/*Books */

#books {
	color: #000;
}

.published {
	font-weight: normal !important;
	font-size: 70% !important;
}

#books td {
	color: #333;
	font-size: 80%;
	padding: 5px 0px;
}

#books td a {
	color: #333;
	text-decoration: none;
}

#books th {
	padding-bottom: 10px;
	font-size: 80%;
	text-transform: capitalize;
}

#books tr {
	border-bottom: #999 dotted 1px;
}

#books tr:nth-child(2n) {
	background-color: #ededed;
}

#books tr:hover {
	background-color: #CCC;
}

.uppercase {
	text-transform: uppercase;
}

ul#thoughtsPostWrapper li.post p {
	
}

/*ul#thoughtsPostWrapper li.post p:nth-child(3) { font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#333}*/

.post p {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 85%;
	line-height: 145%;
}

.post h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	border-top: #CCC dotted 1px;
	border-bottom: #CCC dotted 1px;
	padding: 5px 0px;
	margin-bottom: 20px;
}

#close {
	display: none;
}

.fb-like {
	margin-bottom: 15px;
}

/*.post a:link,
.post a:visited,
.post a:active { color:#666; text-decoration:underline; font-style:italic;} 
.post a:hover { text-decoration:none; color:#000;}*/

p.postmetadata {
	border-top: #CCC dotted 1px;
	border-bottom: #CCC dotted 1px;
	padding: 5px 0px;
	font-size: 10px !important;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

p.postmetadata a {
	color: #666;
	text-decoration: none;
}

p.postmetadata a:hover {
	text-decoration: underline;
}

.wp-caption-text,
.widget_sp_image-description,
.textwidget {
	font-size: 75%;
	color: #666;
	line-height: 135%;
}

.widget_sp_image-description a,
.wp-caption-text a {
	color: #000;
}

.widget_sp_image-description {
	padding-top: 10px;
}

.wp-caption-text strong,
.widget_sp_image-description strong,
.textwidget strong {
	color: #000;
}

/* Thoughts //////////////////////////////////////////////////////////////////////////////*/

#thoughtsPostWrapper {
	border: #0F0 solid 0px;
	width: 430px;
	float: left;
}

/* Sidebars //////////////////////////////////////////////////////////////////////////////*/

#sideBar {
	padding-top: 112px;
	width: 240px;
	float: right;
}

#leftSideBar {
	width: 270px;
	float: left;
}

#leftSideBarNarrow {
	padding-top: 112px;
	width: 270px;
	float: left;
}

#blogLeftSideBar {
	width: 190px;
	float: right;
	border: #F00 solid 0px;
}

.olderArticles {
	margin-bottom: 25px;
}

.olderArticles li {
	margin-bottom: 2px;
}

/*#olderArticles li { margin-bottom:2px;}*/

.olderArticles li a {
	color: #666;
	text-decoration: none;
	font-size: 80%;
}

.olderArticles li a:hover {
	text-decoration: underline;
	color: #000
}

#blogRightSideBar {
	width: 240px;
	float: right;
	padding-top: 112px;
	border: #F00 solid 0px;
}

/* Widgets //////////////////////////////////////////////////////////////////////////////*/

.widget {
	margin-bottom: 30px;
}

#widget_sp_image-4, widget_sp_image-6 {
	margin-bottom: 20px !important
}

.widget h2,
#blogLeftSideBar h2 {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#blogLeftSideBar h2 a {
	color: #000;
	text-decoration: underline;
}

#blogLeftSideBar h2 a:hover {
	text-decoration: none;
}

.widget li {
	font-size: 12px;
}

.widget li a {
	color: #C00;
	text-decoration: none;
}

.widget li a:hover {
	color: #C00;
	text-decoration: underline;
}

.widget li a.timesince {
	color: #000;
	font-size: 9px;
}

#widget_sp_image-6 img {
	margin-bottom: 25px;
}

.page-template-page-gallery-php .post h1 {
	color: #333;
	margin-bottom: 10px;
}

/* Booke widget */

.bookWidget {
	padding-top: 6px;
}

.bookWidgetItem {
	text-transform: capitalize;
	font-weight: bold;
}

.bookWidget li {
	border-bottom: #CCC dotted 1px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.bookWidget li:last-child {
	border-bottom: none;
}

/* Twitter Feed */

h2.widgettitle {
	margin-bottom: 6px !important;
}

.widget_twitter {
	color: #666;
}

.widget_twitter h2 a {
	color: #000;
}

.tweets li {
	border-bottom: #CCC dotted 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 13px;
}

.tweets li:last-child {
	border-bottom: none;
}

.twtr-hd {
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important
}

.twtr-tweet-wrap {
	padding: 10px 0px 10px 0px !important;
	margin-bottom: 0;
}

.twtr-ft {
	display: none !important
}

#text-10 {
	margin-bottom: 20px !important
}

/* Contact form */

form.wpcf7-form p {
	font-size: 95%;
	margin-bottom: 10px;
}

form.wpcf7-form .wpcf7-text {
	background-color: #e6e6e6;
	border: none;
	padding: 6px 5px;
	width: 230px;
}

form.wpcf7-form textarea {
	background-color: #e6e6e6;
	border: none;
	padding: 5px 5px;
	width: 230px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.theDate {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px !important;
	color: #000 !important;
}

.subDate {
	font-size: 9px;
	color: #666;
}

#s {
	border: #E0E0E0 solid 1px;
	background-color: #E0E0E0;
	padding: 6px 5px;
	width: 160px;
}

#searchsubmit,
input.wpcf7-submit {
	background-color: #8ac854;
	border: none;
	color: #FFF;
	padding: 6px;
	cursor: pointer;
	float: right;
	margin: 0;
}

#searchsubmit:hover, 
input.wpcf7-submit:hover {
	text-decoration: underline;
	background-color: #559516
}

input.wpcf7-submit {
	float: left;
}

/* SEARCH */

.widget_search {
	background-color: #e0e0e0;
}

.widget_search #s {
	height: 27px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 27px;
	border-style: none;
}

.widget_search #searchsubmit {
	height: 27px;
	padding: 0 10px;
	line-height: 27px;
}

/* TWITTER */

.twtr-widget h3 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
}

.twtr-widget h3 {
	display: none;
}

.twtr-widget h4 {
	font-size: 11px !important;
}

.twtr-widget h4 a{
	position: relative;
	top: 5px;
}

.twtr-widget .twtr-tweet-text {
	font-size: 12px !important;
}

/* Main Navgigation */

#menu-main-navigation {
	width: 540px;
	border-top: #CCC dotted 1px;
	border-bottom: #CCC dotted 1px;
	padding: 3px 0px 6px 0px;
	float: left;
	margin-top: 1px;
}

#menu-main-navigation li {
	display: inline;
	border-right: solid 1px #CCC;
	font-size: 0.75em;
	padding: 0px 0.5em;
	-webkit-text-size-adjust: none;
}

ul#menu-main-navigation.menu li.current-menu-item a {
	color: #000;
}

/*#menu-main-navigation li:after { content:"|"; }*/

#menu-main-navigation li:last-child {
	border-right: none;
}

#menu-main-navigation li a:link, #menu-main-navigation li a:visited, #menu-main-navigation li a:active {
	color: #999;
	text-decoration: none;
}

#menu-main-navigation li a:hover {
	color: #000;
	text-decoration: none;
}

/* Page Navi */

.wp-pagenavi {
	clear: both;
	font-size: 11px !important;
	margin: 25px 0px 10px 0px
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 4px 3px 0px;
	margin: 0px;
	color: #000;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.wp-pagenavi .pages {
	color: #333;
	margin-right: 5px;
}

/* Blockquote */

blockquote p {
	color: #d0502b !important;
	display: block;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 20px !important;
	float: left;
	width: 200px;
	margin: 0 10px 0 0;
	line-height: 25px !important;
}

blockquote p span.who {
	font-size: 10px !important;
	color: #333 !important;
	text-transform: uppercase;
	display: block;
	clear: both;
}

/* Comments */

#thoughtsPostWrapper h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 120%;
	margin-bottom: 25px;
}

#thoughtsPostWrapper ol li {
	border-bottom: #e5e5e5 dotted 1px;
	padding: 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
}

#thoughtsPostWrapper ol li cite {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 180%;
	color: #000
}

#thoughtsPostWrapper ol li cite a {
	color: #000;
}

.commentmetadata {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 85% !important;
	color: #000 !important;
	margin-bottom: 10px;
}

.commentmetadata a {
	color: #666;
}

.commentmetadata .commentdate {
	text-transform: uppercase;
}

.commentlist p {
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#thoughtsPostWrapper ol li p {
	font-size: 120%;
	margin-bottom: 10px;
	color: #666
}

#thoughtsPostWrapper ol li p a {
	color: #000
}

#respond {
	padding-top: 25px;
}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70% !important;
}

#commentform input, #commentform textarea {
	background-color: #e0e0e0;
	border: solid 1px #fff;
	color: #333;
	padding: 6px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
/*-moz-border-radius: 5px; -webkit-border-radius: 5px;*/
}

#commentform textarea {
	height: 120px;
	width: 98%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#commentform input:focus, #commentform input:hover {
	background-color: #e5e5e5;
	border: solid 1px #fff;
	color: #333;
}

#commentform textarea:focus, #commentform textarea:hover {
	background-color: #e5e5e5;
	border: solid 1px #fff;
	color: #333;
}

#commentform p {
	margin-bottom: 5px;
}

#commentform #submit {
	background-color: #8AC854;
	color: #fff;
	margin-top: 5px;
}

#commentform #submit:hover {
	background-color: #559516;
	color: #FFF;
}

/* Footer //////////////////////////////////////////////////////////////////////////////*/

#footer {
	font-size: 12px;
	border-top: #CCC dotted 1px;
	padding-top: 10px;
	text-transform: capitalize;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
	color: #000;
}

.avatar {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 1px;
}

.post img.avatar {
	margin-right: 5px;
	margin-bottom: 5px;
}

#toTheTop {
	text-align: left;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 10px;
}

#toTheTop a {
	color: #666;
}

#toTheTop a:hover {
	color: #000;
}

/* Gallery */

.gallery img {
	margin: 0px !important;
	padding: 0 0 3px 0 !important;
}

p.wp-caption-text {
	margin-bottom: 0px;
}

/* EXTRA */

#post-6957 h1 {
	font-size: 180%;
}

dd.gallery-caption {
	padding-top: 10px;
}

a.buylink {
	color: black;
}

#eventslist {
	
}

#eventslist h2 {
	color: #181717;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#eventslist ul {
	padding: 0;
	margin: 0;
}

#eventslist ul li {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px dotted #c4c4c5;
	color: #6b6969;
}

#eventslist .eventdate {
	color: #181717;
	padding: 0;
	margin: 0 0 0.3em;
}

#eventslist .eventaddr {
	color: #6b6969;
	padding: 0;
	margin: 0 0 0.5em;
}

#eventslist .eventoverview {
	color: #6b6969;
	padding: 0;
	margin: 0 0 0.5em;
}

#eventslist .eventlinks {
	color: #181717;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2em;
}

#eventslist .eventlinks a {
	color: #181717;
}