/*
Theme Name: Flickrista4
Theme URI: http://www.andreascliment.com
Description: Theme for the new and improved Flickrista
Author: Andreas Climent
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ul, ol {
    list-style-type:none;
}

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

a {
    text-decoration:none;
}

/******************* Begin Layout **/

#queryinfo {
	clear:both;
}

body {
	border-top:10px solid #f7f7f7;
	color:#4f4f4f;
	background:#FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size:9pt;
	}
	
h1,h2 {
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	}
	
p, ul, li, a {
	font-size:9pt;
	line-height:14pt;
	}
	
.entry {
	clear:both;
}
	
.entry p, .entry ul, .entry li, .entry a, .entry h4, .entry h5, .interview_top p, .interview_top a {
	font-size:14px;
	line-height:23px;
}
	
p {
	margin-bottom:10px;
}

#container {
	padding:0 10px;
}

#container, #footer {
    width:960px;
	min-width:960px;
    margin:0 auto;
	position:relative;
}

h1#logo a {
	display:block;
    margin: 30px 0 30px;
	width:230px;
	height:55px;
	background:url('gui/flickrista4_sprites.png');
	background-position:-2px -2px;
	text-indent:-9999px;
	overflow:hidden;
}

#logo a {
	
}

#content, #content2, #editorial_overview_top {
    width:640px;
    margin: 30px 20px 0 0;
    float:left;
}

#contenrright {
	float:left;
	width:300px;
}

#content.editorials {
	width:960px;
	margin:20px 0 0 0;
}

#content.editorial_frontpage {
	width:960px;
	margin:20px 0 4px 0;
}

#content.editorial_frontpage #item_1.post {
	margin-bottom:0 !important;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:10px;
}


#sidebar {
    width:300px;
    float:right;
	margin: 30px 0 0 0;
}

#sidebar li {
	margin-bottom:30px;
}

#menu {
	position:relative;
}

#menu ul li {
	display:inline;
	margin-right:15px;
	font-weight:bold;
	font-size:10pt;
	position:relative;
	padding-bottom:12px;
}

#menu ul li a {
	color:#c2c2c2;	
	color:#E71721;
	color:#06c;
	font-size:11pt;
}

#menu ul li.menu_active a {
	color:#292929;	
}

.menu_right {
	position:absolute;
	right:0;
	top:0;
}

#menu ul.menu_right li {
	display:block;
	float:left;
	margin: 0 0 0 25px;
}

#menu ul.menu_right li a {
	font-size:9pt;
}

a, .post h2 a:hover, h3 a:hover, small a:hover, #sidebar_aboutme a:hover, #clickformore:hover, #comments p.loggedin a:hover, #menu li a:hover, #popularmenu li a:hover, .followus_container div a:hover, #menu ul li.menu_active a:hover, a .editorialtitle:hover {
	color:#E71721;
	color:#06c;
}

p a {
	font-weight:bold;
}
	
.posttitle h2 a, .posttitle h2, h2.posttitle {
	color:#292929;
	font-size:16pt;
	line-height:18pt;
	font-weight:bold;
}

.interviews .posttitle h2 {
	padding-right:50px;
}

div.posttitle .visitonflickr, .votelink, .commentlink {
	color:#c2c2c2;
	font-size:9pt;
}

.posttitle {
	margin-bottom:10px;
}

.posttitle a {
	margin-right:10px;
	color:#c2c2c2;
	font-size:9pt;
}

.post h5, .post h4 {
	margin-bottom:10px;
}

span.hearticon {
	background:url('gui/flickrista4_sprites.png');
	background-position:-24px -142px;
	background-position:-24px -159px;
	display:inline-block;
	width:16px;
	height:16px;
	position:relative;
	top:3px;
	margin-right:3px;
}

