/*
Theme Name: Goulet Associates
Theme URI: http://gouletassociates.com/
Description: Child Theme for Twenty Ten
Author: netSIGN
Author URI: http://netsign.com/
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");
@import url("960.css");

/* text.css */
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom:0px;
	margin-top: 10px;
}
input {
  font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
}
#content, #content input, #content textarea {
  font-size: 13px;
  line-height: 19px;
}
/*
 blue: #0F5EB0
 
*/

#access {
  background-color: #fff;
  color: #0F5EB0;
  font-weight: bold;
}
#access .menu-header, div.menu {
  margin-left: 0;
}
#access a {
  color: #0F5EB0;
}
#access ul ul a {
  color: #fff;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#0F5EB0;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #333;
}
#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	color: #999;
}
#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
	background:#0F5EB0;
}

#subnav ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

#subnav ul li{
	margin: 0px;
	padding: 0px;
	}
#subnav ul a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color: #0F5EB0;
	text-decoration:none;
	line-height:30px;
	margin:0;
	border-bottom: 1px solid #0F5EB0;
	display:block;
	width:170px;
	padding-left: 30px;
	}
	
#subnav ul a.last{	
 border-bottom:none;
}

#subnav li a:hover{
	color:#fff;
	background:#0F5EB0;
}

#subnav li a.current,
#subnav li a.current:hover,
#subnav li a.current:active {
	color:#fff;
	background:#0F5EB0;
	cursor:default;
}	

#container, #content {
  margin: 0;
}

body {
  background: #fff;
}
a, a:link, a:visited {
  text-decoration: none;
  color: #0F5EB0;
}
a:hover {
  text-decoration: underline;
}
#site-title a {
  background: url(images/logo.jpg);
  width: 400px;
  height: 70px;
  text-indent: -9999px;
  display: block;
}
ul {
  list-style-type: disc;
}
ul.contact, ul.faq {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .testimonials blockquote, #content .testimonials blockquote p {
  margin: 0;
  padding: 0;
  font-style: italic;
  clear: both;
}
.testimonials blockquote + p {
  margin-top: 0;
  float: right;
}

.address {
  margin: 0;
  padding: 0 0 0 30px;
}
#copyright {
  float: right;
}

/* calculator styling */
.salary_container {
  overflow: auto;
}
.salary_input {
  float: left;
}
.eligibility_input {
  margin-left: 20px; 
  float: left;
}
.eligibility_note {
  float: left;
  margin-top: 29px;
  background: url(images/misc_17.png) no-repeat 10px -3px;
  height: 26px;
}
.eligibility_note span {
  display: inline-block;
  padding-left: 50px;
  line-height: 26px;
}
#eligibility {
  margin-top: 7px;
	width: 200px;
}
#percentage {
  border:0; 
  font-weight:bold;
}
label {
  clear: both;
  display:block;
	margin: 10px 0 0 0;
}
#outer {
	border: 2px solid #000;
	padding: 17px;
	display: inline-block;
	margin-top: 20px;
}
#inner {
	padding: 10px;
	border: 1px solid #000;
	background-color: #eee;
	display: inline-block;
}
#content #inner table {
  border: none;
  margin: 0;
  text-align: left;
  width: inherit;
  border-collapse: collapse;
/*  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: show;
*/
}
#content #estimate tr td {
  border-top: none;
  padding: 0;
/*table td {*/
	padding: 2px 2px 1px 2px;
}
.lineno {
	text-align: right;
}
.lineno span {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}
.entry {
	border-bottom: 1px solid #000;
	background-color: #fff;
}
.summary {
	font-weight: bold;
}
#equipment_refund, .heavy {
	border-bottom: 2px solid #000;
}
#total_refund, .double {
	border-bottom: 3px double #000;
}
.expense {
	border-bottom: 1px solid #000;
}
#content #estimate tr td.expense {
  padding-right: 10px;
}
.blank {
	height: 8px;
}
#salaries_eligible, #fees_eligible, #materials_eligible, #equipment_eligible, #salaries_refund, #fees_refund, #materials_refund, #equipment_refund, #total_refund {
	text-align: right;
	width: 100px;
}
/* clear out twentyen */
.entry-content .calculator select, .entry-content .calculator input {
  margin: 0;
}
.entry-content label {
  color: inherit;
  font-size: inherit;
}
.page-template-refund-php #calc {
  margin-top: 80px;
}