/*  
Theme Name: Quinn PR
Theme URI: http://www.logicbydesign.com
Description: Quinn PR WordPress theme
Author: Logic By Design
Author URI: http://www.logicbydesign.com
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #3c3c3c;
}

p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 1em;
	z-index:2;
}

h1,h2,h3,h5 {
	font-weight: lighter;
margin-bottom: 10px;
         color: #000000;
}

h2 { font-size: 20px; }

h3 {font-size: 18px; line-height: 25px; }

h4.leadertitle {font-size: 12px;
	margin-bottom: 10px;}

h5 {font-size: 16px;}

ul,ol {
	list-style-type: none;
	margin-bottom: 1em;
}
li.color1 {
background-color: #DBDBDB;
}
li.color2 {
background-color: #EEEEEE;
} 




ol.commentlist {

	padding:0;
	margin-bottom:0px;
	}

.commentlist li {
	margin-bottom:2px;
	background: url(/comment_arrows.gif) bottom no-repeat;
	color:#000000;
	list-style:none;
	width:575px;
	z-index:100000;
	}
.commenttext {
	background:url(/bg_paint.gif) no-repeat;
	padding:22px 22px 22px 22px;
	background-size:100% 95%;
	}
.commentlist cite {
	display:block;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-style:normal;
	background:url(/bg_cite_arrows.gif) bottom repeat-x;
	padding-bottom:12px;
	font-size:1.1em;
	}

.commentlist a:link, .commentlist a:visited {
	color:#750069;
	}

.commentlist a:hover, .commentlist a:active {
	color:#750069;
	}

.commentlist .date {
	background:#dbdbdb;
	padding:3px;
	}
li.alt
{
background:url(/comment_arrows_alt.jpg);
background-repeat:no-repeat;
background-position:100% 100%;
}

li.alt .commenttext {
	background:url(/bg_paint_alt.gif) no-repeat;
	}		

li.alt .date {
	background:#b2b2b2;
	padding:3px;
	}




a, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #d3152e;
}

a img {
	border: none;
}
#blog {
color;#CC0000:
}

.clearfix {
	display: inline-block;
	overflow: hidden;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.accent {
	color: #db098b;
}

div.last {
	margin: 0;
	border: none !important;
}

/* BACKGROUND COLORS */
#bgbar {
	display: block;
	width: 100%;
	height: 98px;
	position: absolute;
	top: 107px;
	left: 0;
	z-index: -1;
}



body.home #bgbar { background-color: #db098b !important; }
body.konami #bgbar { background:url('/contra-cover.gif') repeat-x; }
body.newsroom #bgbar { background-color: #169bb2; }
body.about #bgbar, body.parent-pageid-2 #bgbar { background-color: #d3152e; }
body.case-studies #bgbar { background-color: #bdc9c9; }
body.clients #bgbar, body.parent-pageid-8 #bgbar { background-color: #b5c558; }
body.blog #bgbar, body.single #bgbar, body.archive #bgbar { background-color: #750069; }
body.contact #bgbar, body.parent-pageid-15 #bgbar { background-color: #e76446; }
body.new-home #bgbar { background-color: #db098b !important; }


#wrap {
	display: block;
	width: 930px;
	border: 1px solid #acacac;
	overflow: hidden;
	margin: 20px auto 20px;
	padding: 20px;
	background-color: #fff;
}

#header {
	display: block;
	height: 75px;
	/*overflow: hidden;*/
	position: relative;
}

/*#header h1 {
	display: block;
	width: 201px;
	height: 50px;
	text-indent: -9999em;
	background: url('images/quinnlogo.gif') no-repeat top left;
	float: left;
	position: absolute;
	top: 3px;
	left: 5px;
}*/
#header h1 a{
	display: block;
	width: 201px;
	height: 50px;
	text-indent: -9999em;
	background: url('images/quinnlogo.gif') no-repeat top left;
	float: left;
	position: absolute;
	top: 3px;
	left: 5px;
	cursor:pointer;
}
.printonlyhed{
	display:none;
}

#header form {
	float: right;
	position: relative;
	width: 198px;
	height: 25px;
	display: block;
	margin-top: 13px;
}

#header form input {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #e4e8e7;
	height: 25px;
	width: 190px;
	padding-left: 6px;
	color: #a6a6a6;
}

#header form button {
	display: block;
	height: 25px;
	width: 25px;
	background: url('images/searchbutton.jpg') no-repeat top right;
	border: none;
	position: absolute;
	right: 1px;
	top: 1px;
}

.nav {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	height: 78px;
	/*overflow: hidden;*/
	margin-bottom: 20px;
}

