/*
Theme Name: PRIDE CENTER 2012 
Theme URI: http://edgarciadesign.com/
Description: Theme for the PRIDE CENTER 2012, based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> framework theme.
Version: 1.4
Author: Ed Garcia
Author URI: http://edgarciadesign.com/
Tags: 


	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was originally designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	
Modified by: Ed Garcia, edgarciadesign.com 
*/

#warningBox {
	display: none;
}

.entry .thethe-toggle-content p {
	font-size: 1em;
}


.menu-featured-items-container {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 0px;
	
}

.menu-featured-items-container ul {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 0px;
	
}

.menu-featured-items-container ul li {
	float: left;
	text-align: center;
	box-sizing:border-box;
	list-style-type: none;
	width: 33.3%;
	padding: 0px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;	
	background-color: #f26522;
	height: 60px;
	border: white solid 1px;
	display: table-cell;	
	vertical-align:middle;

}


.menu-featured-items-container ul li p {
	
	text-align: center;
	width: 100%;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	display:inline-block;
	height:100%;
}

.menu-featured-items-container ul li p a {
	text-align: center;
	width: 100%;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-weight:bold;
	display:inline-block;
	height:100%;
	text-transform:lowercase;

}

.menu-featured-items-container ul li p a:hover {
	text-decoration: none;
	color: lightgray;
}

#smooth_slider_1_nav .smooth_nav {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}



#custom_cf7-3 {
	align: center;
	width: 95%;
	margin-left: auto;	
	margin-right: auto;
	display: block;
	/* overflow: hidden;
	 border: 1px black solid; */
}

#custom_cf7-3 p {
	max-width: 95%;
	margin-left: auto;	
	margin-right: auto;
	display: block;
}

.wpcf7-form-control {

  border: 1px solid #ccc;
	max-width: 95%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
  background-color:white;
  color:#006699;
}

.wpcf7-validates-as-required {

  border: 1px solid #ccc;
	max-width: 95%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
  background-color:white;
  color:#006699;
}


input.rounded:focus {
  
  /* supported IE8+ and all other browsers tested.
   * optional, but gives the input focues when selected.
   * change to a color that suits your design.
   */
  border-color: #339933;
  
}




body,p,td,div,h1,h2,h3,li,a {
font-size: 1em;
font-family: Arial,sans-serif;
color: black;
}


/* Begin Typography & Colors */
body {
	background-color: #8cc63f;
	background-image:url('https://www.pridecenterflorida.org/wpress/wp-content/themes/PrideCenter2012/images/palmsbackground.gif');
	background-repeat:no-repeat;
	background-position:top;
	background-position:left;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;}

p {

font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}

.sitewrap {
width: 960px;
height: auto;
margin-bottom:0px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
/* border: 1px black solid; */
}

.headerwrap {
width: 100%;
height: auto;
margin-bottom:0px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
background-color: white;
/* border: 1px black solid; */
position:fixed; top:0px; left:0px; 
width:100%;
z-index:100;
-webkit-box-shadow: 0px 3px 3px #4b4b4b;
-moz-box-shadow: 0px 3px 3px #4b4b4b;
box-shadow: 0px 3px 3px #4b4b4b;

}

.header {
width: 960px;
height: 75px;
margin: 0px;
/* border: 1px blue solid; */
/* background-image:url(images/topBackground.jpg);
background-repeat:repeat-x; */
margin-left: auto;
margin-right: auto;
background-color:#FFFFFF;
display:block;
overflow:hidden;
}

.socialCorner {
    margin: 0px;
    padding: 0px;
}

.logo {
float:left;
}

.headerRight {
float: right;
}

.TopMenuWrap  {
margin-left: auto;
margin-right: auto;
background-color: #006699;
height:45px;
overflow: hidden;

}

.TopMenu {
font-family: Arial, 'Helvetica', sans-serif;
width: 960px;
height:40px;
margin:0px; 
font-size:1.4em; 
padding: 0px 0px 0px 0px;
background-color: #006699;
margin-bottom:10px;
margin:0px;
margin-left: auto;
margin-right: auto;
}


.TopMenu ul li a, .menu ul li a:visited {
text-decoration:none; 
color:#000; 
padding:30px 0px 0px 45px; 
display:inline;
text-align:left; 
color:#FFFFF3; 
}


.TopMenu ul {padding:0; margin:0;list-style-type: none; margin-top: 10px;
 }
