/*
    Theme Name: KrulCopy
    Theme URI: http://www.krulcopy.nl
    Description: Een wordpress thema voor www.krulcopy.nl geinspireerd door Notepad Chaos
    Version: 1.0
    Author: Sebastiaan van Kerkfort
*/

/* Global
 ------------------------- */
body {
	margin: 0;
	font: 62.5%/1.82 Arial, Helvetica, Sans-Serif; /*1.83*/
	color: #333;
	text-align: center;
	background: #630 url(images/bg_wood.jpg) repeat top; 
}

.wrapper {
	position: relative;
	width: 790px;
	margin: 0 auto;
	padding: 0 30px 0 30px;
	text-align: left;
	background: url(images/bg_notepad-or8.png) no-repeat -790px 170px;
}

.content {
        position: relative;
	margin: 52px 0 0;
	float: left;
	width: 710px;
	padding-left: 80px;
	background: url(images/bg_notepad-or8.png) repeat-y left top;
}

.main {
	float: left;
	width: 450px;
}

.aside {
	float: right;
	width: 210px;
	padding: 0 10px 20px 0;
}

.footer {
	clear: both;
	height: 80px;
	padding: 30px 55px 0 320px;
	background: url(images/bg_notepad-or8.png) no-repeat -1660px 100%;
}


/* Gobal
 ------------------------- */

.sr,
.sr * {
	text-indent: -9999em;
	overflow: hidden;
}

p,ul,ol,dl,form {
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 1.8em;
}

li {
	margin-left: 2em;
}

ul ul,
ul p {
	font-size: 1em;
}

h1,h2,h3 {
	margin: 0;
	font-weight: normal;
	line-height: normal;
	font-family: 'Times New Roman', Times, Georgia, serif;
}

h1 {
	font-size: 2.8em;
}

.main h1 {
      position: relative;
      top: -30px;
      margin-bottom: -10px;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2em;
}

input,
textarea,
select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*input,textarea,select{*font-size:100%;}*/

a:link,
a:visited {
	color: #145190;
}

a:hover {
	color: #ee3495;
	text-decoration: none;
}


/* Header
 ------------------------- */

.logo {
	margin: 0;
	height: 140px;
	background: url(images/logo-or8.png) no-repeat;
}

.logo a {
	display: block;
	height: 130px;
	width: 180px;
}


/* Nav
 ------------------------- */

.nav {
	position: relative;
	margin-left: 45px;
	background: url(images/nav_tabs-or8.png) no-repeat left -60px;
}

.nav ul,
.nav li {
	padding: 0;
	margin: 0;
	height: 60px;
	list-style: none;
}

.nav li,
.nav a {
	float: left;
	height: 60px;
	width: 110px;
}

.nav a {
	text-indent: -9999em;
	overflow: hidden;
	background: url(images/nav_tabs-or8.png) no-repeat left 0;
}

.nav .nav-portfolio {
	background-position: -110px 0;
}

.nav .nav-krulcopy {
	background-position: -220px 0;
}

.nav .nav-contact {
	background-position: -330px 0;
}

/* Active state */
.nav a:hover,
.home .nav-home,
.category-nieuws .nav-home, 
.category-portfolio .nav-portfolio,
.page-id-2 .nav-krulcopy,
.page-id-15 .nav-contact  {
	background: none;
}


/* Post
 ------------------------- */

.post {
  clear: both;
	float: left;
	width: 100%;
  margin: 0 0 3em;
}

.post .header {
	position: relative;
	top: -0.5em;
	margin-left: 50px;
}

.post .header h1,
.post .header h2 {
  top: 0;
  font-size: 2.4em;
	margin-bottom: 0.55em;
}

.post .date {
	position: absolute;
	top: 0;
	left: -70px;
	width: 60px;
	height: 52px;
	color: #135290;
	font-size: 2.2em;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Times New Roman', Times, Georgia, serif;
	background: url(images/bg_date.png) no-repeat;
}

.post .date .month {
	display: block;
	font-size: 0.5em;
}

.post .header a {
	text-decoration: none;
}

.post .meta {
	position: relative;
	top: -1.5em;
	font-size: 1.2em;
}

.post .meta,
.post .meta a {
	color: #777;
}

.post .meta a {
    text-decoration: underline;
}

.post .meta a:hover {
  color: #EE3495;
	text-decoration: none;
}


/* post downloads (attachments)
 ------------------------- */

.downloads,
.downloads * {
	float: left;	
	margin: 0;
	list-style: none;
}

.downloads {
	/*clear: right;
	float: right;*/
	color: #777;
}

.downloads p {
	font-weight: bold;
}

.downloads li {
	margin-left: 1em;
	display: inline;
}

.downloads a {
	padding-left: 20px;
	background: url(images/page_white_acrobat.png) no-repeat left;
}

.downloads a[href$='.doc'],
.downloads a[href$='.docx'] {
	background-image: url(images/page_white_word.png);
}