.nav ul li {
	float: left;
	width: 121px;
	height: 78px;
	margin-left: 14px;
}

.nav ul li.current_page_item, .nav ul li.current_page_ancestor {
	background: url('images/activemarker.gif') no-repeat 55px bottom;
}

.nav ul li ul li.current_page_item {
	background-image: none;
}

.nav ul li a {
	display: block;
	width: 121px;
	height: 34px;
	margin-top: 20px;
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: top left;
}

.nav ul li a:hover {
	background-position: left -34px;
}



.nav ul li.current_page_item a:hover {
	background-position: left -34px;
}

.nav ul li ul {
	display: none;
	position: relative;
	width: 118px;
	background: #ffffff url('images/menu-top.png') no-repeat left top;
	border-bottom: 1px solid #bbbbbb;
	z-index: 100;
	padding: 12px 0 0;
}
/*.nav ul li ul {
	background:url("images/menu-top.png") no-repeat scroll center top #FFFFFF;
	border-bottom:1px solid #BBBBBB;
	display:none;
	padding:12px 0 0;
	position:relative;
	width:188px;
	z-index:100;
}*/

.nav ul li ul li {
	float: none;
	width: 118px;
	padding: 5px 0 5px;
	height: auto;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	margin: 0 auto;
}

.nav ul li ul li a {
	display: block;
	width: 118px;
	height: auto;
	padding: 0 2px;
	text-indent: 0;
	background: none;
	background-image: none !important;
	margin: 0;
	color: #7a9367;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}

/* Button backgrounds with CSS sprites */
.nav ul li a {background-image: url('images/nav-home.gif');}
.nav ul li.page-item-2 a {background-image: url('images/nav-about.gif');}
.nav ul li.page-item-6 a {background-image: url('images/nav-case-studies.gif');}
.nav ul li.page-item-8 a {background-image: url('images/nav-clients.gif');}
.nav ul li.page-item-10 a {background-image: url('images/nav-newsroom.gif');}
.nav ul li.page-item-12 a {background-image: url('images/nav-blog.gif');}
.nav ul li.page-item-15 a {background-image: url('images/nav-contact.gif');}

#contentwrap {
	width: 970px;
	margin: 0 auto 15px;
	overflow: hidden;
	font-size: 12px;
	z-index: 1;
}
#contentwrap2 {
	width: 970px;
	margin: 0 auto 15px;
	overflow: hidden;
	font-size: 11px;
	z-index: 1;
}

#contentwrap #maincontent {
	display: block;
	width: 570px;
	float: left;
	background: #fff url('images/homecontentbg.png') repeat-x top left;
	overflow: hidden;
	padding: 14px 20px;
}

#contentwrap #newmaincontent {
	display: block;
	width: 610px;
	float: left;
	background: #fff;
	overflow: hidden;
	padding: 0px 0px;
}

#maincontent2 {
	display: block;
	width: 570px;
	float: left;
	background: #fff url('/homebox.png') repeat-x top left;
	overflow: hidden;
	padding: 14px 20px;
}

#maincontent .printonly{
	display: none;
}

/* List of "IPR Definitions" on the home page */
#ipr li {
margin-left:20px;
}
#h3id {
line-height:50%;
}

#contentwrap #maincontent .post {
	margin-bottom: 3em;
}

#contentwrap #newsfeed {
	display: block;
	width: 275px;
	float: left;
	margin: 4px 0 0 30px;
}

#twitterfacebook #newsfeed{
	margin-left: 0;
}

#contentwrap #newsfeed h3 {
	margin-bottom: 0;
	font-size: 1.4em;
}

#contentwrap #newsfeed a {
	text-decoration: none;
color:#999999;
}

#contentwrap #newsfeed a:hover {
	color: #d3152e;
}

#contentwrap #newsfeed a.visitnewsroom {
	color: #999999;
	font-size: 12px;
}

#contentwrap #newsfeed a.visitnewsroom:hover {
	color: #d3152e;
}

#contentwrap #newsfeed div ul {
	list-style-type: none;
}

#contentwrap #newsfeed div ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	padding-left: 0;
}

#contentwrap #mycarousel {
	margin-top: 10px;
	font-size: .9em;
}

#contentwrap #newsfeedul {
	margin-top: 1em;
}

#contentwrap #newsfeed .date {
	display: none;
}

#contentwrap #newsfeed li {
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}

#contentwrap #newsfeed .twitter {
	background: transparent url('images/newsicon-twitter.jpg') no-repeat left top;	

}