.TopMenu ul li {
float:left; 
margin-right:10px; 
position:relative;
}
.TopMenu ul li ul {display: none;}


.TopMenu ul li:hover a {color:#CCCCCC; text-decoration:none; }
.TopMenu ul li:hover ul {
display:block; position:absolute; top:18px; left:20px;
}
.TopMenu ul li:hover ul li a.hide {
background:#ccc; color:#000;
}


.bodywrap {
width: 960px;
height: auto;
margin-left:auto;
margin-right:auto;
margin-top: 135px;
/* border: 1px black solid; */
background-color:#FFFFFF;


}

.leftColumn {
float: left;
width: 610px;
background-color:#FFFFFF;
padding: 10px;

}



.rightColumn {
float: right;
width: 300px;
background-color:#FFFFFF;
padding: 10px;

}

.footer {
margin-top: 10px;
width: 940px;
background-color:#FFFFFF;
padding: 10px;

}

.clear {
	clear: both;
}


.sideMenu {
font-family: Arial, 'Helvetica', sans-serif;
width:100%; 
position:relative; 
margin:0px; 
font-size: 1em; 
background-color: #006699;
}


.sideMenu ul li a {
width:100%;
background-color:#00CCFF;
color:white;
line-height:19px; 
font-size: 1em;
margin-bottom: 5px;
padding-bottom: 5px;
}

.sideMenu ul {
list-style-type: none;
}



#GLCCcontent {
	font-size: 1.2em;

	}
	


#content {
	font-size: 1.2em;
	padding: 0px 0px 25px 0px;
	width: 630px;
	margin-top: 0px;
	margin-left: 0px;
	height:100%;
	}
	
.content {
	width:630px;
	float:left;
	padding: 0px;
	margin: 0px;
	text-align:left;
	overflow:hidden;
	background-color:#FFFFFF;
	display:block;
	
}

#GLCCcontent {
	font-size: 1.2em;

	}

.entry H1 {
	padding-left: 10px;
	}
.entry H2 {
	padding-left: 10px;
	}
.entry H3 {
	padding-left: 10px;
	}	
	
.entry p {
	font-size: 1em;
	padding-left: 15px;
	padding-right: 15px;
	}

.widecolumn #entry p {
	font-size: 1.05em;
	padding-left: 10px;
	padding-right: 10px;
	}

.narrowcolumn #entry, .widecolumn #entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
    /* background-image:url(/wpress/wp-content/themes/default/images/footerTextBack.gif); */
	text-align:center; 
	width:996px; 
	overflow:hidden; 
	padding-bottom:0px;
	background-color: white;

	}
	
#footer ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: -30px;
	color:#000000;
	}


#entry small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.6em;
	line-height: .7em;
	padding:10px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
#entry h3 {
	margin-left:15px;
	margin-right:15px;
	}	
	
.FooterTitles {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size:14px;
	margin: 0px 0px 0px 0px;
	color:#000000;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.widgettitle {

	margin-bottom:0px; 
	padding: 5px 10px 0px 10px; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

}



h2 {
	font-size: 1.4em;
	color:#99cc33;
	}
	
h3 {
	font-size: 1.4em;
	color:#FFFFF3;
	}
	
h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color: white;
	margin-bottom: 10px;

	margin-left: 20px !important; 
	border-bottom: 1px solid #006699;
	
/*	height: 15px; */
	}

#sidebar h3 {
	margin-left: 20px;
/*	height: 15px; */
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: gray;
	}




h3 a, h3 a:visited {
	color:#545b39;
	}

h2 a, h2 a:visited {
	color: #00abc5;
	}

h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	color:#0099FF;
	/* border-bottom: 1px black solid;
	border-top:: 1px black solid; */
	}
	
.homepageLoop {

	border-bottom:#CCCCCC 1px solid;
	}

.homepageLoop H2 {
	margin-top: 10px;
	font-size: 1em;
}

#entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color:#ef8733;
	text-decoration: none;
	}	

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 996px;
	border: 1px solid #959596;
	}






.GLCCnarrowcolumn {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 490px;
	background-color:#FFFFFF;
	display:inline;
	}

.GLCCSidebarWhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
}

.widecolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 470px;

	}

.GLCCpost {
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 0px 10px 25px 10px;

	}

.GLCCpage {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 25px 15px;


	}






.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	margin-top: 50px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.ProgramBox

 {
	display: inline-block;
	width: 535px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:5px;
	min-height: 100px;
	overflow:hidden;
	background-color:#eeeeee;
	border: 1px solid #bbbbbb;
	
}

