/*
Theme Name: Discrete
Description: Custom wordpress theme for Discrete
Author: Vinny Troia
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/* =Reset
-------------------------------------------------------------- */

/* =Reset
-------------------------------------------------------------- */


* {
	margin: 0px;
	padding: 0px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Colors for form validity */
input:invalid, textarea:invalid { background-color: #f0dddd; }

/** Tables **/
table { border-collapse: collapse; border-spacing: 0; }



/* =Fonts
-------------------------------------------------------------- */

@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/goth-med.eot');
    src: url('fonts/goth-med.eot?#iefix') format('embedded-opentype'),
         url('fonts/goth-med.woff') format('woff'),
         url('fonts/goth-med.ttf') format('truetype'),
         url('fonts/goth-med.svg#goth-med') format('svg');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'SohoGothicPro-Bold';
    src: url('fonts/sohogothicpro-bold.eot');
    src: url('fonts/sohogothicpro-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/sohogothicpro-bold.woff') format('woff'),
         url('fonts/sohogothicpro-bold.ttf') format('truetype'),
         url('fonts/sohogothicpro-bold.svg#sohogothicpro-bold') format('svg');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'SohoGothicPro-Medium';
    src: url('fonts/sohogothicpro-medium.eot');
    src: url('fonts/sohogothicpro-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/sohogothicpro-medium.woff') format('woff'),
         url('fonts/sohogothicpro-medium.ttf') format('truetype'),
         url('fonts/sohogothicpro-medium.svg#sohogothicpro-medium') format('svg');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'SohoGothicPro-Light';
    src: url('fonts/sohogothicpro-light.eot');
    src: url('fonts/sohogothicpro-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/sohogothicpro-light.woff') format('woff'),
         url('fonts/sohogothicpro-light.ttf') format('truetype'),
         url('fonts/sohogothicpro-light.svg#sohogothicpro-light') format('svg');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'SohoGothicPro-LightItalic';
    src: url('fonts/SohoGothicPro-LightItalic.eot');
    src: url('fonts/SohoGothicPro-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/SohoGothicPro-LightItalic.ttf') format('truetype'),
         url('fonts/SohoGothicPro-LightItalic.svg#sohogothicpro-light') format('svg');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'SohoGothicPro-BoldItalic';
    src: url('fonts/sohogothicpro-bolditalic.eot');
    src: url('fonts/sohogothicpro-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/sohogothicpro-bolditalic.woff') format('woff'),
         url('fonts/sohogothicpro-bolditalic.ttf') format('truetype'),
         url('fonts/sohogothicpro-bolditalic.svg#sohogothicpro-bolditalic') format('svg');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}



/* =Layout
-------------------------------------------------------------- */



/* General layout styles */

body {
 font-family: Arial,helvetica,sans-serif;
 font-size: 11pt;
 background-color: #fff;
 line-height: auto;

 color: #333;

 padding-top: 20px;
}


p {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px;
}




img {
 border: 0;
}


img, object, embed {
max-width: 100%;
}



.rowWrapper {
width: 1020px;
margin: 0px auto;


}

#cityImage img {
	max-width:760px;
}

.row {

	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#container, .wrap {
	width: 1000px;
	margin: 0 auto;
}

#bodyWrapper {
	float: left;
	clear: both;
	width: 760px;
}
#menuWrapper {
	background: url("library/images/header_bleed_bg.png") repeat-x scroll left top transparent;
	height: 103px;

}

#contentWrapper {
		background: url("library/images/bg_fade_border2.png") no-repeat scroll center top transparent;
		background-color: #f4f4f4;

}

#headerRow {

}

#headerLogo {
	float: left;
	width: 260px;

}
#headerPhone {
	width: 350px;
	float: right;
	margin-bottom: 20px;
}

#bodyRow {
	padding-bottom: 20px;
}


#sidebarMain {
	float: right;
	width: 230px;
	padding-left: 10px;
	height: 690px;
	background: url("images/columnrightbg.png") no-repeat scroll center top transparent;
}

#sidebarPage {
	float: right;
	width: 230px;
	padding-left: 10px;
	height: 250px;
	background: url("images/interior-columnrightbg.png") no-repeat scroll center top transparent;
}


#menuRow {
	float: left;
	width: 760px;
	background: url("images/nav_bg.png") no-repeat;
	height: 50px;
}

#imageRow {
	float: left;
	width: 760px;
	/*	background: url("library/images/content_drop_bg.png") repeat-x scroll left top transparent; */
	background-color: #FFFFFF;

}


#contentRow {
	float: left;
	width: 760px;
}

#callUsWrapper {


	height: 60px;

}

#cityImage {
	position: relative;
	left: -5px;
}

.callUsNowText {
	text-align: center;
	font-size: 13pt;
	color: #36A4DB;
	font-family: 'Arial';
	padding-left: 100px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;

}

.callUsHeaderWrap {
	width: 345px;
	padding-left: 5px;
	padding-top: 20px;

}

.callUsPhoneText {
		font-family: 'SohoGothicPro-Light';
		font-size: 32pt;
	color: #FF9933;
	text-align:right;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#bodyBG {
	background: url("images/footerbg.png") repeat-x bottom center scroll transparent;
	min-height: 450px;
}

