/* @override

	http://www.cweftest.com/wp-content/themes/cwef-theme/css/text.css */



/*

  960 Grid System ~ Text CSS.

  Learn more ~ http://960.gs/



  Licensed under GPL and MIT.

*/



/* `Basic HTML

----------------------------------------------------------------------------------------------------*/



body {

  font: 14px/1.35 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;

  	color: #414042



}



pre,

code {

  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;

}



hr {

  border: 0 #ccc solid;

  border-top-width: 1px;

  clear: both;

  height: 0;

}





/* `Headings

----------------------------------------------------------------------------------------------------*/







h1 {

  font-size: 25px;

}



div.entry-content h1 {

	font-size: 20px;

	color: #094163;

	margin-bottom: 4px;

}



h2 {

  font-size: 23px;

  color: #094163;



}



h3 {

  font-size: 21px;

  color: #094163;



}



h4 {

  font-size: 19px;

}



h5 {

  font-size: 17px;

}



h6 {

  font-size: 15px;

}



/* `Spacing

----------------------------------------------------------------------------------------------------*/



ol {

  list-style: decimal;

}



ul {

  list-style: disc;

}



li {

  margin-left: 30px;

}



p,

dl,

hr,

h1,

h2,

h3,

h4,

h5,

ol,

ul,

pre,

table,

address,

fieldset,

figure {

  margin-bottom: 24px;

}



h6 {

   margin-bottom: 12px;

}



a {

color: #094163;

}



input, textarea {

	-webkit-border-radius: 2px;

	-moz-border-radius: 2px;

	border-top-right-radius: 2px;

	border: 1px solid #7b97a6;

	line-height: 1.2em;

	padding-top: 4px;

	padding-bottom: 4px;

	padding-right: 10px;

	text-indent: 5px;

	color: #6a6464;

	font-size: 12px;

	margin-bottom: 12px;



}



#subForm div input {

		width: 162px; 

		right: 0;

		margin-top: 0px;

		margin-bottom: 10px;

}



.widget-area #subForm div input {

		width: 150px; /*158px*/

		margin-bottom: 10px;

		margin-top: 0px;

		margin-left: 0px;

		position: relative;

		display: block;

	}



.widget-area #subForm div input.button {

	margin-top: 0px;

}



#searchsubmit

{

		clear: both;

		display: inline-block;

		width: auto !important;

		text-align: center;

		color: #ffffff;

		text-decoration: none;

		background: #f5f5f5 url('../images/button-grad-blue.png') repeat left -20px;

		border: 1px solid #084265;

		-webkit-border-radius: 3px;

		-moz-border-radius: 3px;

		border-radius: 3px;

		font: bold 16px/36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

		padding: 10px 20px !important;

		line-height: 16px;

		margin-top: 10px;

	}



label {

float: left;

font-weight: bold;

color: #084265;

font-size: 15px;

}



