/*
Theme Name: USAppraisals

*/

@import url("style-reset.css");
@import url("style-text.css");
@import url("style-grid.css");
@import url("style-nav.css");

/* grey box method */
body {
	color: #333333;
	font-size: 12px;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: repeat;
	line-height: 20px;
}

a {
color: #000000;
font-weight:bold;
text-decoration: none;
}

a:hover {
color:#555555;
}

/* 960 grid system container background */
.container_16 {
background:#FFFFFF;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	margin-bottom:.3em;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}

h1 a {
font-weight:normal;
}

/* branding */
h1#branding {
font-weight:normal;
font-size:6em;
font-family:Georgia,Times,serif;
text-align:left;
padding:0 0 0 10px;
margin-bottom:0;
}

h1#branding a {
color: #FFFFFF;
}

h1#branding a:hover {
color: #999999;
}

#textlogo {
width: 500px;
float: left;
}

img.branding {
padding:0 0 0 10px;
float: left;
}

/* page heading */
h2#page-heading {
font-weight:normal;
font-family:Georgia,Times,serif;
padding:.5em;
margin:0 0 10px 0;
border-bottom:1px solid #ccc;
}

/* boxes */
.box {
background:#F8F8F8;
margin-bottom:10px;
padding:10px 10px 1px 10px;
border: 1px solid #E1E1E1;

}






.first_box {
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
}

.last_box {
	margin-right: 0px;
	
	border: none;
	height: 275px;
}

.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFFFFF;
	
	background-color: #61002B;
	margin-top: -11px;
	margin-right: -11px;
	margin-bottom: 0;
	margin-left: -11px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 12px;
}

.box h2 a, .box h2 a.visible {
	color:#FFFF00;
	font-weight: normal;
}

.box h2 a:hover {
color:#FFFFFF;
background: none;
}

.block {
padding-top:10px;
margin-bottom: 30px;
}

.entry img {
padding: 5px;
border: 1px solid #BBBBBB;
background: #FFFFFF;
}

div.menu {
padding:0;
}

div.menu h2 {
margin:0;
}

div.menu .block {
padding-top:0;
}

/* paragraphs, quotes and lists */
p {
margin-bottom:1em;
}

blockquote {
font-family: Georgia, 'Times New Roman', serif;
font-size:1.2em;
padding-left:1em;
border-left:4px solid #CCCCCC;
}

blockquote cite {
font-size:.9em;
}

ul, ol {
padding-top:0;
}

/* menus */
ul.menu {
list-style:none;
border-top:1px solid #BBBBBB;
}

ul.menu li {
margin:0;
}

ul.menu li a {
display:block;
padding:4px 0;
border-bottom:1px solid #BBBBBB;
}

ul.menu li a:hover {
background:#EEEEEE;
}

ul.menu li a:active {
background:#CCCCCC;
}

/* submenus */
ul.menu ul {
list-style:none;
margin:0;
}

ul.menu ul li a {
padding-left:30px;
}

/* section menus */
ul.section {
border-top:0;
margin-bottom:0;
}

ul.section li {
text-transform:uppercase;
}

ul.section li a {
background:#BBBBBB;
}

ul.section li a:hover {
background:#AAAAAA;
}

ul.section li a:active {
color:#FFFFFF;
background:#666666;
}

ul.section li li a {
background:#DDDDDD;
}

ul.section li li a:hover {
background:#CCCCCC;
}

ul.section li li a:active {
color:#000000;
background:#FFFFFF;
}

ul.section ul li {
text-transform:none;
}

ul.section li.current a {
background:#EEEEEE;
}

ul.section li.current a:hover {
background:#DDDDDD;
}

ul.section li.current a:active {
background:#FFFFFF;
}

ul.section li.current > a {
color:#FFFFFF;
background:#666666;
}

ul.section li.current > a:hover {
background:#555555;
}

ul.section li.current > a:active {
background:#444444;
}

ul.section li.current a.active {
background:#FFFFFF;
cursor:default;
}

ul.section li.current > a.active,
ul.section li.current > a.active:hover {
color:#FFFFFF;
background:#666666;
cursor:default;
}

/* tables */
table {
width:100%;
border:1px solid #BBBBBB;
margin-bottom:10px;
}

col.colC {
width:8em;
}

th, td {
padding:.2em 1em;
text-align:left;
}

thead th {
border-bottom:2px solid #888888;
background:#BBBBBB;
padding:.4em 1em .2em;
}