span.hearteffect {
	background:url('gui/flickrista4_sprites.png');
	background-position:-22px -174px;
	display:inline-block;
	width:20px;
	height:20px;
	position:absolute;
	top:-1px;
	left:-2px;
	display:none;
}


a.votelink:hover span.hearticon, a.redheart span.hearticon {
	background-position:-24px -159px;
}

span.commentsicon {
	background:url('gui/flickrista4_sprites.png');
	background-position:-5px -141px;
	background-position:-5px -158px;
	display:inline-block;
	width:16px;
	height:16px;
	position:relative;
	top:3px;
	margin-right:4px;
}

a.commentlink:hover span.commentsicon {
	background-position:-5px -158px;
}

.post {
	margin-bottom:50px;
	clear:both;
}

.post ul {
	margin-bottom:15px;
}

.post ul li {
	margin-bottom:15px;
	list-style-type:disc;
	margin-left:20px;
	width:400px;
}

.post img, #randomphotos img, #headerphotos img, #nextpagephotos img, #archives img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#f7f7f7;
}

#content.editorials h2 {
	font-size:22px;
	margin-bottom:15px;
	margin-top:10px;
}

.editorials .post {
	border-bottom:1px solid #f5f5f5;
}

.editorials .post img {
	border-radius:0;
	margin-bottom:40px;
}

.editorialtop {
	margin-bottom:60px;
	border-bottom:1px solid #e7e7e7;
	padding:0 100px 10px 100px;
	font-family:"PT Sans";
	font-size:10pt;
	line-height:15pt;
	text-align:center;
}

.editorialtop p, .editorialtop a {
	font-size:10pt;
	line-height:15pt;
}

.editorialtop p {
	width:600px;
	margin:0 auto 10px;
}

.editorialtext {
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;	
	margin-bottom:60px;
	padding:30px 100px 10px;
	font-size:12pt;
	line-height:18pt;
	font-style:italic;	
	font-family:"PT Sans";
	text-align:center;
}

.editorialtext p {
	margin-bottom:20px;
	font-size:12pt;
	line-height:18pt;
}

#topdivider, #footerdivider {
	background:#f6f6f6;
	border-top:1px solid #d6d6d6;
	width:960px;
	height:3px;
	margin:9px 0 0;
}


a.visitonflickr:hover .flick {
	color:#06c;
}
	
a.visitonflickr:hover .r {
	color:#f09;
}

#pagenav {
	color:gray;
	margin:0 auto;
	clear:both;
	width:640px;
	position:relative;
	padding:30px 0;
	}
	
.pagenav_home {
	position:relative;
	}
	
ul#pagination {
	margin-bottom:15px;
	text-align:center;
	}

#pagenav #next.disabled, #pagenav #previous.disabled {
	color:#D2D2D2;
	}
	
#pagenav a#previous, #pagenav p#previous {
	font-weight:bold;
	background:url('gui/flickrista4_sprites.png') no-repeat;
	padding:6px 10px 6px 35px;
	background-position: left -217px;
	color:#06c;
	color:#BB242B;
	position:absolute;
	left:0;
	top:22px;
	}
	
#pagenav p#previous {
	background-position: left -273px;
 	}
	
#pagenav a#next, #pagenav p#next {
	font-weight:bold;
	background:url('gui/flickrista4_sprites.png') no-repeat;
	padding:6px 35px 6px 5px;
	height:30px;
	background-position: -325px  -214px;
	color:#06c;
	position:absolute;
	right:0;
	top:22px;
	font-size:12pt;
	}
	
#pagenav p#next {
	background-position: -325px -270px;
 	}
	
ul#pagination li {
	display:inline;
	}
	
#pagination a, #pagination span, #previous, #next {
	font-size:9pt;
	}
	
.pagenavarchives #pagination a, .pagenavarchives #pagination span, .pagenavarchives #previous, .pagenavarchives #next {
	font-size:9pt;
	}
	
