/*  
Theme Name: Jonathan Fields
Author URI: http://www.corymiller.com
Version: 2
Author: Cory Miller
Description: Custom Theme v2, modified by Intuitive Designs.
All CSS, XHTML and contents are copyrighted. Please don't steal.
*/

body {
	font: 12px Verdana, Helvetica, Arial, Sans-Serif; 
	background: #ffffff;
	color: #333;
	margin: 0;
	padding: 0;
	}
a, a:visited{
	color: #bc0005;
	text-decoration: none;
	}
a:hover{
	color: #787878;
	text-decoration: underline;
	}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
/*----Layout Styles----*/
#container {
	width: 960px;
	text-align: left;
	margin: 20px auto;
	border: 1px solid #ccc;
	background: url(images/container-back.gif) repeat-y top;
	}

#header { 
	background:#fff;
	padding: 0; 
	margin-bottom: 0;
	height:206px;
	}
#header h2 {
	font: 35px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #ffffff;
	display:block;
	margin: 172px 0 0 172px; 
	background:none;
	height:106px;
	width:658px;
	}
#header h2 a {
	display:block;
	background:none;
	overflow:hidden; width:100%; height:100%;
	text-indent:-9009px;
	}

#header h2 a:hover {
	color: #3366ff;
	text-decoration: none;
	}

#header h3 {
	font: 18px Georgia, Times New Roman, Sans-Serif; 
	color: #444444;
	margin: 0;
        font-weight: bold;
	}
#content { 
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	float: left;
	width: 564px;
	position: relative;
	}
#sidebar {	
	float: right;
	width: 336px;
	overflow: hidden;
}

#footer { 
 	clear: both;
	background: #fff;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #ccc;
	font:11px Arial, Helvetica, sans-serif; 
	line-height:20px;
	width: 100%;
	}
#footer a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#999999;
	}
/*----Top Menu----*/
#menu {
	font: bold 11px Arial, Helvetica, Verdana, Sans-Serif; 
	color: #585858;
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background:#cccccc;
	}
#menu h2 {
	margin: 0;
	padding: 5px 10px 5px 10px;
	}
	#menu li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	}
#menu ul li a {
	color: #000;
	padding: 5px 10px 5px 10px;
	margin: 0;
	text-decoration: none;
	text-transform:uppercase;
	background:url(images/sepretor.gif) no-repeat right center;
	}

#menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #959595;
	}
#menu ul li.current_page_item a {
	color: #ffffff;
	background: #959595;
	text-decoration: none;
	}
/*----Content Styles----*/
.post {
	border-bottom: 1px dotted #bbb;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.date {
	font-size: 11px;
	margin: 10px 0 20px 0;
}
#content p {
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px 0;
	text-align:left;
	}
.contentext img{
	margin: 0 0 20px 0;
	max-width: 565px;
	width: expression(this.width > 565 ? 565: true);
	}
#content p img {
	border: none;
	}
#content h1 {
	font: bold 18px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #f78002;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 120%;
	}
#content h1 a  {
	color: #f78002;
	text-decoration: none;
	}
#content h1 a:hover {
	color: #000;
	text-decoration: none;
	}
#content h2 {
	font: bold 13px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #f78002;
	margin: 0;
	line-height: 120%;
	}
#content h2 a  {
	color: #f78002;
	text-decoration: none;
	}
#content h2 a:hover {
	color: #000;
	text-decoration: none;
	}
#content h3 {
	font: bold 15px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #BC0005;
	margin-bottom: 10px;
	line-height: 120%;
	border-bottom: 1px solid #cccccc;
	}
#content h3 a  {
	color: #BC0005;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#content h5 {
	font:23px Helvetica, Arial, Verdana, Sans-Serif;  margin:0; padding:0;
	}
#content ol {
	list-style: decimal; 
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
#content ul {
	list-style: none;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 20px 10px;
	}
#content li {
	margin: 0;
	padding: 0 0 0 25px; 
	}
#content ul li {
	list-style: none;
	margin: 5px 0 0 0; 
	background:url(images/bullet.png) no-repeat top left;
	padding: 0px 0 0 15px; 
	}
#content ul li a {
	color: #3366ff;
	text-decoration: none;
	}
#content ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
#content li {
	margin: 0 0 15px 0;
}
blockquote{
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
#content blockquote p {
	margin: 0 0 20px 0;
	padding: 0;
	}
#article-meta {
	padding: 10px 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-size: 11px;
	width: 100%;
}
	#article-meta p {
	margin: 0;
	padding: 0;
	}
	.commentnumber {
	float: right;
	margin-left: 10px;
	clear: both;
	}
