/*
Theme Name: GV Summit 2010
Theme URI: http://summit2010.globalvoicesonline.org/
Description: GV Summit theme modified from Wet Summer  Coded by <a href="http://www.erikgyepes.com">Erik Gyepes</a>.
Version: 0.1
Author: Erik Gyepes and Jeremy Clarke
Author URI: http://jeremyclarke.org/
*/



/* @group General tags and classes */

a {
	color: #63af44;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.navigation {
	display: block;
	padding-bottom: 15px;
	text-align: center;
	clear: both;
	/*width: 500px;*/
}

.left {
	float: left;
}

.right {
	float: right;
}
a.more-link {
	text-align: right;
	display: block;
	padding:  0;
	color: #9cba5c;
	position: relative;
	top: -10px;	
	
	}

.center {
	text-align: center;
}

blockquote {
	background: #fff url("images/quotes.gif") no-repeat 9px 13px;
	border: 1px solid #eee;
	min-width: 41px;
	/* IE6 min-height hack: */
	min-height: 27px;
	height: auto !important;
	height: 27px;
	/**/
	margin:	15px ;
	padding: 5px 35px;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}

.highlight {
	color: #67b7fc;
	font-size: 16px;
}

#content img {
	border: none;
	margin: 5px;
}

#content img.left {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
#content img.right {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}
#content img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#sidebar .post-thumbnail {
	height: 50px;
	width: 50px;
	float: left;
	margin: 0px 8px 4px 0px ;
	display: inline;
	position: relative;
	}
#sidebar a .post-thumbnail {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	}
#footer a img {
	border-width:0;
	position:relative;
	top:1px;
	}
.clear {
	clear: both;
	line-height: 0;
	}
/* @end */

/* @group Shared Groups */
#BIG-GREY-BOX,
	#content #page,
	#content #single,
	#content #features,
	#content #archive,
	#content #text-3 .textwidget {
	color: #444;
	padding: 5px 10px;
	background: #f7f7f7;
	border: 2px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	}



/* @end */

/* @group 3D Buttons */

/* 3D button class to wrap around links */	
.button a,
a .button ,
a.button {
	padding: 4px;
	background: #ddd url(http://static.globalvoices.s3.amazonaws.com/img/tmpl/search-bg-hover.gif) repeat-x;
	border: 1px solid #ddd;
	border-bottom-color: #ccc;
	color: #666;
	font-weight: bold;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.button a:hover {
	border-color: #ccc;
	border-bottom-color: #bbb;
	background: #eee url(http://static.globalvoices.s3.amazonaws.com/img/tmpl/search-bg.gif) repeat-x top;
	}
.button-large a{
	background: #ddd url(http://static.globalvoices.s3.amazonaws.com/img/tmpl/button-large-bg.gif) repeat-x;
	border: 1px solid #ddd;
	border-bottom-color: #ccc;
	color: #666;
	display: block;
	font-size: 13pt;
	padding: 8px;
	}
.button-large a:hover {
	border-color: #ccc;
	border-bottom-color: #bbb;
	background: #eee url(http://static.globalvoices.s3.amazonaws.com/img/tmpl/button-large-hover-bg.gif) repeat-x top;
	}
.button a,
.button a:active,
.button a:visited,
.button a:hover {
	text-decoration: none;
	color: #666;
	}

/* 3D button class to apply to submit inputs*/	
input.button {
	padding: 4px;
	background: #ddd url(http://static.globalvoices.s3.amazonaws.com/img/tmpl/search-bg-hover.gif) repeat-x;
	border: 1px solid #ddd;
	border-bottom-color: #ccc;
	color: #666;
	font-weight: bold;
	width: 75px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	}
input.button:hover {
	border-color: #ccc;
	border-bottom-color: #bbb;
	background: #eee url(http://static.globalvoices.s3.amazonaws.com/img/tmpl/search-bg.gif) repeat-x top;
	}
/* @end 3D Buttons */



/* @group Structure */

* {
	margin: 0;
	padding: 0;
}


#wrapper {
	background: url("images/header-bg.gif") repeat-x;
	height: 164px;
}

#subwrapper {
	margin: 0 auto;
	width: 770px;
}

#header {
	padding: 0;
	height: 118px;
	background: url(images/summit-banner.gif) no-repeat 0 bottom;
	position: relative;
}
#header .header_pics {
	float: right;
	padding: 15px 0 0;
	}
