/*
Theme Name: APTS
Version: 1.0.7
Description: Child theme for Boldnews.
Author: Goodwin Media
Author URI: http://www.goodwinmedia.com
Template: boldnews
*/
@import url("../boldnews/style.css");


#cta {margin:0 auto 20px; background:url(images/main-cta.jpg) 0 0 no-repeat; padding:200px 40px 40px 360px; width:560px; height:110px;}
.overflow {display:none;}
.post-date {display:none;}
.form-field {width:240px; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#000; margin:10px;}
input, textarea { 
	padding: 6px;
	border: solid 1px #CCC;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: #FFFFFF url('images/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
	
textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input, input[type="image"] {
	width: auto;
	padding:0;
	background: none;
	border: 0;
	cursor: pointer;

	}
	
#slides {
width: 900px !important;
}
	
#logo h1 {
float: left;
margin-top: 10px;
background: url(images/logo.png) 0 0 no-repeat;
text-indent:-1000em;
width:382px;
height:115px;
}
.slider  {
overflow:visible;
}

.entry table {
width: 100%;
border: none;
margin-bottom: 0;
}
.entry table td {
padding: 0px 0 0px 0px;
border: none;
}
.searchform input.s {
height: 23px;
padding: 10px 10px 0 30px;
}