.enjoy_this {
	margin:20px auto;
	padding:0; 
	background: #f7f7f7;
	padding: 10px;
	border: 1px solid #ddd;
	}
.enjoy_this a { 
	color:#333!important;
	}
.post-teaser {
	margin: 10px 0;
}
/*#post-footer {
        margin: 10px 40px;
        line-height: 16px;
        font-size: 11px;
}
#post-footer h2 {
        float: left;
        margin: 5px 10px 0 20px;
        color: #FF7D00;
        font-size: 12px;
}
#post-footer img {
        float: left;
        margin: 0 10px 10px 0;
        clear: both;
}
#post-footer #rss {
        margin: -3px 0 0 10px;
}
#post-footer blockquote {
       border-left: none;
       display: inline;
       padding: 0;
       margin: 0;
}
#post-footer .email {
        margin: 0 5px 20px 0;
        padding: 2px 5px;
        float: left;
       font-size: 11px;
}
#post-footer .submit {
        margin: 0 0 10px 0;
        padding: 2px 5px;
        background: #FF7D00;
        border: 1px solid #bfa587;
        color: #fff;
        float: left;
        font-size: 11px;
}
#post-footer a {
     font-weight: bold;
}*/
/************************************************
*	Newsroom Page						    	*
************************************************/
#newsroom-left {
	float: left;
	width: 47%;
	margin: 10px 0 0 0;
}
#newsroom-right {
	float: right;
	width: 47%;
	margin: 10px 0 0 0;
}
#newsroom-left h3, #newsroom-right h3 {
	border-bottom: 1px solid #dedbd1;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
/*=== Styling Boxes ===*/

/*- Box (main column boxes) -*/
.box, .widget{
	background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top left;
	border:1px solid #dedbd1;
	margin: 10px 25px 15px 25px;
	padding:10px;
}
.box h2 { 
	margin: 0 0 5px 0;
}
.box img { 
	border: 1px solid #999999;
	margin: 0 0 10px 0;
}
.box p{
	padding: 0 0 10px 0;
        margin: 0;
}
.box div, .box td, .box input, .box form {
	padding: 0;
        margin: 0;
}
.box div {
	margin: 0 0 5px 0;
}
.box input {
	margin: 0 5px 0 5px;
       padding: 3px;
}
.box div, #footer-submit {
	color: #D51515;
        font-weight: bold;
}
.widget { padding:15px; }
.box2{
	background: #f5f4f0 url(images/bgr-box-trans.png) repeat-x top left;
	margin: 0 0 15px 0px;
	padding:18px;
	border:1px solid #dedbd1;
}
/*----Sidebar Styles----*/
#sidebar { 
	color: #000;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	}
	.rightbox {
		border-bottom: 1px solid #ccc;
		padding: 20px;
        width: 296px;
	}
	#sidebar p {
		line-height: 16px;
		color:#000;
		}
	#sidebar h2 {
		font:bold 14px Helvetica, Arial, Verdana, Sans-Serif; 
		color: #3366ff;
		list-style: none;
		padding: 0;
		margin: 0;
		}
	#sidebar h2 a {
		color: #f78002;
		text-transform: lowercase;
	}
		
	#sidebar h4 {
		font:bold 13px Helvetica, Arial, Verdana, Sans-Serif; 
		color:#8a8a8a;
		list-style: none;
		padding: 0px 15px 10px 0px;
		margin: 0 auto;
		margin-left:20px;
		text-align:left;
		}
	#sidebar ul {
		list-style: none;
		margin: 10px 0 0 0;
		margin-bottom: 0;
		padding: 0 0 0 15px;
		color:#000;
		}
	#sidebar li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		color: #000;
		}
		#sidebar ul li {
			list-style: disc;
			margin: 0 10px 7px 0;
			padding: 0;
			}
		#sidebar ul li a {
			color: #000;
			text-decoration: none;
			padding: 3px 0 0 2px;
			margin:0;
			}
		
		#sidebar ul li a:hover {
			color: #c20000;
			text-decoration:underline;
			}
		#sidebar ul.children {
			margin-left: 20px;
			}	
/*- SideTabs -*/
#sidebar .idTabs{
	font-size: 12px;
	float:left;
	margin: 0 0 8px 0;
	padding: 0;
	list-style-type: none;
}
#sidebar .idTabs li{
	float:left;
	list-style-type: none;
        margin: 0;
	padding: 0;
}
#sidebar .idTabs li a{
	background:#C91B24;
	color:#fff;
	font-weight:bold;
	padding:4px 8px;
	display: block;
	margin: 0 3px 0 0;
	text-align: left;
	border: 1px solid #E76D02;
}
#sidebar .idTabs li.last a{
	margin: 0
}
#sidebar .idTabs li a:hover,
#sidebar .idTabs .selected{
	background:#BB1923; 
	color:#fff; 
}

