/*
Theme Name: heijmerikx
Theme URI: http://heijmerikx.com/
Description: Rutger Heijmerikx Fotografie stylesheet
Version: 1.0
Tags: black, stylish, square, grid layout
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

a img {
	border: none;
}

body {
	font-family: "apertura-1", "apertura-2", sans-serif, arial, serif;
	font-size: 12px;
	color: #999;
	background: #141414;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
	outline: 0 none;
}

a img {
	border: 0 none;
}

p {
	line-height: 20px;
	margin-bottom: 10px;
}

blockquote p {
	padding: 0 10px 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}

h1.news, h2, p strong {
	font-size: 16px;
	margin: 20px 0 10px 0;
}

header#page-header {
	background: #141414;
	width: 100%;
	float: left;
}

header a.logo {
	float: left;
	margin: 18px 30px 0;
}

header#page-header .wrapper, footer#page-footer .wrapper {
	position: relative;
	height: 90px;
	width: 960px;
	margin: 0 auto;
}

#page {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

#page.dark {
	background: #000;
}

#page.bright {
	background: #fff;
}

#page .wrapper, #pagehighlight .wrapper {
	width: 960px;
	margin: 0 auto;
}

#pagehighlight h1 {
	color: #fff;
	font-weight: normal;
	font-size: 24px;
}

#pagehighlight h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#pagehighlight .col1 ul li {
	float: left;
	margin-right: 10px;
}

#pagehighlight .col3 {
	width: 700px;
	height: 250px;
	padding: 0;
}

#pagehighlight ul {
	list-style: none;
}

/* columns */

.col1 {
	width: 180px;
}

.col2 {
	width: 420px;
}

.col3 {
	width: 660px;
}

.col4 {
	width: 900px;
	
}

.col1, .col2, .col3, .col4 {
	float: left;
	padding: 20px;
	margin: 0 10px 10px;
}

.col4.border {
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
}

footer#page-footer {
	background: #141414;
	width: 100%;
	float: left;
	line-height: 14px;
	font-size: 11px;
	padding: 20px 0;
}

footer h1 {
	font-weight: normal;
	font-size: 14px;
}

footer ul li a, footer ul li a:visited {
	color: #fff;
}

article#works strong {
	font-size: 12px;
}

footer#page-footer ul {
	list-style: none;
}

footer#page-footer ul li.h {
	color: #fff;
}

footer#page-footer .col1 {
	min-height: 100px;
	margin: 0 0 10px 20px;
	padding: 20px 30px 20px 10px;
}

footer#page-footer .col1.border1 {
	width: 180px;
	border-right: 1px solid #2f2f2f;
}

footer#page-footer .col1.border2 {
	width: 179px;
	border-right: 1px solid #2f2f2f;
}

footer#page-footer .col1.border3 {
	width: 179px;
	border-right: 1px solid #2f2f2f;
}

footer#page-footer .col1.border4 {
	width: 179px;
}

/* color */

#page.bright {
	color: #000;
}

#page.dark {
	color: #999;
}

#page.dark a, #page.dark a:visited {
	color: #fff;
}

#page.dark a:hover {
	/*color: #ffff00;*/
	text-decoration: underline;
}

#page.dark h1, #page.dark h2 {
	color: #fff;
}

#page.dark h1 a, #page.dark h1 a:visited {
	color: #fff;
}

#page.bright a, #page a:visited {
	color: #000000;
	text-decoration: underline;
}

#page.bright h2 a, #page.bright h2 a:visited {
	color: #000;
}

.pagesnav {border-bottom: 1px solid #ccc;}

.footerhighlights p {
	line-height: 18px;
}

.footerhighlights .col1 {
	height: 150px;
}

#page .footerhighlights .col1 a {
	text-decoration: none;
}

.footerhighlights .col1 h2 {
	color: #fff;
	font-size: 14px;
	margin: 0 0 10px 0;
}
	
