/*

Theme Name:Bristol Culture
Theme URL: 
Description: Wordpress theme specificallty for Bristol Culture
Author: Graeme
Author URI: www.somethingdoing.com
Version: 1.0.0
Tags: Responsive, Portfolio, Minimalistic, Right-sidebar, fixed-width, jQuery slider, theme-options, threaded-comments, banner ads, adsense,fab themes.

*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}
strong{
	font-weight:bold !important;
}
em{
	font-style:italic !important;
}
:focus {
/* remember to define focus styles! */
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

.home blockquote:before, .home blockquote:after,
q:before, q:after {
    content: "";
}

.home blockquote, q {
    quotes: "" "";
}

a img {
    border: 0;
    display: block;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* BASIC */

body {
    font-family: Open Sans,Arial,Century gothic, sans-serif;
    /*font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
    color: #555;
    font-size: 13px;
    background: url(images/body.png);
    font-weight: 400;
    width:960px;
    margin:0 auto;
}

img {
    border: 0;
    margin: 0;
}

a {
    color: #825E65;
    text-decoration: none;
    outline: none;
}

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

.home blockquote {
    color: #59666f;
    font-style: italic;
    font-family: Georgia;
    padding: 10px;
    word-wrap:break-word;
}
.home blockquote a:hover{
    color: #59666f;	
}
.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #fff;
    margin: 10px 0;
}

table td,table th {
    text-align: left;
    border: 1px solid #fff;
    padding: .4em .8em;
}

table th {
    background: #ddd;
    color: #999;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #fff;
}

table td {
    border: 1px solid #fff;
    background: #eee;
    color: #555;
}

table tr.even td {
    background: #eee;
    border: none;
}

table tr:hover td {
    background: #FFF9DF;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

img.alignnone {
    display: inline;
    margin: 0 0 10px;
}

img.alignright {
    display: inline;
    margin: 5px 0 10px 10px;
}

img.alignleft {
    display: inline;
    margin: 5px 15px 10px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

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

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

.wp-caption {
    text-align: center;
    background: #eee;
    margin: 10px;
    padding: 4px 0 5px;
}

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    color: #444;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    padding: 0;
    margin: 0px 0px 10px 0px;
}



/* #Forms
================================================== */

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

select {
    padding: 0;
}

textarea {
    min-height: 60px;
}

label,
	legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

select {
    width: 220px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
	legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}


/* OUTER  */

#wrapper {
    margin: 0px auto;
}

#casing {
    padding: 0px 0px 25px 0px;
    background: #fff;
}

/*Header*/

#head {
    float: left;
    width:960px;
    background: #fff;
    margin-bottom: 15px;
}

#headright {
    background: #084683;
    float: right;
}

#topbar {
    height: 60px;
}

ul.social {
    list-style: none;
    margin: 20px 10px 0px 10px;
    float: left;
}

ul.social li {
    float: left;
    margin-left: 10px;
}

#blogname {
    margin:0;
}

#blogname h1 {
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0px 0px;
    font-family: Bitter, Helvetica, Arial, sans-serif;
}

#blogname h1 a, #blogname h1 a:visited {
    color: #4E4554;
}

#blogname h2 {
    font-family: Bitter, Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    position:absolute;
    left:110px;
    top:17px;
    width:140px;
}



/* TOP-MENU */

#mobileMenu_web2feel {
    margin: 10px 20px;
    padding: 3px 0px;
    border: 1px solid #593A40;
}

#botmenu {
    margin: 0px auto;
    display_inline-block;
}

#subnav {
    clear: both;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    display:inline-block;
}

#subnav ul {
    float: left;
    padding: 0px 15px;
}

#subnav li {
    float: left;
    list-style-type: none;
    font-weight: 400;
}

#subnav li a {
    color: #e7e7e7;
    display: block;
    padding: 10px 10px 10px 10px;
    position: relative;
    text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current-menu-item a {
    color: #fff;
}

#subnav li a .sf-sub-indicator {
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
    background-color: #593A40;
    border-top-width: 0;
    color: #e7e7e7;
    font-size: 13px;
    padding: 10px 10px;
    position: relative;
    text-transform: none;
    width: 140px;
    font-weight: 400;
    background-color:#084683;
}

#subnav li li a:hover,
#subnav li li a:active {
    color: #fff;
    background: #493034;
}

