/*  
Theme Name: Ringio
Theme URI: www.ringio.com
Description: Wordpress Theme for Ringio
Version: 2.9.2
Author: Dustin Pfeifer

Theme last updated: April 9, 2010
*/


/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset, img { 
	border:0; 
}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; 
	font-weight:normal; 
}

caption, th { 
	text-align:left;
}

h1, h2, h3, h4, h5, h6 { 
	font-size:100%; 
	font-weight:normal; 
}

q:before, q:after { 
	content:'';
}

strong { 
	font-weight:bold;
}

em { 
	font-style:italic;
}

a img { 
	border:none 
}

abbr {
	color:#ee1c24; 
	border-bottom:1px dotted #ee1c24;
}

div {
	position:relative;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
}

a {
	color:#0a6aa7;
        text-decoration:none;
}

abbr {
	color:inherit;
	border-color:#fff;
}

h1, h2, h3 {
	font-weight:bold;
	line-height:1.25;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

.top {
	background:url(images/icon_arrow_up.jpg) no-repeat right center;
	padding:0 20px 0 0;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background:#0a6caa;
	text-align:center;
	margin:0 auto;
	font:14px/1.5 Lucida Sans, Lucida Grande, sans-serif;
	color:#525252;
}

#header {
	width:950px;
	height:105px;
	margin:0 auto;
	text-align:left;
}

	#header .logo a {
		background:url(images/logo.jpg) no-repeat;
		position:absolute;
		display:block;
		width:199px;
		height:67px;
		text-indent:-9999px;
		top:25px;
		left:0;
	}
	
.home #wrap {
	background:#fff url(images/background_wrap_home.jpg) repeat-x top;
	padding:0 0 40px 0;
}
	
.blog #wrap {
	background:#fff url(images/background_wrap_page.jpg) repeat-x top;
	padding:0 0 40px 0;
}

.page #wrap {
	background:#fff url(images/background_wrap_page.jpg) repeat-x top;
	padding:0 0 40px 0;
}

#pagehead {
	width:950px;
	height:80px;
	margin:0 auto;
	text-align:left;
}

	#pagehead h1 {
		font-size:38px;
		color:#0a6caa;
		line-height:1;
		padding:20px 0 0;
	}
	
	#pagehead #pager {
		text-align:center;
		padding:20px 0 0 0;
	}
	
	#pagehead #pager li {
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		padding:5px 25px;
		background:url(images/line-verticle.jpg) no-repeat left center;
	}
	
	#pagehead #pager li:first-child {
		background:none;
	}
	
	#pagehead #pager a {
		font-size:16px;
		color:#0a6caa;
		font-weight:bold;
		display:block;
	}
	
	#pagehead #pager a:hover, #pagehead #pager a.activeSlide {
		color:#042236;
	}

#content {
	width:950px;
	margin:40px auto 0 auto;
	text-align:left;
}

	.pbx-virtual #content {
		margin:40px auto;
	}
	
	.tour #content ul {
		border:none;
		font-size:12px;
		margin:10px 0 0;
		padding:0;
		text-align:center;
	}
	
	.tour #content li {
		background:url(images/icon_bullet.jpg) no-repeat left;
		display:inline;
		border:none;
		margin:0 10px 0 0;
		padding:7px 0 7px 26px;
	}
	
	.tour #content h2 {
	}
	
	.tour blockquote:after {
		content:"."; 
		display:block; 
    	height:0; 
    	clear:both; 
   		visibility:hidden;
   		margin:0 0 50px;
	}
	
		.tour blockquote {display: inline-block;}          
		*html .tour blockquote {height: 1%;}
		.tour blockquote {display: block;}
	
	.tour #content .alignleft {
		margin:0 70px 0 0;
	}
	
	.tour #content .alignright {
		margin:0 0 0 70px;
	}
	
	#core-features {
		margin:20px -10px 40px 0;
	}
	
	.core-panel {
		background:#e0ecf8;
		-moz-border-radius:5px;
		border-radius:5px;
		width:270px;
		height:160px;
		padding:20px;
		display:block;
		float:left;
		margin:0 10px 10px 0;
	}
	
		#core-features #post-10 {
			background:#e0ecf8 url(images/icon_features_virtualpbx.png) no-repeat top right;
		}
		
		#core-features #post-2301 {
			background:#e0ecf8 url(images/icon_features_mobileapps.png) no-repeat top right;
		}
		
		#core-features #post-2047 {
			background:#e0ecf8 url(images/icon_features_screenpop.png) no-repeat top right;
		}
		
		#core-features #post-2048 {
			background:#e0ecf8 url(images/icon_features_desktop.png) no-repeat top right;
		}
		
		#core-features #post-2053 {
			background:#e0ecf8 url(images/icon_features_crm.png) no-repeat top right;
		}
		
		#core-features #post-2055 {
			background:#e0ecf8 url(images/icon_features_restapi.png) no-repeat top right;
		}
	
	#feature-overview {
		margin:0 -40px 0 0;
		text-align:left;
	}
	
	#feature-overview h2 {
		border-top:1px solid #e4e4e4;
		padding:40px 0 0;
		margin:0 40px 0 0;
	}
	
	#feature-overview ul {
		width:290px;
		float:left;
		margin:0 40px 0 0;
		list-style-type:none;
	}
	
	#feature-overview li.title {
		font-weight:bold;
		margin:20px 0 10px;
	}
	
	#feature-overview ul a {
		font-weight:normal;
	}

