/*
Theme Name: Lexpresss.nl
Author: WdH Media BV
*/

/* =Structure
-------------------------------------------------------------- */

body{
	background: #f7d8af;
	font: 14px Georgia, Times, "Times New Roman", serif;
	color: #373737;
	line-height  : 1.5em;
	text-align: justify;
}

#zoeken{
	width: 300px;
	float: right;
}

#page {
	display: block;
	margin: 1em;
	width: 980px;
	margin: 0 auto;
}
#primary {
	float: left;
	margin: 0 -440px 0 0;
	width: 100%;
}
#content {
	margin: 0 360px 0 0;
	border-right: 1px solid #e8cba5;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 320px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #a083b9;
	display: block;
	float: left;
	margin: 0 auto 1em;
	margin-bottom: 3em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	margin-left: 8px;
}
#access li {
	float: left;
	position: relative;
	background: #b2a1c7;
	margin-right: 2px;
}
#access a {
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #fff;
	font: 14px Arial, Verdana, Tahoma;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #a083b9;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item{
	background: #a083b9;
}

/* =Content
-------------------------------------------------------------- */
.IN-widget{
	float: left;
	margin: 2px 0 0 20px;
	

background: url(http://static02.linkedin.com/scds/common/u/img/sprite/sprite_connect_v13.png) -92px -42px no-repeat !important;
display: inline-block !important;
height: 16px !important;
text-decoration: none !important;
width: 16px !important;
vertical-align: middle !important;
}
#social{
	position: absolute;
	margin: 35px 0 0 730px;
}
#secondary img{
	margin: 4px 8px 4px 0px;
}
#secondary ul{
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
}
#secondary ul li{
	margin: 0;
	border-bottom: 1px solid #eacaa5;
	display: block;
}
#secondary ul li a{
	background: url(images/bullet.png) 3px 3px no-repeat;
	padding: 6px 0px 6px 30px;
	display: block;
	font: 12px Verdana, Tahoma, Arial;
	color: #373737;
	text-decoration: none;
}
#secondary ul li a.highlight{
	background: #6a2d91 url(images/bullet_wit.png) 3px 3px no-repeat;
	color: #fff;
}
#secondary ul li a:hover{
	background-color: #eacaa5;
}
#secondary ul li a:hover{
	text-decoration: underline;
}
p{
 padding: 0 0 1em 0;
 margin: 0;
}
#content{
	text-align: justify;
}
#content a, a{
	color: #6a2d91;
}
#content article{
	padding-right: 40px;
	display: block;
	border-bottom: 4px solid #e8cba5;
}
article{
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
}
#content .entry-title, #content .entry-title a, h1{
	font-size: 30px;
	text-decoration: none;
	color: #373737;
	font-weight: normal;
	line-height: 100%;
}

.wp-post-image{
	float: left;
	margin: 5px 10px 10px 0px;
}
.entry-meta{
	font-size: 12px;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #6c3491;
}
/*.entry-content:first-letter{
	float:left;
    margin:0.13em 0.2em 0 0;
    line-height:0.7;
    font-size: 3.33em;
}*/
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
/*.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}*/

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 118px;
	padding: 0 0 0.2em 0;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
	font-size: 12px;
}
#zoeken{
	width: 200px;
}
#searchform{
	width: 250px;
	padding: 0;
	margin: 0;
}
#searchform input{
	padding: 2px 6px;
}
#searchsubmit{
	background: #6a2d91;
	color: #fff;
	margin: 0.5em 0.5em 0.5em 0em;
	*margin: 3px 3px 0 0;
	border: 1px solid #fff;
	padding: 2px 6px;
}
#s{
	border: 1px solid #fff;
	padding: 0;
	margin: 0;
}

/* =Pagination
-------------------------------------------------------------- */
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #6a2d91;
}

.pagination a:hover{
color:#fff;
background: #c2c2c2;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #c2c2c2;
color:#fff;
}
#content .pagination a.inactive, #content .pagination a{
	color: #fff;
}