@import url(/css/layout.css);
@import url(/css/linkStyles.css);


/*-------------------------------------------------------------------------------
pbminteractive dot com

basic.css

version:   7.0
author:    treehousedfw
email:     info@treehousedfw.com
website:   http://treehousedfw.com
-------------------------------------------------------------------------------- */


/* reset whitespace
-------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	outline:0;
}


/* Basic Selectors
-------------------------------------------------------------------------------- */
html {
	height: 100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'ProximaNovaRegular', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 1.4em;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}


/* Text Styles
-------------------------------------------------------------------------------- */
a:link {
    color: #006699;
	text-decoration: none;
}
a:visited {
    color: #CCCCCC;
	text-decoration: none;
}
a:hover {
    color: #33CCFF;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, legend {
	letter-spacing: 0.4px;
	font-weight: normal;
	line-height: 1.4em;
	position: relative;
}

h1 {
    font-size:48px;
    color:#fff;
    font-family: 'ProximaNovaBold', sans-serif;
    font-weight: lighter;
    margin:0;
    text-align:center;
    padding-top:25px;
    letter-spacing:-1px;
	text-shadow: 2px 2px 6px #333;
}

h2 {
    font-size:20px;
    color:#000;
    font-family: 'ProximaNovaBold', sans-serif;
    font-weight: bold;
    margin:0;
    text-align:left;
    padding-top:10px;
    letter-spacing:-1px;
}

h3, legend {
	font-size: 18px; 
	clear: both;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	clear: both;
}

p.big {
    color:#000;
    font-size:18px;
    font-family: 'ProximaNovaLight';
    text-align:left;
    margin:5px auto 23px auto;
    letter-spacing:-1px;
    line-height:24px;
  } 
  
p.contact {
    color:#000;
    font-size:14px;
    font-family: 'ProximaNovaLight';
    text-align:left;
    margin:5px auto 23px auto;
    letter-spacing:-1px;
    line-height:20px;
  } 

.item { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color:#666;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #aaa;
}

/* Fonts */

@font-face {
  font-family: 'ProximaNovaLight';
  src: url('../fonts/ProximaNova-Light-webfont.eot');
  src: local('☺'), url('../fonts/ProximaNova-Light-webfont.woff') format('woff'), url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Light-webfont.svg#webfont1IYZQmli') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../fonts/ProximaNova-Reg-webfont.eot');
  src: local('☺'), url('../fonts/ProximaNova-Reg-webfont.woff') format('woff'), url('../fonts/ProximaNova-Reg-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Reg-webfont.svg#webfontahTfxwb5') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../fonts/ProximaNova-Bold-webfont.eot');
  src: local('☺'), url('../fonts/ProximaNova-Bold-webfont.woff') format('woff'), url('../fonts/ProximaNova-Bold-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Bold-webfont.svg#webfontnr0MA2zn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaExtrabold';
  src: url('../fonts/ProximaNova-Xbold-webfont.eot');
  src: local('☺'), url('../fonts/ProximaNova-Xbold-webfont.woff') format('woff'), url('../fonts/ProximaNova-Xbold-webfont.ttf') format('truetype'), url('../fonts/ProximaNova-Xbold-webfont.svg#webfont2rpW2ohz') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Twitter Styles 
-------------------------------------------------------------------------------- */
#twitter {
	overflow: auto;
}

#twitter ul, #twitter ul li {
  	list-style: none;
	list-style-position: none outside;
	margin: 0;
	padding: 0;
}

#twitter li {
	width: 210px;	
}

#twitter span.status {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: normal;
	text-align: left;
	color: #ccc;
}

#twitter span.time {
  	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #ccc;
	padding-left: 3px;
	/*vertical-align: -6px !important;*/
}


/* Footer One 
-------------------------------------------------------------------------------- */
.footerOneTitle {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	font-style: bold;
	color: #aaa;
}

.footerOneNav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.8em;
	color: #666;
}


/*	File List (replace #data id)
-------------------------------------------------------------------------------- */
.fileList thead th {
	border-top:1px solid #231501;
	border-bottom:1px solid #231501;
	color: #7c5f28;
	text-align: center;
	background-color:#eae0ad;
	padding: 5px;
}

.fileList thead td {
	background-color: #dbd1a2;
}

.fileList th.edgeLeft {
	border-left: none;
}

.fileList th.edgeRight {
	border-right: none;
}

.fileList th, .fileList td {
	font-size: 11px;
	text-align: center;
	padding: 5px;
}

.fileList td.pad {
	border-top: 1px solid #231501;
	border-bottom: 1px solid #231501;
}

.fileList th.pad {
	padding: 5px;
}

.fileList td.empty {
	color: #7c5f28;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #231501;
}

.fileList tr.even {
	color: #000;
	font-weight: bold;
	border-top: 1px solid #231501;
	border-bottom: 1px solid #231501;
	height: 20px;
	background-color: #fbf7ec;
}

.fileList tr.odd td, .fileList tr.even td {
	height: 20px;
}

.fileList {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 725px;
}


/* Form Styles
-------------------------------------------------------------------------------- */
.input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333;
	width:125px;
	border:solid 1px #aeaeb1;
	padding-left:5px;
}

.select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333;
	width:120px;
	border:solid 1px #aeaeb1;
	padding-left:5px;
}

.textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	width:200px;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}

.hide {
	display: none;
}

.overflow {
	width: 100%;
	overflow: hidden;
}

.margin-bottom {
	margin-bottom: 20px;
}


/* Additional Styles
-------------------------------------------------------------------------------- 
.mastHead .extra_margin_right{
	margin-right: 50px;
}

.mastHead .no_margin_right{
	margin-right: 0;
}*/