/*  
Theme Name: BGW
Theme URI: http://www.baltimoregreenworks.com/
Description: Baltimore Green Works Wordpress Theme.
Version: 1.0
Author: Dustin Pfeifer
Author URI: http://www.dustinpfeifer.com/

Theme last updated: March 12, 2009
*/

* {
	margin:0;
	padding:0;
}

body {
	background:#503d2b;
	text-align:center;
	margin:0 auto;
	font:12px/175% arial, sans-serif;
	color:#5d4833;
}


#wrapper {
	background:#fff url(images/background.jpg) repeat-x top center;
}


#wrap {
	background:#fff url(images/background.jpg) repeat-x top center; 
	width:1111px;
	margin:0 auto;
}


/* Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width:1058px;
	height:119px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}

#logo a {
	float:left;
	padding:12px 0 0 30px;
	margin:0;
	border:none;
}

#header {
	background:url(images/background-header.jpg);
	width:1058px;
	height:58px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}

#header-rg {
	background:url(images/background-header-rg.jpg);
	width:1058px;
	height:58px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}

#about {
	float:left;
	width:705px;
	padding:0 0 0 177px;
	margin:8px 0 0;
}

#about p {
	color:#fff;
	line-height:125%;
	font-weight:normal;
}

#header-rg #about p {
	color:#fff;
	line-height:14px;
	font-weight:normal;
}

#header-rg #about {
	margin: 3px 0 0 0!important;
}

#about span {
	color:#ccf8fc;
}

#searchform {
	float:right;
	width:165px;
}

#searchform input {
	background:none;
	color:#fff;
	border:none;
	text-transform:uppercase;
	font-style:italic;
	font-size:12px;
	margin:10px 0 0;
}

#searchform input#s {
	width:115px;
	padding:0 0 0 10px;
}

#searchform input#searchsubmit {
	cursor:pointer;
	color: #5d4833;
}


#searchform input#searchsubmit:hover {
	cursor:pointer;
	color: #fff;
}


/* Homepage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#homepage {
	background:url(images/background-home.jpg) no-repeat top;
	width:999px;
	margin:0 auto;
	text-align:left;
	padding:20px 0;
}

#homepage #news {
	float:right;
	width:360px;
	padding:30px 0 0;
}

#homepage #feature-one {
	float:left;
	width:197px;
}

#homepage #feature-two {
	float:left;
	width:187px;
	padding:0 20px;
}

#homepage #feature-three {
	float:left;
	width:187px;
}

#homepage a {
	border:none;
}

/*Resource Homepage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#res-cats {
	display: block;
	margin:0 auto 30px auto;
	width: 1056px;
	list-style-type: none;
	height:360px;
	position: relative;
	left: 30px;
	}
	
	#res-cats li {
	background:#fff;
	float:left;
	width: 320px;
	height:100px;
	margin: 20px 20px 0 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
	#res-cats li img, #res-cats li a {border-bottom: none!important;}
	
	#res-cats .survey {background: #eefad6;}
		#res-cats li:hover {
	background:#d8fafc;

	}

#res-homepage {
	/* background:url(images/background-home.jpg) no-repeat top; */
	/* width:999px; */
	position: relative;
	width: 1056px;
	left: 30px;
	margin:0 auto;
	text-align:left;
}

#res-homepage  #news {
	float:left;
	width:320px;
	padding:0 20px 0 0;
}

#res-homepage #news #headingleft {
	list-style-type:none!important;
	background:#f2fefe;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0 10px 0!important;
	text-align: left;
	}
	
	#res-homepage #news ul {list-style-type: none!important;margin:0!important; padding:4px;}
	#res-homepage #news li a {border: none!important;}
	
	#res-homepage #news h3 {
		font-size: 14px!important;
		float:left;
		clear:left;
		}
		
	#res-homepage #news p, #res-homepage #news .permalink {
	float:left;
	clear:left;
		}

#res-homepage #polls{
	float:left;
	width:320px;
	padding:0 20px 0 0;
	height:auto;
}

#res-homepage #ads {
	float:left;
	width:320px;
	margin:-33px 0 0 20px;
}

#res-homepage #ads a {
	text-decoration: none!important;
	border: none!important;
}

#res-homepage #ads img {margin: 33px 0 0 0;}

