/*   
Theme Name: Clean Cooking Forum
Theme URI: http://saforian.com
Description: Clean Cooking Forum -- WordPress v3.0.1
Author: Saforian
Author URI: http://saforian.com
Version: 1
*/

/*make wordpress happy*/




/* CM: Adding this extra CSS for the form controls */ 
.unf_other_countries textarea {
	display: none;
}
.unf_country_checkboxes label {
	color: #666;
	cursor: pointer;
}
.unf_country_checkboxes label:before {
	content: "+ ";
}
.unf_country_checkboxes {
	height: 1.5em;
	overflow: hidden;
}
.unf_country_checkboxes.unf_country_checkboxes_open {
	height: auto;
	overflow: visible;
	display: block;
}
.unf_country_checkboxes.unf_country_checkboxes_open label:before {
	content: "- ";
}

/* sponsors */
.sponsor-long {
	border-bottom: 1px solid #DEDEDE;
	margin-top: 20px;
	clear: left;
	width: 550px;
}
.sponsor-long .sponsor-image-link {
	width: 200px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: center;
	min-height: 120px;
}
.sponsor-long img.wp-post-image {
	
}
.sponsor-long h3 {
	padding-top: 20px;
	padding-right: 40px;
}
#main h2.sponsor-level-1 { padding-top: 20px; }
#main h2.sponsor-level-2, h2.sponsor-level-3, 
h2.sponsor-level-4, h2.sponsor-level-5 {
	padding-top: 40px;
}
#main h2.sponsor-level-1, #main h2.sponsor-level-2, 
#main h2.sponsor-level-3, #main h2.sponsor-level-4, #main h2.sponsor-level-5 {
	color: #045B5A; !important; 
	font-weight: 600;
	border-bottom: 1px solid #DEDEDE;
	/*background: #DEDEDE;*/
	padding-bottom: 40px;
	width: 550px;
}

/* bottom ribbon */
.container-sponsor-wide {
	display: none; 
	width: 100%;
	height: 180px;
	overflow: hidden;
	overflow-y: hidden; 
}
.container-sponsor-wide .container-sponsors2 { 
	width: 10000px; 
	margin-left: 20px;
	margin-right: 20px;
}
.container-sponsor-wide h2 {
	display: none;
}
.container-sponsor-scroll-button-left, .container-sponsor-scroll-button-right {
	width:30px;
	/*margin-bottom:-100px;*/
}
.container-sponsor-scroll-button-left {
	float:left;
	margin-left:10px;
	z-index:9999;
}
.container-sponsor-scroll-button-right {
	float:right;
	margin-right:10px;
	z-index:9999;
}

/* NEW */
.sponsor_ribbon_container {
	margin-left: 18px;
}
.image_carousel {
	padding: 15px 40px 15px 40px;
	position: relative;
	width: 950px;
	height: 170px;
	overflow: hidden;
}
.container-sponsors-ribbon {
	margin-left: 80px;
	margin-right: 80px;
}
.container-sponsors-ribbon div {
	width: 200px;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 5px 15px 5px 15px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(img/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 75px;
}
a.prev {			left: 0px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			left: 855px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

/*****
     Smooth div scroller copied/pasted CSS
******/

/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
     /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
     min-width: 75px;
     width: 10%;
     height: 100%;
     /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
     background-image: url(img/big_transparent.gif);
     background-repeat: repeat;
     background-position: center center;
     position: absolute;
     z-index: 200;
     left: 0;
     /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
     cursor: url(img/cursor_arrow_left.png), url(img/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
     background-image: url(img/arrow_left.gif);                   
     background-color: #fff;
     background-repeat: no-repeat;
     opacity: 0.35; /* Standard CSS3 opacity setting */
     -moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
     filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
     zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
     min-width: 75px;
     width: 10%;
     height: 100%;
     background-image: url(img/big_transparent.gif);
     background-repeat: repeat;
     background-position: center center;
     position: absolute;
     z-index: 200;
     right: 0;
     cursor: url(img/cursor_arrow_right.png), url(img/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
     background-image: url(img/arrow_right.gif);
     background-color: #fff;
     background-repeat: no-repeat;
     opacity: 0.35;
     filter: alpha(opacity = 35);
     -moz-opacity: 0.35;
     zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 100%;
}

div.scrollableArea
{
     position: relative;
     width: auto;
     height: 100%;
}


/* CM sponsors addition */
/* sponsors */
.sponsors.container-alt a {
     margin-left: 30px;
}

/* program heading for event pages */
a.h1-program, a.h1-program:hover {
	color: #fff;
}


