/* --------- /plugin_assets/project1/stylesheets/default.css --------- */ 
body { color: #333; font-family:Helvetica; font-size:12px; padding:0; margin:0;}
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;}

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;}
#media-bin-assets li {clear:both; height:110px;;}/* --------- /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 --------- */ 
html {
  height: 100%;
  margin: 0;
}
body {
  height: 100%;
  margin:0;
  color:#000;
  font:11px Verdana, Arial, Helvetica, sans-serif;
}
a {
  text-decoration:none;
  color:#999;
}
a:hover {text-decoration:underline;}
img {border:none;}
input,
textarea,
select{
  font:100% arial,sans-serif;
  vertical-align:middle;
}
form,fieldset{
  margin:0;
  padding:0;
  border:none;
}

/** html #main {height: 100%;}*/
#main {
/*  min-height: 100%;*/
  width:960px;
  margin:0 0 0 30px;
  overflow:hidden;
}

#header {
  width:100%;
  height:51px;
  padding:27px 0 0;
  overflow:hidden;
}
#header ul {
  float:left;
  margin:23px 0 0 -14px;
  padding:0;
  overflow:hidden;
}
#header li {
  list-style:none;
  float:left;
  padding:0 15px 0 14px;
  background:url(/images/sep-nav.gif) no-repeat 0 5px;
}
#header li a {
  display:block;
  padding:0 0 15px;
  color:#000;
}
#header li a:hover,
#header li.active a {
  text-decoration:none;
  background:url(/images/hover.gif) repeat-x 0 100%;
}
.logo {
  float:right;
  width:237px;
  height:36px;
  overflow:hidden;
  background:url(/images/logo.gif) no-repeat;
  text-indent:-3000px;
}
.logo a {
  display:block;
  width:231px;
  height:43px;
}
#wrapp {
  min-height:100%;
  height:auto;
  position:relative;
}
#content {
  width:100%;
  overflow:hidden;
  padding-bottom:80px;
}
#content img {float:left;}
#content #gallery .image img {float:none;}
.text-cont1 {
  float:right;
  width:463px;
  margin:14px 10px 0 0;
  line-height:13px;
  color:#333;
}
.rev .list strong {color:#000;}
#footer {
  width:960px;
  overflow:hidden;
/*  margin:-20px 0 0 30px;*/
  position:absolute;
  bottom:0;
  left:30px;
  height:20px;
}
#footer ul {
  margin:0 0 0 -8px;
  padding:0;
}
#footer li {
  display:inline;
  padding:0 4px 0 8px;
  background:url(/images/sep-footer.gif) no-repeat 0 3px;
  color:#999;
}
#footer li a {color:#999;}
/* for gallery */
.content-inner  {
  width:100%;
  overflow:hidden;
  padding:9px 0 0;
  background:url(/images/line.gif) repeat-x;
}
.left-column {
  float:left;
  width:370px;
  overflow:hidden;
}
.rev.left-column {
  width:510px;
}
.menu {
  overflow:hidden;
  width:100%;
  margin:0 0 18px;
  padding:0;
}
.menu li {
  list-style:none;
  float:left;
  line-height:13px;
  padding:0 5px 0 0;
}
.menu span {
  padding:0 8px 0 0;
  background:url(/images/sep-menu.gif) no-repeat 100% 50%;
}
.menu li a {color:#000;}
.menu li.active a {color:#0099ff;}
.list {
  float:left;
  width:110px;
  margin:0 20px 0 0;
}
.list ul {
  margin:0;
  padding:0;
}
.list li {list-style:none;}
.list li a {line-height:16px;color:#000;}
.list li a:hover,
.list li.active a {color:#0099ff;}
.info {
  float:right;
  width:224px;
  padding:2px 0 0;
  margin:0 16px 0 0;
}
.info p {
  margin:0 0 15px;
  line-height:13px;
}
.info h3 {
  margin:0 0 14px;
  line-height:11px;
  font-size:11px;
  font-weight:normal;
}
.info ul {
  margin:0;
  padding:0;
}
.info li {
  list-style:none;
  line-height:13px;
}
.rev .info {
  float:left;
  width:210px;
}
.rev .list {
  float:right;
  color:#999;
  width:200px;
  padding:0 1em 0 4em;
}
.contact .rev .list {
  color:#000;
  padding-top:30px;
}
.right-column {
  width:590px;
  float:right;
  margin:1px 0 0;
}
.rev.right-column {
  width:450px;
}
.right-column img {float:left;}
.gallery {
  width:100%;
  overflow:hidden;
  margin:0 0 21px;
}
.gallery span {
  float:left;
  width:23px;
  background:url(/images/sep-menu.gif) no-repeat 50% 50%;
}
.prev {
  float:left;
  padding:0 0 2px 18px;
  background:url(/images/arrow-left.gif) no-repeat 0 50%;
  line-height:13px;
}
.next {
  float:left;
  padding:0 18px 2px 0;
  background:url(/images/arrow-right.gif) no-repeat 100% 50%;
  line-height:13px;
}

/* for capabilities */
.info h1, h1 {
  margin:0 0 6px;
  color:#0099ff;
  font:25px/25px Verdana, Arial, Helvetica, sans-serif;
}

h1 form {font-size:14px;}
h1 form .editor_field {padding:2px;width:226px;}
.info h1 p {line-height:inherit;margin:0;}
.edit_media_asset p input, .edit_media_asset p {margin:0;padding:0;}
#flash p {margin:0;}

.news .title {font-weight:bold;}
.news {width:525px;padding-bottom:1em;}

.image {width:590px;background:#eee;position:relative;}
#gallery-image {position:absolute;top:0;left:0;z-index:9;}
#gallery-loader {position:absolute;top:10px;left:10px;}

#gallery-images {width:600px;}
#gallery-images .draggable {padding:0 1em 1em 0;}