thead th.table-head {
font-size:1em;
font-weight:normal;
text-transform:uppercase;
color:#FFFFFF;
background:#555555;
border:1px solid #555555;
}

tbody th, tbody td {
border-top:1px solid #BBBBBB;
border-bottom:1px solid #BBBBBB;
background:#EEEEEE;
}

tbody tr.odd th,
tbody tr.odd td {
background:#FFFFFF;
}

tfoot th,
tfoot td {
border-top:2px solid #666666;
background:#EEEEEE;
}

tfoot tr.total th,
tfoot tr.total td {
border-top:6px double #666666;
}

tfoot tr.total th {
text-transform:uppercase;
}

th.currency,
td.currency {
text-align:right;
}

/* forms */
form {
overflow:hidden;
}

fieldset {
border:1px solid #BBBBBB;
padding:10px;
position:relative;
background:#E9E9E9;
margin-bottom:10px;
}

legend {
font-size:1.1em;
padding:.4em .8em;
background:#FFFFFF;
border:1px solid #BBBBBB;
}

fieldset.login p {
margin-bottom:1em;
margin-top:0pt;
}

fieldset p label {
width:98%;
}

fieldset p input {
width:98%;
}

fieldset p select {
width:99%;
}

fieldset.login p label {
float:left;
line-height:2em;
margin-right:3%;
text-align:right;
width:32%;
}

fieldset.login p input {
width:60%;
}

fieldset.login input.button {
margin-left:35%;
}

form p.notice {
font-weight:bold;
}

input.search.text {
width:66%;
}

input.search.button {
width:28%;
margin-left:2%;
}

/* articles */
#articles {
padding-top:0;
}

.article {
margin-top: 20px;
}

.main_article {
font-size: 12px;
margin-top: 30px;
}

.first_main_article {
margin-top: 2px;
font-size: 12px;
}

.box .article {
}

.article h2 {
font-size:2em;
font-weight:normal;
text-transform:none;
color:#333333;
background:transparent;
padding:0;
margin:0;
border:none;
}

.article h3 {
margin-bottom:.2em;
font-size:1.6em;
}

.box .first {
border-top:none;
margin-top: 12px;
}

.article h4 {
font-size:1.2em;
margin-bottom:.5em;
}

.article a.image {
float:left; 
margin:3px 10px 3px 0; 
padding:4px;
border:1px solid #bbb;
background:#FFFFFF;
}

.article a.image:hover {
border:1px solid #666666;
}

.article a.image img {
float:left; 
}

.meta {
color:#666666;
border-top:1px dotted #999999;
border-bottom:1px dotted #999999;
margin-bottom:.8em;
padding: 4px 0 4px 0;
}

.meta a:link, .meta a:visited {
font-weight: normal;
color: #666666;
}

.meta a:hover {
font-weight: normal;
color: #333333;
text-decoration: underline;
}

/* massive news */
#head_wrap {
	
	width: 100%;
	padding-top: 0;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	height: 258px;
}

img.header_ad {
float: right;
padding: 4px;
margin: 0 10px 0 0;
background: #192227;
border: 1px solid #435664;
}

#navigation {
	
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

ul.nav li {
background: url(images/menudiv.jpg) top right no-repeat;
}

ul.nav li.page_item {
background: url(images/menudiv.jpg) top left no-repeat;
}

ul.nav li.subscribe {
background: url(images/rss.jpg) top left no-repeat;
padding-right: 23px;
}

.main_wrap {
	
	
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(images/maincontent-back.png);
}

.featured_box {
	margin-right: 10px;
	border: none;
	height: 275px;
}

/** Featured Content **/
.boxgrid{ 
float:left; 
overflow: hidden; 
position: relative; 
}

.boxgrid img{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}

.boxgrid p{ 
padding: 0 20px 0 10px;
}

.boxgrid h4 {
font-size: 16px;
padding: 10px 0 0 10px;
margin: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #FFFFFF;
	height: 286px;
	width: 100%;
	
}

.captionfull .boxcaption {
top: 0;
left: 0;
}

.caption .boxcaption {
top: 186;
left: 0;
}

#content_left_wrapper {
	float: left;
	width: 600px;
}

#content_right_wrapper {
	width: 320px;
	float: left;
	margin-right: 10px;
}

.content_left {
	margin-right: 0px;
	width: 100%;
}