#subnav li ul {
    height: auto;
    padding: 0px 0px;
    left: -9999px;
    margin: 0 0 0 1px;
    position: absolute;
    width: 160px;
    z-index: 9999;
}

#subnav li ul a {
    width: 160px;
}

#subnav li ul ul {
    margin: -38px 0 0 160px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
    left: auto;
}
	
	
/* SEARCH FORM	 */


#search {
    width: 250px;
    padding: 0px;
    margin: 20px 20px 0px 0px;
    display: inline-block;
    float: right;
    background: #f8f8f8;
    border: 1px solid #e7e7e7;
}

#search form {
    margin: 0px 0px 0px 0px;
    padding: 0;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search p {
    margin: 0;
    font-size: 85%;
}

#s {
    width: 180px;
    background: #f8f8f8;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px;
    height: 20px;
    border: none;
    color: #555;
    float: left;
    display: inline;
}

#searchsubmit {
    background: #063461;
    border: none;
    color: #fff;
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    float: right;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
}	
	
	
	
/*Callout	*/

#callout {
    font-weight: 400;
    font-size: 26px;
    /*padding: 35px 5%;*/
    width: 90%;
    text-align: center;
    font-family: Bitter, Helvetica, Arial, sans-serif;
    color: #A392AF;
}


/*Rows	*/

#recent-projects, #recent-posts {
    padding: 35px 0px 0px 0px;
}

#recent-projects {
    background: #fafafa;
    border-top: 1px solid #CFC5D6;
    border-bottom: 5px solid #CFC5D6;
}

.leftbox {
    margin-bottom: 35px!important;
}

.leftbox h2 {
    padding-right: 80px;
    color: #5F5566;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.leftbox span {
    display: block;
    margin-top: 10px;
    color: #825E65;
}

.rightbox {
    margin-bottom: 35px!important;
position:relative;
}

.panelbox {
    padding: 10px 0px 20px 0px;
    position: relative;
    color: #555;
    text-align: center;
}

.panelbox h2 {
    margin-bottom: 0px;
}

.rightbox h2 {
    font-size: 14px;
    font-weight: 700;
}

.rightbox h2 a,.rightbox h2 a:visited {
    color: #333;
}

img.index-wideimg {
    margin-bottom: 10px;
}

.paneldate {
    margin-bottom: 5px;
    display: block;
    color: #825E65;
}

.panelpost p {
    line-height: 160%;
}

.home .panelpost p{
	line-height: 120%;
	font-size:12px;
}

img.overlay{
	position:absolute;
	top:10px;
	left:10px;
	z-index:100;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	background:#fff;
	padding:5px;
	display:none;
}

/*Article*/

#left {
    margin-top: 25px;
}

.post {
    margin-bottom: 25px;
    padding: 0px 10px;
}

#masonry-container{
   min-height:300px;	
}

#masonry-container .post{
   margin-bottom:5px;
   padding:0px;
}

#masonry-container .post .caption-container{
   overflow:hidden;
   height:inherit;
   width:inherit;
   position:relative;	
}

.caption{
	display:none;
}

#masonry-container .post .caption{
   background-color:#ccc;
   width:100%;
   opacity:0.9;
   filter:alpha(opacity=90); /* For IE8 and earlier */
}

#masonry-container .post .caption a{
   color:#000;
}
.portype {
    width: 62px;
    height: 45px;
    float: left;
    margin: 5px 10px 0px 0px;
}

.pro-image {
    background: url(images/camera.png) no-repeat;
}

.pro-video {
    background: url(images/video.png) no-repeat;
}

.title {
    overflow:hidden;
    padding-bottom: 10px;
}

.title h2, .title h2 a, .title h2 a:visited {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 5px;
}

.entry,.bentry {
    line-height: 160%;
}

.entry p {
    margin-bottom: 10px;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin: 0 0 20px 0;
}

.entry ul, .entry ol {
    margin: .4em 0 1em;
    line-height: 150%;
}

.entry ul li, .entry ol li {
    list-style-position: outside;
    margin-left: 1.6em;
}

.entry ol li {
    list-style: decimal;
}

.entry ul li {
    list-style: disc;
}

img.portimg,img.postimg {
    margin-bottom: 20px;
}

.projectbox {
    margin-bottom: 20px;
}

.foliocontainer {
    padding-top: 20px;
}


/*Sidebar*/

