/*
Theme Name: Gijs
Theme URI: http://bldng.nl/
Description: Gijs Bekenkamp photography theme
Author: Bas van den Brink | bldng.
Version: 1.0
Tags: grey, photographic
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* TEXT */
/* -------------------------------------------------------------- */
.clr {
	clear: both;
} 

#header_left ul {
	list-style-type: none;
}

#header_left ul li {
	display: inline;
	margin-right: 10px;
	font-size: 0.7em;
	text-transform: uppercase;
}

ul.links {
	list-style-type: none;
	font-size: 0.7em;
	text-transform: uppercase;
}

ul.links li {
	margin: 2px 0 2px 0;
}

a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #f079ae; text-decoration: none; }
a:active { color: #f079ae; text-decoration: none; }

p.tags a:link { color: #fff; text-decoration: underline; }
p.tags a:visited { color: #fff; text-decoration: underline; }
p.tags a:hover { color: #f079ae; text-decoration: none; }
p.tags a:active { color: #f079ae; text-decoration: none; }

.edit-link a:link { color: #999; text-decoration: none; }
.edit-link a:visited { color: #999; text-decoration: none; }
.edit-link a:hover { color: #f079ae; text-decoration: none; }
.edit-link a:active { color: #f079ae; text-decoration: none; }

h1 {
	font-size: 0.75em; 
	color: #f079ae;
	font-weight: bold;
	text-transform: uppercase;
}

.photo_story h1 {
	font-size: 0.7em;
	color: #fff;
	text-transform: inherit;
	font-weight: normal;
}

	.pubbin h3 {
		font-size: 0.7em;
		font-weight: bold;
		margin-bottom: 2px; 
	}

	.pubbin p {
		color: #f079ae;
		font-size: 0.7em;
		font-weight: bold;
	}

label {
	font-size: 0.7em;
	color: #fff;
	text-transform: uppercase;
}

#content .pub_right {
	line-height: 1.1em;
}

#content .pub_right h2 {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
}

#content .pub_right p {
	font-size: 0.7em;
}

.photo_story {
	line-height: 1.05em;
}

#content .photo_story p {
	width: 500px;
	font-size: 0.7em;
}

#photo_nav p {
	float: left;
	position: relative;
}

#photo_nav p.navi {
	float: left;
	position: relative;
	font-size: 0.65em;
	font-weight: bold;
	text-transform: uppercase;
}

	#photo_nav #photo_nav_left p.navi {
		margin-top: 2px;
	}
	
		#photo_nav #photo_nav_left p.navi span {
			color: #f079ae;
		}

	#photo_nav_right p {
		margin-top: 2px;
		font-size: 0.65em;
		font-weight: bold;
		text-transform: uppercase;		
	}
	
		#photo_nav_right p a span {
			text-transform: lowercase;
			font-style: oblique;
		}
		
/* FORM */
/* -------------------------------------------------------------- */
#search_box label {
	font-size: 0.6em;
	text-transform: lowercase;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 5px;

}

	#search_box div input.query {
		border: none;
		/* background-image: url("images/search_bg.png");
		background-repeat: no-repeat;
		background-position: top center;*/
		background-color: transparent; 
		width: 209px;
		height: 20px;
		margin: 0;
		padding: 0 0 0 5px;
	}

	#search_box div #letssee {
		border: none;
		/*background-image: url("images/search_button.png");
		background-repeat: no-repeat;
		background-position: top center;*/
		background-color: transparent;
		width: 38px;
		height: 20px;
		margin: 0;
		margin-bottom: -5px !important;
		padding: 0;
	}
		
/* DIVS */
/* -------------------------------------------------------------- */
#floatingdevice {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

#container {
	width: 980px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		height: 70px;
		background-image: url("images/gijs_bg_header.png");
		background-repeat: no-repeat;
		background-position: left top;
	}
	
		#header_left {
			padding: 45px 0 0 75px;
			width: 415px;
			float: left;
			clear: both;
		}
		
		#header_right {
			width: 490px;
			float: right;
			clear: right;
		}
		
			#search_box {
				padding-top: 25px;
				width: 280px;
				float: right;
				margin-right: 45px;
			}
			
				#search_box_form {
					width: 252px;
					height: 20px;
					background-image: url("images/search_bg2.png");
					background-repeat: no-repeat;
					background-position: top center;
					background-color: transparent;
				}

	#main{
		background-image: url("images/gijs_bg_background.png");
		background-repeat: repeat-y;
		background-position: left top;
	}

		#shade{
			background-image: url("images/gijs_bg_top.png");
			background-repeat: no-repeat;
			background-position: left top;
			padding: 0 75px 45px 75px;
		}
		
			#content_left {
				padding-top: 45px;
				width: 211px;
				float: left;
				clear: both;
			}
			
			#content {
				width: 600px;
				float: right;
				clear: right;
			}
			
				#photo_nav {
					padding-top: 18px;
				}
				
					#photo_nav_left {
						float: left;
						clear: both;
						position: relative;
						width: 290px;
						height: 27px;
					}
				
					#photo_nav_right {
						float: right;
						clear: right;
						position: relative;
						height: 27px;
						text-align: right;
					}
			
				.pubbin {
					width: 600px;
					margin-bottom: 10px;
					position: relative;
				}
				
					.pubbin_content { 
						position: absolute;
						bottom: 0;
						right: 0;
						width: 550px;
					}
			
				.publication {
					position: relative;
					margin-bottom: 20px;
				}
			
					.pub_left {
						width: 132px;
						padding-right: 10px;
						float: left;
						clear: both;
					}
					
					.pub_right {
						width: 458px;
						top: 0;
						right: 0;
						position: absolute;
					}

	#footer {
		height: 21px;
		background-image: url("images/gijs_bg_foot.png");
		background-repeat: no-repeat;
		background-position: left top;
	}

/* IMAGES */
/* -------------------------------------------------------------- */
.bg {
	min-width: 100%;
	position: fixed;
	float: left;
	top: 0;
	left: 0;
	z-index: 1000;
}

#link_prev,
#link_next {
	margin-right: 10px;
}

#photo_nav_right p a img {
	margin-bottom: -6px;
	margin-left: 3px;
}

#header_left ul li img {
	margin-bottom: -3px;
}

.uit_thumb {
	margin-bottom: 2px;
}

.pubbin img {
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}