.video {
width: auto;
margin: 20px 0 20px 0;
text-align: center;
border: 1px solid #BBBBBB;
padding: 10px;
background: #CCCCCC;
}

.time {
background: url(images/date.jpg) left no-repeat;
padding: 4px 0 4px 22px;
margin: 0 10px 0 0;
}

.categories {
background: url(images/categories.jpg) left no-repeat;
padding: 4px 0 4px 22px;
margin: 0 10px 0 0;
}

.discuss {
background: url(images/comments.jpg) left no-repeat;
padding: 4px 0 4px 22px;
margin: 0 10px 0 0;
}

.editlink {
background: url(images/edit.jpg) left no-repeat;
padding: 4px 0 4px 22px;
margin: 0 10px 0 0;
}

.thumbnail {
width: 175px;
height: 175px;
}

.content_center {
width: 320px;
float: right;
margin-right: 10px;
}

.widget_block {
margin: 0;
padding: 15px 0 15px 0;
}

.widget_block ul a{
	list-style: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	list-style: none;
	
}

.widget_block ul {
	list-style: none;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0;
	font-weight: normal;font-size: 12px;list-style: none;
}

.widget_block li {
	display: inline-block;
	
	padding-right: 0;
	
	padding-left: 0;
	clear: both;
	width: 100%;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: none;
	margin: 0;
}

.widget_block li a{
	display: inline-block;
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.widget_block li a:hover {
	color: #660000;
	background-color: #FFFFFF;list-style: none;
}

.widget p {
margin: 10px 0 10px 0;
}

.featured_image img {
width: 60px;
height: 60px;
}

.content_right {
	width: 100%;
	float: right;
}

#search_submit {
margin: 0;
padding: 0;
border: 0;
}

#search_form input {
border: 1px solid #E5E3D8;
padding: 2px;
margin: 0;
color: #404040;
background: #FFF url(images/fields.jpg) top left repeat-x;
width: 252px;
}

.side_ads {
padding: 12px 0 8px 12px;
}

* + html .side_ads {
padding: 12px 0 4px 11px;
}

.side_ads img {
margin: 0 4px 4px 0;
float: left;
}

* + html .side_ads img {
margin: 0 4px 4px 0;
float: none;
}

#footer_wrap {
	
	margin-bottom: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #25292F;
}

.pagination {
font-size: 14px;
padding-top: 5px;
}

.pagination a {
font-weight: normal;
}

#footer {
	color: #FFFFFF;
	
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: #25292F;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#footer h4 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
}

#footer p {
font-size: 10px;
margin: 0;
padding: 0;
color: #9BAAB5;
}

#footer a {
color: #9BAAB5;	
font-weight: normal;
}

#footer a:hover {
text-decoration: underline;
}


