/* new site styles */ 
body {
	margin: 0;
	padding: 0;
	/*background-image: url(images/bg_page_default.jpg);*/
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	/* This next one is for IE6 */

	font-family:courier, serif;
	line-height:1.1em;
}

h1 {
	font-size:24px;
	margin-top:8px;	
	margin-bottom:10px;	
}

h1 a:hover {
	color:#000;	
}

h1 a:active {
	color:#666;	
}

h1.entry-title {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:30px;
	border-bottom:1px dashed #999;	
}

h2 {
	margin:0px;
	padding:0px;
	padding-bottom:3px;
	font-size:20px;
	border-bottom:1px dashed #999;
	color:#000;	
}

h3 {
	margin:0px;
	padding:0px;
	color:#000;
	font-size:18px;	
}

a {
	color:#4099FF;	
	text-decoration:none;
	outline:none;
	border:0px;
}

a img {
	border:0px;	
}

img {
	border:0px;	
}

a:hover {
	text-decoration:none;
	color:#000;	
}

a:active {
	color:#4099FF;	
}

li {
	margin-bottom:4px;
	
}

/* structural */

#nav {
	height:50px;
	background-image: url(images/bg_nav.jpg);
	width:100%;	
        padding-top:8px;
	position:fixed;
	z-index:2;
	top:0px;
	left:0px;
}

#nav ul {
	width:940px;
	margin:0px auto;
	/* margin-top:8px; */
}

#nav li {
	display:inline;	
	padding:0px;
	font-size:18px;
}

#nav li a:hover {
	color:#000;	
}

.globalNav {
	margin-left:10px;	
}

.socialMedia {
	margin-left:12px;	
}

#content {
	width:940px;
	margin:0px auto;	
}

#content-single {
	width:940px;
	position:relative;
	z-index:0;
	margin:0px auto;
	margin-top:60px; 	
}

#left {
	width:630px;
	float:left;	
}

#right {
	width:300px;
	float:right;
}

.rightTop {
	background: url(images/bg_right_top.png);
	width:300px;
	height:20px;
}

.rightMiddle {
	width:300px;	
	background: url(images/bg_right_middle.jpg);
}

.rightBottom {
	background: url(images/bg_right_bottom.png);
	width:300px;
	height:20px;
}

.rightContainer {
	width:300px;	
}

.postTop {
	background: url(images/bg_post_top.png);
	width:630px;
	height:20px;
}

.postMiddle {
	width:630px;	
	background: url(images/bg_post_middle.png);

}

.postBottom {
	background: url(images/bg_post_bottom.png);
	width:630px;
	height:20px;
	clear:both;
}

.post {
	padding:20px;	
	padding-bottom:4px;
	padding-top:0px;
	color:#333;
	font-size:14px;
	clear:both;
}

.post img {
	float:left;
	margin-bottom:20px;
	display:inline;
	border:6px #fff solid;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px #ccc;
}

.post img a {
	border:
}

#gallery img {
	float:left;
	margin-right:20px:
	margin-bottom:20px;
}

.left img {
	float:left;
	margin-left:-5px;	
}

.date {
	border-bottom:1px dashed #999;
	padding-bottom:8px;
	width:590px;
	display:block;
	font-size:16px;
}

.formField {
	border:1px solid #ccc;
	height:28px;
	width:160px;	
}






/* flexible background image */
img#expando {
	padding: 0;
	margin: 0;
	position: absolute;
	display: none;
	z-index: 1;
	-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,
.tall img#expando {
	display: block;
}
 
.wide img#expando {
	width: 100%;
	height: auto;
}
 
.tall img#expando {
	width: auto;
	height: 100%;
}
 
.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ?
	document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}

#lightbox-overlay-text-about {
	display:none;	
}

#lightbox-overlay-text-close {
	display:none;	
}

#lightbox-overlay-text-interact {
	display:none;	
}