#header .header_pics li {
	display: inline;
	float: right;
	padding: 0;
	}
#header .header_pics a img {
	margin: 0 0 0 5px;
	border: 2px solid #fff;
	position: relative;
	bottom: 10px;
	}
#header #subscribe {
	background: url("images/subscribe-bg.png") no-repeat;
	display: block;
	height: 23px;
	padding: 4px;
	position: absolute;
	right: 15px;
	top: 0;
	width: 105px;
}
#header #subscribe a {
	background: url("images/icons/rss-icon.gif") no-repeat 100% 0;
	color: #fff;
	font-size: 15px;
	padding-right: 25px;
}
#navigation .rss-icon {
	float: right;
}
#navigation .rss-icon a {
	border: 0;
	padding-right: 0;
	padding-top: 8px;
	}
#navigation .rss-icon img {
	border: 0;
	}
#navigation {
}

#content {
	float: left;
	margin: 20px 0;
	width: 520px;
	position: relative;
}


#sidebar {
	float: right;
	margin: 15px 0;
	width: 230px;
	position: relative;
	text-align: center;
}

#footer {
	background:#f7f7f7;
	border-top: 2px solid #eee;
	clear: both;
	height: auto;
	padding: 15px 15px 20px 15px;
}
#footer #footerwrapper {
	margin: 0 auto;
	width: 770px;
}
#footerwrapper p {
	margin: 5px 0;
	}
#footer #footerwrapper p a{
	}
#footer ul#credits {
	display: inline;
	font-size: 9pt;
	clear: both;
	text-align:center;
	}
#footer ul#credits li {
	display: inline;
	padding: 5px 9px 5px 0;
	padding
	}

#footer #latestposts,
#footer #blogroll,
#footer #meta {
	float: left;
	width: 28%;
	margin: 0 15px;
}


/* @end structure */


/* @group Navigation */
#content .menu {
	margin: 15px 0 0 0 ;
	}
.menu ul li,
#content .menu li {
	list-style-type: none;
	font-size:  16px;
	margin: 0;
	padding: 0 0 0px 0;
	}
#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li {
	float: left;
	height: 36px;
	margin-right: 1px;
	padding-left: 25px;
	margin-top: 10px;
}
#navigation a {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	height: 40px;
	padding-right: 25px;
	padding-top: 6px;
}

#navigation ul li.current_page_item {
	background: url("images/tabLeft.gif") no-repeat;
	float: left;
	height: 36px;
	margin-right: 1px;
	padding-left: 30px;
	margin-top: 10px;
}
#navigation ul li.current_page_item a {
	color: #959595;
	background: url("images/tabRight.gif") no-repeat 100% 0;
	display: block;
	float: left;
	font-weight: bold;
	height: 40px;
	padding-right: 30px;
	padding-top: 6px;
}

/* @end navigation */



/* @group Text and Colors */

body {
	font-family: 'Lucida Grande',verdana,sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

h1, h1 a {
	font-size: 22px;
}
h2, h2 a {
	font-size: 17px;
	line-height: 1;
}
h3, h3 a {
	font-size: 18px;
	margin: 0 0 5px 0;
}
h4, h4 a {
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 125%;
	}


#header h1 a span {
	display: none;
}

#header h1 a img {
	border: none;
	height: 114px;
	width: 390px;
	position: relative;
	top: -15px;
	}
#header a:hover {
	text-decoration: none;
}

#header h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	display: none;
}

#content h2.pagetitle {
	color:#666;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 17pt;
}
#content .home-block h3,
#content h2.section,
#content h2  {
	color:#666;
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 0px 1px;
	padding: 0 0 5px 0;
	line-height: 1;
	}
h2.section {
	clear: both;
	}

#content .post {
	position: relative;
	}

#content .post h2 a{
	clear: both;
	color: #666;
	font-size: 17pt;
	
}

#content .title h3, 
#content .title h3 a {
	height: auto;
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;	
	font-size: 13pt;
	font-weight: normal;
	line-height: 1.3;
}

h3#comments,
h3#respond {
	font-size: 16px;
	font-weight: normal;
}
	
h3.enjoy, h3.enjoy em, h3.enjoy a {
	font-size: 15px;
	font-weight: normal;
}
h3.enjoy em {
	color: #67b7fc;
}

#content .post p,
.widget_text p {
	margin: 10px 0;
}

