/*
Theme Name: Usevine
Theme URI: http://usevine.nl
Description: Usevine website theme
Author: Usevine, Peter van Grieken and Reinier Ladan
Version: 1.0
Tags: Black, White, Corporate
*/


/* OVERALL */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

body
{
	color: #333;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 0.92em;
	line-height: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

a {
	color: #b30069;
}

a:hover {
	color: #222;
}

a.img {
	border-bottom-style:none;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

img.alignright {
	float: right;
}

/* HEADER & FOOTER */

div#header {
	background: #000;
}

div#header p {
	margin: 0;
}

div#top {
	position: relative;
}

div#header-bottom {
	background: url('css/img/header-kartels.png') repeat-x 50% top;
	height: 4px;
}

ul#snel-contact {
	list-style-type: none;
	color: #fff;
	padding: 15px 0 0 0;
}

ul#snel-contact li {
	float: left;
}

ul#snel-contact li a {
	display: block;
	padding: 7px 15px 7px 40px;
	background: #333 url('css/img/contact-sprite.png') no-repeat left top;
	margin: 0 10px 15px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 0.8em;
	color: #fff;
}

ul#snel-contact li#snel-email a {
	background-position: -489px 9px;
}

ul#snel-contact li#snel-telefoon a {
	background-position: -241px 9px;
}

ul#snel-contact li#snel-twitter a {
	background-position: 10px 9px;
}

ul#snel-contact li#snel-adres a {
	background-position: -698px 8px;
}

p#waar-zit-usevine {
	position: absolute;
	right: 0;
}

p#waar-zit-usevine a {
	background: url('css/img/ico-positie.png') no-repeat left bottom;
	width: 23px;
	height: 30px;
	display: block;
}

p#waar-zit-usevine a span {
	display: none;
}

div#footer p {
	padding: 2em 0 3em 0;
	font-size: 0.8em;
	color: #666;
	text-align: center;
}

/* SUBHEADER + LOGO */

div#subheader {
	padding: 1.8em 0;
}

div#subheader h1 a {
	width: 300px;
	height: 105px;
	display: block;
	border: 0;
	background: url('css/img/logo-usevine.png') no-repeat left top;
}

div#subheader h1 span {
	display: none;
}

/* NAVIGATION */

div#navigation {
	padding-bottom: 9px;
	margin-bottom: 2em;
}

div#navbar {
	border: 1px solid #b5b5b5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #d5e5e9;
	background: url('css/img/bg-navbar.png') repeat-x left 50%;
	
	
}

div#navbar ul,
div#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#navbar ul {
	overflow: auto;
	padding: 6px;
	
}

div#navbar ul li {
	float: left;
	border-right: 1px solid #a8b6b8;
	border-left: 1px solid #dbe9eb;
	display: block;
}

#menu-hoofdnavigatie li:first-child,
#menu-hoofdnavigatie li.first {
	border-left: none;
}

#menu-hoofdnavigatie li:last-child {
	border-right: none;
}

#menu-hoofdnavigatie li.last {
	border-right: none;
}

div#navbar ul li a {
	display: block;
	padding: 6px 50px;
	text-decoration: none;
	color: #555;
}

div#navbar ul li.current-menu-item a,
div#navbar ul li.current_page_parent a {
	color: #000;
	background: url('css/img/menu-active.png') no-repeat 50% bottom;
}

/* CONTENT MAIN */

div#content {
	background: url("css/img/usevine-payoff.png") no-repeat right 57px;
}

div.home-head h2 {
	color: #666;
	font-size: 1em;
	margin-bottom: 0.3em;
}

div#home-diensten {
	background-color: #e5e5e5;
	margin-bottom: 2em;
}

div#diensten-highlight,
div#wie-zijn-we {
	background-color: #e5e5e5;
	padding: 12px;
	padding-right: 3px;
}

div.wie-zijn-we {
	padding: 12px 12px 12px 0;
}

div#wie-reinierladan {
	padding-right: 0;
}

div#wie-petervangrieken {
	padding-left: 0;
}

div.dienst-body,
div.wiezijnwe-body {
	padding: 1em 1em 0 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	height: 250px;
	position: relative;
}

div.wiezijnwe-body {
	padding-left: 1em;
	background: #fff url('css/img/profiel.png') no-repeat 50% 10px;
}

div.wiezijnwe-body h3 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	padding-top: 70px;
	text-align: center;
}

div.wiezijnwe-body p.onderschrift {
	text-align: center;
	margin-bottom: 1.5em;
}

div#diensten-highlight p.text-service {
	padding: 10px 0 0 100px;
}

div#diensten-highlight p#text-usability-service {
	
	background: #fff url('css/img/icons-sprite.png') no-repeat 20px 15px;
}

div#diensten-highlight p#text-design-development-service {
	background: #fff url('css/img/icons-sprite.png') no-repeat -433px 10px;
}

div.dienst-body p.doorklik a {
	background: url('css/img/bu-diensten.png') no-repeat left top;
	display: block;
	width: 267px;
	height: 44px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	left: 100px;
}

div.dienst-body p.doorklik a span {
	display: block;
	padding: 9px 0 0 47px;
}

div.home-referentie {
	border: 10px solid #f4f4f4;
	padding: 1em;
	height: 320px;
}

div.home-referentie h4 {
	font-size: 1.2em;
	margin: 0;
}

div.home-referentie h4 a {
	font-weight: bold;
	text-decoration: none;
}