#feature-bar {
	background:#a4f2fc;
	width:999px;
	height:58px;
	overflow:hidden;
	text-align:left;
	margin:0 auto 33px auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#feature-bar #about {
	float:left;
	width:999px;
	padding:0 0 0 33px;
	margin:8px 0 0;
}

#feature-bar #about p {
	color:#fff;
	font-weight:normal;
	font-size: 24px;
	margin: 5px 0 0 0;
	
}

#feature-bar #about span {
	color:#504538;
	font-size:18px!important;
}

#feature-bar #about a {font-size:18px!important;}


.listing-post {
	border-bottom: 1px solid #e4e7a5;
	padding: 10px 0;
	margin: 0 0 10px 0;
	}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#topimage {
	width:999px;
	height:171px;
	overflow:hidden;
	margin:20px auto 0 auto;
}

#photocredit {
	background:url(images/background-photocredit.jpg) no-repeat;
	width:999px;
	height:48px;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
	color:#7f4008;
	text-transform:uppercase;
	font-style:italic;
	font-size:9px;
}

#photocredit p {
	padding:10px 0 0 10px;
}

#content {
	text-align:left;
	width:999px;
	margin:20px auto 0 auto;
}

#sidebar {
	float:left;
	width:297px;
}

#sidebar h2, #sidebar #secondary, #sidebar #post {
	margin: 0 0 10px 0;
	}
	
	#sidebar .ads img {margin: 10px 0!important;}
	
	#sidebar .rsg-post, #sidebar .rsg-nav {margin: 0 0 20px 0!important;}
	
	#sidebar select {margin:-5px 0 0 0!important;}

#main {
	float:right;
	width:662px;
}


/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	background:#fff url(images/background-footer-top.jpg) repeat-x bottom;
}

#footer-in {
	background:#fff url(images/background-footer-top.jpg) repeat-x bottom;
	width:1111px;
	padding:20px 0 0;
	margin:0 auto;
	text-align:left;
}

#footercontent {
	background:url(images/background-footer-img.jpg) no-repeat left bottom;
	height:67px;
	margin:0 auto;
	padding:0 0 0 150px;
}

#footercontent p {
	margin:0;
	padding:32px 0 0;
}

#footercontent a {
	color:#23190f;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
	border:none;
}

#footercontent a:hover {
	color:#e4e7a5;
}

#bottom {
	background:url(images/background-footer.jpg) repeat-x top;
}

#bottom-in {
	background:url(images/background-footer.jpg) repeat-x top;
	width:1111px;
	height:136px;
	text-align:left;
	margin:0 auto;
}

#bottom p {
	text-transform:uppercase;
	font-style:italic;
	color:#e4e7a5;
	font-size:11px; 
}

#bottomcontent {
	width:999px;
	margin:0 auto;
}

#bottomleft {
	float:left;
	width:600px;
	padding:45px 0 0;
}

#bottomright {
	background:url(images/newsletter.jpg) no-repeat top left;
	float:right;
	width:359px;
}


.mp-form {
	margin:60px 0 0;
}

.mp-formdiv input {
	background:#5e4934;
	border:none;
	margin:2px;
	padding:4px 5px;
	text-transform:uppercase;
	font-style:italic;
	color:#e4e7a5;
	font-size:14px;
}

.mp-formdiv .MailPressFormSubmit {
	padding:3px 5px;
	color:#cb660c;
	font-style:normal;
	cursor:pointer;
}

.MailPressFormSubmit:hover{
	background:#e4e7a5;
	
}


	.link {
		color: #fff;
		text-decoration: none;
		}
		
	#SignUp .signupframe {
		background: url(images/email-bg.png) no-repeat;
		font-family: Arial, Helvetica, sans-serif;
		width: 275px!important;
		color: #fff;
		margin:35px 0 0 -5px;
		padding: 6px 0 6px 25px;
		border: none!important;
		}
		
		
		#SignUp .signupframe input {
		margin: 17px 0 0 10px;
		position: relative;
		left:-43px;
		color:#000;
		float: left;
		}
		
		
		
		#SignUp .signupframe td  {
			margin:0!important;
			padding:0!important;}
		

/* Formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation {
	float:right;
	margin:32px 0 0 0;
	padding:0 30px 0 0;
	border-left:1px solid #a4f3fb;
}

#navigation li {
	list-style-type:none;
	border-right:1px solid #a4f3fb;
	height:36px;
	display:block;
	float:left;
	overflow:hidden;
	padding:12px 10px 0 10px;
}

	.news {
	list-style-type:none;
	border-right:none!important;
	height:36px;
	display:block;
	float:left;
	overflow:hidden;
	padding:9px 10px 0 10px;
}


.donate {
	background: #a4f3fb!important;
	list-style-type:none;
	border-right:none!important;
	height:36px;
	display:block;
	float:left;
	overflow:hidden;
	padding:9px 10px 0 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#navigation a {
	font-size:16px;
	color:#55412e;
	text-decoration:none;
	height:22px;
	display:block;
	padding:4px 10px 0 10px;
	border:none;
}

#navigation a:hover, #navigation li.current_page_item a, #navigation li.current_page_ancestor a {
	color:#cb660c;
}

/* Secondary */

#secondary {
	margin:0;
}

#secondary li {
	list-style-type:none;
	margin:0 0 5px 0;
}

#secondary a {
	display:block;
	background:#e4e7a5 url(images/icon-arrow-secondary.jpg) no-repeat right;
	text-decoration:none;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
	padding:5px 0 5px 10px;
	border:none;
}


		
		#sidebar select {
		background:#e4e7a5;
		color:#55412e;		
		padding:5px;
		border:none!important;
		margin: 15px 0!important;
		width: 280px;
		}
		
		#sidebar .locsub {
		background:#e4e7a5;
		border:none!important;
		color:#55412e;
		padding:5px 13px;
		width: 110px;
		margin: 15px 0!important;
		}
		
		#sidebar .locsub:hover {
		background:#e4e7a5;
		color:#cb660c;
		}
		
		

#donate {
    background: #e4e7a5;
    padding: 5px 5px 10px 20px;

}

#sponsors {
    margin:25px 0 0 0;
	list-style-type: none;
}

#sponsors li {
	display:inline;
	margin:25px 15px 25px 0;
}

#sponsors a {
	border:0;
}

#sponsors li img {
	border: 10px solid #e4e7a5;
	margin: 0 0 15px 0;
}

#sponsors li img:hover {
	border: 10px solid #55412e;
}

.sitemap {
	margin: 0 0 0 25px;
}

/* Footer */

#footernav {
	margin:0;
}

#footernav li {
	list-style-type:none;
	display:inline;
}

#footernav a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
	padding:0 10px 0 0;
	border:none;
}

#footernav a:hover {
	color:#cb660c;
}

address {
	margin: 0 0 25px 0;
}

/*Paypal Form
-------------------------------------------------------------------- */

.event-block {
	background: #f7f8dd;
	padding: 15px;

}

.event-signup {
	float: left;
	border-left: 1px dotted #5d4833;
	padding: 0 30px 0 25px;
	color: #5d4833;

}