#sidebar ul li {
	color: #444;
	}
#sidebar ul li h2 {
	background: #9c9c9c url(images/gradient-grey-45.gif)  repeat-x;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 1px;
	border: 1px solid  #bbb;

	padding: 8px 0 8px 0;
	line-height: 1;
	text-align: center;
}
#sidebar .menu li,
#sidebar .menu li a {
	font-size: 14px;
	}
#sidebar ul li h2 a {
	color: #fff;
	text-decoration: underline;
	}
#sidebar ul#sponsor-listing li  {
	clear: both;
	}
#sidebar ul a img {
	border: none;
	}
#sidebar ul#sponsor-listing li h3 {
	padding: 0;
	margin:0px; /* probably not this margin*/
	line-height: 1;
	font-weight: normal;	
	background: #eee;
	}
	


#sidebar a.more-link {
	margin-top: 10px;
	}




#sidebar ul li a.project-title {
	font-size: 11pt;
	margin: 0;
	padding: 0;
	display: block;
	color:#666 ;
	}

#sidebar ul li a {
}
#sidebar ul li {
	font-weight: normal;
	}
#sidebar ul li#hosted-by ul li{
	margin: 0;
	padding: 2px 0 0 0;
	}
#footer h2 {
	color: #666666;
}



.translation {
	font-size: 90%;
	margin: 10px;
	padding: 0 20px 0 20px;
	border-left: 30px solid #e5e5e5;
	border-right: 10px solid #e5e5e5;
	text-align: left;
	}
.arabic { 
	font-family: tahoma;
	font-size: 12px;
	direction: rtl;
	text-align: right;
	margin: 10px;
	}

/* @end text and colors */

/* @group Content */

/* @group Author Page */

#author-profile {
	margin: 0 0 10px 0;
	padding: 0px 10px 10px 10px;
	color: #333;
	background: #ecf4fa;
	border: 1px solid #b1dbfa;
	border-width: 1px 0;
	}
#author-profile h3 {
	color: #111;
	}
#author-profile .author-profile-pic {
	float: left;
	margin: 10px 10px 0 0;
	}


/* @end */
.floatright, 
.alignright,
.entry .alignright,
#full-article .entry .alignright {
	float: right;
	margin-left: 15px;
	margin-right: 0;
	}	
.alignleft {
	float: left;
	margin-right: 15px;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
.aligncenter,
div.aligncenter,
.entry .aligncenter,
#full-article .entry .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;	
	}
.wp-caption,
.entry .wp-caption {
	text-align: center;
	padding: 10px 5px 2px 5px;
	margin: 5px 10px 10px 10px;
	}
#content .post .title {
	line-height: 1;
}
/* used in categories/dates etc, _weblog */
#content #archive {
 /* replaced with big grey box  */
	/*clear: both;
	height: 1%;
	position: relative;
	color: #444;
	line-height: 1.3;
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 10px;*/

}
/* content of static pages, excl. title */
#content #page {
	clear: both;
	height: 1%;
	position: relative;

	}
/* single pages */
#content #single {
	clear: both;
	height: 1%;
	position: relative;
	}
html>body #content #archive, 
html>body #content #page, 
html>body #content #single {
	height: auto;
	}


.post-thumbnail,
#content .post-thumbnail {
	float: left;
	height: 100px;
	width: 100px;
	margin: 2px 10px 0 0px;
	padding: 0px;
	/*border: 2px solid #ddd;*/
	border-width: 2px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
	}

#content .entry {
	height: 1%;
	margin-bottom: 0px;
	padding-top: 0px;
	}
#archive .post,
#archive .page {
	margin-bottom: 10px;
	}
#archive .post+.post {

	}
/* features listing from front page */
#features {
	margin-bottom: 10px;
	}
#content #summit-updates {
	margin-top: 10px;
	clear: left;
	}
#content #features .post+.post {
	margin-bottom: 0px;
	padding-top: 10px;
	margin-top: 0px;
	}
#content #features .entry {
	margin: 0px;
	padding: 0;
	}

.entry h2,
#content .entry h2 {
	padding-top: 15px;
	}
/* @group home blocks */

#content .home-block {
	width: 240px;
	float: left;
	padding:  0px 20px 0px 0;

	margin: 10px 0 10px 0;
	}
