/*
Theme Name: ElevatorExpert
Theme URI: https://www.elevatorexpert.net/
Description: For use only by ElevatorExpert.net - all other uses unauthorized
Version: 1
Author: Peter Ubriaco, New York Information Systems Inc.
Author URI: https://www.nyisi.com/
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/main_bg.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	background-attachment: fixed;
}


.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: none;
} 
.twoColFixRtHdr #header {
	margin: 0px;
	height: 78px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(/wp-content/themes/elevatorexpert/header/header_bg.png);
	cursor: pointer;
} 

.twoColFixRtHdr #headertext {
	float: right;
}

.twoColFixRtHdr #headertext p {
	clear: both;
	float: right;
	margin: 20px 16px 0 0;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #header h2 {
	clear: both;
	float: right;
	font-size: 14px;
	background-color: #fff;
	margin: 0 12px 0 0;
}

#leaderboard {
	background-image: none;
	width: 780px;
	height: 129px;
	cursor: pointer;
}
#navbar {
	height: 33px;
	width: 780px;
	background-image: url(/images/navBG.png);
	background-repeat: repeat-x;
}
#breaking {
	background-color: #333;
	color: #fff;
	font-size: 16px; 
	letter-spacing: -1px;
	margin-top: 0;
	padding: 4px;
	text-align: center;
}
#breaking span.breaking {
	color: red;
	font-weight: bold;
}
#breaking a {
	color: #fff;
}

.twoColFixRtHdr #container #navbar a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	width: 82px;
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
}
.twoColFixRtHdr #container #navbar a:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 33px;
}
.twoColFixRtHdr #container #navbar a.current {
	background-image: url(/images/button.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 33px;
	width: 82px;
}
.twoColFixRtHdr #container #navbar a.wide {
	background-image: url(/images/button-wide.png);
	width: 122px;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 10px;
}
.twoColFixRtHdr #container #sidebar1 h3  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	margin-top: 12px; margin-bottom: 16px;
}
.twoColFixRtHdr #container #sidebar1 h4  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	margin-top: 8px; margin-bottom: 4px;
}
.twoColFixRtHdr #container #sidebar1 a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
}
.twoColFixRtHdr #container #sidebar1 a:hover {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr #container #sidebar1 p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	margin-top: 6px; margin-bottom: 4px;
}
.twoColFixRtHdr #container #sidebar1 p.contact  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #333;
	margin-top: 6px; margin-bottom: 4px;
}
.twoColFixRtHdr #container #sidebar1 h3 a {
	font-size: 18px;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #container #mainContent p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
.twoColFixRtHdr #container #mainContent ol li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent p a {
	color: #336699;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container #mainContent p a:hover {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}




.twoColFixRtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(/images/footer_bg.png);
	height: 132px;
	width: 780px;
	margin: 0px;
	padding: 0;
} 
.twoColFixRtHdr #container #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer a:hover {
	color: #666;
	text-decoration: underline;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #mainContent ul li  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
.twoColFixRtHdr #container #mainContent h2 {
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
}

h1 { display: none; }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #036;
	background-color: #ccc;
	padding: 6px;
	margin-bottom: 6px;
}

h2 a {
	text-decoration: none;
	font-size: 17px;
	color: #036;
}
h2 a:visited { color: #036; }

span.date { font-style: italic; }

.alignleft { float: left; border: 0px; }
.alignright { float: right; border: 0px; }

p.cvlink a { font-size: 14px; text-decoration: underline; font-weight: bold; }
div.cv h4 { background-color: #dddddd; padding: 6px; font-size: 12px; }

a img { border: 0px; }

div.entry ul { margin-left: -24px; clear: left; }
div.post-title { clear: left; }
div.gallery { min-height: 200px; }
div.gallery div.entry { text-align: justify; text-justify: newspaper; clear: left; }
div.gallery div.entry p img { margin: 4px; margin-right: 8px; margin-left: 0px; clear: left; }

div.sidebarmedia { margin-top: 10px; margin-bottom: 10px; text-align: center; }

div.cv div.wp-caption { padding: 0px; margin: 0px; }
div.cv ul { clear: none; }
div.wp-caption { text-align: center; background-color: #eee; padding: 6px; margin: 6px; }
p.wp-caption-text { padding-right: 0px; margin-left: 10px; margin-right: 10px; margin-bottom: 0px; }

div.justify { text-align: justify; text-justify: newspaper; }

blockquote { text-align: justify; text-justify: newspaper; background-color: #eee; font-size: 11px; font-style: italic; padding: 4px 12px 4px 12px; }