.footer-proposalbox {
	float: left;
	width: 930px;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 20px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.footer-inc500box {
        float:left;
        width:300px;
        margin-top: 30px;  
        background:#FFF;  
}

.footer-inc500box-content {
	float: left;
	width: 270px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #333333;
	text-align: left;
}

.footer-testimonalbox {
	float: right;
	width: 606px;
	margin-top: 30px;
}

.footer-testimonalbox-content {
	float: left;
	width: 576px;
	background-image: url(images/footer-testimonialbox.jpg);
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #333333;
	text-align: left;
}

.footer-testimonalbox-bottom {
	float: left;
	width: 606px;
	background-image: url(images/footer-testimonialbox-b.jpg);
	height: 50px;
}


.featuredboxunder {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #61002B;
	padding: 10px;
	width: 910px;
	margin-top: 5px;
	text-align: center;	
}


.boxysub a{
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	font-weight: normal;
}

.boxysub a:hover {
	
}

.entry a {
	color: #660000;
	text-decoration: underline;
}

.entry a:hover {
	color: #000066;
	text-decoration: underline;
}

.featuredbtn1 a {
	background-image: url(images/panel1btn.png);
	height: 45px;
	width: 176px;
}

.featuredbtn1 {
	background-image: url(images/panel1btn.png);
	height: 45px;
	width: 176px;
}

.featuredbtn2 {
	background-image: url(images/panel2btn.png);
	height: 45px;
	width: 176px;
}

.panel2-1 {
	
	float: left;
	width: 178px;
	margin-right: 10px;
	
	background-repeat: no-repeat;
}

.panel2-2 {
	
	float: left;
	width: 178px;
	margin-right: 10px;
	
}

.panel2-3 {
	float: left;
	width: 178px;
	margin-right: 10px;	
}

.panel2-4 {
	
	float: left;
	width: 178px;
	margin-right: 10px;
	
}

.panel2-5 {
	
	float: left;
	width: 178px;
	background-repeat: no-repeat;
	
}

.page_item li a {
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;	
}

.wp_quotes_quote {
	font-style: italic;
}

.wp_quotes_author {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

.yourneedsvideo {
	float: left;
	width: 532px;
	
}

.yourneedsbox {
	float: left;
	width: 378px;
	padding-left: 20px;
	z-index: 100;
}

.yourneedsphoto {
	background-image: url(images/yourneedsphoto.jpg);
	width: 492px;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 60px;
	padding-right: 420px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}

.nbcpanel1 a {
	width: 234px;
	list-style-type: none;
	height: 286px;
	float: left;
	display: block;
}
.nbcpanel1 a:link, .nbcpanel1 a:visited {
	background-image: url(/wp-content/themes/massive-news/images/nbcpanel1.jpg);
}
.nbcpanel1 a:hover, .nbcpanel1 a:active {
	background-position: 50% -286px;
}


.nbcpanel2 a {
	width: 235px;
	list-style-type: none;
	height: 286px;
	float: left;
	display: block;
}
.nbcpanel2 a:link, .nbcpanel2 a:visited {
	background-image: url(/wp-content/themes/massive-news/images/nbcpanel2.jpg);
}
.nbcpanel2 a:hover, .nbcpanel2 a:active {
	background-position: 50% -286px;
}


.nbcpanel3 a {
	width: 235px;
	list-style-type: none;
	height: 286px;
	float: left;
	display: block;
}
.nbcpanel3 a:link, .nbcpanel3 a:visited {
	background-image: url(/wp-content/themes/massive-news/images/nbcpanel3.jpg);
}
.nbcpanel3 a:hover, .nbcpanel3 a:active {
	background-position: 50% -286px;
}

.nbcpanel4 a {
	width: 224px;
	list-style-type: none;
	height: 286px;
	float: left;
	display: block;
}
.nbcpanel4 a:link, .nbcpanel4 a:visited {
	background-image: url(/wp-content/themes/massive-news/images/nbcpanel4.jpg);
}
.nbcpanel4 a:hover, .nbcpanel4 a:active {
	background-position: 50% -286px;
}


.nbcvideo {
	float: left;
	height: 420px;
	width: 563px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.btn-twitter a {
	width: 264px;
	list-style-type: none;
	height: 52px;
	float: left;
	display: block;
}
.btn-twitter a:link, .btn-twitter a:visited {
	background-image: url(/wp-content/themes/massive-news/images/btn-twitter.jpg);
}
.btn-twitter a:hover, .btn-twitter a:active {
	background-position: 50% -52px;
}


.btn-linkedin a {
	width: 264px;
	list-style-type: none;
	height: 52px;
	float: left;
	display: block;
}
.btn-linkedin a:link, .btn-linkedin a:visited {
	background-image: url(/wp-content/themes/massive-news/images/btn-linkedin.jpg);
}
.btn-linkedin a:hover, .btn-linkedin a:active {
	background-position: 50% -52px;
}


.btn-blog a {
	width: 264px;
	list-style-type: none;
	height: 52px;
	float: left;
	display: block;
}
.btn-blog a:link, .btn-blog a:visited {
	background-image: url(/wp-content/themes/massive-news/images/btn-blog.jpg);
}
.btn-blog a:hover, .btn-blog a:active {
	background-position: 50% -52px;
}


.btn-rss a {
	width: 264px;
	list-style-type: none;
	height: 52px;
	float: left;
	display: block;
}
.btn-rss a:link, .btn-rss a:visited {
	background-image: url(/wp-content/themes/massive-news/images/btn-rss.jpg);
}
.btn-rss a:hover, .btn-rss a:active {
	background-position: 50% -52px;
}


.btnholder {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
	font-size: 14px;
}

.nbcbigquote {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	width: 908px;
	text-align: center;
	font-weight: bold;
	float: left;
	padding: 10px;
	background-color: #D4D4D4;
	margin-top: 10px;
	margin-bottom: 5px;
}
hr{
	border:none;
	height:1px;
	background:none;
	border-bottom:#6b903f dotted 1px;
	margin:20px 0;
}