#content #text-3 {
	width: 520px;
	color: #666;
	clear: right;
	padding: 0px 0px 0px 0
	}
#content #text-3 .textwidget {
	}
#content #text-3 h3 {

	}
.twitter-text,
.facebook-text {
	position: relative;
	top: 10px;
	}
#content #gv-flickrrss {
	clear: 
	}
#content #dates-places {
	}
#content #dates-places ul {
	border: 1px solid #ccc;
	border-width: 1px 0;
	background: #f6f6f6;
	padding-bottom: 4px;
	}
#content #project-updates a{
	font-size: 10pt;
	display: block;
	text-align: left;
	margin: 0 0 5px 0;
	line-height: 1.1;
	}
#content #flickr {
	clear: left;
	}
/* #content #recent-videos .post-thumbnail{
	width: 65px;
	height: 65px;
	}
#content #recent-videos li {
	clear: left;
	min-height: 65px;
	}*/
#content .home-block a.more-link {
	clear: left;
	padding: 10px 10px 0 0;
	}
#content #flickr li,
#content .flickr-photos,
#content #recent-videos li {
	list-style: none;
	float: left;
	padding: 0 0px 10px 10px;
	margin: 0;
	}
	

/* @end */
#content .editlink a {
	display: block;
	position: absolute;
	color: #d00202;
	padding: 3px 3px 2px 3px;

	right: 0;
	top: 0;
	line-height: 1;
	font-size: 10px;
	letter-spacing: 1pt;
}

#content .postmeta {
 	color: #757575;
	font-weight: normal;
	line-height: 1.3;
	font-size: 8pt;
	margin: 0 0 5px 0;
}

#content ul,
#content ol {
	margin: 10px 0;
	}
#content a.rssfeed-small {
	background: url("images/icons/rss-icon-post.gif") no-repeat;
	padding: 1px 0 1px 20px;
}
#content .featured-project {
	background: #eee;
	padding: 5px 8px;
	border: 1px solid #ccc;
	border-width: 1px 0;
	}
#content .featured-project .entry {
	margin-bottom: 0;
	}

#content .home-block ul {
	padding: 0 5px;
	margin: 0;
	}
#content .home-block ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px  dotted #eee;
	padding-top: 4px;
	}
#content .post .date {
	background: url("images/date-bg.png") no-repeat;
	float: left;
	height: 65px;
	margin-right: 10px;
	text-align: center;
	width: 52px;
}

#content .post .date .month {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
}

#content .post .date .day {
	color: #a2b47d;
	font-size: 25px;
	padding-top: 2px;
}

#content h3 {
	/* cut out cause it shouldbnt have been doing anything */
	/*background: url("images/sidebar-bg.png") repeat-x;
	color: #ea0000;
	font-size: 15px;
	height: 33px;
	padding-top: 8px;
	text-align: center;*/
	font-size: 12pt;
	color:  #757575;
	font-weight: normal;
	padding: 0px 0 0 0;
	}
.entry h3 {
	margin: 20px 0 5px 0;
	}
.page-footer {
	margin: 20px 0;
	}
.page-footer .widget-contents {
	float: left;
	margin-right: 30px;
	}
/* @end post */

/* @group Lists */

ul.headlines,
#content ul.headlines li {
	list-style-type: disc;
	color: #63af44;
	font-size: 14px;
	margin-left: 20px;
	text-align: left;
	}
#sidebar ul.headlines li {
	font-size: 12px;
	}
#sidebar #twitter_update_list {
	font-size: 12px;
	text-align: left;
	}
#sidebar ul li,
#footer ul li {
	list-style: none;
	position: relative;

}

#sidebar ul li ul li{
	border-bottom: 1px solid #e6e6e6;
}
html>body #sidebar ul li ul li{
	border-bottom: none;
}
html > body #sidebar ul li ul li+li{
	border-top: 1px solid #e6e6e6;
}
/* OLD IE ONLY */
 #sidebar ul li ul li a {
		height: 1%;
}
/* EVERYONE ELSE */
html > body #sidebar ul li ul li a {
	padding: 6px 0 6px ;
	height: auto;
}



#sidebar ul li ul li ul li a {
	padding-left: 30px;
}


#sidebar ul li {
	padding: 5px 0 10px 0;
	color: #555;	
	}
#sidebar ul li ul {
	margin-left: 5px;
	}
#sidebar ul li ul li{
	padding: 7px 0 5px 0px;
	
}