/* Formatting
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

span {
	color:#cb660c;
}

a {
	color:#8a9514;
	text-decoration:none;
	border-bottom:1px dotted #8a9514;
}

a:hover {
	color:#cb660c;
}

a img  {
	border:none;
}

h1 {
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#8a9514;
}

h1 a {
	border-bottom:none;
	padding: 0 0 3px 0;
}

h2, h2 a {
	font-size:18px;
	font-weight:bold;
	color:#5d4833;
	border:none;
	margin:10px 0 0 0;
}

h3, h3 a {
	font-size:10px;
	font-weight:bold;
	color:#5d4833;
	text-transform:uppercase;
	border:none;
}

h4 {	
	font-size:18px;
	font-weight:bold;
	color:#5d4833;
	border:none;
	margin:0 0 10px 0;
}

h5 {	
	font-size:12px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
}


#headingleft {
	float:left;
}

#headingright {
	float:right;
	text-align:center;
	background: url(images/heading-right-bg.jpg) no-repeat; 
	width:25px;
	height:34px;
	padding: 2px 0 0 0;

}



ul {
	margin:0 20px;
	font-weight:normal;
	list-style-type:square;
}

abbr {
	cursor:help;
}

hr {
	border-bottom:1px dotted #8a9514;
	border-top: 0;
	border-right: 0;
	border-left:0;
}
     
.hrpad {
	margin:20px 40px 0 auto;
}

.right {
    float:right;
    margin-top:8px;
}

.postmeta {
	margin: 0 0 40px 0;
}

.imgright {
	float: right;
	margin: 0 0px 15px 15px;
	}
	
.imgleft {
	float: left;
	margin: 0 15px 15px 0;
	}
     

/* Cforms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.reqtxt, .emailreqtxt, .cf_hidden, .linklove {
	display:none;
}

.cform ol {
	list-style-type:none;
}

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

.cform li p {
	list-style-type:none;
	background:none;
	margin:0;
	padding:0;
	
}

.cform fieldset {
	margin:0;
	border:none;
}

.cform legend {
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	margin:10px 0;
}


cf-before {

}
.cform input, .cform textarea {
	width:400px;
}

.cform .sendbutton {
	border:none;
	background:none;
	text-align:left;
	background:#e4e7a5;
	padding:10px;
	margin: 0 0 0 0;
	width: 65px;
	color:#55412e;
}

.sendbutton:hover{
	background:#55412e;
	color:#e4e7a5;
}

#cf_field_1, #cf_field_2, #cf_field_4, #cf_field_6, #cf_field_8, #cf_field_10, #cf_field_12,
#cf_field_3, #cf_field_5, #cf_field_7, #cf_field_9, #cf_field_11, #cf_field_13, #cforms3form input {
	border:none;
	background:#e4e7a5;
	padding:10px;
	margin: 5px 0 5px 0;
	color: #5d4833;
	text-align: left;
}



#cforms3form .cf-ol label, #cforms3form input, .cfselectmulti  {clear: left; float:left;
}

#cforms3form .cf-ol label {width: 400px!important;}

.cfselectmulti {
	border:none;
	background:#e4e7a5;
	padding:10px;
	margin: 5px 0 5px 0;
	color: #5d4833;
	text-align: left;
	width: 420px;
}

#cforms2form, #cforms2form input{
	width: 275px;
	color: #5d4833;


}
.cf-after span {
color: #5d4833;

}

 .cf-before span {
color: #5d4833;

}

 .cf-before{
color: #5d4833;

}

#cf2_field_5-1,{
color: #5d4833;

}

#cf2_field_5-2 {
display: none;}

	
	#cforms2form .sendbutton {
	border:none;
	background:none;
	text-align:left;
	background:#e4e7a5;
	padding:10px;
	margin: 0 0 0 0;
	width: 65px;
	color:#55412e;
cursor: pointer;
	}

#sidebar input {
	border:none;
	background:none;
	text-align:left;
	background:#e4e7a5;
	padding:5px;
	margin: 0 0 0 0;
	width: 35px;
	color:#55412e;
	cursor: pointer;

	}
	
	#sidebar input:hover, #cforms2form .sendbutton:hover {
		background: #a4f3fb;
		}
	
	
#cf2_field_1, #cf2_field_2, #cf2_field_3, #cf2_field_4, #cf2_field_5, #cf2_field_6, #cf2_field_7
 {
	border:none;
	background:#e4e7a5;
	padding:10px;
	margin: 5px 0 5px 0;
	color: #5d4833;
}

.cf-after span {
	color: #888;
	width: 25px;}

#cf2_field_5 {
color: #5d4833;

}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d4833;
}

#contact-form {
	float:left;
	margin: 0 25px 0 0;
}

#usermessagea {
	display:none;
}


	

/* Homepage Slider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#scroll {
	width:999px;
	height:397px;
	overflow:hidden;
	margin:20px 0;
}

#slider {
    width: 999px;
    margin: 25px auto 0 auto;
    position: relative;
    padding: 0px;
    text-align: left;
}

.scroll {
    height: 294px;
    width: 999px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px 0 0 0;
    height: 294px;
    width: 999px;
}

.hide {
    display: none;
}

.text {
	width: 425px;
	margin: 20px 20px 0 20px;
	padding: 20px;
}

#slider h2 {
	font-size: 2.2em;
	letter-spacing: -1px;
	color: #fff;
	margin: 0 0 10px 0;
}

#slider p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
}

ul.navigation {
    list-style: none;
    background: url(images/nav-bg.jpg) no-repeat;
    width:999px;
    height:103px;
    margin: 0 auto;
   
}

ul.navigation li {
    display:block;
    float:left;
    width:249px;
    height:58px;
    overflow:hidden;
    padding:15px 0 30px 0;
    
}

ul.navigation a {
	padding:0 20px;
	border:none;
	font-size:19px;
	font-weight:bold;
	text-transform:uppercase;
	  color: #5d4833;
}

ul.navigation a:hover {
	  color: #fff;
}



ul.navigation a span {
	color:#e4e685;
}

ul.navigation a span.summary {
	display:block;
	color:#fff;
	font-size:11px;
	text-transform:none;
	line-height:125%;
	padding:0 30px;
	font-weight:normal;
	margin:5px 0 0;
}

ul.navigation .page-link  {
	display:block;
	color:#fff;
	font-size:11px;
	text-transform:none;
	padding:0 20px;
	font-weight:normal;
	margin:5px 0 0;
	line-height: 125%;
}





/* set individual bgs here */