#main {
	width:670px;
	float:left;
}
	
	#main h2 {
		margin:20px 0 0;
	}
	
	.feature h2 {
		margin:0;
	}
	
	#main ul, .feature ul {
		border-top:1px solid #e4e4e4;
		list-style-type:none;
		margin:20px 0;
	}

	#main li, .feature li {
		background:url(images/icon_bullet.jpg) no-repeat left 9px;
		border-bottom:1px solid #e4e4e4;
		padding:7px 0 7px 26px;
	}
	
	#main ul ul, .feature ul ul {
		border:none;
		margin:7px 0 -7px 0;
	}
	
	#main ul ul li, .feature ul ul li {
		background:none;
		border-top:1px solid #e4e4e4;
		border-bottom:none;
		padding:7px 0;
	}
	
	.features #main ul {
		list-style-type:none;
		margin:10px 0;
		padding:0;
	}
	
	.features #main li {
		display: -moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display: inline;
		width:309px;
		margin:0 -4px 0 0;
	}
	
	.blog #main ul {
		border:none;
		list-style-type:disc;
		margin:10px 0 10px 20px;
	}

	.blog #main ul li {
		background:none;
		list-style-type:disc;
		border:none;
		padding:0;
	}
	
#sidebar {
	width:230px;
	float:right;
}

#bottom {
	color:#fff;
	padding:40px 0;
}

#footer {
	background:#05619b;
	width:950px;
	padding:20px 0;
	margin:0 auto;
	text-align:left;
	font-size:12px;
}

	#features {
		background:url(images/background_footer.jpg) repeat-y 660px 0;
	}
	
		#feature {
			display:block;
			float:left;
			width:120px;
			padding:44px 0 0 20px;
		}
		
		#more {
			display:block;
			float:left;
			width:180px;
			padding:44px 20px 0 20px;
		}
	
		#contact {
			display:block;
			float:left;
			width:250px;
			padding:44px 0 0 40px;
		}
		
			#contact span {
				font-size:22px;
				font-weight:bold;
			}
			
			#social {
				list-style-type:none;
				margin:20px 0 0;
			}
			
			#social li {
				float:left;
				margin:0 5px 0 0;
			}
			
			#social a {
				display:block;
				height:24px;
				width:24px;
				text-indent:-9999px;
			}
			
			#social a.twitter {
				background:url(images/footer-twitter.png) no-repeat;
			}
			
			#social a.facebook {
				background:url(images/footer-facebook.png) no-repeat;
			}
			
			#social a.linkedin {
				background:url(images/footer-linkedin.png) no-repeat;
			}
		
		#features h3 {
			position:absolute;
			top:10px;
		}

		#features .logo a {
			background:url(images/logo_footer.jpg) no-repeat;
			display:block;
			width:125px;
			height:44px;
			text-indent:-9999px;
			position:absolute;
			top:0;
		}
		
		#features a {
			color:#91cff6;
		}

	.disclaimer {
		padding:0 5px 0 20px;
		float:left;
	}
	
	
