/*
Theme Name: Austin HD
Theme URI: http://www.idano.net/
Description: Custom theme designed for Austin HD.
Author: Dan Masters & Jay McCord
Author URI: http://www.idano.net/
Tags: austin-hd, custom, two columns, fixed width, 
*/


/* ##### Box Structures #####*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/body_bg.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
/*.wrapper {
	clear:both;
	margin:0 auto;
	width:960px;
	position: relative;
}*/
#container { 
	width: 960px; 
	background: #000 url(images/bg_tile.jpg);
	margin: 0 auto; 
	text-align: left;
	padding: 0;

} 
#header { 
	background: #fff url(images/header_bg_v3.jpg) no-repeat scroll 0 0; 
	padding: 0;
	height: 249px;
	position: relative;
	margin: 0;
}
#header img {
	border-style: none;
} 
#rcol { 
	width: 280px; 
	background: transparent;
	padding: 30px 20px 15px 10px;
	margin-left: 650px;
}
#mainbox { 
	float: left;
	width: 630px;
	margin:  0 0px 20px 0; 
	padding:20px 0 0 20px;
	background: transparent;
}
#footer { 
	clear:both;	
	padding: 0 10px 0 0px;
	background:#000 url(images/footer_bg_tile.jpg) repeat-x 0 0;
	height: 140px;
	border-top: 1px solid #464646;
	position: relative;
} 
.widget {
	width: 240px;
	background: #050505;
	border: 0px solid #525252;
	color: #fff;
	padding: 0 15px 10px;
	margin-bottom: 40px;
	position: relative;
	list-style: none;
	text-align: left;
}
.widget img {
	border-style: none;
}
/*.widget {
 
}*/
.widgettitle  {
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #525252;
	padding-bottom: 10px;
	color: f4f4f4;
}
.textwidget {
	font-size: 14px;
}
li#text-6  {
	background: #050505 url(images/call_header.png) no-repeat -4px 0;
	margin: 0;
	padding-top: 30px;
}
li#text-6 p{
	text-align: center;
	margin: 0;
	padding: 0;
}
li#text-6 h2{
	text-align: center;
	padding-top: 10px;
	border-bottom: none;
	color: f4f4f4;
}

li#text-7 {
	margin-top: 40px;
	padding-top: 5px;
	border-bottom:1px solid #525252;
	font-size: 15px;
}
li#text-8 {
	display: block;
	width: 240px;
	height: 30px;
	background: #050505;
	padding-top: 16px;
	margin: -40px 0 0;
}
li#rss-3 a {
	color: #fff;
	text-decoration: none;
}

	
.widget widgetcform {
	margin: 0;
	padding: 0;
}
/*h2.widget widgetcform {
	border: none;
}*/
#cforms-3 h2 {
	border: none;
}

.boxshadow {
	width: 280px;
	padding:0 3px 0 5px;
	margin: 0;
}
.featuredbox {
	width: 280px;
	height: 346px;
	background: url(images/featurebox_bg_v2.png) no-repeat top center;
	text-align: center;
	margin-top: 40px;
}


#footerLbox {
	 float:left;
	 margin: 12px 0 0 30px;
}
.dynamic-content {
	width: 620px;
	background: transparent;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;	
}

.dynamic-content h3 a, .dynamic-content h3 a:visited {
	color: #FFF;
	text-decoration: none;
}

.dynamic-content h3 a:hover {
	color: #FFF;
	text-decoration: underline;
}

.dynamic-content a, .dynamic-content a:visited {
	color: #898989;
}	
/* ########## Top Navigation ######## */