#sidebar .idTabs li a { background:#C91B24; color:#fff; }
#sidebar .idTabs li a:hover, .idTabs .selected { 
	background:#BB1923; 
	color:#fff; 
}
.vidtabs .idTabs{
	font-size: 12px;
	width:100%;
	float:none;
}
.vidtabs .idTabs li{
	padding:0px;
	float:none;
}
.vidtabs .idTabs li a{
	background:#C91B24;
	color:#fff;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	text-align: left;
	border:0px;
	margin:0;
}
.vidtabs .idTabs li.last a{
	margin: 0
}
.vidtabs .idTabs li a:hover,
.vidtabs .idTabs .selected{
	background:#BB1923;
	color:#fff;
	text-decoration: none
}
#sidebar h3 {
	background:#C91B24;
	color:#fff;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0;
	text-align: left;
	border: 1px solid #dedbd1;
	height:16px;
}
#sidebar  .list1 {
	border: 1px solid #e1e1e1;
	background: #fff;
	clear: both;
	padding: 10px;
}
#sidebar  .list1 li {
	margin: 0 0 0 20px;
        padding: 0;
        line-height: 20px;
}
.icons {
	margin: 0 0 0 10px;
}
.icons img {
	margin: 10px 10px 0 0;
    float: left;
    clear: left;
}
.icons span {
    display: inline-block;
	padding: 15px 0 0 0;
    height: 32px;
}
#sidebar .idTabs li a.rss-feed-link {
background: #fff url(images/rss-button.png) no-repeat 2px 2px;
padding:2px 5px 2px 19px;
width: 1px;
height: 20px;
border: none;
}
/************************************************
*	Subscribe Box								*
************************************************/
#rss{
	margin: 5px 10px 10px 0;
	height: 38px;
	width: 39px;		
	display: inline;
	float:left;
}
#subscribe .rss-text {
	padding: 20px 0 0 10px;
}
#rss img {
	border: none;
}
/*- Email Subscribe -*/
#subscribe {
background: #fff url(images/email-sub-bg.jpg) no-repeat top left;
height: 188px;
margin: -10px 0 0 -11px;
width: 320px;
}
#subscribe p, #email-subscribe {
	margin: 0;
        padding: 0;
}
#email-subscribe {
	position: relative;
}
#email-subscribe p {
	padding: 60px 160px 10px 27px;
	clear: left;
	color:#363636;
}
#email-subscribe input {
	border: 1px solid #c5bdb4;
	background: #fff;
	font-size: .9em;
	margin: 0 0 10px 0;
	font-style: italic;
}
#email-subscribe input.email {
	width: 180px;
	margin: 0 0 0 25px;
}
#email-subscribe input.submit {
        margin: 0 0 10px 0;
        padding: 2px 5px;
        background: #C91B24;
        border: none;
        color: #fff;
        float: left;
        font-size: 11px;
		background: url(images/submit-btn.png) no-repeat;
		width: 67px;
		height: 40px;
		text-indent: -9999px;
		position: absolute;
		right: 25px;
		bottom: -18px;
}
.email {
	width: 190px;
        padding: 6px 5px 5px 5px;
}
.submit {
	padding: 5px 5px 4px 5px;
}
.feedburner-link {
	font-size: 11px;
	display: block;
	text-align: right;
	padding: 0;
}
/*- Bottom Post Subscribe -*/
#post-footer #subscribe {
clear: both;
background: #fff url(images/sub-box-bg.jpg) no-repeat top left;
height: 197px;
margin: 0 0 0 -22px;
width: 585px;
font-size: 11px;
}
#post-footer #subscribe p, #post-footer #email-subscribe {
	margin: 0;
        padding: 0;
}
#post-footer #email-subscribe p {
	padding: 45px 15px 0 145px;
	clear: left;
	color:#363636;
	line-height: 18px;
}
#post-footer #email-subscribe ul {
	padding: 5px 15px 10px 145px;
	clear: left;
	color:#363636;
	line-height: 18px;
}
#post-footer #email-subscribe li {
	padding: 0 0 0 12px;
	margin: 0;
	background-position: 0 3px;;
}
#post-footer #email-subscribe form {
	margin: 5px 15px 10px 135px;
}
#post-footer #email-subscribe input {
	border: 1px solid #c5bdb4;
	background: #fff;
	font-size: 1em;
	font-style: italic;
	padding: 6px;
}
#post-footer #email-subscribe input.email {
	width: 260px;
}
#post-footer #email-subscribe input.submit {
        margin: 0 0 10px 0;
        padding: 2px 5px;
        background: #C91B24;
        border: none;
        color: #fff;
        float: left;
        font-size: 11px;
		background: url(images/submit-btn.png) no-repeat;
		width: 67px;
		height: 40px;
		text-indent: -9999px;
		position: absolute;
		right: 75px;
		bottom:-15px;
}
/*----Right side headings----*/
.about {
	width:71px;
	height:21px; overflow:hidden;  text-indent:-9009px;
	background:url(images/about.png) no-repeat left; 
	}
	#about {
	float: right;
	width: 145px;
	}
	#about h2 {
	margin-bottom: 10px;
	}
	#about img {
	margin-bottom: 10px
	}
	#about p {
	margin: 0;
	padding: 0;
	}
	#about a {
	color: #000;
			}
	#about a:hover {
	color: #c20000;
	text-decoration:underline;
			}