#contentwrap #newsfeed .lifestream_feed1 {
	background: transparent url('images/news.gif') no-repeat left top;	

}

#contentwrap #newsfeed .lifestream_feed2 {
	background: transparent url('images/quinnicon.gif') no-repeat left top;	

}

#contentwrap #newsfeed .facebook {
	background: transparent url('images/newsicon-facebook.jpg') no-repeat left top;


}

#contentwrap #newsfeedul h4 {
	margin-bottom: 2px;
	font-size: 1.17em;
}

#contentwrap #newsfeedul img {
	float: left;
	margin-right: 10px;
}

#contentwrap #newsfeedul span {
	font-size: 11px;
	color: #acacac;
}

#casestudies, .casestudies {
	border-top: 1px solid #d3d3d3;
	padding-top: 20px;
}

#casestudies h3, .casestudies h3 {
	font-size: 18px;
}

#casestudies li, .casestudies li {
	float: left;
	margin-right: 14px;
	border: 1px solid #d3d3d3;
	padding: 2px 2px 1px 2px;
}

.tab1, .tab2 {
	display: none;
}

/* Case study tooltips */
.tooltip {
	display:none;
	background: transparent url('images/tooltip.gif') no-repeat;
	font-size:12px;
	height:135px;
	width:166px;
	padding: 4px 10px 10px 8px;
	margin: 50px 0 0 65px;
	color:#3c3c3c;	
	z-index:100;
	overflow: hidden;
}
 
.tooltip h4 {
	font-weight: bold;
}

.tooltip a {
	text-decoration: none;
	color: #7a9367;
}

.tooltip p {
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
	width: 156px;
	overflow-x: hidden;
}

/* style the trigger elements */
#casestudies li img, .casestudies li img {
	border:0;
	cursor:pointer;
}

#footer {
	display: block;
	width: 970px;
	margin: 0 auto 10px;
	overflow: hidden;
}

#footer p {
	font-size: 10px;
	color: #bcbcbc;
}

#footer #copyright {
	float: left;
	margin-left: 20px;
}

#footer #designbylbd {
	float: right;
	margin-right: 39px;
}

/* NEWSROOM */
#clientsinthenews {
	display: block;
	float: left;
	width: 290px;
	border-right: 1px solid #d3d3d3;
	margin-right: 10px;
}

#clientsinthenews .tabbuttons li {
	float: left;
	margin-right: 12px;
        list-style-type: none;
}

#clientsinthenews .tabbuttons li a, #clientsinthenews .tabbuttons li a:visited {
	display: block;
	height: 17px;
	width: 60px;
	text-align: center;
	background: url('images/newsbutton.gif') no-repeat center bottom;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	padding-top: 6px;
        list-style-type: none;
}

#clientsinthenews .tabbuttons li a:hover, #clientsinthenews .tabbuttons li a:active, #clientsinthenews .tabbuttons li a.current {
	background: url('images/newsbutton.gif') no-repeat center top;
	color: #ffffff;
        list-style-type: none;
}

#clientsinthenews .tabpanes ul {
	display: none;
        list-style-type: none;
}

#newsroom-right {
	display: block;
	float: left;
	width: 615px;
}

div.newsroomsection {
	display: block;
	float: left;
	width: 266px;
	border-right: 1px solid #d3d3d3;
	padding: 0 20px;
}

#clientsinthenews a, div.newsroomsection a {
	text-decoration: none;
	color: #7a9367;
}

#clientsinthenews h4 a, div.newsroomsection h4 a {
	color: #3c3c3c;
}

#clientsinthenews a:hover, div.newsroomsection a:hover {
	color: #db098b;
}

#clientsinthenews li, div.newsroomsection li {
	margin-bottom: 20px;
        list-style-type: none;
}

#clientsinthenews span, div.newsroomsection span {
	font-size: 0.85em;
	color: #909090;
}

div.heading {
	margin-bottom: 1em;
}

ul.mediadownloads li {
	display: block;
        width:100%;
	height: 125px; 
        list-style-type: none;
}

ul.mediadownloads h4 {
	display: block;
	font-size: 0.9em !important;
	padding-top: 10px !important;
}

img.mediatype {
	float: left;
	margin-right: 10px;
}

ul.quinnnews p {
	color: #6d6d6d;
}

ul.quinnnews a {
	float: right;
}

ul.quinnnews h4 a {
	float: none;
}

body.newsroom h1, body.newsroom h2, body.newsroom h3, body.newsroom h4 {
	margin-bottom: 0;
}

body.newsroom h2 {font-size: 2em;}
body.newsroom h3 {font-size: 1.5em;}
body.newsroom h4 {font-size: 1.17em;}