#pagination a {
	border: 1px solid #dedfde;
	margin: 0 1px;
	padding:6px 10px 5px 10px;
	background-position:bottom;
	text-decoration: none;
	color: #0061de;
	color: #c2c2c2;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
#pagination a:hover, #pagination a:active {
	background-color:#0061de;
	color: #fff;
	border:1px solid #0061de;
	}
	
.pagination_el {
	color:#c2c2c2;
}
	
#pagination .pagination_selected {
	margin: 0 10px;
	padding:2px 6px;		
	font-weight: bold;
	color: #ff0084;
	color:#333;
	}
	
#pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;
	color: #adaaad;
	}
	
#pagination_stats {
	text-align:center;
	width:640px;
	display:block;
	color:#c2c2c2;
}

#relatedphotos h3 {
	margin: 15px 0 5px 0;
}

#relatedphotos, #randomphotos {
	clear:both;
}

#relatedphotos {
	width:640px;
}

#relatedphotos a, #randomphotos a, #archives a {
	margin: 0 5px 5px 0;
	display:block;
	line-height:0;
	float:left;
}

#randomphotos_container {
	overflow:hidden;
	width:300px;
}

#randomphotos a {
	margin: 0 0 5px 5px;
}

#randomphotos {
	margin-left:-5px;
}

#randomphotos img {
	height:71px;
	width:71px;
}

#sidebar li {
	float:left;
}

#sidebar h3 {
	font-size:10pt;
	margin-bottom:5px;
}

#sidebar h3 a {
	color:#333;
	font-size:10pt;
}

#searchform {
	background:#f7f7f7;
	clear:both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #e3e3e3;
	-moz-box-shadow:inset 0 0 2px #e7e7e7;
   	-webkit-box-shadow:inset 0 2px 6px #e3e3e3;
   	box-shadow:inset 0 0 2px #e7e7e7;
	padding:2px 0 0 0;
	position:relative;
	height:30px;
	width:298px;
}

#searchfield {
	border:none;
	background:none;
	-webkit-appearance:none;
	padding:8px 0;
	width:240px;
	margin:0 10px;
	outline:none;
	color:#888;
	margin-top:-1px;
}

#searchsubmit {
	background:url('gui/flickrista4_sprites.png');
	background-position:-249px 0;
	height:28px;
	width:28px;
	text-indent:-9999px;
	border:none;
	margin-bottom:1px;
	position:absolute;
	right:2px;
	cursor:pointer;
}

#sidebar_aboutme p {
	width:222px;
	float:left;
	color:#555;
}

#sidebar_aboutme, #bsap_1277805 {
	width:283px;
	padding:6px 8px;
	background:#f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #f1f1f1;
}

#bsap_1277805 {
	padding-top:4px;
	padding-bottom:8px;
}


#sidebar_aboutme img {
	padding:3px;
	background:#fff;
	border:1px solid #e7e7e7;
	width:40px;
	height:40px;
	float:left;
	margin:0 8px 0 0;
}

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

#sidebar_aboutme a {
	color:#444;
}

#sidebar p, #sidebar a {
	font-size:8pt;
}

#content.gridview .postphoto img {
	width:314px;
}

#content.gridview {
	width:960px;
	margin:30px 0 0 0;
}

#content.gridview .post {
	float:left;
	margin-bottom:6px;
	position:relative;
}

#content.gridview .magic, #content .magic {
	background:#fff;
	position:absolute;
	bottom:0;
	width:300px;
	padding:10px;
	margin:0 0 10px 0;
	display:none;
}

#content.gridview .posttitle h2, #content.gridview .posttitle h2 a {
	font-size:12pt;
	line-height:14pt;
}

#content.gridview .column {
	width:314px;
	float:left;
	margin-right:9px;
}

#content.gridview .column.col3 {
	margin:0;
}

#content.gridview a.postphoto {
	line-height:0;
}

#keynavinfo {
	position:relative;
	padding: 0 110px 0 0;
}