div.home-referentie ul {
	padding: 5px 15px 0px 21px;
	list-style-type: disc;
	color: #666;
}

div.home-referentie p.referentie-doorklik {
	border-top: 1px solid #dedede;
	padding: 5px 5px 5px 0;
	margin-top: 1em;
	color: #666;
	font-size: 0.9em;
}

div.entry-content h3 {
	font-weight: bold;
	font-size: 1.1em;
}

div#referenties div#doorklik-opdrachtgevers p {
	padding: 0.6em 0 0 0;
	
}

/* -- Post */

h1.entry-title,
h2.entry-title {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height:1.3em;
}

div.post-loop img.wp-post-image,
img.wp-post-image-default {
	float: left;
	margin-right: 1em;
	margin-bottom: 1px;
}



div.entry-meta {
	font-size: 0.85em;
	color: #444;
	margin-bottom: 1em;
}

div.post {
	overflow: hidden;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ededed;
}

div.post div.entry-loop {
	font-size: 0.85em;
	color: #555;
}



/* SIDEBAR BLOG */

div.widget-area ul.sidebarlist {
	background-color: #e5e5e5;
	padding: 12px 12px 6px 12px;
	list-style-type: none;

}

div.widget-area ul.sidebarlist li {
	list-style-type: none;
}

div.widget-area ul.sidebarlist li.widget-container {

	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 1em;
}

/* CONTENT SPECIAL */

/* -- Diensten pagina */

div#vraag-offerte-aan-wrap {
	background-color: #e5e5e5;
	padding: 12px;
}

div#vraag-offerte-aan {
	padding: 85px 1em 1em 1em;
	background: #fff url('css/img/ico-offerte.png') no-repeat 50% 19px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}

div#vraag-offerte-aan p.body {
	text-align: center;
	padding: 0 40px;
}

div#vraag-offerte-aan p.doorklik a {
	background: url('css/img/bu-diensten.png') no-repeat left top;
	display: block;
	width: 267px;
	height: 44px;
	color: #fff;
	text-decoration: none;
	margin-left: 36px;
}

div#vraag-offerte-aan p.doorklik a span {
	display: block;
	padding: 9px 0 0 55px;
}

ul#diensten {
	margin-bottom: 2em;
	list-style-type: none;
}

ul#diensten li {
	margin: 0 0 1em 0;
	font-size: 1.2em;
	padding: 5px 0 5px 65px;
	list-style-type: none;
	line-height: 1.2em;
}

ul#diensten li#dienst-design {
	background: url('css/img/ico-pencil.png') no-repeat left 2px;
}

ul#diensten li#dienst-usability {
	background: url('css/img/ico-clipboard.png') no-repeat left 16px;
	padding-top: 18px;
}

ul#diensten li#dienst-apps {
	background: url('css/img/ico-phone.png') no-repeat left top;
	padding-bottom: 10px;
}

ul#diensten li span {
	font-size: 0.8em;
	color: #777;
}

/* -- Offerte aanvragen pagina */

h2#offerte-aanvragen-head {
	font-size: 1.15em;
	margin-bottom: 1em;
}

div#offerte-aanvragen-body {
	padding: 0 0 0 4em;
}


/* -- Comments */

div#comments {
	border-top: 2px solid #ededed;
	padding: 2em 1em 0 0;
	margin-top: 2em;
}

h3#comments-title {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}

form#commentform label {
	display: block;
}

span.required {
	padding: 0 10px 0 0;
}

ol.commentlist,
ol.commentlist li {
	list-style-type: none;
}

ol.commentlist li {
	border-bottom: 1px dashed #999;
	margin-bottom: 2em;
}

ol.commentlist div.reply {
	display: none;
}

ol.commentlist div.comment-author, 
ol.commentlist div.comment-meta {
	font-size: 0.85em;
}

ol.commentlist div.comment-meta {
	padding: 0 0 1em 0;
}

/* MISC */

/* -- Diensten tabel */

table.services-overview {
	background-color: #fff;
	width: 100%;
	margin: 1em 0 3em 0;
}

table.services-overview thead tr td {
	font-weight: bold;
	padding: 20px 10px;
	background-color: #f0f0f0;
	border: 1px solid #fff;
	text-align: center;
	font-size: 1.2em;
	color: #444;
}

table.services-overview tbody tr td {
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #fff;
	font-size: 1.1em;
	text-align: center;
	width: 180px;
}

table.services-overview tbody tr td span.check {
	width: 26px;
	height: 26px;
	display: block;
	margin-left: 85px;
	background: url('css/img/vink.png') no-repeat left top;
}

table.services-overview tbody tr:nth-child(2n) td {
	padding: 5px 10px;
	background-color: #fafafa;
}

table.services-overview tr td.service-point,
table.services-overview tbody tr td.service-point {
	width: 260px;
	background-color: #f0f0f0;
	color: #333;
	padding-right: 20px;
	text-align: left;
	vertical-align: middle;
}

table.services-overview tbody tr:hover td,
table.services-overview tbody tr:hover td.service-point {
	background-color: #ffff99;
	color: #000;
}

table.services-overview tbody tr td em { 
	font-size: 0.8em;
}

table.services-overview tfoot tr td {

}

table.services-overview tfoot tr td a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: url('css/img/bg-navbar.png') repeat-x left 50%;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 1.2em;
	display: block;
}

.ie6 div#navbar {
	height: 50px;
}