/* Homepage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
		
#home {
	width:950px;
	height:418px;
	margin:0 auto;
}	

	.trialtour {
		position:absolute;
		left:0;
		bottom:85px;
	}	

	.static {
		position:absolute;
		bottom:0;
	}

	.static li {
		display:block; 
		height:55px;
		width:170px;
		padding:18px 10px 0 10px; 
		line-height:1.25;
	}
	
#infographic {
	width:950px;
	height:420px;
	text-align:left;
}

	#infographic #overview {
		position:absolute;
		width:390px;
		height:265px;
		padding:30px 0;
		color:#fff;
	}
	
	#infographic #graphic {
		position:absolute;
		top:1px;
		right:-10px;
	}
	#video {
		position:absolute;
		top:25px;
		right:-10px;
	}
	
		#infographic #overview h1 {
			font-size:34px;
			line-height:1;
			letter-spacing:-1px;
			text-shadow:2px 2px 2px #80a9ce;
		}
		
		#infographic #overview p {
			margin:20px 0;
		}

	#infographic #logos {
		position:absolute;
		top:360px;
		list-style-type:none;
	}	
	
		#infographic #logos li {
			float:left;
			background:url(images/line-verticle.jpg) no-repeat left center;
			padding:0 0 0 2px;
		}
		
		#infographic #logos li:first-child {
			background:none;
			padding:0
		}
	
		#infographic #logos a {
			display:block;
			height:44px;
			text-indent:-9999px;
		}
	
		#infographic #logos a.google {
			background:url(images/logo-google.jpg) no-repeat;
			width:104px;
		}
	
		#infographic #logos a.highrise {
			background:url(images/logo-highrise.jpg) no-repeat;
			width:154px;
		}
	
		#infographic #logos a.wufoo {
			background:url(images/logo-wufoo.jpg) no-repeat;
			width:121px;
		}
	
		#infographic #logos a.outlook {
			background:url(images/logo-outlook.jpg) no-repeat;
			width:133px;
		}
	
		#infographic #logos a.salesforce {
			background:url(images/logo-salesforce.jpg) no-repeat;
			width:144px;
		}
	
		#infographic #logos a.sugarcrm {
			background:url(images/logo-sugarcrm.jpg) no-repeat;
			width:163px;
		}
	
		#infographic #logos a.zendesk {
			background:url(images/logo-zendesk.jpg) no-repeat;
			width:119px;
		}
	
#slider { 
	width:950px;
	height:343px;  
	position:relative;
	text-align:left;
}

ul.ui-tabs-nav { 
	list-style:none;   
	width:950px;
	height:73px;
	padding:0;
	margin:2px 0 0;
}


ul.ui-tabs-nav  li {
	float:left;
}

li.ui-tabs-nav-item a { 
	display:block; 
	height:55px;
	width:170px;
	padding:18px 10px 0 10px; 
	line-height:1.25;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a.activeSlide { 
	background:url(images/nav_slider_ro.jpg) repeat-x;
	color:#fff;
}

ul.ui-tabs-nav li.ui-tabs-selected a { 
	background:url(images/nav_slider_ro.jpg) repeat-x;
	color:#fff; 
}

#slider .ui-tabs-panel { 
	width:950px;
	height:343px; 
	position:relative;
	background:url(images/background_wrap_home.jpg) repeat-x top;
}

#slider .ui-tabs-panel .info { 
	width:418px;
	position:absolute; 
	top:50px; 
	left:0; 
}

#slider .ui-tabs-panel .screenshot {
	position:absolute;
	right:0;
	bottom:0;
	margin:0;
	line-height:0;
}

#slider .ui-tabs-panel .button {
	position:absolute;
	left:0;
	bottom:50px;
	margin:0;
	line-height:0;
}

#slider .info p.testimonial {
	background:url(images/icon_quote.jpg) no-repeat top left;
	padding:0 0 0 28px;
	font-size:18px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
}

#slider .info p.testimonial span {
	display:block;
	margin:20px 0 0;
	font-size:12px;
	font-style:italic;
	color:#fef64c;
	float:right;
}

#slider .ui-tabs-hide { 
	display:none; 
}

#home-features {
	background:url(images/background_home_features.jpg) repeat-y right;
	border-bottom:1px solid #e4e4e4;
	width:950px;
	margin:3px auto 40px auto;
	padding:40px 0 0;
	text-align:left;
}

	#home-features .lpanel {
		width:660px;
		float:left;
		padding:0;
	}
	
		#home-features .panel {
			float:left;
			width:290px;
			padding:0 40px 20px 0
		}	
		
		#home-features .panel .alignright {
			margin:10px 0 0 15px;
		}

	#home-features .rpanel {
		width:250px;
		float:right;
		color:#fff;
		padding:0 20px;
	}

		#home-features .rpanel h2 {
			margin:0 0 20px;
		}
	
		#home-features .rpanel a {
			color:#fff;
		}
	
		#home-features .rpanel a.all {
			color:#75bdeb;
		}
	
		#home-features #social {
			border-top:1px solid #6694c4;
			padding:20px 0 0;
			margin:20px 0 0;
		}
	
#buzz {
	background:url(images/background_home_buzz.jpg) repeat-y top center;
	width:950px;
	margin:0 auto;
}

.buzzblock {
	width:270px;
	padding:0 20px 0 0;
	float:left;
	text-align:left;
}

#buzz .widget {
	width:290px;
	padding:0 20px;
	float:left;
	text-align:left;
}

#buzzexcerpt {
	border-bottom:1px solid #e4e4e4;
	padding:10px 0;
}

	#buzzexcerpt:first-child {
		border-top:1px solid #e4e4e4;
		margin:20px 0 0;
	}
	
#buzzpost {
	margin:0 0 20px;
	padding:20px 0 0;
	border-top:1px solid #e4e4e4;
}

#buzzpost:first-child {
	padding:0;
	border:none;
}

#buzzthumb {
	width:150px;
	float:left;
	margin:10px 0;
}

#buzzcopy {
	width:495px;
	float:right;
}

#buzzcopy h2 {
	margin:20px 0;
}


/* Widgets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.textwidget {
	margin:10px 0;
}

.collision_widget p.testimonial {
	background:url(images/icon_quote_circle.jpg) no-repeat top left;
	padding:59px 0 0;
	color:#217cb5;
	font-size:18px;
	font-style:italic;
}

.collision_widget p.testimonial span {
	color:#217cb5;
	font-size:12px;
	display:block;
	padding:20px 0 0;
}


/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav {
	position:absolute;
	right:0;
	bottom:30px;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
}

#nav li {
	display:inline;
	margin:0 0 0 20px;	
}

#nav a {
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

#nav a:hover, #nav li.current_page_item a, #nav li.current-page-ancestor a {
	color:#91cff6;
}

#secondary {
	position:absolute;
	right:0;
	bottom:61px;
	list-style-type:none;
	color:#fff;
	font-size:12px;
}

#secondary li {
	display:inline;
	margin:0 0 0 10px;
}

#secondary a {
	border-bottom:1px solid #91cff6;
	padding-bottom:1px;
	color:#91cff6;
	font-weight:bold;
}

#pagenav {
	width:950px;
	height:75px;
	margin:0 auto;
	padding:0;
	line-height:1;
}

#pagenav ul {
	text-align:center;
}

#pagenav li {
	display: -moz-inline-stack;
	display:inline-block;
	zoom: 1;
	*display: inline;
	margin:0;
	padding:30px 0 0;
}

#pagenav a {
	margin:0;
	padding:30px 15px 0 15px;
}

#pagenav a:hover, #pagenav li.current_page_item a {
	background:url(images/nav_pagenav_arrow.jpg) no-repeat top;
}

#pagenav a {
	font-size:16px;
	color:#748d9d;
	font-weight:bold;
}

#sidebar ul {
	border-top:1px solid #e4e4e4;
	list-style-type:none;
	margin:10px 0 20px;
}

#sidebar li a {
	border-bottom:1px solid #e4e4e4;
	padding:7px 0;
	display:block;
	font-weight:bold;
}

#sidebar li a:hover, #sidebar li.current_page_item a {
	background:url(images/nav_secondary_ro.jpg) repeat-x bottom;
	padding:7px;
}

#footernav {
	list-style-type:none;
    margin:10px 0;
}

#footernav a {
	color:#fff;
}

#footernav a:hover {
	color:#91cff6;
}

#legalnav {
	list-style-type:none;
	padding:0;
	margin:10px 0 0 0;
}

#legalnav li {
	display:inline;
	padding:0 0 0 3px;
}

#legalnav a {
	color:#91cff6;
	border-bottom:1px dotted #91cff6;
}

#legalnav a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
}


/* Blog Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.post {
	margin:0 0 40px;
}

        .post h1 a {
        	text-decoration:none;
	}

        .post a {
                text-decoration:underline;
        }           

.pagednav {
	margin:0 0 40px;
}

.byline {
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	padding:10px 0;
	margin:20px 0;
	font-weight:bold;
}

        .byline a {
        	text-decoration:none;
        }

.comments {
	background:url(images/icon_comments.jpg) no-repeat left center;
	padding:0 0 0 26px;
	margin:0 0 0 10px;
}

.commentlist {
	margin:0;
	border-top:1px solid #e4e4e4;
	margin:20px 0;
}
	
.commentlist li {
	background:none !important;
	list-style-type:none;
	border-bottom:1px solid #e4e4e4;
	margin:0;
	padding:10px 0 !important;
}

#respond {
	margin:20px 0;
}

#respond textarea {
	width:75%;
}

.widget {
	margin:0 0 30px;
}

.addtoany_list {
	position:absolute;
	right:0;
	top:5px;
}

#socialGrid {
	border:none !important;
}

.freetrial {
	background:#faf7b1 url(images/button_free_trial.png) no-repeat right center;
	display:block;
	width:697px;
	padding:20px 233px 20px 20px;
	margin:0 auto;
	color:#253a66;
	font-size:16px;
	text-align:left;
}

	.freetrial span {
		font-size:26px;
		font-weight:bold;
	}

#tweet {
	background:#faf7b1 url(images/icon_twitter.jpg) no-repeat right center;
	width:845px;
	margin:0 auto;
	padding:20px 85px 20px 20px;
	text-align:left;
	font-size:20px;
	color:#253a66;
}

	#tweet ul {
		list-style-type:none;
	}

#sidebar .widget_twitter ul li {
	border-bottom:1px solid #e4e4e4;
	padding:7px 0;
}

#sidebar .widget_twitter ul li a {
	border:none;
	padding:0;
	display:inherit;
	font-weight:normal;
}

#sidebar .widget_twitter ul li a:hover, #sidebar .widget_twitter ul li.current_page_item a {
	background:none;
	padding:0;
}


/* Featured Pages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.featnav {
	font-weight:bold;
	padding:25px 0 0;
	font-size:18px;
}

	.featnav a {
		color:#fff;
	}

.featurepanel #panel {
	width:950px;
}

.feature {
	float:left;
	width:500px;
}

.featureside {
	float:right;
	width:400px;
	overflow:hidden;
}

.featureside p.testimonial, .home p.testimonial, #sidebar p.testimonial {
	background:#e0ecf7 url(images/feat-testimonial-top.jpg) no-repeat top;
	margin:20px 0 40px 0;
	padding:20px;
	color:#217cb5;
	font-size:18px;
	font-style:italic;
}

.featureside p.testimonial span, .home p.testimonial span, #sidebar p.testimonial span {
	background:#fff url(images/feat-testimonial-bottom.jpg) no-repeat top;
	color:#217cb5;
	font-size:12px;
	display:block;
	padding:30px 0 0 80px;
	margin:20px -20px -20px -20px;
}

	.home .testimonial {
		width:520px;
		float:right;
		text-align:left;
		margin:0 40px 0 0 !important;
	}
	
	.home p.testimonial {
		background:#e0ecf7 url(images/home-testimonial-top.jpg) no-repeat top;
		font-size:22px;
	}
	
	.home p.testimonial span {
		background:#fff url(images/home-testimonial-bottom.jpg) no-repeat top;
	}
	
	#sidebar .testimonial {
		width:190px;
		float:right;
		text-align:left;
		margin:20px 0 !important;
	}
	
	#sidebar p.testimonial {
		background:#e0ecf7 url(images/page-testimonial-top.jpg) no-repeat top;
		font-size:18px;
		
	}
	
	#sidebar p.testimonial span {
		background:#fff url(images/page-testimonial-bottom.jpg) no-repeat top;
	}

ul.featoverview {
	list-style-type:none;
	margin:10px 0;
	padding:0;
}
	
ul.featoverview li {
	display: -moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display: inline;
	width:224px;
	margin:0 -4px 0 0;
}

.featsecondary {
	margin:20px 0 40px 0;
}

.feattag {
	position:absolute;
	right:0;
	top:0;
	font-size:16px;
	font-weight:bold;
}

.nav {
	width:100%;
	position:absolute;
	z-index:100;
	top:25px;
}

.nav a#prev2 {
	background:url(http://www.ringio.com/wp-content/uploads/2010/08/button_nav_prev.jpg) no-repeat;
	display:block;
	width:182px;
	height:30px;
	position:absolute;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
}

.nav a#next2 {
	background:url(http://www.ringio.com/wp-content/uploads/2010/08/button_nav_next.jpg) no-repeat;
	display:block;
	width:182px;
	height:30px;
	position:absolute;
	right:0;
	text-indent:-9999px;
	overflow:hidden;
}


/* Form Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content .cform {
	margin:20px 0 0;
}

#content .cform ol {
	list-style-type:none;
	margin:20px 0;
}

#content .cform li {
	background:none;
	border:none;
	padding:0;
}

#content .cform legend {
    background:#dedede;
    padding:10px;
}

#content .cform fieldset {
	border:1px solid #dedede;
	padding:20px;
}

#content .cform label {
	display:block;
	color:#0a6aa7;
	margin:10px 0 7px;
}

#content .cform input, #content .cform textarea {
	padding:5px;
}

#content .cform input.single {
	margin:0 5px 0 0;
	width:50%;
}

#content .cform textarea.area {
	width:75%;
}

.failure {
	color:#de1500;
}

.success {
	color:#38926f;
}

input.cf_error {
	background:#ffd0cb;
}

.linklove, .cf_hidden {
	display:none;
}


/* Bottom Newsletter Signup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#newsletter_sticky {
	font-size:11px;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#046193;
	height:35px;
	font-family:Arial, sans-serif;
	border-top:1px solid #2a7db3;
	z-index:1000;
}

#newsletter_sticky .inner {
	position:relative;
	top:4px;
}

#mc_embed_signup, div.mc-field-group, form#mc-embedded-subscribe-form, .mc-field-group input, #newsletter_hide_this {
	display:inline;
	vertical-align:top;
	top:2px;
}

#newsletter_hide_this {
	display:inline;
	vertical-align:top;
}

#newsletter_sticky h5 {
	color:#75bdeb;
	display:inline;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-right:10px;
	position:relative;
	top:5px;
	vertical-align:top;
	}
	
#newsletter_sticky input {
	color:#525252;
}
	
#newsletter_sticky input#mc-embed-subscribe {
	position:relative;
	top:2px;
}

#newsletter_hide_this {
	position:absolute;
	right:10px;
	top:5px;
	font-size:12px;
}
	
	#newsletter_hide_this a {
		color:#fff;
	}
	
	#newsletter_hide_this a:hover {
		color:#75bdeb;
	}


/* Calendar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.dbem-calendar-table {
	width:100%;
	margin:10px 0;
}

.dbem-calendar-table td {
	width:85px !important;
	padding:5px !important;
	vertical-align:top;
}

.dbem-calendar-table thead td {
	vertical-align:middle;
	text-align:center !important;
}

.dbem-calendar-table tr.days-names td {
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
}

.dbem-calendar-table a {
	font-weight:normal;
}

#main .eventful ul li, #main .eventful-today ul li {
	background:none;
	padding:5px 0;
}

.dbem_events_list {
	list-style-type:none;
	margin:0;
} 

.dbem_events_list li {	
	margin:10px 0;
}

.widget_dbem_list ul {
	text-align:center;
}

.widget_dbem_list ul li {
	list-style-type:none;
	margin:10px 0 20px 0;
}

#main .dbem_events_list {	
	border:none;
	margin:0;
}

#main .dbem_events_list li {	
	background:none;
}

#main .dbem_events_list #event {
	margin:0 0 20px;
	padding:20px 0 0;
	border-top:1px solid #e4e4e4;
}

#main .dbem_events_list #event:first-child {
	padding:0;
	border:none;
}

#main .dbem_events_list #eventthumb {
	width:150px;
	float:left;
	margin:10px 0;
}

#main .dbem_events_list #eventthumb img {
	width:150px;
}

#main .dbem_events_list #eventcopy {
	width:495px;
	float:right;
}


/* Wordpress Defaults
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.aligncenter { 
	display:block; 
	margin:0 auto;
}

.alignleft { 
	float:left;
	margin:0 20px 0 0;
}

.alignright { 
	float:right;
	margin:0 0 0 20px;
}

.wp-caption { 
	background:#eee;
	text-align:center;
	padding:10px 5px;
}

.wp-caption-text {
	margin:5px 0 0;
	font-size:12px;
}


/* 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 */