#keynavinfo p {
	margin-bottom:15px;
}

#keynav p#clickformore {
	font-weight:bold;
	cursor:pointer;
	margin-bottom:0;
	line-height:0;
}

#keynavpic {
	background:url('gui/flickrista4_sprites.png');
	background-position:-310px 0;
	width:90px;
	height:50px;
	position:absolute;
	right:0;
	top:0;
}

#keynavextended {
	padding-top:25px;
}

#fancyalert { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	font-size: 16pt; 
	font-weight: bold;
	text-align:center;
	width:300px;
	position:fixed;
	top:40%;
	left:50%;
	margin:0 0 0 -150px;
	padding: 15px 20px 12px;
	background: rgba(0,0,0,0.4);
	color: white; 
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	filter:alpha(opacity=0);
	opacity:0;
	-webkit-font-smoothing: antialiased;
	display:none;
	}
	
.comment-title a {
	font-weight:bold;
	color:#444;
	display:block;
	position:relative;
	top:3px;
	margin-bottom:2px;
}

.comment-title img {
	float:left;
	margin-right:10px;
	padding:2px;
	background:#fff;
	border:1px solid #e7e7e7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.comment-title {
	margin-bottom:10px;
}

#commentlist {
	width:400px;
}

#commentlist small {
	color:#ccc;
}

h3.comments {
	border-bottom:2px solid #e7e7e7;
	font-size:12pt;
	color:#444;
	margin:30px 0 15px 0;
	padding-bottom:5px;
	width:635px;
}

#commentlist li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom:10px;
	padding-top:5px;
}

.comment-text {
	margin-left:48px;
	margin-top:5px;
}

p.commentalert {
	background:#d0ffb9;
	border:1px solid #caf8b4;
	padding:3px 6px;
	color:#505e43;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
}

#comments {
	padding-top:10px;
	width:640px;
	clear:both;
	text-align:left;
	margin-bottom:40px;
	float:left;
}

.fakepic {
	background:#f7f7f7;
	height:75px;
	width:75px;
	display:block;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	-moz-box-shadow:inset 0 2px 6px #e3e3e3;
   	-webkit-box-shadow:inset 0 2px 6px #e3e3e3;
   	box-shadow:inset 0 2px 6px #e3e3e3;
}

#commentform input[type="text"], #commentform textarea {
	padding:5px 5px;
	background:#f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #e3e3e3;
	width:200px;
	-moz-box-shadow:inset 0 0 2px #e7e7e7;
   	-webkit-box-shadow:inset 0 2px 6px #e3e3e3;
   	box-shadow:inset 0 0 2px #e7e7e7;
	outline:none;
	margin-right:10px;
	color:#444;
}

#commentform textarea {
	width:400px;
	padding:10px;
}

#comments small a {
	display:inline;
	color:#ccc;
	font-weight:normal;
	position:relative;
	top:0;
	font-size:8pt;
}

#comments p.loggedin a {
	color:#444;
}

h3#leaveacomment {
	font-size:12pt;
	margin: 20px 0 5px 0;
}

#headerphotos {
	position:absolute;
	top:-5px;
	right:10px;	
}

#headerphotos img {
	margin-left:5px;
	display:block;
	float:left;
}

#headerphotos img {
	width:71px;
	height:71px;
}

#headerphotos h3 {
	font-size:10pt;
	margin-bottom:5px;
	position:relative;
	left:5px;
	color:#f3f3f3;
}

.headerphotostext {
	position:absolute;
	top:0;
	right:310px;
	text-align:right;
	width:100px;
	font-style:italic;
	color:#e7e7e7;
}

#popularmenu {
	margin-bottom:10px;
	border-bottom:1px solid #e7e7e7;
	position:relative;
	top:-22px;
}

#popularmenu li {
	display:inline-block;
	margin-right:15px;
	padding-bottom:8px;
	position:relative;
}