#right {
    margin-left:0;
    margin-top: 25px;
}

h3.sidetitl {
    font-family: Bitter, Helvetica, Arial, sans-serif;
    background: #04213e;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 700;
}

.sidebox {
    list-style: none;
    margin: 0px 10px 25px 10px;
}

.sidebox ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.sidebox li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.sidebox ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.sidebox ul li {
    list-style-type: none;
    margin: 0px;
    margin: 0px 5px;
}

.sidebox ul li a:link,.sidebox ul li a:visited {
    color: #666;
    text-decoration: none;
}

.sidebox ul li a:hover {
    color: #000;
}

.sidebox.widget_categories ul li,.sidebox.widget_pages ul li,.sidebox.widget_archive ul li,.sidebox.widget_links ul li,.sidebox.meta_links ul li {
    border-bottom: 1px solid #f4f4f4;
    padding: 7px 5px;
}

.sidebox.widget_recent_entries ul li {
    border-bottom: 1px solid #f4f4f4;
    padding: 7px 5px;
}

ul#recentcomments li.recentcomments {
    border-bottom: 1px solid #f4f4f4;
    padding: 7px 5px;
}

.sidebox .textwidget p {
    padding: 0px 10px;
}

div#calendar_wrap {
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 0;
}

table#wp-calendar {
    width: 100%;
    border: none;
    margin: 0!important;
    padding: 0;
}

#wp-calendar caption {
    font-size: 16px;
    color: #375752;
    font-weight: 400;
    font-family: BebasNeueRegular,Georgia,Century gothic, Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 5px 5px;
}

#wp-calendar th,#wp-calendar td {
    text-align: center;
    color: #fff;
    background: #555;
    padding: 7px 5px;
}

#wp-calendar tr {
    margin: 0!important;
}

#wp-calendar td {
    background-color: #eee;
    color: #444;
    margin: 0!important;
}

#wp-calendar td a {
    border: none;
    color: #D1512A;
}

.squarebanner {
   width:190px; 
}

.squarebanner ul {
    list-style-type: none;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
}

.squarebanner ul li {
    list-style-type: none;
    margin: 0px 10px 10px 0px;
    float: left;
    display: inline;
}

.squarebanner ul li.rbanner {
    margin-right: 0px;
}



/* COMMENTS */
#commentsbox {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
}

h3#comments {
    font-family: Bitter, Helvetica, Arial, sans-serif;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
    color: #000;
}

ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

ol.commentlist li {
    line-height: 160%;
    margin: 0px 0 20px 0px;
    padding: 10px 10px;
    border: 1px solid #eee;
}

ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited {
    color: #333;
    font-weight: 700;
    text-decoration: none!important;
}

cite.fn {
    color: #eee;
    font-style: normal;
}

ol.commentlist li .comment-author .avatar {
    float: right;
    border: 1px solid #eee;
    background: #fff;
    padding: 3px;
    margin: 5px 0px 0px 0px;
}

ol.commentlist li .comment-meta .commentmetadata {
    color: #000;
}

ol.commentlist li .comment-meta a {
    color: #825E65;
    text-decoration: none!important;
}

ol.commentlist li p {
    margin: 10px 0px;
    padding: 10px 0px;
}

ol.commentlist li .reply {
    margin-top: 10px;
}

ol.commentlist li .reply a {
    background: #825E65;
    color: #fff;
    text-decoration: none;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}

ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 1em 0 0;
}

.comment-nav {
    height: 20px;
    padding: 5px;
}

.comment-nav a:link,.comment-nav a:visited {
    color: #f15755;
}

#respond {
    margin: 10px 0;
    padding: 0;
}

#respond h3 {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding: 5px 0 0;
}

#commentform {
    padding: 10px 0;
}

#commentform a {
    color: #825E65;
}

#commentform p {
    color: #825E65;
    margin: 5px 0;
}

#respond label {
    display: block;
    color: #063461;
    padding: 5px 0;
}

#respond input {
    background: #eee;
    border: 1px solid #D3AC76;
    color: #7F5E34;
    margin: 0 10px 10px 0;
    padding: 5px;
}

#commentform input {
    width: 50%;
}

#respond input#commentSubmit {
    width: 100px;
    background: #063461;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #442C30;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea#comment {
    background: #fafafa;
    border: 1px solid #e7e7e7;
    width: 70%;
    color: #333;
    margin: 20px 0 0;
    padding: 10px 10px;
}