ul.navbar {
	margin: 0;
	padding-left:0px;
	float: left;
	color:#fff;
	font-size:16px;
	list-style: none;
	width: 961px;
	height: 48px;
	background: transparent url(images/nav_bg.jpg) repeat-x 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #464646;
}
ul.navbar li {
	float: left;
	margin: 0;
	padding: 0;
	
}
/*home*/
li.btn_home a {
	background: url(images/btn_home.jpg) no-repeat top center;
	display: block;
	width: 100px;
	height: 48px;
}
li.btn_home a:hover {
	background: url(images/btn_home_hover.jpg) no-repeat top center;
}
/*video*/
li.btn_video a {
	background: url(images/btn_video.jpg) no-repeat top center;
	display: block;
	width: 80px;
	height: 48px;
}
li.btn_video a:hover {
	background: url(images/btn_video_hover.jpg) no-repeat top center;
}
/*about*/
li.btn_about a {
	background: url(images/btn_about.jpg) no-repeat top center;
	display: block;
	width: 80px;
	height: 48px;
}
li.btn_about a:hover {
	background: url(images/btn_about_hover.jpg) no-repeat top center;
}
/*services*/
li.btn_services a {
	background: url(images/btn_services.jpg) no-repeat top center;
	display: block;
	width: 110px;
	height: 48px;
}
li.btn_services a:hover {
	background: url(images/btn_services_hover.jpg) no-repeat top center;
}
/*blog*/
li.btn_blog a {
	background: url(images/btn_blog.jpg) no-repeat top center;
	display: block;
	width: 100px;
	height: 48px;
}
li.btn_blog a:hover {
	background: url(images/btn_blog_hover.jpg) no-repeat top center;
}
/*testimonials*/
li.btn_testimonials a {
	background: url(images/btn_testimonials.jpg) no-repeat top center;
	display: block;
	width: 158px;
	height: 48px;
}
li.btn_testimonials a:hover {
	background: url(images/btn_testimonials_hover.jpg) no-repeat top center;
}
/*connect*/
li.btn_connect a {
	background: url(images/btn_connect.jpg) no-repeat top center;
	display: block;
	width: 120px;
	height: 48px;
}
li.btn_connect a:hover {
	background: url(images/btn_connect_hover.jpg) no-repeat top center;



}
/* ##### Images ##### */

#logo {
	position: absolute;
	top: 22px;
	left: 20px;
}
#headlens {
	position: absolute;
	top: 30px;
	left: 280px;
}
#slogan {
	position: absolute;
	top: 35px;
	right: 15px;
}
.vid {
	width: 600px;
	height: 412px;
	background:transparent url(images/vid_bg_v3.png) no-repeat 0 0;	
	margin-top: 10px;	
}
.video {
	margin: 20px;
}
.footerlens {
	position: absolute;
	bottom: 0;
	right: 0;
}.phone {
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
}

#btn_red {
	width: 247px;
	height: 27px;
	background: url(images/btn_red.png) no-repeat 0 0;
	bottom: 5px;
	left:15px;
	padding: 2px 0 0 14px;
	margin-bottom: 8px;
	
}
#btn_red a {
	color:#fff;
	text-decoration: none;
	font-size: 14px;
}
#btn_red a:hover{
	color:#000;
	font-size: 14px;
}
#logo-examples {
	margin: 3px 0 0 10px;
}
/* ##### Utilities #####*/
.fltrt { 
	float: right;	
}
.fltlft { 
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#check {
	float: right;
	margin-left: 8px;
}
p.topfive {
	padding: 22px;
}

/* ##### Lists #####*/

#fcontact-info {
	font-size: 18px; 
	color:#FFFFFF;
	padding-top: 22px; 
	list-style: none;
	margin-left: 0px;
}
#fcontact-info li {
	margin-bottom: 10px;
}
#fcontact-info a {
	color: #fff;
	text-decoration: none;
}
#fcontact-info a:hover {
	color: #898989;
}
ul.snicons {
	padding-top: 22px;
	list-style:none;	
}
ul.snicons li {
	display: block; 
	float: left;
	 margin-right: 15px;
}
ul.snicons img {
	border: none;
}