.downloads a[href$='.jpg'],
.downloads a[href$='.png'],
.downloads a[href$='.gif'] {
		background-image: url(images/page_white_picture.png);
}


/* Images
 ------------------------- */

.figure {
	float: right;
	padding: 4px;
	margin: 0 0 1em 1em;
	border: solid 1px #ccc;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.figure img {
	display: block;
}

a img {
	border: none;
}


/* Post Nav
 ------------------------- */

.post-nav {
	float: left;
	width: 100%;
	margin: 0 0 1.5em;
}

.post-nav a {
	float: left;
	height: 21px;
	width: 82px;
  overflow: hidden;
}

.post-nav .prev a {
	background: url(images/btn_prev.png) no-repeat top;
}

.post-nav .next a {
	float: right;
	width: 100px;
	background: url(images/btn_next.png) no-repeat top;
}

.post-nav a:hover {
	background-position: bottom;
}


/* Aside
 ------------------------- */

.post-it {
	position: relative;
	left: -15px;
	margin: -80px 0 -1em;
	width: 230px;
	line-height: 1.5;
}

.post-it .header {
	padding: 40px 20px 1.2em 60px;
	background: url(images/bg_post-it-or8.png) no-repeat center top;
}

.post-it .body {
	padding: 0 20px 60px 30px;
	background: url(images/bg_post-it-or8.png) no-repeat center bottom;
}

.post-it .body p {
	margin-bottom: 1em;
}

.aside li {
	list-style: none;
	margin: 0;
	padding-left: 15px;
	background: url(images/icon_asterix.png) no-repeat left 0.6em;
}

.current-cat > a {
  color: #333;
  text-decoration: none;
}


/* Contact Form 
 ------------------------- */

input[type=text]:focus,
textarea:focus {
  color: #000;
  background-color: #ffc !important;
}

.error {
  color: #ee3495;
  margin-bottom: 0.5em;
}

.success {
  color: green;
}

.contactform * {
  line-height: normal;
  margin: 0 0 1em;
}

.contactform br {
  clear: both;
}

.contactform label {
  float: left;
  width: 10em;
  cursor: pointer;
  padding: 2px 0;
}

.contactform input[type=text],
.contactform textarea {
  padding: 2px;
  width: 18em;
  background: #fff;
  background: rgba(255,255,255, 0.5);
  border: 1px solid #145190;
}

.contactform textarea {
  overflow: auto;
}

#wpcf_cc {
  margin-top: 3px;
}

.contactform .contacterror {
  border: 1px dashed #ee3495 !important;
}

#contactsubmit {
  cursor: pointer;
  margin-left: 10em;
  display: inline;
  border: none;
  width: 110px;
  height: 22px;
  background: url(images/btn_send.png) no-repeat top;
}

#contactsubmit:hover {
  background-position: bottom;
}


/* Footer
 ------------------------- */

.footer,
.footer a {
 	color: #666;
 } 

.footer p {
	font-size: 1.1em;
	line-height: normal;
	margin: 0 0 5px;
}

.footer .rss {
  position: absolute;
  width: 58px;
  height: 58px;
  right: 50px;
  bottom: 15px;
  background: url(images/icon_rss-or8.png) no-repeat;
}


/* Search
 ------------------------- */

.search-form {
	position: absolute;
	top: 0;
        z-index: 9;
	right: 20px;
	padding: 10px 0 0 20px;
	width: 300px;
	height: 70px;
	background: url(images/bg_search-or8.png) no-repeat top right;
}

.search-form fieldset {
	margin: 0;
	padding: 0;	
	border: none;
}

.search-form fieldset * {
	float: left;
}

.search-form label {
	width: 60px;
	cursor: pointer;
}

.search-form input {
	color: #999;	
	padding: 2px;
	width: 150px;
	margin-left: 10px;
	display: inline;
	border: solid 1px #145190;
	background: rgba(255,255,255,0.6);
}

.search-form .btn {
	cursor: pointer;
	width: 34px;
	height: 22px;
	border: none;
	background: none;
}


/* BG Ornaments
 ------------------------- */

.ornament {
  display: none;
  position: absolute;
  background: transparent no-repeat left top;
}

@media screen and (min-width: 1200px) {
  .ornament {
    display: block;
  }
}

.pen {
  bottom: 80px;
  right: -100px;
  width: 256px;
  height: 175px;
  background-image: url(images/bg_pen-or8.png);
}

.cup {
  top: 10px;
  right: -200px;
  width: 235px;
  height: 290px;
  background-image: url(images/bg_cup-or8.png);
}

.phone {
  top: 170px;
  left: -140px;
  width: 160px;
  height: 285px;
  background-image: url(images/bg_phone-or8.png);
}


/* Wordpress Specific
 ------------------------- */

.wp-logout,
.post-edit-link {
   color: #c00 !important;
   float: right;
}

.wp-logout {
  margin-right: 10px;
}