#popularmenu li a {
	color:#c2c2c2;
	font-weight:bold;
}

.popularmenutitle {
	font-weight:bold;
	color:#c2c2c2;
}

.popularmenu_active {
	
}

#popularmenu li.popularmenu_active a {
	color:#333;
	font-weight:bold;
}


#popularmenu li.popularmenu_active a:hover {
	color:#333;
	cursor:default;
}

.popularmenu_active .pyramid {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e7e7e7;
	display:block;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-5px;
}

.sharephoto {
	margin:8px 0;
}



.fb-like {
	width:80px !important;
	overflow:hidden;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
}

.twitterbutton iframe {
	width:100px !important;
	overflow:hidden;
}

#socialpane .twitterbutton iframe {
	width:55px !important;
}

#socialpane .fb-like,  #socialpane .facebooklike, #socialpane .twitterbutton, #socialpane .pinterestbutton {
	width:50px !important;
	margin-left:1px;
	margin-bottom:8px;
}

#socialpane .pinterestbutton {
	width:55px !important;
	padding-top:3px;
}

.notphoto {
	border-bottom:1px solid #e7e7e7;
}

.postmeta {
	margin:0 0 5px 0;
	display:block;
}

.postmeta, .postmeta a {
	color:#c2c2c2;
	font-size:8pt;
}

.postmeta a {

}

#footer {
	font-style: italic;
	color:gray;
	font-size:9pt;
	clear:both;
	position:relative;
	height:30px;
	margin-bottom:20px;
	padding:16px 0 0 0 !important;
	}
	
#footer p {
	font-size:8pt;
}

#footerright {
	position:absolute;
	right:0;
	color:#c2c2c2;
	}

#footerright a {
	color:#777;
	font-size:8pt;
	}
	
#footerleft {
	float:left;
	font-style:normal;
	font-weight:bold;
	}	

#footerleft a {
	margin-right:5px;
	padding:5px;
	color:#292929;
	}
	
#footerdivider {
	margin:0 0 10px 0;
}

#pagenavcontainer {
	height:50px;
}

#nextpagephotos {
	margin:15px 0 30px 100px;
}

#nextpagephotos img {
	margin-right:10px;
}

.nextpagenav a {
	text-transform:uppercase;
	font-size:20pt;
	font-weight:bold;
	display:block;
}

.previouspagenav a {
	font-weight:bold;
	font-size:15pt;
	color:#e7e7e7;
	margin:0 30px 0 0;
	display:block;
	float:left;
}

.submenu_right {
	position:absolute;
	right:0;
}

#content h3 {
	margin-bottom:10px;
}

#listfullpages {
	border-top:2px solid #e7e7e7;
	padding-top:20px;
}

#listfullpages li {
	border-top:1px solid #f5f5f5;
	padding:5px 0 5px 10px;
}

span.gray {
	color:#c2c2c2;
}

.twitterlogo {
	display:inline-block;
	text-indent:-9999px;
	width:62px;
	height:16px;
	background:url('gui/flickrista4_sprites.png');
	background-position:0 -105px;
	position:relative;
	top:-1px;
}

.twitterlogo_link {
	width:197px;
	position:relative;
	top:-2px;
	left:-5px;
}

a:hover .twitterlogo {
	background-position:-70px -105px;	
} 

#menu li.twitterlogo_link a:hover {
	color:#85d1ff;
}

#menu ul.menu_right li.facebook_like {
	position:relative;
	top:-2px;
	left:2px;
	width:80px;
}

.followus_container {
	width:300px;
	margin-bottom:10px;
	position:relative;
	float:left;
	}
	
.followus_container div {
	float:left;
	width:70px;
	text-align:center;
}

.followus_container div a {
	font-weight:bold;
	color:#555;
}
	
.followus_twitter, .followus_facebook, .followus_rss, .followus_mail {
	width:32px;
	height:41px;
	display:block;
	background:url('gui/flickrista4_sprites.png') no-repeat;
	margin:0 auto;
	}
	
