/* START MAIN HOLDERS */
/* START MAIN HOLDERS */
html
{
	/* always show scrollbar */
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background: #292929 url(/wp-content/themes/pinchbeck_dark/img/bg_body.gif) top left repeat-x;
	padding: 25px 0;
	text-align: center;
	font-size: 62.5%;
	font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
}

body#home #middler
{
	background: #363636 url(/wp-content/themes/pinchbeck_dark/img/bg_home.gif) 0 170px no-repeat;
}

#container
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#header
{
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

#header-left
{
	width: 680px;
	float: left;
}

#header-right
{
	width: 300px;
	float: right;
}

#middler
{
	overflow: hidden;
	padding: 30px 0;
	width: 978px;
	background: #363636;
	margin-bottom: 10px;
	border: 1px solid #1c1c1c;
}

body#home #middler
{
	padding: 0;
}

#column-left
{
	width: 610px;
	float: left;
	overflow: hidden;
	margin-right: 37px;
	margin-left: 25px;
}

#column-right
{
	width: 281px;
	float: right;
	margin-right: 25px;
}

#portfolio-links
{
	border-bottom: 1px solid #5D5D5D;
	width: 233px;
	margin-left: 43px;
	margin-top: 50px;
}

#right-stuff
{
	width: 233px;
	margin-left: 43px;
	margin-top: 45px;
	text-align: right;
}

#footer
{
	height: 30px;
}
/* END MAIN HOLDERS */

/* START LINKS */
a:link, a:visited
{
	color: #E60E0E;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ccc;
}

#portfolio-links a:link, #portfolio-links a:visited
{
	color: #aaa;
	text-decoration: none;
}

#portfolio-links a:hover, #portfolio-links a:active
{
	color: #E60E0E;
}

#portfolio-links a.selected:link, #portfolio-links a.selected:visited
{
	color: #F11C1C;
}

#footer a
{
	display: block;
	height: 30px;
	width: 980px;
	text-indent: -9999px;
	background: transparent url(/wp-content/themes/pinchbeck_dark/img/footer.gif) 0 0 no-repeat;
}

#footer a:hover
{
	background-position: 0 -30px;
}
/* END LINKS */

/* START PARAGRAPHS AND HEADINGS */
p
{
	font-size: 1.3em;
	line-height: 1.4;
	color: #ddd;
	margin-bottom: 15px;
}

h1#logo
{
	text-indent: -9999px;
}

h1#logo a
{
	display: block;
	height: 50px;
	width: 680px;
	background: url(/wp-content/themes/pinchbeck_dark/img/logo.gif) left top no-repeat;
}

h2
{
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #eee;
}
/* END PARAGRAPHS AND HEADINGS */

/* START MAIN NAV */
ul#nav
{
	width: 300px;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(/wp-content/themes/pinchbeck_dark/img/nav.gif);
	position: relative;
}

ul#nav li
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#ul nav li, ul#nav li a
{
	height: 50px;
	display: block;
	text-indent: -9999px;
}

#nav-commercial { left: 0; width: 95px; }
#nav-pinhole { left: 95px; width: 87px; }
#nav-stock { left: 181px; width: 78px; }
#nav-bio { left: 258px; width: 43px; }

#nav-commercial a:hover { background: transparent url(/wp-content/themes/pinchbeck_dark/img/nav.gif) 0 -50px no-repeat; }
#nav-pinhole a:hover { background: transparent url(/wp-content/themes/pinchbeck_dark/img/nav.gif) -95px -50px; }
#nav-stock a:hover { background: transparent url(/wp-content/themes/pinchbeck_dark/img/nav.gif) -181px -50px; }
#nav-bio a:hover { background: transparent url(/wp-content/themes/pinchbeck_dark/img/nav.gif) -258px -50px; }

/* you are here */
body#commercial #nav-commercial a { background: transparent url(/wp-content/themes/pinchbeck_dark/img/nav.gif) 0 -50px no-repeat; }
body#pinhole #nav-pinhole a { background: transparent url(/wp-content/themes/pinchbeck_dark/img/nav.gif) -95px -50px; }
body#stock #nav-stock a { background: transparent url(/wp-content/themes/pinchbeck_dark/img/nav.gif) -181px -50px; }
body#bio #nav-bio a { background: transparent url(/wp-content/themes/pinchbeck_dark/img/nav.gif) -258px -50px; }
/* END MAIN NAV */

/*	START MISC STUFF */
.bio-photo
{
	margin-bottom: 25px;
	padding-top: 7px;
}

.goleft
{
	float: left;
	margin: 2px 20px 15px 0;
}

.goright
{
	float: right;
	margin: 2px 0 15px 20px;
}

a.bordered:link, a.bordered:visited
{
	border: 1px solid #1C1C1C;
	margin: 0 20px 20px 0;
	float: left;
	height: 130px;
	width: 130px;
	overflow: hidden;
}

a.bordered:hover, a.bordered:active
{
	border: 1px solid #ccc;
}

.thumb-with-caption
{
	overflow: hidden;
	float: left;
	width: 132px;
	margin: 0 20px 20px 0;
}

.thumb-with-caption a.bordered
{
	margin-bottom: 8px;
}

.thumb-with-caption p
{
	font-size: 1.3em;
	text-align: center;
	color: #aaa;
}
/* END MISC STUFF */

/* START HOME FOURSQUARE */
#home-images-holder
{
	width: 410px;
	height: 410px;
	overflow: hidden;
	margin-bottom: 35px;
	background: #292929;
	background: #383838;
	padding: 10px;
	margin: 25px 0 25px 25px;
	border: 1px solid #1C1C1C;
}

.box
{
	height: 200px;
	width: 200px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	text-indent: -9999px;
	position: relative;
}

.box a *
{
	display: none;
}

.box a,
.box a .hover
{
  width: 200px;
  height: 200px;
  display: block;
  background: #292929 url(/wp-content/themes/pinchbeck_dark/img/boxes.jpg) 0 0 no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.last-horizontal
{
	margin-right: 0;
}
.box a.stock { background-position: 0 0; }
.box a.commercial { background-position: 0 -200px; }
.box a.bio { background-position: 0 -400px; }
.box a.pinhole { background-position: 0 -600px; }

/* .highlight will be removed if JS is enabled */
.box .highlight a.stock:hover, 
.box a.stock .hover
{
  background-position: -200px 0;
}

.box .highlight a.commercial:hover, 
.box a.commercial .hover
{
  background-position: -200px -200px;
}

.box .highlight a.bio:hover, 
.box a.bio .hover
{
  background-position: -200px -400px;
}

.box .highlight a.pinhole:hover, 
.box a.pinhole .hover
{
  background-position: -200px -600px;
}

.box-link-description
{
	height: 30px;
	z-index: 9999;
	position: absolute;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	background: #121212;
	width: 200px;
	padding-top: 10px;
	opacity: .8; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .80; /* Safari 1.x */
	-moz-opacity: .80; /* FF lt 1.5, Netscape */
	display: none;
}

.box-link-description p
{
	margin:0;
	padding: 0;
	color: #ccc;
}
/* END HOME FOURSQUARE */

/* START LEFT NAV*/
#portfolio-links ul li a
{
	color: #ccc;
	display: block;
	width: 208px;
	height: 13px;
	font-size: 13px;
	line-height: 1;
	padding: 6px 15px 6px 10px;
	border-top: 1px solid #5D5D5D;
	margin-bottom: 0;
	cursor: pointer;
	text-align: right;
	background: url(/wp-content/themes/pinchbeck_dark/img/bullet_ring.gif) right center no-repeat;
}


/* END LEFT NAV */

/* START SHADOWBOX OVERRIDES */
#sb-title-inner, #sb-counter
{
	font-family: "Liberation Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #ccc;
}

/* END SHADOWBOX OVERRIDES */

/* START LISTS */
ul.plain-jane
{
	font-size: 1.3em;
	color: #ccc;
	margin-bottom: 25px;
}

ul.plain-jane li
{
	margin-bottom: 10px;
}
/* END LISTS */

/* START TOOLTIPS */


/* END TOOLTIPS */