#sidebar ul li p {
	padding-left: 15px;
	}

#sidebar ul li p {
	padding: 0 0px 5px 15px;
	}
#sidebar ul li ul li p {
	padding: 0;
	}


#content ol li {
	margin-left: 35px;
}

#content ul li {
	margin-left: 30px;
	position: relative;
	list-style-type: circle;
	}

#footer ul#footerwrapper li {
	
}

#footer .footerblock {
	float: left;
	max-width: 25%;
	margin: 0 5% 0 0;
	}
#footer .pagelisting {
	width: auto;
	}
#footer .funders {
	width: 330px;
	max-width: 330px;
	}
#footer .sponsors-badges li {
	float: left;
	}
ul.sponsors-badges img {
	margin: 0px 10px 0 0;
	}
#footer .license  img {
	}
#footer h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
	line-height: 1.3;
	}
	
	
#footer ul#gv-funders {
	width: 150px;
	text-align: center;
	}
#footer ul#gv-funders li {
	margin: 0;
	padding: 7px 0 3px 0;
	border-width:  0 0 0 0;
	position: static;
	}
#footer #gv-funders a img {
	border: 0;
	
	}	

#page li.video,
#page li.podcast, 
#page li.web, 
#page li.docs, 
#page li.user, 
#page li.photo {
	list-style-type: none;
	margin: 5px 0 0 5px;
	padding: 2px 0 0 28px;
	}
#page li.video {
	background: url(images/icon-video.gif) top left no-repeat;
	}
#page li.podcast {
	background: url(images/icon-podcast.gif) top left no-repeat;
	}
#page li.web {
	background: url(images/icon-web.gif) top left no-repeat;
	}
#page li.docs {
	background: url(images/icon-docs.gif) top left no-repeat;
	}
#page li.user {
	background: url(images/icon-user.gif) top left no-repeat;
	}
#page li.photo {
	background: url(images/icon-photo.gif) top left no-repeat;
	}

/* @end lists */

/* @group Forms */

#header div.search {
	background: url("images/search-input-bg.png") repeat-x right;
	height: 16px;
	padding: 3px 10px;
	position: absolute;
	right: 0px;
	top: 74px;
}
#header input.s {
	color: #000;
	background: url("images/icons/magnifier.gif") no-repeat 100% 0 ;
	border: none;
	width: 125px;
	padding-right: 20px;
}

#sidebar select.archives {
	text-align: left;
	margin: 8px 0 0 5px;
	}
#sidebar option {
	padding:0 3px;
	}
#sidebar select {
	width: 200px;
	padding: 1px 0;
	}

#sidebar input {
	display: none;
}


#sidebar input#s {
	background: transparent url("images/search-input-bg.png") repeat-x;
	border: 1px solid #dcdcdc;
	color: #000;
	display: block;
	height: 14px;
	padding: 8px 10px;
	width: 150px;
}

#content form#commentform input {
	border: 1px solid #dcdcdc;
	color: #000;
	float: left;
	padding: 8px 10px;
	width: 235px;
}

#content form#commentform textarea {
	border: 1px solid #dcdcdc;
	color: #666;
	font-family: 'Lucida Grande',verdana,sans-serif;
	float: left;
	height: 185px;
	padding: 8px 10px;
	width: 498px;
	overflow: hidden;
		-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	font-size: 14px;
}

#content form#commentform input#submit {

}

* html #header input.s,
* html #content form#commentform input,
* html #content form#commentform textarea,
* html input#submit,
* html #sidebar input#s {
	background-attachment: fixed;
}

#commentform input,
#commentform textarea {
	margin: 5px 0;
}

* html #commentform input,
* html #commentform textarea {
	margin: 10px 0;
}


#commentform label {
	float: left;
	margin: 10px 0 0 10px;
}

#commentform p {
	clear: both;
	height: 1%;
}

#content form div.search input {
	background: transparent url(images/icons/magnifier.gif) no-repeat scroll 98% 3px;
	border: 1px solid #dcdcdc;
	color: #000;
	height: 16px;
	padding: 3px 5px;
	width: 231px;
	margin: 0 auto;
}

#content form div.search {
	text-align: center;
}

/* @end forms */
	

/* @group Comments */