ol.commentlist li .comment-author,ol.commentlist li .comment-author .fn {
    color: #333;
}

ol.commentlist li .comment-meta,#respond label small {
    font-size: 10px;
}

ol.commentlist li ul.children li.depth-2,ol.commentlist li ul.children li.depth-3,ol.commentlist li ul.children li.depth-4,ol.commentlist li ul.children li.depth-5 {
    margin: 0 0 0 50px;
}	
	

/* Pagenavi */

#navigation {
    padding: 0px 0px 20px 10px;
}

.wp-pagenavi {
    font-size: 12px;
    text-align: center !important;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    text-decoration: none;
    background: #666!important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi span.current {
    text-decoration: none;
    background: #6AB3E7 !important;
    border: 1px solid #3C95D5!important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}

.wp-pagenavi span.extend {
    text-decoration: none;
    background: #6AB3E7 !important;
    border: 1px solid #3C95D5 !important;
    color: #fff !important;
    padding: 3px 7px !important;
    display: block;
    text-align: center;
    float: left;
    margin-right: 4px;
}	


/*Footer*/

#bottom {
    background: #4E4554;
}

#bottom ul {
    margin: 0px;
    padding: 0px;
}

.botwid {
    float: left;
    margin-top: 35px!important;
    margin-bottom: 35px!important;
    list-style: none;
}

h3.bothead {
    font-family: Bitter, Helvetica, Arial, sans-serif;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.botwid ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.botwid li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.botwid ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
}

.botwid ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.botwid ul ul ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.botwid ul li {
    padding: 7px 0px 7px 0px;
}

.botwid ul li a:link, .botwid ul li a:visited {
    color: #eee;
}

.botwid ul li a:hover {
    color: #fff;
}

.botwid .textwidget {
    padding: 7px 0px;
    margin: 0;
    line-height: 160%;
    color: #888;
}

#footer {
    background: #04213e;
    padding: 25px 0px;
    text-align: center;
}

.fcred,.fcred a, .fcred a:visited {
    color: #eee;
}

.widget_search #search{
	display:none;
}

.home #right img.scale-with-grid{
	max-width:100px;
}

.home #right .panelpost{
	width:150px;
	display:inline-block;
	padding-right:10px;
	float:left;
	font-size:1.em;
}

#masonry-container a , 
#masonry-container img  {
	display:block;
	margin:0 10px 10px 0;
}

#masonry-container .caption a{
	margin:0;
	padding:10px;
}
#masonry-container .caption a:hover{
	text-decoration:none;
}
#masonry-container a{
	margin-top:0;
	margin-bottom:0
}

#masonry-container img{
	border:1px solid #ccc;
}

#masonry-container{
	width:100%;
	position:relative;
	height:0;
}

.reveal_using_jquery{
	display:none;	
}

#tabs-links{
	background-color:#dfdfde;
	color:#000;
	margin-bottom:10px;
}

#tabs-links li{
	display:inline-block;
	padding:0 10px;
	height:30px;
	line-height:30px;
	margin:0;
}

#tabs-links li.active,
#tabs-links li:hover{
	color:#e7e7e7;
	background-color:#084683;
}

#tabs-links li.active a,
#tabs-links li:hover a{
	color:#fff !important;
}

#tabs-links li a{
	display:block;
	width:inherit;
	height:inherit;
}

#slider{
	margin-bottom:10px;
	overflow:hidden;
}

#mapmyposts-categories{
	margin:10px 0;
	text-align:center;
}

#mapmyposts-controls-container{
	width:100%;
	display:inline-block;	
}

#main-map #mapmyposts-controls-container,
#mapmyposts-effects{
	margin-bottom:10px;
	width:100%;
	text-align:center;
}

#mapmyposts-effects{
	margin-top:5px;
}

#main-map #mapmyposts-controls-container labels{
	display:block;
}

#mapmyposts-controls-container label{
	width:80px;
	display:inline-block;
}

#mapmyposts-effects{
	width:260p;
	display:inline-block;	
}

#mapmyposts-setcenter-locations{
	text-align:center;
}

#mapmyposts-setcenter-locations a{
	margin-right:15px;
	display:inline-block;
}

.tabbed_content{
	margin-bottom:10px;
}

#tabbed_content_3 p{
	margin-top:5px;
	font-size:11px;
}