.categories {
	width:118px;
	height:27px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/topics.png) no-repeat left;}
	#topics {
	float: left;
	width: 145px;
	}
	
.getupdates {
	width:98px; float: left;
	height:27px; overflow:hidden;  text-indent:-9009px;
	background:url(images/getupdates.gif) no-repeat left; 
	}
	.updates p {
		padding: 0;
		margin-right: 25px;
		float: right;
	}
	.feeds {
		clear:both;
		float: left;
		width: 130px;
		}
			.feed-email {
				margin-bottom: 10px;
			}
	#video {
		float: right;
		background: #333;
		width: 150px;
	}
	#box-right {
		float: right;
		width: 150px;
		text-align: center;
	}
.askjonathan {
	width:107px;
	height:24px; overflow:hidden;  text-indent:-9009px;
	background:url(images/askjonathan.gif) no-repeat left;
	 }
	#askjonathan {
		position: relative; /*In order to absolute postion submit button*/
	}
.recent {
	width:61px;
	height:17px; overflow:hidden;  text-indent:-9009px;
	background:url(images/recent.gif) no-repeat left; }
	
.mustreads {
	width:115px;
	height:22px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/mustreads.png) no-repeat left;
}
.comingattractions {
	width:115px;
	height:22px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/coming_attractions.jpg) no-repeat left;
}

.friends {
	width:118px;
	height:27px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/blogroll.png) no-repeat left;}
	
.resources {
	width:104px;
	height:27px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/resources.png) no-repeat left;}
	
.search {
 	float: left;
	width:68px;
	height:27px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/search.png) no-repeat left;}
	
		#searchform #s {
			float: left;
			margin: 3px 10px 0 10px;
			width: 120px;
		}
		#searchform #searchsubmit {
			margin-top: 3px;
		}
		.textfields {
		border:1px solid #ccc;
		color:#333;
		width:135px;
		}
.readers {
	width:120px;
	height:28px; margin-top:10px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/readers.png) #f7f7f7 no-repeat center !important ;}
	.readers a:hover{
		background:url(images/readers.png) #f7f7f7 no-repeat !important ;}
		
.sponsors {
	width:120px;
	height:28px; margin:5px 0px 0px -16px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/sponsors.png) #f7f7f7 no-repeat center !important ;}	
.awake {
	width:134px;
	margin-left:10px !important;
	height: 35px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/webisodes.png) no-repeat left;}
	
.ads {
	text-align: center;
}
	.ad1 {
		float: left;
		margin-right: 20px;
	}
/*----Comments----*/
.comments-heading {
	width:117px;
	height:18px;
	overflow:hidden; text-indent:-9009px;
	background:url(images/comments.png) no-repeat left;}
	

	#comments { background:#fff; width:100%; margin:25px auto; border:none;}
	.avatar {
	float: right;
	margin: 0 0 10px 10px;
	border:1px solid #e6e6e6;
	padding: 2px;
}
	.thread-odd {
		background:#f7f7f7; padding:25px;
		border-bottom:1px solid #e6e6e6;}
	.alternet2  {
		background:#fff; padding:25px;
		border-bottom:1px solid #e6e6e6;}


	ol#commentlist {
		list-style: none;
		padding: 0;
		margin: 20px 0 0 0;
		width: 565px;
	}
		#commentlist li {
			padding: 15px;
			min-height: 115px;
		border-bottom: 1px solid #bbb;
		
		}
			#commentlist li ul {
			margin: 0;
			padding: 0;
					}
			#commentlist li li {
			margin: 20px;
						padding: 10px;
			border:1px solid #bbb;
			background: none;
					}
			#commentlist li li a {
			color: #bc0005;
			}
