/*   
Theme Name: Breast Treatment Task Force
Author: BTTF
Version: 1.0
*/

@media screen {

* {
	margin: 0;
	padding: 0;
	/* [disabled]text-align: center; */
}

article, aside, figure, box, intro, footer, header, hgroup, menu, nav, section { 
	display: block; 
}


html {
	background-color: #3e5d72;
	font-family: 'Homenaje', sans-serif;
	font-size: 12px;
	line-height: 2;
	background-attachment: scroll;
	background-image: url(../images/backround_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	
body {
	font-family: 'BenchNine' sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 20px;
}

/*TYPOGRAPHY*/
h1 {
	font-size: 28px;
	color:#563913;
	font-family: 'Homenaje', sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}


h2 {
	font-size: 24px;
	text-transform:uppercase;
	color:#563913;
	font-family: 'Homenaje', sans-serif;	
	font-weight: 400;
	letter-spacing: 2px;
}

h2 em {
	letter-spacing: 0;
	color:#563913;
	text-transform:capitalize;
	font-family: 'Homenaje', sans-serif;	
	font-size: 14px;
	font-style: italic;
	letter-spacing: 2px;
}

h3 { 
	font-size: 16px;
	font-family: 'Homenaje', sans-serif;	
	color:#563913;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h4 { 
	font-size: 12px; 
	font-family: 'Homenaje', sans-serif;	
	font-weight: 400;
	color: #fff;
	text-transform: uppercase; 
	letter-spacing: 2px; 
}


home-intro {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333;
	letter-spacing: -2px;
	line-height: 20px;
	padding-left:175px;
	padding-right: 175px;
	float: left;
	width: 600px;
}

box-text {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	color: #555;
	letter-spacing: 2px;
	line-height: 20px;
	padding: 50px;
	float: left;
}

h5 { 
	font-size: 14px; 
	line-height: 1.5; 
}

colorbold {
	color: #563913;
	font-weight:700;
}

a {
	text-decoration: none;
	color: #30373e;
}

a img { 
	border: 0; 
}

.zoomer:active { 
	top: 0; 
}

.screen-reader-text { 
	position: absolute; 
	top: -9999px; 
	left: -9999px; 
}

h1 a, h2, h4 a, h5 a {
	color: #563913;
	display: block;
	font-family: 'Homenaje', sans-serif;	
}

h3 a { 
	color: white; 
}

a:hover, a:focus { 
	text-decoration: none; 
	font-weight:400;
	color: #bfbebe;
	}

a:active { 
	position: relative; 
	top: 1px; 
}

p {
	margin-bottom: 20px;
}

ul, ol { 
	margin: 0 0 15px 15px; 
}

ul ul, ul ol, ol ol, ol ul { 
	margin-bottom: 0; 
}

.button { 
	background-color: #563913; 
	padding: 1px; 
	color: #FFF;
	text-align:center;
	font-weight:400;
	width: 115px;
	letter-spacing: 1px;
	text-transform: uppercase; 
	-moz-box-shadow: 1px 1px 3px #666; 
	-webkit-box-shadow: 1px 1px 3px #666; 
}

.button:hover { 
	background-color: #563913; 
	-moz-box-shadow: 0px 0px 2px #999; 
	text-decoration: none !important; 
}



#site {
	width: 1020px;
	background-position: left top;
	margin-top: 0px;
}


#copy {
	text-align:right;
	padding: 102px 0px 0px 0px;
	width: 1020px;
	height: 40px;
}


#images {
	padding: 0px 0 0 218px;
	width: 780px;
	z-index:5;
}


#login {
	text-align:right;
	margin: 4px 0 0px 218px;
	z-index:1;
}

/*--- availabilities ---*/

.availabilities {
	background:#fff;
	height:auto;
	width:auto;
	float:left;
	/*border:#000 thin solid;*/
	padding-top:15px;
	padding-left:0px;
}

.hero-unit {
	width:751px;
	height:auto;
	margin:0 auto;
	z-index:-1;
	padding:0;
}
.hero-text {
	position:relative; 
	margin:10px 0 6px 0px;
	color:#FFF;
	/*padding:0 0 0 25px;*/
}


.tablehead {
	padding-top:5px;
	padding-left:15px;
	background:#999;

	text-align:left; 
	
	font-family: 'BenchNine' sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 20px;

}

.light {
	background:#fff;
	border:none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size:16px; 
	letter-spacing: 0px;
	text-align:left; 
	color:#666;
}

.light td{
	padding-left:15px;
}

.dark {
	background:#cccccc;
	border:none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size:16px; 
	letter-spacing: 0px;
	text-align:left; 
	color:#666;
}