ol.commentlist {
  list-style: none;
  	background: #ebf6f7;
	padding: 10px 10px 0px 10px;
	border: 1px solid #b8c8df;
	border-width: 1px 0;
	margin-bottom: 5px;
	color: #14253d;
	position: relative;
}
#content ol.commentlist li.comm {
	margin: 0px;
	position: relative;
	padding-bottom: 5px;
}
#content ol.commentlist li.comm+li {
	border-top: 1px dotted #66b6fc;
	padding-top: 10px;
	
}


.comment {
	padding: 5px;
}
#content .comment a {
		color: #3866a3;

	}
cite.comment-author,
small.comment-metadata  {
	display: block;
}

cite.comment-author,
#content cite.comment-author a {
	color: #3866a3;
	font-size: 10pt;
	font-style: normal;
	}

cite.comment-author {
	color: #ea0000;
}

small.comment-metadata,
small.comment-metadata a {
	text-align: right;
	font-size: 90%;
	color: #666;
	line-height: 1;
	padding-top: 5px;
}

small.comment-metadata a {
	font-weight: bold;
}

#respond {

}

/* @end comments */


/* @group Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 150px;
}

#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 {
	text-align: center;
}


#wp-calendar caption {
	color: #ea0000;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #ea0000;
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar {
	color: #000;
}

table#wp-calendar tr td a {
	color: #757575;
}

/* @end calendar */

/* @group Schedule TAble */

table {border-collapse:collapse;}

.schedule {
	width: 100%;
	margin-bottom: 6px;
}
.schedule tbody tr {
	min-height: 60px;
	color: #666;
}
.schedule tbody td {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	font: normal 19px "Helvetica Neue", "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.schedule tbody td a.oneliner {
	line-height: 42px;
}
.schedule tbody td span {
	font-size: 13px;
	line-height: 1.5em;
}
.schedule tbody td.widecell {
	font-size: 27px;
}
.schedule tbody td img {
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	border: 1px solid #dfdfdf;
}
.schedule tbody th {
	width: 20%;
	font-size: 24px;
	height: 70px;
	padding: 0 16px;
}
.schedule tbody th small {
	font-size: 16px;
}
.schedule thead th {
	background: #bbb;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}
.schedule thead th:first-child, .schedule tbody th:first-child {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.schedule thead th:last-child, .schedule tbody td:last-child {
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
}
.schedule thead th:first-child {
	padding-left: 16px;
}
.schedule thead {
	font: 700 16px "Helvetica Neue Bold", "HelveticaNeue-Bold", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.schedule tbody th {
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.schedule tbody tr.alt {
	background: #fff;
}
.schedule img {
	display: none;
}
.schedule thead {
	font-size: 14px;
}
.schedule tbody tr {
	min-height: 40px;
}
.schedule a,
#bd .schedule a {
	text-decoration: none;
	}
.schedule small {
	font-size: 12px !important;
}
.schedule tbody th {
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	height: 20px;
}
.schedule tbody td {
	padding: 10px 5px 10px 0;
}
.schedule tbody td span, .schedule tbody td {
	font-size: 12px;
}
.schedule tbody th {
	width: 12%;
}
.schedule tbody td a {
	font-size: 12px;
	font-weight: bold;
}
.schedule tbody td span a {
	font-weight: normal;
}
.schedule tbody td.widecell {
	font-size: 12px;
	font-weight: bold;
}

/* @end */

/* @group Feevy */
/* targets the feevy .footer element when it's inside */
/* the .script-container, which is generated by the */
/* js <script> insert function in rv-functions.php */
#content .script-container .feevy_item {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #eee;
	clear: both;
	line-height: 1;
	}
.script-container .footer {
	display: none;
	}
#content .script-container .feevy_content {
	padding: 2px 0 0 0;

	}
	
#wrapper #content .script-container .feevy_title {
	height: auto;
	line-height: 1;
	}
#wrapper #content .script-container .feevy_title h1 a{
	line-height: 1;
	color:  #a2b47d;
	font-weight: normal;
	font-size: 10pt;
	}
#wrapper #content .script-container .feevy_title img{
	margin: 3px 7px 0 0;
	}

#wrapper #content .feevy_item .blog_url {
	line-height: 1;

	}


/* @end Feevy */

/* @group Badgesets */

.badgecode {
	margin: 20px 0;
	}
.badgecode textarea {
	width: 100%;
	font-size: 10px;
	color: #999;
	border: 1px solid #ddd;
	}

/* @end */