/* ##### Forms ##### */
#formbox {
	width: 240px;
	height: 386px;
	background: #5c5c5c url(images/bg_callbox.png) repeat-x 0 0;
  
	position: relative;
	padding:5px 0 0; margin-bottom:30px;
}
#formbox img {
	position: absolute;
	top: 20px;
	left: -8px;
}
p#ll2, .cf_hidden {
	display: none;
}
#cforms2form {
	width: 180px;
	background:transparent;
	padding: 10px 20px 5px;
	/*border: 1px solid #fff;*/
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   margin: -50px 0 0 10px;
}
 .cf-ol {
	margin:0;
	padding:0;

}
.cf-ol li {
	list-style: none;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding:0 0 6px ;
}
.cf-ol li input {
	padding-left: 6px;
}
#cf_field_4 {
	width: 181px;
	height: 90px;
}
.cf-sb {
	margin: 3px 0 0;
	padding: 0;
	width: 100px;
}
#cf_field_1, #cf_field_2, #cf_field_3 {
	width: 170px;
}
.cf_info {
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-bottom: 30px;
}
#li-2-1 {
	margin-top: 20px;
}
/* ##### Blog #####*/

#blog {
	width: 600px;
	background: transparent;
	/*margin-top: 60px;*/
	/*padding-top: 20px;*/
}
#blog ul li {
	list-style: none;
	color: #fff;
	font-size: 14px;
	text-align: justify;
	padding: 10px 0;
	border-bottom: 1px solid #464646;
}

#blogheader {
	padding:0;
	border-bottom: 0px solid #656565;
	width: 600px;
	height: 30px;
}
#blog-nav-box {
	width: 560px;
	height: 28px;
	background: url(images/bg_tile_gray.png) repeat 0 0;
	border-bottom: 1px dotted #ccc;
	padding: 16px 20px 0 20px;
	margin: 0 0 20px;
}
#blog-nav-box-low {
	width: 910px;
	height: 100px;
	background: url(images/bg_tile_gray.png) repeat;
	border-top: 0px dotted #ccc;
	border-bottom: 0px solid #353535;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0;

}
.blog-nav a  {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.blog-nav a:active {
	color: #959595;
}
#blog ul {
	list-style: none;
	font-size: 14px;
	padding-right: 40px;
	color: #fff;	
}
#blog ul li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #707070;
	padding-bottom: 5px;		
}
#blog ul li h2 {
	color: #fff;
	font-size: 18px;
}
#blog ul li h2 a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#blog ul li h2 a:hover {
	text-decoration: underline;
}
#blog ul li h2 a:visited {
	color: #898989;
}
#blog ul li p {
	padding: 0;
}
#blog ul li img {
	padding: 0 10px 3px 0;
	border: none;
	float: left;
}
p.postmetadata {
	font-size: 14px;
}
p.postmetadata a  {
	font-size: 14px;
	color: #898989;
	text-decoration: underline;
}
p.postmetadata a:visited {
	font-size: 14px;
	color: #d4ecfb;
}
p.postmetadata a:active {
	font-size: 14px;
	color: #fff;
}
.readmore {
	font-size: 14px;
}
/* ##### Single Page #####*/
#single-post-nav {
	width: 560px;
	height: 28px;
	background: url(images/bg_tile_gray.png) repeat 0 0;
	border-bottom: 1px dotted #ccc;
	padding: 16px 20px 0 20px;
	margin: 0 0 20px;
	color: #fff;
	font-size: 14px;
}
#commentform a {
	color: #898989;

}
#commentform a:visited {
	color: #551a8b;

}
#commentform a:active {
	color: #fff;
}
#category-box {
   width: 620px;
	height: 1px;
	background: #4267b1;

}

/* ##### global ##*/

a {
	outline: none;
}
.entry img {
	border: none;
	margin: 0 10px 0 0;
	
}
.post a {
	color: #fff;
}
.comment-edit-link {
	color: #898989;
}
h2.center {
	color: #fff;
	text-align: center;
	margin: 60px 0;
	
}
.comment-meta a{
	color: #898989;
}
.comment-meta a:visited {
	color: #d4ecfb;
}


	
