/* @override 
	http://www.johneinselen.com/textpattern/css.php?s=photography
	http://www.johneinselen.com/textpattern/css.php?s=default
*/

/* layout
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
	font: 12px/18px Verdana, Helvetica, sans-serif;
}

#intro {
	margin: auto;
	width: 960px;
	height: 960px;
	background-image: url(/images/design/background.jpg);
}

#page {
	margin: auto;
	width: 960px;
	background: url(/images/design/page1background2.jpg) repeat-y center 0;
}

#introcontent {
	width: 960px;
	position: relative;
	top: 160px;
}

#pagecontent {
	width: 960px;
	height: 700px;
	position: relative;
	top: 0px;
	background: url(/images/design/page1background1.jpg) no-repeat center 0;
}

#content {
	width: 768px;
	position: relative;
	margin: 0 auto;
	top: 40px;
}

#intronav {
	width: 960px;
	height: 260px;
	position: relative;
	top: 200px;
}

#pagenav {
	width: 960px;
	height: 260px;
	position: relative;
	background: url(/images/design/page1background3.jpg) no-repeat center bottom;
	top: 0px;
}

#nav {
	width: 540px;
	height: 260px;
	top: 0px;
	text-align: left;
	margin: 0 auto;
	background: url(/images/design/johneinselen.png) no-repeat 0 0;
	position: relative;
}

#photography, #illustration, #design, #aboutme, #downloads {
	top: 60px;
	width: auto;
	height: 180px;
	position: relative;
	left: 30px;
	float: left;
	text-align: left;
}

#galleryTitle {
	margin-bottom: 5px;
	margin-left: 10px;
}

#slimboxNav {
	width: 720px;
	height: 90px;
	margin: 0 -110px;
}

#slimboxInline {
	clear: both;
	padding-top: 20px;
}

#slimboxTitle {
	text-align: left;
	margin: 10px 0;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#slimboxCaption {
	text-align: left;
	margin: 10px 0;
	color: #000;
}

#foot {
	clear: both;
	text-align: center;
	position: relative;
	margin: 20px auto;
	width: 510px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
}

/* links
----------------------------------------------- */

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #000;
	border-style: none;
}

#photography a, #illustration a, #design a, #aboutme a, #downloads a {
	color: #000;
}

#foot a {
	text-decoration: underline;
	color: #999;
}

img, img a {
	border-style: none;
	margin: 0;
	padding: 0;
}

.lbThumb {
	margin: 10px;
	border: 3px solid #222;
	float: left;
}

/* overrides
----------------------------------------------- */

h1, .h1, h2, .h2, h3, .h3 {
	font-weight: bold;
	color: #ddd;
}

h1, .h1 {
	size: 16px;
	color: #000;
}

h2, .h2 {
	size: 14px;
	color: #000;
}

h3, .h3 {
	size: 12px;
	color: #000;
}

blockquote {
	margin: 0 40px 15px 20px;
}

small, .small {
	font-size: 10px;
}

.caps {
	font-size: 11px;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #e5dac3}

ul.comments_error {
	padding: 10px;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #000;
}

div#cpreview {
	padding: 10px;
	color: #000;
	background-color: #dde5b7;
	border: 2px solid #000;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

/* sliding_tabs
----------------------------------------------- */

#tab_overflow{
	position:relative;
	width:640px;
	overflow:hidden;
}
#tab_container{
	position:relative;
	white-space:nowrap;
}
#tab_body_container{
	position:relative;
	overflow:hidden;
	width:640px;
}