.ProgramBoxTop {
	display: inline-block;
	width: 100%;
	margin:auto;
	
}

.ProgramBoxTitle {
	font-weight: bold;
	max-width: 270px;
	padding: 0px;
	float:left;
	font-size: 1.3em;
	/* margin-top: 5px; */
	color: #0099FF;
	
}

.ProgramNumber {
	font-weight: bold;
	display:block;
	padding: 0px;
	float:right;
	font-size: 1em;
	/* margin-top: 5px; */
	text-align: right;
	
}



.ProgramBox img {
	float:left;
	margin-right: 5px;
	border: 0px;
	
}

.ProgramBoxProvider {
	display: block;
	text-align:right;
	vertical-align:middle;	
}

.ProgramBoxProvider img {
	float:right;
	margin-right: 5px;
	border: 0px;
	
}

.ProgramSocial img {
	float:right;
	margin-right: 5px;
	border: 0px;
	
}

.ProgramBoxText {
	display: inline-block;
	width: 100%;
	margin:auto;
	
}

.ProgramBoxText a {
	color: red;	
}


.socialbar {border-top: 1px solid #005f9d; border-bottom: 1px solid #005f9d; width:100%; background-color: #f26522; height: 32px;; text-align:center; vertical-align:middle; display:inline-block;}

.facebook { float:left; padding: 5px; margin-left: 20px; width:140px; height: 24px; display:block; text-align:left; vertical-align:middle; }
.twitter { float:left; padding: 5px; width:70px; height: 24px; display:block; text-align:left; vertical-align:middle; }
.googleplus { float:left; padding: 5px; width:60px; height: 24px; display:block; text-align:left; vertical-align:middle; }
.linkedin { float:left; padding: 5px; width:65px; height: 24px; display:block; text-align:left; vertical-align:middle; }
.pinterest { float:left; padding: 5px; width:60px; height: 24px; display:block; text-align:left; vertical-align:middle; }
	
.fb-recommendations-bar fb-social-plugin {
	margin-top 20px;	
}
	
/* End Structure */



/*	Begin Headers */



H1 {
	font-family: 'Arvo', serif;
	color: white;
	padding-left: 20px;
	font-size: 1.5em;
	text-align: left;
	background-color:#00abc5;
	padding: 10px;
	margin: 0;
	font-weight: 700; 

}



	

h2 {
	margin: 0px 0 0 ;
	}

h2.pagetitle {
	margin-top: 30px;
	margin-left:40px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	font-family: 'Arvo', serif;
	padding: 0;
	margin: 28px 0 0;
	}
	
h4 {
	font-family: 'Arvo', serif;
	padding: 0;
	font-size: 1.2em;
	margin: 20px 10px 10px 20px;
	color: #00abc5;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	font-size:12px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.alignleft {
	float: left;
	font-size:12px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body #entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body #entry li {
	margin: 7px 0 8px 10px;
	}
	
#entry {
	display:inline; padding-left:10px; padding-right:10px; padding-top:10px;
}


/* #entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	} */

#entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	color: white;
	}

#sidebar ul li a{
	list-style-type: none;
	list-style-image: none;
	color:#cccfac;
	size:11px;
	}

#sidebar ul li a:hover{
	list-style-type: none;
	list-style-image: none;
	color:#ef8733;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
	
.textwidget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	padding: 10px 0 10px 0;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0px 0px 0px;
	float:right;
	text-align:left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 320px;
	min-height:100%;
	max-height:100%;
	/* background-image:url(/wpress/wp-content/themes/default/images/SideBarTop.gif); */
	background-repeat:no-repeat;
	background-color:white;
	display:inline;
	overflow:hidden;
	border-left: #8cc63f solid 10px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	/* display: none; */
	color:#999999;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
	background-color:#E1E1E1;
	min-height:13px;
	font-size: 10px;
	}
.navigation a {
	color:#2A3F55;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* plugins mods */


#thethe-accord-1 {
	font-size: .7em;
	margin: 5px;
}

#thethe-accord-1 h3 a {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.4em !important;
}

#thethe-toggle-1 {
	font-size: .7em;
	margin: 5px;
}

#thethe-toggle-1 h3 a {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.4em !important;
}


.fpfcredit {color:#F6F6F6 !important; font-size:9px;}

.hiddenPic {display:none;}



/* plugins mods */

