/* Main Formatting */

html {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

img.thumb {
    background: #ffffff url("/images/lightbox-ico-loading.gif") no-repeat center center;
    display: block;
}

body {
	margin: 0 0 0 0;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #ffffff;
	background-image: url("../images/lightbox-ico-loading.gif");
	background-position: center 350px;
	background-repeat: no-repeat;
}

.loaded {
    background-image: url("../images/lightbox-blank.gif");
}

.with_caption {
    height: 580px !important;
}

h1 {
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #a0a0a0;
    margin: 0;
}

* + h1 {
    margin: 2em 0 0 0;
}

p {
    margin: 1em 0;
}

#enable_js {
    position: absolute;
	margin: 0;
	background-color: #7e7e7e;
	width: 100%;
	top: 80px;
	left: 0;
	color: #ffffff;
	z-index: 0;
	font: normal normal normal 10pt/1.0em verdana,arial,sans-serif;		
	padding: 20px;
	height: 500px;
}

.loaded #enable_js {
    display: none;
}

#description{
    height: 100px;
    width: 100px;
    position: absolute;
    left: -1000px;
    top: -1000px;
    visibility: hidden;
    display: none;
}

.noborder {
	border: none;
}

a:link, a:active, a:visited. a:hover {
	border: 0px;
}

#logo {
	margin: 15px 0px 0px 10px;	/* top right bottom left */
	position: absolute;
	left: 0;
	top: 0;
}

#menu {
	margin: 0 0px 0px 0px;		/* top right bottom left */
	min-width: 500px;
	z-index: 1;
	position: relative;
	height: 46px;
	padding-top: 34px;
}

#menu li {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 0.25em;
	color: #656565;
	font: normal normal normal 10pt/1.0em verdana,arial,sans-serif;			/* style variant weight size line-height family */
	cursor: pointer;
	list-style: none;
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;
}

#menu li:first-child{
    margin-left: 1.5em;
}

#menu ul {
    margin: 0;
}


#menu li.selected {
    border-bottom-color: #b61111;
    color: #000000;
}

#menu a:hover { 
	color: #b61111;
}

#ball_spacer{
    width: 52px;
    height: 45px;
    float: left;
    margin: 15px 0 0 12px;
}

#name_spacer{
    width: 225px;
    height: 28px;
    float: left;
    margin: 26px 0 0 0;
}

#contact_link {
    color: #b61111 !important;
    font-weight: bold !important;
}

#contact {
    position: absolute;
    background-color: #7e7e7e;
    width: 100%;
    z-index: 9999;
    display: none;
    min-height: 275px;
}

.invisible {
    visibility: hidden;
}


#contact_link {
}

#result {
	position: absolute;
	margin: 0;
	background-color: #7e7e7e;
	width: 100%;
	top: 80px;
	left: 0;
	color: #ffffff;
	z-index: 1;
}

/* Portfolio */

#container {
	position: absolute;
	/*padding: 0px 0px 20px 0px;*/
	background-color: #7e7e7e;
	width: 100%;
	height: 560px;
	cursor: move;
}

#container * {
    cursor: move;
}

#draggable {
	height: 560px;
	padding: 0px 0px 0px 20px;		/* top right bottom left */
}

#scroller {
    width: 100%;
    height: 560px;
    top: 0;
    left: 0;
    padding: 0px 0px 20px 0px;
    background: transparent;
    position: absolute;
    z-index: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    cursor: default;
}

#scroller .inner {
    height: 100%;
}

.items {
	float: left;
	margin: 20px 20px 20px 0px;		/* top right bottom left */
}

#items a {
	position: absolute;
	z-index: 10;
	margin: 460px 0px 0px 20px;		/* top right bottom left */
}

#dragleft {
	position: absolute;
	display: none;
	text-align: right;
	margin: 770px 0px 0px 0px;		/* top right bottom left */
	width: 98%;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#nav .prev, #nav .next {
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 50%;
}

#nav .icon {
    width: 35px;
    height: 35px;
}

#nav .prev {
    position: absolute;
    right: 50%; 
}

#nav .next {
    position: absolute;
    left: 50%;
}

#nav .icon {
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 675px;
}

#nav .prev .icon {
    float: right;
    background-position: 0 0;
    right: 40px;
}

#nav .next .icon {
    float: left;
    background-position: -35px 0;
    left: 40px;
}

#nav .prev.active .icon {
    background-position: -70px 0;
}

#nav .next.active .icon {
    background-position: -105px 0;
    
}

#preload {
    position: absolute;
    left: -99999px;
    top: -99999px;
    width: 100px;
    height: 100px;
}

.caption {
	text-align: center;
	color: #ffffff;
	font: normal normal normal 10pt/1.0em verdana,arial,sans-serif;			/* style variant weight size line-height family */
	margin: 8px 0px 0px 0px;		/* top right bottom left */
}

/* Copy */

#copy {
	float: left;
	min-width: 400px;
	max-width: 600px;
	padding: 25px 25px 25px 10px;
	color: #ffffff;
	font: normal normal normal 10pt/1.0em verdana,arial,sans-serif;				/* style variant weight size line-height family */
	text-align: left;
}

#copy a:link, #copy a:active, #copy a:visited {
	color: #ffffff;
	text-decoration: none;
}

#copy a:hover {
	text-decoration: underline;
} 

#headshot {
	float: left;
	padding: 25px 25px 25px 100px;
}

#copy {
	line-height: 1.5em;
}

#copy .address, #copy .phone { margin-top: 1em; }

.link_outs {

}

.link_outs em {
    font-decoration: none;
    font-weight: bold;
    font-style: normal;
}

#copy ul {
    margin: 1em 0 0 0;
    padding: 0 0 0 1.5em;
}

#copy li {
    margin-left: 0;
    padding: 0.5em 0;
}

table {
    border: 1px solid #a0a0a0;
}

td.label {
    background-color: #a0a0a0;
}

td {
    border-bottom: 1px solid #a0a0a0;
}