#one { text-align: left; background:#fff url(images/home-ecofestival.jpg) no-repeat;}
#two { text-align: left; background: #fff url(images/home-events.jpg) no-repeat;}
#three { text-align: left; background: #fff url(images/mp-speaker.jpg) no-repeat;}
#four { text-align: left; background: #fff url(images/home-community.jpg) no-repeat;}

/*InnerFade*/

#inner{
	background:transparent;
	height:294px;
	overflow:hidden;
	padding:25px 0 0 36px;
	list-style-type: none;
}

	#inner li{
	list-style-type: none;
	width: 999px;
}

/* Comment Styling */

ol.commentlist {
	margin:0;
	padding:0;
}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	border-bottom:1px dotted #8a9514;
	border-bottom:1px dotted #8a9514;
	color:#596e3b;
}	

.commentlist a:link, .commentlist a:visited {
	color:#8a9514;
	text-decoration:none;
	border-bottom:1px dotted #8a9514;
}

.commentlist a:hover, .commentlist a:active {
	color:#cb660c;
	text-decoration:none;
	border-bottom:1px dotted #8a9514;
}

.commentlist cite img {
	padding:1px;
	border-bottom:1px dotted #8a9514;
	float:left;
	margin-right:9px;
}

.commentlist .author {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bolder;
    text-decoration:none;
    text-transform: uppercase;
    padding: 5px 0 10px 13px;
    color:#5d4833;
}
	
.commentlist .time {
	padding: 5px 0 10px 13px;
}

.commenttext {
    padding: 5px 20px 10px 20px;
	color:#5d4833;
}

.alt {
	background-color: #f7f8dd;
	border-bottom:1px dotted #8a9514;
	padding: 5px 0 10px 0;
}

strong.search-excerpt { background: yellow; } 

/*Tooltip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tooltip{
	font-size: 13px;
	font-weight: normal;
	position:absolute;
	padding:2px 5px;
	color:#000;
	max-width: 150px;
	display:none;
	background:#fff;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.photos {
	width: 55px;
	border: none!important;
	position: relative;
	float: right;
	top: 17px;
	left: -750px;}

.widgettitle {
	font-size: 18px!important;
	margin: 20px 0 10px 0;
	}
	
	#find-me-on {
		list-style-type: none;}
		
		.networks li a {
			border: none!important;
			}
			
/* Gallery 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.gallery {
	list-style-type:none;
	margin:10px 0 0 0;
}

.gallery dl {
	display:block;
	float:left;
	margin:0 0 2px;
}

.gallery a {
	display:block;
	float:left;
	line-height:0;
}

.gallery img {
	width:100px;
	height:100px;
	overflow:hidden;
}

.galfeature {
	width: 662px;
	height: 150px;
	margin: 0 0 10px 0;
	padding: 20px 0;
	border-bottom: 1px solid #e4e7a5;
	}
.galfeature .wp-post-image {
	float: left;
	}

			.galtext {
			float: left;
			margin: 0 0 0 20px;
			}


#sidebar a {border-bottom: none!important;}

.rsg-post, #sidebar .rsg-post, #sidebar #polls {
	border-bottom: 1px solid #e4e7a5;
	padding: 10px 0;
	float:left;
	clear:left;
	}
	
	.rsg-post:last-child, , #sidebar .rsg-post:last-child {
	border-bottom: none!important;
	}
.pds-box {margin: 10px 0!important;}


.pds-question-top {
	color:#5d4833!important;
	}
	

	#ads p {margin:60px 0 -35px 0!important;}
	
	#ads .partner_img {margin: 0 10px 0 0;}
	
	.calnk span {
		background: #fff!important;
		}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