#commentform textarea {
	width: 500px;
}
/*----MISC----*/
.clr {
	clear: both;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.floatleft, .alignleft {
	float: left;
	padding: 0 15px 0 0;
}
.floatright, .alignright {
	float: right;
	margin: 0 15px 15px 0;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
.img_center {
		margin: 15px 0px 0px 9px;}
		
.font_red {
		color:#c20000; 
		margin:0; 
		text-align:center !important; vertical-align:bottom; }
	.font_red a {
		color:#c20000;  
		text-decoration:underline;}	
	.font_red a:hover{
		color:#f8a52f;
		text-decoration:none;}	
		
.font_orange a{
		color:#fe7c02 !important; margin:0;}
.border_bottom { border-bottom:1px solid #ccc; margin:0; padding:0 0 5px 0 !important;}
.margin { padding:5px 0 0 0 !important; margin:0 !important;}
.red {color:#c20000;}
.align_right {text-align:right;}
.border { border-bottom:1px solid #ccc;}
/*----Share Buttons----*/
.share, .share-bottom {
 float: right;
 text-align: left;
 margin: -5px 0 10px 15px;
 background: #fff;
 padding: 5px;
 width: 70px;
}
.share-bottom {
padding: 0 0 0 125px;
overflow: hidden;
}
.tweetmeme_button, .tw_button, #fb_share_1, .share img, .share-bottom img  {
	float: left;
	margin: 0 0 5px 0;
}
.tw_button, .twitter-share-button, .tw_button iframe {
	width: 50px;
}
.share img, .share-bottom img  {
	float: left;
	margin: 0 0 5px 0;
}
.tweetmeme_button  {
	float: left;
	margin: 0 0 5px 0;
}
.share .tweetmeme_button iframe {

}
.tweetmeme_button iframe {

}

/*----Share Buttons 2----*/
#share_buttons_single_page img{
 background: none;
 border: none;
 padding: 0;
}
#share_buttons_wrapper {
 left:-130px !important;
 position: absolute;
 margin-left: 35px;
 width: 280px;
}
#share_buttons_single_page{
 position:absolute;
 text-align: left;
 margin: 0 0 10px 5px !important;
 border: 1px solid #ccc;
 background: #fff;
 padding: 2px;
 overflow: hidden;
}
#share_buttons_single_page.fixed {
 position: fixed;
 top:20px;
}
#share_buttons_single_page .wdt_button{
 float:left;
 clear:left;
 margin-bottom: 10px;
}
.FBConnectButton_Text 
{
font-size: 8px;
padding:2px 4px 3px !important;
}
.fbLikeContainer {
	margin: 0 0 20px 0;
}
table.ncode_imageresizer_warning, table.ncode_imageresizer_warning td
   {
      display: none;
   }

/* CUSTOM STUFF FROM GLEN */

#uncertainty {
    padding-bottom: 15px;
}

#uncertaintyVideo {
    float: left;
    clear: both;
    margin-bottom: 10px;
}

#uncertaintyWrapper {
    border: 2px solid #92b6cc;
    background: #B7D8EB url(http://thebook.wpengine.netdna-cdn.com/wp-content/themes/tv-elements/images/ctaBg.jpg) top left no-repeat;
    margin-top: 15px;
    padding-bottom: 10px;
    clear: both;
}

#uncertaintyWrapper:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

#uncertainty p {
    color: #145d7e;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

#uncertainty p.learn { margin: 22px 0 5px 10px; text-align: left; width: 390px; float: left; }
#uncertainty p.uncertainty_submit { margin-top: 15px; float: left; }

#uncertaintySubmit {
    background: #f65f04;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 3px #af500c;
    font-size: 25px;
    padding: 3px 9px;
    margin-top: 0;
    font-family: 'league', 'arial narrow', arial, sans-serif;
    height: 40px;
    border: 1px solid #c56b35;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    clear: both;
    line-height: 35px;
    margin-left: 15px;
    margin-bottom: 10px;
    width: 180px;
    }
    
#uncertaintySubmit:hover {
    background: #444;
    color: #fff;
    cursor: pointer;
    border: 1px solid #444;
    text-shadow: none;
    }

div#gform_wrapper_1 ul li { list-style: none !important; background: none !important;
}

