/* --------- /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 --------- */ 
body{
	margin:0;
	color:#666;
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	background:#000;
}
img{border-style:none;}
a{text-decoration:none;color:#ccc;}
.bodyarea a, .contentarea a{text-decoration:underline;}
a:hover{color:#ccc;}
.wrapper{
	width:980px;
	margin:0 auto;
}
.header{
	width:960px;
	position:relative;
	margin:0 0 0 0px;
	overflow:hidden;
	height:85px;
	padding:63px 0 0;
}
h1.logo{
	margin:0;
	position:absolute;
	left:350px;
	top:10px;
	}
h1.logo a{
	background:url(/images/logo.gif) no-repeat;
	width:258px;
	height:138px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}
.navigation{
	list-style:none;
	padding:0;
	line-height:33px;
	margin:0;
	background:url(/images/bg-navigation.gif) repeat-x 0 0;
	width:960px;
	overflow:hidden;
}
.navigation li{
	float:left;
	margin:0 35px 0 62px;
	display:inline;
}
.navigation a{
	color:#666;
	font-size:14px;
}
.navigation a:hover{color:#ccc;}
.navigation .interval{margin:0 30px 0 400px;}
.submenu{
	overflow:hidden;
	clear:both;
}
.submenu{
	list-style:none;
	margin:8px 0 0 128px;
	padding:0;
	overflow:hidden;
	float:left;
	background:none;
	display:inline;
}
.submenu li{
	float:left;
	background:url(/images/div-breadcrumbs.gif) no-repeat 0 70%;
	padding:0 11px 0 10px;
	margin:0 0 0 -2px;
	display:inline;
}
.submenu a{
	color:#666;
	font-size:12px;
	display:block;
}
.submenu a:hover{color:#ccc;}
.main{
	width:100%;
	overflow:hidden;
}
.nav-bar{
	width:120px;
	float:left;
	overflow:hidden;
}
.nav-bar ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	width:102px;
}
.nav-bar ul li{margin:1px 0 3px;}
.nav-bar ul a{color:#666;}
.nav-bar ul a:hover{color:#ccc;}
.content{
	width:850px;
	float:left;
	border-left:1px solid #333;
	overflow:hidden;
}
.footer{
	width:100%;
	text-align:center;
	padding:30px 0 30px 0px;
	margin-left:-10px;
}
.footer p{
	color:#ccc;
	font-size:11px;
	font-style:italic;
	margin:0;
}
li.active a{color:#ccc;}
.box{
	width:100%;
	margin:32px 0 0 0px;
}
.contentarea {
  	text-align:center;
  	width:514px;
  	margin:27px 0 0 220px;
  /*  margin:27px 0 0 140px;*/
  /*  width:500px;*/
  	padding:0 0 50px;
  	color:#999;
  	font-size:14px;
  	line-height:24px;
}
.content .bodyarea{
	text-align:center;
	width:514px;
	margin:27px 0 0 100px;
/*  margin:27px 0 0 140px;*/
/*  width:500px;*/
	padding:0 0 250px;
	color:#999;
	font-size:14px;
	line-height:24px;
/*  margin:0;*/
}
.content .list-view{
	float:left;
	width:54px;
	list-style:none;
	padding:0 0 0 8px;
	margin:0;
}
.content .list-view li{
	width:100%;
	text-align:center;
	float:left;
}
.content .list-view a{color:#666;}
.content .list-view a:hover,
.content .active a{color:#ccc;}
.content .list-view a.prev{
	float:left;
	background:url(/images/label-view-l.gif) no-repeat;
	width:7px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
}
.content .list-view a.next{
	float:right;
	background:url(/images/label-view-r.gif) no-repeat;
	width:7px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
}
.content .list-view span{
	float:left;
	padding:0 2px 0 7px;
}
.content .view{
	float:left;
	margin:75px 0 0 40px;
	padding:0 0 80px;
}

/* specify height so scrollbars don't appear/jump */
.image {height:412px;width:550px;text-align:center;position:relative;}
#gallery-image {z-index:9;margin-left:-32px;}
#gallery-loader {position:absolute;top:50px;left:250px;}
/*#gallery {margin-top:-10px;}*/
.main.app { width:960px; text-align:center;}