#tabbed_content_3 p a{
	color:#084683;
}

#tabbed_content_3 p a.strong{
	font-weight:bold;
}

#recent-post-list,
.tabbed_content ul {
	margin-left:25px;
}
#recent-post-list li,
.tabbed_content li{
	list-style-type:circle;
}

#left-block-articles{
	float:left;
	width:280px;
}

#left-block-articles ul {
	width:270px;
}

#left-block-articles ul li {
	list-style-type:none;
	margin:0 0 10px 0;
	border-top:1px solid #825E65;
	padding-top:10px;
}

#left-block-articles ul li:last-child{
	border-bottom:1px solid #825E65;
	padding-bottom:10px;
}

#left-block-articles h2{
	font-size:18px;
}

#left-block-articles .recent-post:first-child h2{
        font-size:21px;
}

#left-block-articles ul li img{
	margin:0 10px 10px 0;
	float:left;
	width:75px;
}

#left-block-articles li a:hover{
	color:#084683;
}

#home-left-block{
	float:left;
	width:460px;	
}

#tabs{
	height:425px;
	overflow:auto;
	margin-bottom:10px;
}

.home #map_canvas{
	height:450px;
	width:458px;
	border:1px solid #ccc;
}

#main-map #map_canvas{
	width:940px;
	height:600px;
}

#map_canvas{
	height:600px;
	width:600px;
}

#homepage-top-categories{
	padding:10px;
	text-align:center;
    background-color: #EEEEEE;
}

#menu-home-top-subcategories li{
	display:inline-block;
}

#menu-home-top-subcategories li  a{
	display:inline-block;
	margin-right:10px;
    display: inline-block;
    margin:0 0 5px 0;
    padding:3px 5px;
}
#homepage-top-categories a:last-child{
	border:0;
}
#homepage-top-categories a:hover{
	background-color:#004483;
	color:#fff;
}
.advert-block{
    width: 170px;
    margin-bottom:10px;
    padding-bottom:5px;	
}

.home-main-block{
	margin-top:10px;
	width:223px;
	height:220px;
	max-height:220px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	vertical-align:top;
	background-color:#000;
}

.home-main-block-larger{
	width:460px;
	height:100%;
	max-height:500px;
}

.home-main-block .title{
	height:35px;
	background-color:#777;
	width:210px !important;
	position:relative;
	z-index:5;
	padding:7px 10px 8px 10px;
	color:#fff;
}

.home-main-block-larger .title{
	width:460px !important;
}

.home-main-block .title a{
	width:inherit;
	height:inherit;
	color:#fff;
}
#home-left-block .alt{
	margin-right:10px;
}
.home-main-block img{
	width:100%;
	display:block;
	margin:auto;
}
.home-main-block .caption{
	width:204px;
	position:absolute;
	top:-15px;
	background-color:#ccc;
	color:#000;
	padding:7px 10px 10px 10px;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	z-index:1
}

.home-main-block-larger .caption{
	width:440px;
}

.post .caption{
	position:absolute;
	top:-30px;
}

#masonry-container .post .caption{
	top:-59px
}

.home-main-block .caption a{
	width:inherit;
	height:inherit;
	display:block;
	color:inherit;
}

.home-main-block .caption a:hover{
	color:inherit;
}

.infobox{
	font-size:12px;
	min-height:180px;
}

.infobox{
	max-width:330px;
}
.map-marker-image,
.infobox img{
	display:inline-block;
	margin:0 10px 2px 0;
	width:110px;
}
.infobox .map-marker-website{
	word-break:break-word;
}
.infobox .map-marker-title{
	color:#666;
}
.infobox h2,
.infobox h2 a{
	margin-bottom:10px;
	font-size:13px;
	color:#825E65;
}
.infobox p{
	display:inline-block;
	vertical-align:top;
}
.infobox li{
	font-size:12px !important;
}
.infobox a{
	color:#ff0000;
}
.infobox .addressBlock{
	text-align:right;
	width:210px;
}
#home-tweet-feed {
	margin-top:15px;
	width:270px;
	border-bottom:1px solid #825E65;
	padding-bottom:10px;
}
#tweet-feed{
	height:300px;
	overflow:vertical;
}
.read-more-link{
	color:#ff0000;
}