.dark td{
	padding-left:15px;
}

.content-links {
	color:#666;
	text-transform:uppercase;
	font-size:1em;
	letter-spacing:1px;
	font-family: 'Homenaje', sans-serif;	
	margin:10px 0 10px 25px;
}



/*CONTACT FORM STYLES*/
.left-column {
	height:683px;
	width:392px;
	float:left;
	/*border:#000 thin solid;*/
	padding-top:15px;
	padding-left:20px;
}

#contact-area {
	width: 500px;
	margin:0 25px 15px 25px;
}


label {
	display:block;
	float: left;
	text-align: left;
	margin:0;
	width: 764px;
	padding:3px 5px 0 0;
	font-family: 'BenchNine' sans-serif;
	font-size:14px;
	color:#666;
	clear:both;
}

#contact-area input, #contact-area textarea {
	display:inline;
	/*float:right;*/
	text-align:left;
	padding: 3px;
	width:95%;
	font-family: 'BenchNine' sans-serif;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
	clear:both;
}
#contact-area textarea {
	height: 90px;
}
#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #005581;
}
#contact-area input.submit-button {
	width: 100px;
	float: left;
	font-size:.8em;
	font-family: 'BenchNine' sans-serif;
	text-align:center;
	border:none;
}

#AptType {
	margin-top:5px;
	border: 1px solid #ccc; 
	width:50%; 
	color:#666; 	
	font-family: 'BenchNine' sans-serif; 
	font-size:1em; 
	float:left; 
	margin-bottom:10px; 
}

#HearAbout {
	margin-top:5px;
	border: 1px solid #ccc; 
	width:50%; 
	color:#666; 	
	font-family: 'BenchNine' sans-serif; 
	font-size:1em; 
	float:left; 
	margin-bottom:10px; 	
}

.download-button, .submit-button {
	margin:30px 0 15px 0;
	padding:5px 10px 2px 10px;
	font-family: 'BenchNine' sans-serif;
	font-size:1em;
	letter-spacing:.1em;
	text-transform:uppercase;
	color:white;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	border:none;
	cursor:pointer;
	background: #666; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg

+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jve

D0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI

+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMC

UiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3Rv

cC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MmNhYzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ

+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #96b0c0 0%, #325d7b 28%, #3b4c66 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3f4f3), color-stop(28%,#9d632a), color-stop(100%,#9a5109)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #96b0c0 0%,#3b6b8f 28%,#3b4c66 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #96b0c0 0%,#325d7b 28%,#3b4c66 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #96b0c0 0%,#325d7b 28%,#3b4c66 100%); /* IE10+ */
background: linear-gradient(to bottom,  #96b0c0 0%,#325d7b 28%,#3b4c66 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72cac8', endColorstr='#01344f',GradientType=0 ); /* IE6-8 */
}
.download-button:hover, .submit-button:hover {
background: #9d632a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg

+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jve

D0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI

+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMC

UiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzAwNTU4MSIgc3

RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU1ODEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ

+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #666 0%, #808181 23%, #999 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(23%,#808181), color-stop(100%,#999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #666 0%,#808181 23%,#999 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #666 0%,#808181 23%,#999 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #666 0%,#808181 23%,#999 100%); /* IE10+ */
background: linear-gradient(to bottom,  #666 0%,#808181 23%,#999 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4f3', endColorstr='#005581',GradientType=0 ); /* IE6-8 */
}

/*--- NAVIGATION ---*/
.menu{
	position:absolute;
	top: 44px;
	width:253px;
	font-size:14px;
	font-family: 'Homenaje', sans-serif;	
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 5;
	z-index:200;
	outline: none;
}


.menu ul{
	float:right;
	padding:0px;
	list-style:none;
}

.menu ul a{
	color:#FFF;
	margin:0 0px 0 0px;
	padding:0px 0px 0 0px;
	
	display:block;
	line-height:5px;
}
		
.menu ul a:hover, .menu ul li:hover a{
	color:#999;
}

.menu ul:hover ul{
	display:block;
}

.menu ul ul {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
}

.menu ul:hover ul a{
	background:none;
	color:#999;
	background-color: #D5D4D2;
	z-index:200;
}


.menu p{
	clear:left;
}



footer { 
	width: 950px; 
	position: relative;
	margin: 0 auto 0; 
	float: right; 
	color: #000; 
	text-transform: uppercase; 
	line-height: 18px;
	letter-spacing: 1px; 
	padding-top: 40px;
}

#footer-copyright {
	text-align: right;
	font-family: 'Homenaje', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #999;
	vertical-align: bottom;
	padding-bottom: 30px;
}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */