/* PANOPTICDESIGN.COM - SPLASH PAGE STYLES */

body {
	width: 810px;
	margin: 0px;
	background: #EEE;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.blacktext {
	color: black;
}

/* --------------BLUEBAR------------- */

#bluebar {
	width: 30px;
	height: 553px;
	float: left;
}
	
	
/* ---------------FRAME-------------- */
#frame {
	float: left;
	background: #FFF;
	width: 780px;
	overflow: hidden;
}

#enclose {
	background: #FFF;
	background-image:url("../art/bk_grey.gif");
	background-repeat: repeat-x;
	overflow: hidden;
}

/* -------------LEFTBAR----------- */
#leftbar {
	float: left;
	width: 150px;
}

#leftbar a {
	display: block;
	width: 100%;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#leftbar a:hover {
	color: #CC6600;
}

#leftbar a#current {
	color: #CC6600;
}

#leftbar ul {
	margin: 0px;
	padding: 0px;	
	margin-left: 20px;
	padding-top: 40px;
	list-style-type: none;
}

#leftbar li {
margin-bottom: 10px;
}

#leftbar ul#subber {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	
}

/* ---------RULE------------ */

#rule {
	float: left;
}

/* --------FOOTER----------- */

#footer {
	text-align: center;
	width: 100%;
	background: #EEE;
	float: left;
	clear: both;
}

#footer a {
	color: #6699FF;
	text-decoration: none;
}

#footer a:hover {
	color: #CC6600;
}
	
/* ---------BLOG------------ */

#footer #blog {
	float: left;
	background: #FFF;
	width: 100%;
	margin-top: 0px;
	padding-left: 6px;
	padding-bottom: 5px;
}

a.bloglink {
display:block;
float: left;
width: 207px;
height: 69px;
background-image:url("../art/b_714_roll.gif");
}

a:hover.bloglink { 
background-position: 0 -69px;
}


/* ----------FOOTLINKS----------- */

#footer #footlinks {
	float: none;
	width: 100%;
	margin-top: 80px;
	_margin-top: 10px;
}

#footer p {
	font-size: .8em;
	color: #999;
}

#footer p a {
	color: #999;
}
	
/* ----------CONTENT------------ */

#content {
	width: 624px;
	float: left;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}

#content span {	
	display: block;
	margin-left: 10px;
	margin-right: 50px;
}

#content #logo {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 45px;
}

#content p {
	margin: 0px;
	margin-bottom: 10px;
	color: #666;
	line-height: 2em;
}

#content h3 {
	color: #D00;
}

#content a {
	color: #6699FF;
	text-decoration: none;
}

#content a:hover {
	color: red;
}

/* -----------CONTACT------------- */

#content table, #content form, #content p#contact {
	float: left;
}

#content table#contact_table th {
	vertical-align: top;
	text-align: left;
}

#content input.contact, #content textarea.contact {
	width: 300px;
	border: 1px solid #999;
}

#content input.button {
	border: 1px solid #999;
	width: 50px;
}

#content p#contact {
	float: left;
}

#content p#address {
	width: 175px;
	float: right;
}

/* -----------PEOPLE-------------- */

#content #people p {
	line-height: 1.5em;
}

/* -----------GALLERY------------- */
/* The containing box for the gallery. */
#images {
    position:relative; 
    width:380px; 
    height:280px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }
    
/* Removing the list bullets and indentation */
#images ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
    
/* Remove the images and text from sight */
#images a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }

/* -----------PROCESS------------- */

#process {
	overflow: hidden;
	width: 550px;
}

#process p {
	line-height: 1.2em;
	_line-height: 20px;
}

/* -----------PROJECTS------------ */

#content .project2 {
	border-bottom: 1px solid #BBB;
	margin-bottom: 5px;
}

#content .project {
	border-bottom: 1px solid #BBB;
	margin-bottom: 25px;
}

#content .project h3, .project h2 {
	margin: 0px;
}

#content .project h2 {
	color: #CC6600;
	font-size: 1.2em;
}

#content .project h3 {
	color: #999;
	font-size: .9em;
	margin-bottom: 1em;
}

#content .project span.nav {
	display: block;
	margin: 0px;
	padding-top: 30px;
	margin-left: 350px;
}

#content .project span.nav a {
	color: #6699FF;
}

#content .project p {
	line-height: 1.3em;
}

/* -------------SEARCH---------------- */

#content input.search {
	border: 1px solid #999;
	width: 200px;
}

/* -------------SITE MAP-------------- */

#content table.sitemap {
	border-collapse: collapse;
}

#content table.sitemap th {
	padding: 10px;
	border-right: 1px solid #999;
}

#content table.sitemap td {
	padding: 10px;
}

#content table.sitemap td a {
	padding-left: 5px;
	padding-right: 5px;
}

/* --------------WORK------------------- */

#footnote {
	color: #666;
	font-size: .9em;
	margin-top: -20px;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -261px;
	left: 0px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	border: none;
	vertical-align: top;
	margin-right: 2px;
	width: 65px;
	height: 40px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border: 1px solid black;
	padding: 2px;
	width: 380px;
	height: 235px;
}
