/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.entry-details .entry-comments {
	display: none;
}

.intro-box{
	background-color: #f5f5f5;
	padding:1em;
	
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

.bypostauthor {
	background-color: #eee;
}

.bypostauthor .comment {
	padding: .5em;
}

.action-button, p .action-button {
	background-color: #698df6;
	background-image: linear-gradient(180deg,#698df6 0%,#5f81f6 100%);
	border-radius: 3px;
	color: #fff;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.19), inset 0 -2px 0 #5878e5;
	font-size: 16px;
	font-weight: 300;
	line-height: 33px;
	padding: 10px 21px;
	text-decoration: none;
}
#site-nav ul li.btwb_sign_up_button_menu a{
	background-color: #698df6;
	background-image: linear-gradient(180deg,#698df6 0%,#5f81f6 100%);
	border-radius: 3px;
	color: #fff;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.19), inset 0 -2px 0 #5878e5;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	padding:10px;
	text-decoration: none;
}

.registerbutton {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1900', endColorstr='#ce0100');
	background-color:#fe1900;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:48px;
	line-height:48px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}
.registerbutton:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1900');
	background-color:#ce0100;
}.registerbutton:active {
	position:relative;
	top:1px;
}