/* @override http://www.design4u.nl/wp-content/themes/k2/style.css */

/*
Theme Name: designstyle
Theme URI: http://www.design4u.nl
Description: Custom made for Design4U
Author: Jip Eilbracht
Author URI: http://wopij.com
Template: designstyle
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
}

/*- Typography */

body {
    font-family: Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: Helvetica, Arial, sans-serif;
}



/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #511693 url(http://design4u.nl/wp-content/css_images/back.png) repeat-x 0 top;
}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px */
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	clear: both;
}

.columns-two #page {
	width: 800px;
	}

#header {
	position: relative;
	height: 160px;
}

#header-random {
	width: 350px;
	height: 100px;
	position: absolute;
	left: 450px;
	top: 10px;
}

#header-contact {
	position: relative;
	margin-top: -35px;
	color: white;
	text-align: right;
	padding-right: 5px;
}

#header-contact a {
	color: silver;
}

#header-contact a:hover {
	color: gray;
}

.content {
	padding: 0 20px 10px;
	background: #916cbb right;
}

body.columns-two #primary-wrapper {
	float: left;
	margin-right: -220px;
	width: 100%;
	}

body.columns-two #primary {
	margin-right: 220px;
	}

body.columns-two .secondary {
	float: right;
	}

#primary {
	position: relative;
	float: left;
	width: 500px;
	padding: 10px;
	}

* html #primary {
	display: inline;
	}

.secondary {
	width: 200px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	overflow: hidden;
	background-color: #350e60;
	padding: 0 10px;
	margin-right: -20px;
}

#sidebar-2 {
	clear: right;
	}


/*- Main Menu in Header */

ul.menu {
	position: absolute;
	bottom: 0;
	padding-left: 50px;
	background: #b41090 url(http://www.design4u.nl/wp-content/css_images/menu/menu_back.gif) repeat-x bottom;
	height: 30px;
	padding-right: 20px;
}

ul.menu,
ul.menu li {
	list-style: none;
	float: left;
}

ul.menu li {
	margin-right: 10px;
}

ul.menu li a {
	display: block;
	color: white;
	font-size: 1.4em;
	padding: 7px 15px;
}

ul.menu li a:hover {
	color: #02183d;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #6917a7;
	background: #7fdafb url(http://www.design4u.nl/wp-content/css_images/menu/menu_highlight_back.gif) repeat-x 0 bottom;
	text-decoration: none;
	}

li.page_item.page-item-443, li.page_item.page-item-363 { /*don't display archive link*/
	display: none;
}


/*make the menu rounded on both sides*/
#menuright {
	width: 20px;
	height: 49px;
	position: absolute;
	margin-left: 780px;
	background: url(http://www.design4u.nl/wp-content/css_images/menu/menu_right.gif) no-repeat;
	z-index: 1;
	margin-top: -30px;
}

#menuleft {
	width: 20px;
	height: 49px;
	position: absolute;
	background: url(http://www.design4u.nl/wp-content/css_images/menu/menu_left.gif) no-repeat;
	z-index: 1;
	margin-top: -30px;
}

/*- Headings */

h1, {
	font-size: 3em;
	color: white;
}

.blog-title {
	font-size: 7em;
	font-weight: normal;
	font-style: normal;
	margin-top: -10px;
}

.blog-title a,
#header .description {
	text-decoration: none;
	color: white;
}


#header .description { /* Description in header */
	font-size: 3em;
	margin-top: 0;
	margin-left: 5px;
}

h2 {
	font-size: 2.5em;
	}

#rollingarchives.emptypage {
	display: none;
	}

.page-head {
	margin: 20px 0;
	text-align: center;
	}

.page-head h1 {
	font-size: 2.5em;
	}

.page-head h2 {
	color: #999;
	font-size: 2.0em;
	font-weight: normal;
	text-transform: lowercase;
	}

.secondary h4 {
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 5px;
	color: white;
	text-align: center;
	font-size: 2.0em;
}