/* Leadership page bios */
div.leaderbio {
	width: 180px;
	height: 260px;
	float: left;
	/*text-align: center;*/
	margin-right: 10px;
}

div.leaderbio a {
	display: block;
}

body.leadership #overlay {
	display: none;
	width: 850px;
	height: 640px;
	margin: 0 auto;
	z-index: 1000;
	position: relative;
}

body.leadership .overlaycontent {
	width: 830px;
	height: 620px;
	background-color: #ffffff;
	overflow-y: auto;
	padding: 10px;
}

body.leadership #overlay #overlay-close {
	position: absolute;
	top: 5px;
	left: -10px;
}
.mL10{
	margin-left:10px;
}
p strong{
	font-size:14px;
	font-weight:bold;
}
h4.iprsub{
	font-size:18px;
}
h2.awardtitle { font-size: 20px; }

ul.cnts{
	margin:0px;
	margin-left:20px;
	padding:0px;
}
ul.cnts li{
	margin:0px;
	padding:0px;
	line-height:30px;
}
ul.cnts li a{
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
ul.cnts li a:hover{
	text-decoration:none;
}

.gform_wrapper .gform_fields .gsection {
	margin: 26px 0 10px;
	padding-bottom: 4px;
}

.gform_wrapper .gform_heading h3.gform_title {
	font-size: 22px;
}

.entry-content .gform_wrapper .gform_body select {
	font-size: 12px;
}

.loading {
	display: none;
}

.wp-caption-text {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-align:center;
}
.wp-caption {
	align:center;
	border-style:ridge;
	border-width:2px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin-bottom:15px;
	margin-top:15px;
	margin-right:15px;
	background:#ffffff
}
.gallery-item {

	width:155px;
}
.gallery-caption {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #3c3c3c;
	font-size:80%;
	width:150px;
	align:center;
}
.gallery-icon {
	width:150px;
}
.nav_textarea {
	width:140px;
}


.addtoany_share_save_container{margin:16px 0}ul.addtoany_list{display:inline;list-style-type:none;margin:0!important;padding:0!important;text-indent:0!important}ul.addtoany_list li{background:none!important;border:0;display:inline!important;line-height:32px;list-style-type:none;margin:0!important;padding:0!important}ul.addtoany_list li:before{content:""}ul.addtoany_list li a{padding:0 9px}ul.addtoany_list img{float:none;border:0;margin:0;padding:0;vertical-align:middle}ul.addtoany_list a img{opacity:.7}ul.addtoany_list a:hover img,ul.addtoany_list a.addtoany_share_save img{opacity:1}a.addtoany_share_save img{border:0;width:auto;height:auto}

/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	/*body { padding: 20px }*/
	.panel h2.title { margin-bottom: 10px }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 5px 5px;}
	.coda-slider { /*background: #ebebeb;  width:1000px;*/}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { /*height: 88px;*/ overflow: auto !important; /*padding-right: 20px*/ }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { /*width: 600px; height:80px;*/} 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 870px;}
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px; height:126px; }
	.coda-slider{
		padding-left:12px;
	}
	/* Arrow styling */
	/*.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }*/
	.coda-nav-left a, .coda-nav-right a { width:17px; height:120px; outline:none;}
	.coda-nav-left a{
		margin-left:0px;
	}
	/*.coda-nav-right a{
		margin-right:10px;
	}*/
	/* Tab nav */
	.coda-nav ul li{list-style:none;}
	.coda-nav ul li a.current { /*background: url(../images/bluedot.gif) no-repeat left center;*/ }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px;}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	/*.coda-nav ul { clear: both; display: block; margin: auto; margin-top:20px; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: url(../images/greydot.gif) no-repeat left center; color: #fff; display: block; float: left; text-indent:-999em; margin-right: 1px; height:9px; width:9px; padding: 3px 6px; text-decoration: none }*/
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#pub {
	padding:2px;
	font-family: 'Goudy Bookletter 1911', arial, serif;
	font-size:16px;
}
h6 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 13px;
	color: #000000;
}

#thefeed {
	display: block;
	width: 275px;
	float: left;
	margin: 14px 0 0 0;
}


#thefeed li {
	font-size:12px;
	margin-bottom:10px;
	
}

#thefeed a.visitnewsroom {
	color: #999999;
	font-size: 12px;
}

#thefeed a.visitnewsroom:hover {
	color: #d3152e;
}
#clientlist {
column-count: 2;column-gap: 20px;column-width:270px;
}
p.client {
	font-size: 12px;
	line-height: 14px;
	z-index:2;
}
