/* --------- /plugin_assets/project1/stylesheets/default.css --------- */ 
body { color: #333; font-family:Helvetica; font-size:12px; padding:0; margin:0;}
p {padding-bottom:1em;}
img {border:0;}
span.controls a, div.admin-controls a {border:0;}
input, select, textarea { border: 1px solid #ccc; background-color:#eee; margin:1em 0 2em 0; padding: 0.25em; }
div.component-settings input, form.inplaceeditor-form textarea, form.inplaceeditor-form input { padding:0; margin:0;}

fieldset { margin: 0 0 1em 0; padding: 0.5em; border: #ccc 1px solid; }
fieldset legend { font-weight: bold; padding:0.5em;	border: #ccc 1px solid; }

table { width:100%;}
table tr td { vertical-align:top; padding: 6px;}
table tr th { border-bottom :1px solid #ccc; text-align:left;padding:6px;}

.errorExplanation h2, .errorExplanation ul li, .errorExplanation h1, .errorExplanation p { color: red;}
/*div.galleryimages img {padding:0 10px 10px 0}*/

div.galleryimages div.draggable {float:left;}

#admin-nav {background-color:#666; height:20px; padding-top:5px;}
#admin-nav ul {float:right; height:20px; margin:0;}
#admin-nav ul li {display:inline; margin:0px 20px 0 0px;}
#admin-nav ul li a { color: #fff;}
#admin-nav ul li a:hover { text-decoration:underline;}

#flash { width:100%; background-color: #ccc; position:absolute; z-index:9; height:20px; padding-top:10px;}
#flash p {color: #333; font-weight: bold; padding-left:20px; }

#google-map { width:400px; height:400px}

td.setting_name { width:30%;}
td.setting_value { width:60%;}
td.setting_actions { width:10%; text-align:right;}
div.settings_group { margin-bottom:20px; border:1px solid #ccc;}
div.settings_title { color:#fff; background-color:#999;padding-left:8px;}
div.settings_title a { color:#fff;}
div.loader {width:16px; height:16px; background-image: url(/plugin_assets/project1/images/ajax-loader.gif); margin: 4px;}

div.toggle_hider { padding-bottom:10px;}

#content {padding: 1em; }

ul.section li {list-style-type: square; margin: 0 0 0.5em 2em;}

#page-edit {clear:both; padding-top:20px;}

/*
overlay lightbox - taken from 
http://www.pjhyett.com/posts/190-the-lightbox-effect-without-lightbox
*/
.overlay{ 
    background-image: url(/plugin_assets/project1/images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}
* html .overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(/plugin_assets/project1/stylesheets/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/plugin_assets/project1/images/overlay.png", sizingMethod="scale");
}
.viewbox{
    background:#fff;
    padding:10px;
    border:2px solid #eee;
    text-align:left;
    font-weight:normal;
}
.closebox{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
div.media_bin_asset { display:inline; position:relative;}
div.media_bin_asset div.slide {left:0px; top:0px; position:absolute;}/* --------- /plugin_assets/project1/stylesheets/lightbox.css --------- */ 
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/plugin_assets/project1/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/plugin_assets/project1/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/plugin_assets/project1/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}/* --------- /stylesheets/default.css --------- */ 
body{
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	background:#bcbec0;
	color:#989898;
}
a {
  color:#000;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
h1, h2, h3, h4, h5, h6, p, ul{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
#main {
	width: 965px;
	margin:50px auto 0;
	background:#fff url(/images/main-bg.jpg) repeat-y 100% 0;
	overflow:hidden;
}
#header {
	width: 950px;
	position:relative;
	padding-top:112px;
	background:url(/images/header.jpg) no-repeat;
	padding-right:15px;
}
.logo{
	position:absolute;
	top:50px;
	left:70px;
}
.logo a{
	display:block;
	width:220px;
	height:31px;
	background:url(/images/logo.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
.navigation{
	position:absolute;
	top:60px;
	right:60px;
}
.navigation li{
	display:inline;
	background:url(/images/devider.gif) no-repeat 0 4px;
	padding:0 5px 0 12px
}
.navigation li.first{background:none;}
.navigation li a{
	color:#989898;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:2px;
}
.navigation li.active a{color:#3d3b34;}
.navigation li a:hover{text-decoration:underline;}
.media_bin_asset {
	background:url(/images/line.gif) no-repeat 100% 6px;
/*  position:relative;*/
	width:468px;
	height:257px;
	float:right;
}
.box-inner{
	background:#dddedf;
	position:relative;
}
.box-inner h2{
	color:#fff;
	font-size:28px;
	position:absolute;
	right:62px;
	top:177px;
	letter-spacing:2px;
}
.logo2{
	position:absolute;
	top:95px;
	right:150px;
}
.logo2 a{
	display:block;
	width:182px;
	height:45px;
	background:url(/images/logo2.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#content {
	width: 680px;
	float: left;
	padding:40px 0 70px 70px
}
#content p{
	width:400px;
	line-height:25px;
	letter-spacing:1px;
}
#content p strong{
	color:#3d3b34;
}
.pdf-list{
	width:623px;
}
.pdf-list li{
	border-top:1px solid #e6e6e6;
	padding:10px 0;
}
.pdf-list li a.pdf{
	padding:0 0 7px 40px;
	display:block;
	background:url(/images/pdf.gif) no-repeat 0 1px;
	text-decoration:none;
	color:#3d3b34;
	height:11px;
}
.pdf-list li p{padding-left:40px;}
#column{
	width:140px;
	float:left;
	padding:40px 15px 60px 0
}
#column address{
	font-style:normal;
	line-height:17px;
	text-align:right;
}
#column address a{
	font-style:normal;
	line-height:17px;
	text-align:right;
	color:#989898;
	text-transform:uppercase;
	text-decoration:none;
}
#footer {
	width: 950px;
	margin:0 auto;
	height: 50px;
	background:#bcbec0 url(/images/footer.jpg) no-repeat 0 0;
	padding-right:15px;
	padding-top:25px;
}
#footer a {
  color:#989898;
  text-decoration:none;
}