.entry-title, h3{
	font-size: 2.4em;
	color: white !important;
	border-bottom: 1px solid #511693;
}

.entry-title a:hover, h3 a:hover{
	border-bottom: 1px solid white;
	text-decoration: none !important;
}

h4 {
	font-size: 2.0em;
	font-weight: normal;
	}

.four04 .entry-title,
body.page .entry-title {
	text-align: center;
	}

.entry-content h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	}

.entry-content h4,
.entry-meta h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}
	
h5 { /*custom header 1*/
	color: #01183e;
	font-size: 1.8em;
	line-height: 1.1em;
}

h6 { /*custom header 2*/
	font-size: 1.5em;
	margin-bottom: -10px;
}

.k2-asides h3 {
	font-size: 1.6em;
	font-weight: normal;
	}

.entry-head {
	margin-top: 10px;
	position: relative;
	}

body.page .entry-content h3 {
	font-size: 1.7em;
	display: block;
	padding: 15px 0 0;
	}

body.page .entry-content h4 {
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}

.secondary div {
	padding: 0;
	position: relative;
	margin: 20px 0;
}

.secondary div div {
	margin: 0;
}

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #999;
	font-weight: normal;
	}

#primary .hentry .entry-head .metalink {
	font-size: 1.8em;
	text-transform: lowercase;
	margin-left: 15px;
	}

#primary .k2-asides .entry-head .metalink {
	font-size: 1.4em;
}

.single #primary .k2-asides .entry-content {
	font-size: 1.4em;
	color: #999;
	}

.secondary .k2-asides {
	word-spacing: -1px;
	padding-bottom: 10px;
	color: silver;
	margin: 0;
	direction: ltr;
	line-height: 20px;
	font-size: 1.2em;
}

.secondary .k2-asides p {
	display: inline;
}

.secondary .k2-asides .metalink { /*Don't show numbers under post*/
	padding-left: 0px;
	display: none;
}

.secondary span a {
	margin-left: 10px;
	}

.entry-head .entry-edit {
	position: absolute;
	right: 0;
	top: 4px;
	}

.entry-title, .entry-title a, .entry-title a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: white;
	}

.entry-title, .entry-title a, .entry-title a:hover, .entry-title a:visited,
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

.entry-meta div {
	display: inline;
	}

.image-meta abbr,
abbr.entry-date {
	border: none;
	}

.entry-pages {
	font-size: 1.2em;
	}

.entry-pages span {
	font-weight: bold;
	}

.entry-head .entry-tags {
	display: block;
	margin-left: -20px;
	}

.entry-tags a {
	text-transform: lowercase;
	}

.entry-edit a,
.comment-reply a {
	border: none;
	padding: 4px 8px;
	background-position: 8px center;
	background-repeat: no-repeat;
	height: 16px;
	color: #333;
	background-color: inherit;
	border-radius: 4px;
	}

.entry-edit a:hover,
.comment-reply a:hover {
	background-color: #9be;
	color: #fff;
	}


#sidebar-1.secondary a{ /*sidebar links*/
	color: silver;
	font-size: 1.2em;
}

/*- Primary Contents */

.hentry {
	margin: 5px 0 0;
	position: relative;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.3em;
	color: white;
	}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	}

#dynamic-content .k2-asides .entry-content p,
#dynamic-content .k2-asides .entry-content ul,
#dynamic-content .k2-asides .entry-content ol,
#dynamic-content .k2-asides .entry-content div,
#dynamic-content .k2-asides .entry-content blockquote {
	margin: 5px 0;
	}

#dynamic-content .k2-asides {
	margin: 15px 0;
	}

#dynamic-content .k2-asides .entry-head,
#dynamic-content .k2-asides .entry-foot {
	display: none;
	}

#dynamic-content .k2-asides .entry-content {
	display: block;
	border-left: 2px solid #ddd;
	padding-left: 20px;
	}

.asides-permalink {
	font-weight: bold;
	display: none;
}

/* Google Maps Support */
.entry-content .map div {
	margin: 0;
	}