#main-top-ad-banner{
	width:100%;
	text-align:center;
	margin:10px auto;
}
#main-top-ad-banner img{
	margin:0 auto;
}
.latest-comment{
	padding:10px;
	padding-bottom:0;
	font-size:28px;
	margin:10px 0;
	position:relative;
	overflow:hidden;
}

.latest-comment-wrapper{
	width:22750px;
	position:relative;
	left:0;
	height:100%;
}

.blockquote-details{
	font-size:11px;
	display:block;
	margin:-5px 20px 20px 50px
} 
.home blockquote{
	font-size:20px;
	position:relative;
	padding:12px 30px;
}

.home blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -7px;
	top: -10px;
	color: #7a7a7a;
}

.comment-nav{
	z-index:50;	
}
#prev-comment{
	padding:0;
	height:10px;
	position:absolute;
	top:35px;
	left:0;
}
#next-comment{
	padding:0;
	height:10px;
	position:absolute;
	top:35px;
	left:440px;
}
.comment-block{
	width:455px;
	float:left;
	overflow:hidden;
}
.disabled{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.clearfix:before,
.clearfix:after{
	content: "";
	display:table;
}
#nav-below{
	display:none;
}
.category-listing .image{
	width:170px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
}
.category-listing .post{
	display:inline-block;
	width:500px;
	vertical-align:top;
}
#right-click-controls{
	width:400px;
	height:300px;
}
.tribe-events-calendar-buttons{
	display:none;
}
#tribe-events-content{
	margin-top:65px;
}
.section-title{
	width:100%;
	height:30px;
	background-color:#777;
	color:#fff;
}
.section-title span{
	margin:0 10px;
	line-height:30px;
}
.section-title span a{
	color:#fff;
}
.section-title span a:hover{
	text-decoration:underline;
}

.button,
.pushbutton-wide {

background: -moz-linear-gradient(center top , #FFFFFF, #B9B9B9) repeat scroll 0 0 transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.9);
    padding: 3px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    pointer:hand;
}

.button:hover,
.pushbutton-wide:hover {
    background: none repeat scroll 0 0 #F0F0F0;
}
.button:active, button:focus,
.pushbutton-wide:active, .pushbutton-wide:focus {
    background: -moz-linear-gradient(center bottom , #FFFFFF, #B9B9B9) repeat scroll 0 0 transparent;
}
#subscribe-block{
	border:1px solid #ccc;
	border-top:0;
	padding:0 0 10px 0;
	margin-bottom:10px;
}
.ad-block{
	margin-top:10px;
	text-align:center;
}

#head .four.columns{
	width:176px;
	margin-right:0;
}
#head .twelve.columns{
	width:769px;
}

.mc_custom_border_hdr{
        width:168px !important;
	border-bottom:0;
	font-size:13px !important;
}

.single-post .mc_custom_border_hdr{
	width:248px !important;
}

.mc_var_label,
.mergeRow {
	display:none;
}
.mc_signup_submit{
	text-align:left !important;
}
#mc_signup_submit{
	margin:0;
}
#mc_signup_form{
	padding:10px !important;
	border:1px solid #ccc !important;
	margin-bottom:10px;
}
#mc_mv_EMAIL{
	width:158px;
}
.mc_success_msg{
	color:#777 !important;
}
.entry  a {
	color:#005689;
}
.entry a:hover{
	text-decoration:underline;
}
.share-this-container{
	padding:15px 0;
    	border-bottom:1px dashed #999;
    	border-top:1px dashed #999;
}
.single-post .entry img {
	max-width:450px;
	height:auto;
}

.single-post .youtube-player{
	max-width:450px;
}

.single-post #right2{
/*	margin-top:10px;*/
}
.single-post #right{
	margin-top:10px;
}
#cookie-law-info-again{
	display:none
}

#main-homepage-image-container{
        position:relative;
        width:460px;
        height:345px;
        margin-bottom:5px;
}

#main-homepage-image-container > img{
        width:460px;
        height:345px;
}

#main-homepage-image-container .caption-container {
        position:absolute;
        bottom:0;
        width:100%;
        opacity:0.6;
        background-color:#000;
        color:#fff;
}

#main-homepage-image-container .caption-container p {
        padding:15px 20px;
}

#main-homepage-image-container > a{
        display:block;
        height:inherit;
        width:inherit;
}


.entry iframe {
	width:440px;
}

.squarebanner li {
        margin-right:0;
}