.mainImage {
	width: 760px;
	height: 360px;
}

.pageImage, .cityImage {
	width: 760px;
	height: 200px;
}



#callUsRow {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    padding: 10px 0;
    width: 1000px;
}


.callUsNow {
	top: 10px;
	left: 9px;
	position: relative;
}

.footerCallText {
	font-family: 'Arial';
	font-size: 23px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.blue {
	color: #3399CC;
}

.orange {
	color: #FF9933;
}

#stepsRow {
	padding-top: 30px;
	position: relative;

}

.stepBox {
	width: 250px;
	background: url(images/steps_box.png) center left no-repeat;
	float: left;
	height: 235px;
}

.stepBoxWrap {
	padding: 15px;
}

.stepNum {
    color: #FF9933;
    font-family: georgia;
    font-size: 22px;
    font-style: italic;
    text-rendering: optimizelegibility;
}




.stepAction {
    color: #3399CC;
    font-family: arial;
    font-size: 34pt;
    font-style: italic;
    font-weight: bold;
    line-height: 60px;
    margin-top: -10px;
    text-rendering: optimizelegibility;
}


.stepText {
    color: #3399CC;
    font-size: 9pt;
    line-height: 15px;
}
#linksRow {
	height: 80px;
	position: relative;
	padding-top: 20px;
}
.linksRowLeft {
	float: left;
}
.linksRowRight {
	float: right;
	height: 80px;
	position: relative;
	right: 20px;

}

.linksRowRight .menu li {
	color: #3399CC;
	top: 35px !important;
	padding-left: 10px;
	font-size: 10px;
	 font-family: Arial,helvetica,sans-serif !important;
}
.linksRowRight .menu li a {
	color: #3399CC;
	 font-family: Arial,helvetica,sans-serif !important;
}

#bottomFooter {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #999;
	font-size: 8pt;
}


#content {
	padding-top: 20px;
}





/* = Default Styles
-------------------------------------------------------------- */
	.first { margin-left: 0; } /* fixes alignment */
	.last { margin-right: 0; } /* fixes alignment */


	/* floats */
	.left { float: left; }
	.right { float: right; }

	/* text alignment */
	.text-left { text-align: left; }
	.text-center { text-align: center; }
	.text-right { text-align: right; }

	/* highlighting search term on search page */
	mark, .search-term { background: #EBE16F; }

	/* alerts & notices */
	.help, .info, .error, .success { margin: 10px; padding: 5px 18px; border: 1px solid #cecece; }
	.help { border-color: #E0C618; background: #EBE16F; }
	.info { border-color: #92cae4; background: #d5edf8; }
	.error { border-color: #fbc2c4; background: #fbe3e4; }
	.success { border-color: #c6d880; background: #e6efc2; }



	/* links */
	a, a:link, a:visited { color: #7777777; }
	a:hover, a:focus { color: #000000; }
	a:active {} /* on click */
	a:link { -webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */ }



	/* Highlighted Text */
	::selection {
		background: #6fc2f6;
		color:#fff;
		text-shadow : none;
	}

	/* Firefox */
	::-moz-selection {
		background: #6fc2f6;
		color:#fff;
		text-shadow : none;
	}


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    margin: 0 0 7px;
}


/* =Header
-------------------------------------------------------------- */



/* =Menu
-------------------------------------------------------------- */

.menu {
	font-size: 10pt;
		text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.menu ul {
    font-family: 'Arial';
	list-style: none;
	margin: 0;
	left: 10px;
		text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
.menu li {
    float: left;
    font-family: arial;
    padding-left: 23px;
    position: relative;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
    top: 17px;
}


.menu li a {
    font-family: 'Arial';
	text-decoration: none;
	color: #fff;
		text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;

}

.menu li a:hover {
	color: #003174;
}



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}

#content ul {
	list-style-type:disc;
	font-size: 10pt;
}
#content li {
	list-style-type: disc;
	margin-left: 30px;
	padding-bottom: 5px;
        line-height: 20px;
}


h1 {
	font-family: 'Arial';
	font-size: 27pt;
	color: #FF9933;
	font-weight: normal;
	padding-bottom: 0px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

h2 {
	font-family: 'Arial';
	font-size: 20pt;
	color: #FF9933;
	font-weight: normal;
	padding-bottom: 0px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}


#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {

	margin: 0 0 15px 0;
}

h3 {
    color: #3399CC;
    font-family: arial;
    font-size: 12pt;
    font-weight: normal;
    text-rendering: optimizelegibility;
}


h5 {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}


.hentry {
    margin: 0 0 48px;
    text-align: justify;
    width: 750px;
}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


#content ol li {
	padding: 10px;
	list-style-type:decimal;
	font-size: 10pt;
}

ol {
	list-style-type: upper-roman;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}

	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

.whychooseus {
	margin-left: 4px;
}

.whychooseus li {
margin-bottom: 17px;
color: #fff;
list-style-type: disc;
margin-left: 10px;
margin-right: 20px;
}