.metalinks {
	margin-top: 3px;
	}

.columns-three .template-image #primary {
	width: 670px;
	}

.template-image .entry-foot {
	position: absolute;
	top: 0;
	right: -220px;
	width: 200px;
	padding-top: 180px;
	}

.columns-one .template-image .entry-foot {
	position: relative;
	width: auto;
	top: auto;
	right: auto;
	padding-top: 0;
	margin-right: 210px;
	}

.columns-one .template-image #gallery-nav {
	right: -210px;
	top: 0;
	width: 200px;
	border-bottom: none;
	}

.entry-foot h5 {
	font-size: 1.5em;
	font-weight: normal;
	}

.attachment .hentry {
	margin-left: 60px;
	}

.template-image .hentry {
	margin-left: 0;
	}

.attachment-icon {
	position: absolute;
	top: 0;
	left: -60px;
	}

.attachment-image {
	text-align: center;
	}

.attachment-image .caption {
	margin: 0;
	}

.attachment-image .caption p {
	display: inline;
	}

.image-meta {
	padding: 10px 0 10px 20px;
	list-style-type: circle;
	}

.image-meta li {
	margin: 3px 0;
	}

.image-meta span {
	font-weight: bold;
	display: block;
	float: left;
	width: 8em;
	}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #7fdafb;
	}

#footer p {
	line-height: 1.6em;
	}

#footer a {
	color: #fff;
	font-weight: bold;
	list-style-type: none;
}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}

#footer .wp-version,
#footer .k2-version {
	display: none;
	padding-left: 0.3em;
	}

.footerstats {
	display: none;
}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
}

h2 a:hover, h2 span a:hover {
	color: #27d !important;
}

a {
	color: #511693;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #350e60;
	}

/*- Various Tags and Classes */

table {
	border-style: none;
	border-color: #fff;
}

td {
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: solid;
	padding: 3px;
	border-color: #511693;
}

#contact-table td{
	border-style: none;
}


/*
.hidden {
	overflow: hidden;
	position: absolute;
	text-indent: -1000px;
	text-align: left;
	}
*/
.hidden {
	position: absolute !important;
	left: 0px;
	top: -500px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

.clear {
	clear: both;
	}

a img {
	border: none;
	}

img.noborder {
	border: none !important;
	}

.aligncenter,
.center {
	text-align: center;
	}

.entry-content .aligncenter,
img.center,
img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.entry-content .alignright,
img[align="right"] {
	float: right;
	margin: 0 0 4px 8px;
	display: block;
	}

.entry-content .alignleft,
img[align="left"] {
	float: left;
	margin: 0 8px 4px 0;
	display: block;
	}
	
a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
	border-radius: 3px;
	}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 2px;
	border: 2px solid #27d;
	}

.wp-caption a img,
.wp-caption a img:hover {
	padding: 4px 0px 0px;
	border: 0 none;
	}

.wp-caption .wp-caption-text {
	margin: 4px 0 2px;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font-size: 1.1em;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
	}

hr {
	display: none;
	}

body.smartposition #nav-above {
	position: fixed;
	top: 0px;
	background: #fff;
	border-bottom: 1px solid #eee;
	width: 500px;
	margin: 0;
	padding: 10px 0;
	z-index: 10;
	}

.navigation {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}

.navigation .nav-previous,
.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .nav-next,
.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
}

.navigation a {
	color: #511693;
	font-size: 13px;
	text-decoration: underline;
	font-style: italic;
}

.navigation a:hover {
	color: white;
}

#nav-below {
	display: none;
}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

/*- Begin Lists */
.archive-list {
	list-style: none;
	margin: 10px 0 0 0 !important;
	padding-left: 0px !important;
	}

.archive-list li {
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 2px 0 2px 10px !important;
	width: 150px;
	}

.archive-list li:hover {
	background-color: #EDEDED;
	}

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
	}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
	}

.secondary div p {
	margin-top: 0.5em;
	}

.secondary ul, .secondary ol {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ul ul, .secondary ol ol {
	margin: 0 0 0 10px;
	}
       
.secondary ul ul ul, .secondary ol ol ol {
	margin: 0 0 0 20px;
	}


.secondary ol {
	margin-left: 15px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul {
	margin-left: 0px;
}

.sb-links ul ul li {
	margin-top: 0;
	}

/*- Search Form */

#search h4 {
	display: none;
}

#s {
	width: 65%;
	font-size: 1.1em;
	margin: 20px 0px 4px;
	background-color: white;
	border-width: 1px;
	height: 15px;
}

#search-label {
	display: none;
}

#searchsubmit {
	width: 60px;
	border: 1px outset #916cbb;
	color: white;
	height: 20px;
	background-color: #511693;
}

#searchsubmit:hover {
	border-style: inset;
}

/*- Attachment */

.entry-content .attachment { 
	text-align: center; 
	}


#pagetrackwrap {
	position: absolute;
	top: 6px;
	left: 130px;
	width: 240px;
	padding-right: 9px;
	background: url('images/sliderbgright.png') no-repeat right center;
	}

#pagetrack {
	width: 240px;
	height: 7px;
	background: url('images/sliderbgleft.png') no-repeat left center;
	}

#pagehandle {
	top: -5px;
	width: 17px;
	height: 17px;
	background: url('images/sliderhandle.png') no-repeat center center;
	cursor: col-resize;
	}

#primarycontent {
	clear: both;
	}

div.trimmed .hentry {
	background: #f5f5f5;
	}

div.trimmed .hentry.alt {
	background: transparent;
	}

#texttrimmer {
	position: absolute;
	width: 55px;
	height: 15px;
	top: 10px;
	right: 55px;
	}

.firstpage #texttrimmer,
.firstpage #pagetrackwrap {
	visibility: hidden;
	}

.nthpage #texttrimmer,
.nthpage #pagetrackwrap,
.lastpage #texttrimmer,
.lastpage #pagetrackwrap {
	visibility: visible;
	}

#trimmertrackwrap {
	background: url('images/sliderbgright.png') no-repeat right center;
	height: 7px;
	width: 50px;
	top: 6px;
	padding-right: 4px;
	position: absolute;
	display: none;
	}

#trimmertrack {
	background: url('images/sliderbgleft.png') no-repeat left center;
	width: 50px;
	height: 7px;
	}

#trimmerhandle {
	width: 7px;
	height: 7px;
	background: url('images/sliderhandle.png') no-repeat center center;
	cursor: col-resize;
	}

#trimmermore,
#trimmerless {
	display: none;
	position: absolute;
	top: 0;
	height: 16px;
	width: 16px;
	}

#trimmermore span,
#trimmerless span {
	display: none;
	}

#trimmermore:hover,
#trimmerless:hover {
	cursor: pointer;
	}

#trimmermore {
	right: 0;
	background: url('images/trim_more.png');
	}

#trimmerless {
	left: 0;
	background: url('images/trim_less.png');
	}

#trimmertrim:hover, #trimmeruntrim:hover {
	text-decoration: underline;
	}

#trimmertrim, #trimmeruntrim {
	cursor: pointer;
	position: absolute;
	top: 13px;
	width: 50px;
	text-align: center;
	color: #999;
	}

.trimmed #trimmertrim {
	display: none;
	}

#trimmeruntrim {
	display: none;
	}

.trimmed #trimmeruntrim {
	display: block;
	}

body.smartposition #rollingarchives {
	position: fixed;
	top: 0px;
	background: #fff;
	border-bottom: 1px solid #eee;
	width: 500px;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 30px;
	}

body.smartposition #trimmertrim, body.smartposition #trimmeruntrim {
	top: 3px;
	}

#dynamic-content { /* Make room for the rolling archives */
	}

body.onepageonly #dynamic-content { /* For the rare case of having only one page of content on the frontpage */
	padding-top: 0;
	}

#dynamic-content .active .navigation {
	display: none;
	}
	
/*contact form 7*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}