.followus_twitter {
	background-position:0 -56px;
	}
	
.followus_facebook {
	background-position:-43px -56px;
	}
	
.followus_rss {
	background-position:-85px -56px;
	}
	
.followus_mail {
	background-position:-126px -56px;
	}
	
#sidebarsubscribe {
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f7f7f7;
	padding:20px 0 10px 0;
}

.facebook_comments {
	margin-top:10px;
	float:left;
}

#bsasidebar125 .odd, #bsasidebar125 .even {
	padding:9px;
	background:#e7e7e7;
}

#bsasidebar125 .odd:hover, #bsasidebar125 .even:hover {
	padding:9px;
	background:#ccc;
}

#bsasidebar125 .odd {
	margin: 0 14px 14px 0;
}

#bsasidebar125 .even {
	margin: 0 0 0 0;
}

#bsap_1268347 {
	margin-bottom:30px;
}

#grid_bsa300 a {
	padding:10px;
	background:#e7e7e7;
	margin-bottom:10px;
}

a.adhere {
	line-height:2200% !important;
}

#grid_bottomad #bsap_1268347 {
	position:absolute;
	left:126px;
}

.postclass_interviews p, .postclass_interviews h5 {
	width:630px;
}

.interviews_overview p {
	width:98%;
}

.interviewspage_photographerphoto {
	margin:0 20px 20px 0;
	width:200px;
	height:200px;
	float:left;
}

.clearboth {
	clear:both;
}

.interview_top {
	clear:both;
	margin-bottom:30px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:20px;
	min-height:200px;
}

.interview_top_text {
	width:420px;
	margin-left:220px;
}

.interviews_overview_description {
	border-bottom:1px solid #e7e7e7;
	margin-bottom:20px;
}

.readmore_link {
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}

.sharepostbuttons .facebooklike {
	position:relative;
	width:80px;
}

.sharepostbuttons .pinterestbutton {
	top:0 !important;
	width:75px;
	padding-left:12px;
}

.sharepostbuttons {
	padding:0 0 12px 0;
	overflow:hidden;
}

.sharepostbuttons.underphoto {
	margin:6px 0 4px 0;
	border-bottom:1px solid #f5f5f5;
	padding-top:2px;
}

.notphoto .sharepostbuttons {
	
}

.shareeditorials {
	width:180px;
	margin:0 auto;
}

.shareeditorials .twitterbutton {
	padding-left:10px;
}

.sharepostbuttons.underphoto .pinterestbutton {
	position:relative;
	top:-3px;
}

.sharepostbuttons div {
	float:left;
}

#content.editorials .sharepostbuttons {
	width:200px;
	margin:0 auto 10px;
	overflow:hidden;
	padding:0 0 0 40px;
}

#content.editorials .editorialcontent .sharepostbuttons_left  {
	margin:0 0 10px 0 !important;
	padding:0 !important;
	width:auto !important;
}

.editorialspage_post .sharepostbuttons {
	border:none;
	margin:7px auto 10px auto !important;
}



.photographerlink_onplate {

}