.col1.bgc, .col2.bgc, .col3.bgc, .col4.bgc {
	background: #141414;
}

section#pagehighlight {
	height: 270px;
	width: 100%;
	float: left;
	background: #000;
	color: #fff;
}

section#highlight {
	position: relative;
	width: 940px;
	margin: 20px 10px 20px 10px;
	float: left;
	height: 475px;
}

.cycle article {
	position: relative;
	width: 940px;
	height: 475px;
}

#cyclenp {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 22px;
	width: 49px;
	z-index: 999;
}

#cyclenp #prev {
	cursor: pointer;
	float: left;
	height: 22px;
	width: 22px;
	margin-right: 5px;
	background: url(images/prev.jpg) no-repeat;
}

#cyclenp #next {
	cursor: pointer;
	float: left;
	height: 22px;
	width: 22px;
	background: url(images/next.jpg) no-repeat;
}

#cyclenav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}

#cyclenav a {
	opacity: 0.4;
	filter: alpha(opacity=40);
	background: #999;
	text-indent: -999em;
	height: 10px;
	width: 10px;
	float: left;
	margin-left: 1px;
}

#cyclenav a.activeSlide, #cyclenav a:hover {
	background: #fff;
}

nav#main-navigation ul {
	font-family: 'Cantarell', arial, serif;
	position: absolute;
	list-style-type: none;
	right: 10px;
	bottom: 20px;
}

nav#main-navigation ul li {
	float: left;
	margin-right: 20px;
}

nav#main-navigation ul li a {
	color: #999;
	text-transform: uppercase;
}

nav#main-navigation ul li a.active, nav#main-navigation ul li a:hover, nav#main-navigation ul li.current_page_item a {
	color: #fff;
}

nav#sub ul {
	position: absolute;
	list-style-type: none;
	right: 30px;
	top: 20px;
}

nav#sub ul li {
	float: left;
	margin-left: 20px;
}

nav#sub ul li a {
	color: #999;
	font-size: 10px;
	text-transform: lowercase;
}

/*
.txt {
	/* Column-count not implemented yet 
	-moz-column-count: 2;
	-webkit-column-count: 2;

	/* Column-gap not implemented yet 
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
}
*/

.txt strong {
	font-size: 13px;
}

.txt blockquote {
	font-size: 12px;
	color: #666;
}

.prevnext {
	float: left;
	text-align: center;
	width: 100%;
}

.comment, .new_comment {
	border-top: 1px solid #2f2f2f;
	padding: 20px 0;
}

#page h3.listing {
	border-bottom: 1px solid #CCCCCC;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 0 5px 8px;
	text-transform: uppercase;
}

#page ul.listing {
	margin-bottom: 20px;
}

#page ul.listing li a {
	background:url("images/bullet_arrow.png") no-repeat scroll 0 50% transparent;
	border-bottom:1px solid #CCCCCC;
	text-decoration: none;
	display:block;
	padding:6px 0 6px 8px;
}

#page ul.listing li a:hover {
	background: #eee;
	color:#515151;
}

/* slideshow  */
#slideshow { }
#nav { width: 185px; margin: 0 0 15px; z-index: 9000; position: absolute; right: 0px; top: 0px;}
#nav li { width: 55px; float: right; margin: 0 8px 8px 0; list-style: none;  }
#nav a { width: 55px; padding: 1px; display: block;border: 1px solid #262626;}
#nav a.activeSlide { background: #000; border: 1px solid #666;}
#nav a:focus { outline: none; }
#nav img { border: none; display: block; }


/* wp specifics */
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	margin: 6px 0 6px 0px;
}

.wp-caption {
   border: 1px solid #1b1b1b;
   text-align: left;
   background-color: #000000;
   padding-top: 1px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
	color: #1b1b1b;
   font-size: 11px;
   line-height: 17px;
   padding: 0 1px 2px;
   margin: 0;
}