body .adpacks{background:#fff;padding:15px;margin:15px 0 0;border:3px solid #eee;}
body .one .bsa_it_ad{background:transparent;border:none;font-family:inherit;padding:0;margin:0;}
body .one .bsa_it_ad:hover img{-moz-box-shadow:0 0 3px #000;-webkit-box-shadow:0 0 3px #000;box-shadow:0 0 3px #000;}
body .one .bsa_it_ad .bsa_it_i{display:block;padding:0;float:none;margin:0 0 5px;}
body .one .bsa_it_ad .bsa_it_i img{
	padding:0;
	border:none;
	float:left;
	margin-right:15px;
	}
body .one .bsa_it_ad .bsa_it_t{padding:0 0 0 0;}
body .one .bsa_it_p{display:none;}
body #bsap_aplink,body #bsap_aplink:hover{display:block;font-size:10px;margin:12px 0 0;}

.bsaphotopacks {
	padding:10px 8px 20px 8px !important;
	background:#f7f7f7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #f1f1f1;
	margin-bottom:10px;
	text-align:center;
	width:282px;
}

.bsaphotopacks a {
	line-height:0;
}

.editorials .bsaphotopacks {
	float:left;
	margin:20px 0 40px 20px;
}

.editorials #contentright .bsaphotopacks {
	margin:0 0 20px 0;
} 

.bsaphotopacks img {
	margin-bottom:0 !important;
}

.gridview .bsaphotopacks {
	width:296px;
}

.bsa_it_t {
}

.bsa_it_d {
	color:#555 !important;
}

#bsap_aplink {
	color:#888;
	margin-top:6px !important;
}

#socialpane {
	background:#ECF5FA;
		background:#f7f7f7;
		border:1px solid #f1f1f1;
	width:55px;
	padding:8px;
	border-radius:3px;
	position:absolute;
	top:187px;
	left:50%;
	margin-left:-572px;
	z-index:1000;
	text-align:center;
}

.socialpane_floating {
	position:fixed !important;
	top:20px !important;
	left:50%;
	margin-left:-572px;
}

h2.editorial_branding {
	margin-bottom:0;
}

h2.editorial_branding a {
	font-size:22pt;
	line-height:24pt;
	margin-bottom:5px;
	color:#292929;
}

.editorial_branding span {
	color:#f09;
	color:#c2c2c2;
	display:block;
	font-size:14pt;
	line-height:16pt;
	margin:5px 0 10px;
}

.photo_960 {
	position:relative;
}

.photo_960 img {
	margin:0 !important;
}



#content.editorial_frontpage .editorialtitle, #content.editorials .editorialtitle {	
	display:block;
	width:960px;
	text-align:center;
	margin:10px 0 10px 0;
	font-family:Myriad Pro, Arial, Sans-serif;
	font-size:10pt;
}

#content.editorial_frontpage .underphoto {
	width:180px;
	padding:0 0 0 20px;
	margin:7px auto 0;
	border:0;
}

.vieweditorial_link {

	font-family:Myriad Pro, Arial, Sans-serif;
	font-weight:400;
	font-size:16pt;
	color:#292929;
	display:block;
	margin-bottom:5px;
}

.editorialcontent {
	border-top:1px solid #e7e7e7;
	padding-top:20px;
	margin-top:20px;
}

.editorialcontent h2 {
	text-align:center;
}

.editorialcontent .alignleft {
	float:left;
	margin-right:60px;
}

#editorial_overview_top {
	margin:0 20px 0 0;
	position:relative;
	height:232px;
	border-bottom:1px solid #f5f5f5;	
}

#content.editorials #editorial_overview_top h2 {
	margin:0 !important;
}

#editorial_overview_top .entry h3.latesteditorials {
	position:absolute;
	bottom:0;
}

.creditlink {
	width:100%;
	text-align:left;
	display:block;
	margin:-40px 0 30px 0;
}

#content.editorials .wp-caption {
	position:relative;
	margin-bottom:50px;
	max-width:960px !important;
	overflow:hidden;
}

#content.editorials .wp-caption.alignleft {
	max-width:450px !important;
}

#content.interviews .wp-caption {
	position:relative;
	margin-bottom:20px;
	margin-top:10px;
	max-width:640px !important;
	overflow:hidden;
}

.wp-caption p.wp-caption-text {
	margin:0;
	position:absolute;
	bottom:3px;
	color:#cecece;
	background:rgba(0,0,0,0.3);
	padding:10px;
	left:0;
	width:100%;
}

.editorials .post .wp-caption img {
	margin:0;
	padding:0;
}

.hidden {
	display:none;
}