/*  
Theme Name: Artif

Version: 1.0
Author: Friks.nl - Rienk Smids
2010, Friks. All rights reserved
*/

/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}
a {
	text-decoration: none;
}
a:link {
	color: #485b24;
}
a:visited {
	color: #485b24;
}
a:hover, a:active {
	color: #485b24;
	text-decoration:underline;
}

body {
	background:#EEEEEE url(images/body-back.jpg) center top repeat-x;
	color:#000;
	font-size:13px;
	font-family:"Century Gothic", Arial;
}

#header-top {
	background: #fff url(images/top-line.jpg) center top repeat-x;
	width: 100%;
	height: 5px;
}

#header img {
	float: left;
}

#dynamic_header {
	float: right;
}

.title-text {
	float: left;
	width: 100%;
}

#wrap {
	margin: 0 auto;
	width: 960px;
	padding: 0px;
	background: url(images/top-wrap-back.jpg) top left no-repeat;
	}
#logo {
	float: left;
	margin:0;
}

#header {
	margin: 0 auto;
	width: 940px;
}

.page { 
	clear:both;
	margin:0 auto;
	text-align:left;
	width:940px;
	}

#header-search {
	float: right;
	width: 310px;
	height: 50px;
	float: right;
	margin-top: 25px;
}

#header-search p, #header-search a {
    color: #D88B15;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-top: 10px;
}

#header-inlog {
    float: left;
    height: 35px;
    margin-left: 250px;
    margin-top: 32px;
    text-align: center;
    width: 125px;
}
#header-inlog p{
	font-size: 12px;
	font-style: italic;	
}
#header-inlog p:hover{
	text-decoration: underline;	
}

#search-box-home {
	float: left;
	color: #9da984;
	padding: 10px;
	background: url(images/search-back.jpg) top left no-repeat;
	margin: 0  20px 0 0;
}

search-box-home input {
	color: #a96706;
	border: 1px solid #f3dbb2;
	margin: 0;
	padding: 0;
}

search-box-home input:focus {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#search-form-home input {
	border: 0;
	color: #9da984;
	width: 200px;
}

#search-form-home input:focus{ 
	background-color: #fff;
}


#searchsubmit {
	border: none;
	width: auto;
}

#top-nav {
	width: 920px;
	height: 80px;
	clear: both;
	margin: 0 auto;
	padding: 20px 10px 0;
	font-size: 14px;
	font-style:italic;
}

#top-nav p {
	margin-left: 3px;
}

#top-nav1, #top-nav2, #top-nav3, #top-nav4, #top-nav5 {
	float: left;
	background: url("images/top-menu-back.jpg") no-repeat scroll right top transparent;
    padding: 0 15px;
    width: 200px; /* Indien het menu item voor artif 30 geplaatst wordt: width: 155px; */
}

#top-nav1 {
	padding-left: 10px;
}
#top-nav h2 a {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-style:normal;
}

#top-nav h2 a:hover {
	color: #19171a;
}

p.button-home a {
	width: 280px;
	height: 28px;
	background: url(images/button-home.png) top center no-repeat;
	display: block;
	color: #fff;
	padding: 16px 0 2px 20px;
	text-align: left;
}
p.button-home a:hover{
	text-decoration: none;	
}

#button-offerte {
	width: 230px;
	height: 49px;
	background: url(images/button-offerte.jpg) top center no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	color: #fff;
	padding: 0 0 3px 0;
	margin: 5px 0 0 5px;
	text-align: center;
	font-size: 19px;
}

input {
	padding: 5px;
	color: #a96706;
	border: 1px solid #f3dbb2;
}

textarea {
	padding: 5px;
	margin-bottom: 0px;
	color: #a96706;
	border: 1px solid #f3dbb2;
}

input:focus {
	padding: 5px;
	border: 1px solid #da8d0b;
}	

textarea:focus {
	padding: 5px;
	margin-bottom: 0px;
	border: 1px solid #da8d0b;
}	

input:hover {
	padding: 5px;
	border: 1px solid #da8d0b;
}

textarea:hover {
	padding: 5px;
	margin-bottom: 0px;
	border: 1px solid #da8d0b;
}

#sidebar input, #sidebar input:hover, #sidebar input:focus {
	margin-bottom: 10px;	
}

#home1, #home2, #home3 {
	float: left;
	width: 300px;
	background: #fff;
	text-align: center;
	padding-top: 10px;
}

#home1:hover, #home2:hover, #home3:hover{
	background: #93bd1b;	
}

#home2 {
	margin: 0 20px;
}

#content-home {
	margin: 0 auto;
	width: 940px;
}

#home-text {
	width: 920px;
	padding: 10px;
	margin: 20px 0;
	background: #fff;
}

#head {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 920px;
	height: 192px;	
}

#head h1 {
	color:#D88B15;
	font-size:35px;
	font-style:normal;
	font-weight: normal;
	display: block;
	width: 560px;
	margin: 10px 0 5px 18px;
}

#head p {
	color: #334218;
	line-height: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	width: 560px;
	margin-left: 18px;
}

#featured-page{ 
	width:940px; 
	padding-right:0px; 
	position:relative; 
	border:0px solid #ccc; 
	height:250px; 
	background: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
}

#content {
	padding:10px 15px;
	margin: 0 auto;
	width:910px;
	background: #fff;
	margin-bottom: 20px;
	}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

.post content ol li { 
    list-style: decimal;
                 }

.post content ul { 
    margin-top: 10px;
    margin-left: 35px;
}

#menu {
	clear: both;
	width: 940px;
	height: 54px;
	background: url(images/menu-back.jpg) top center no-repeat;
}

#menu ul {
	height: 54px;
	list-style:none;
	width: 910px;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	font-size: 15px;
	height: 54px;
	
}
.page_item a {
	padding: 10px 20px 10px 20px;
	height: 34px;
	display: block;
	font-size: 16px;
	color: #fff;
}

.current_page_item a {
	background: url(images/current-back.jpg) top center no-repeat;
}

.clear {
	clear:both;
}


#sidebar {
	border-left: 1px solid #e1e1e1;
    float: left;
    height: 100%;
    margin: 0 0 10px 20px;
    width: 275px;
}

#sidebar2 {
    border-left: 1px solid #E1E1E1;
    float: left;
    height: 100%;
    margin: 0 0 10px 20px;
    padding-left: 25px;
    padding-top: 30px;
    width: 250px;
}

pre {
	font-size: 11px;
}

#sidebar-menu {
	float: right;
}

#sidebar-menu ul {
	list-style: none;
	text-align: right;
	font-size: 16px;
}

#sidebar-menu li {
	/*width: 130px;*/
	padding: 8px 0;
	border-bottom: solid 1px #F00;
}

#sidebar-menu li li {
	font-size: 15px;
	padding: 2px 0;
	border: none;
	
}

#sidebar-menu li li a {
	padding-right: 6px;
}

#sidebar-menu li li li a {
	border-right: 1px solid #CCC;
	padding: 2px 1px 4px 0;
	display: block;
}


#sidebar li li li {
	font-size: 13px;
	padding: 0 7px 0 0;
	border: none;
	font-style: italic;
}
#footer {
	width:100%;
    color: #fff;
	clear:both;
	text-align:center;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 5px;
	background: #556b2b url(images/footer-back.jpg) top center repeat-x;
	}
#footer p{padding:0px 0 5px 0;}
#footer a {
    color: #fff;
	text-decoration:none;
}
#footer-wrap{
	width: 920px;
	margin: 0 auto;
	height: 20px;
}
#footer-wrap img{
	margin: 0 10px;
}

#sponsoren{
 	width: 200px;	
	height: 50px;
	position: relative;
	margin: 0 auto;
	clear: both;
	display: none;
}
						  
#footer a:hover {
	text-decoration:underline;
}
/* End Main-Layout */



/* Begin Content*/
h4,h5,h6 {
	color:#334218;
	font-size:12px;
	margin:20px 0 0 0;
	}

h2{ 
	font-size:15px;
	color:#334218;
    margin:0px 0px 5px 0px;
	padding-top:5px;
	line-height: 1.1em;
	}

h3{ color:#334218;
	font-size: 14px;
    margin:20px 0 0 0;
	
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover{
	color:#3f4e57;
	text-decoration:none;
}
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#3f4e57;
	text-decoration:none;
}

.post-date {
	width: 0px;
	float:left;
}
.post-month {
	font-size: 11px;
	color: #3f4e57;
	text-align: center;
	display:block;
}
.post-meta{
	margin: 20px 0;
}

.thumbnails {
	float: right;
}

#sidebarright {
	float: right;
	width: 250px;
	margin-top: 30px;
}
.post-meta h1, .post h1{
	color:#d88b15;
	padding:0;
	font-weight: normal;
	font-size: 34px;
	border: none;
	
}

.post h2 {
	color:#d88b15;
	padding-bottom:10px;
	font-weight: normal;
	font-size: 20px;
	margin: 5px 0;
	border: none;
	
}
.post-day {
	font-size: 25px;
	text-transform: uppercase;
	color: #005782;
	text-align: center;
	display:block;
}
.post { 	
float: left;
	color:#000;
	text-align:left;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
	width:598px;
	padding-top: 0px;
	}
	
.post p {
	color: #000;
	line-height: 140%;
}
.post-end{
	width:360px;
	height:1px;
	padding-bottom:00px;
}
.post-top{
	height:10px;
	width: 360px;
	margin:0px;
	padding: 0px;
	}
.postmetadata {
	color:#555;
	font-size:.85em;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#000;
	text-decoration:none;
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext{
	line-height:140%;
	margin:2px 0 0 0;
	font-size: 15px;
	color: #334218;
	}

.entrytext .page_item a {color: #000;}
.entrytext .current_page_item a { background:none; } 

#content .entrytext img {

}

.entrytext h1 {
	margin-bottom: 25px;
}

.alt {
	background-color: #dcf2a7 !important;
}
.entrytext p{
	margin:0 0 15px 0;
	color: #334218;
	}
	
#content h4 {
	width: 100%;
	border-bottom: 1px solid #F00;
	text-align:right;
	color:#F00;
	margin: -15px 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	
}

#content h4 a {
	color:#F00;
}

.productbox {
	width: 100%;
	height: 135px;
	border: 1px #F00 solid;
	display: block;
	}

/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:1em;
    color: #333;
	}
	
.commentlist li {
	font-weight:bold;
	}
.commentlist li.alt {
background:#ffffff;
padding:10px 0px 5px 10px;
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em;
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none;
    color: #333;
	}

.commentmetadata {
	font-weight:normal;
    color: #333;
	}

.commentlist {
	padding:0;
	text-align:justify;
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal;
	}

.commentlist p {
	margin:10px 5px 10px 0;
	}

#commentform p {
	margin:5px 0;
	}

.commentmetadata {
	margin:0;
	display:block;
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px;
	}
	
.entrytext ul li ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	}

#content .kleuren a{
	text-decoration: none;	
	font-weight: bold;
}
#content .kleuren a:hover{
	text-decoration: underline;
	font-weight: bold;
}
/*
.breadcrumb {
	width: 600px;
	padding: 5px;
}
*/

/* End Entry Lists */


/* Bel mij formulier */
p#ll2, p#ll3 {
display:none;
}

#cforms-2 {
	background: #E3051A;
	list-style: none;
	color: #fff;
}
#cforms2form {
	padding: 13px 0 5px 16px;	
}

#cf2_field_4, #cf2_field_3 {
	border: 1px solid #000;
	color:#000;
	margin-bottom: 4px;
	padding: 3px;
	width: 134px;
}

p.red {
	color:#F00;
	display: inline-block;
	width: 10px;
}

p.details {
	font-size:10px;
}

.cf-after {
	margin-left: 4px;
}

.cf-fs1 legend { 
font-size: 16px;
}

#li-2-3 {
	margin-top: 5px;
}


#cforms-2 h2 {
	display: none;
}
.cf-fs1 legend {
	color:#FFF;
}
.cf-fs1 {
	width: 163px;
	border: none;
}

.cf_hidden {
	border: none;
	height: 0px;
	font-size: 1px;
}

#usermessage2b {
	padding: 5px;
	font-size: 12px;
	font-weight:bold;
}

#sendbutton2 {
	list-style: none;
	background: none;
	color: #fff;
	cursor: pointer;
	border: none;
	font-size: 13px;
}

ol.cf-ol {
	list-style: none;
}


/* adres */

li#text-3 {
	list-style:none;
	margin: 20px 0 10px 10px;

}
/* Begin Images */
p img {
	padding:0;
	max-width:100%
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	float: right;
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}

.alignright {
	float:right;
	}
	
.alignleft {
	float:left;
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0;
	}



.entry form { 
	text-align:center;
	}

select {
	width:130px;
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	}

#commentform textarea {
	width:98%;
	padding:2px;
	border:1px solid #ddd;
	}

#commentform #submit {
	margin-right:3px;
	float:right;
	border:1px solid #999999;
        background: #f6f6f6;
        color: #666;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1.0em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em;
	}

acronym, abbr {
	border-bottom:1px dashed #333
	}

blockquote {
	border-left:5px solid #f2f2f2;
	margin:15px 0 0 0;
	padding:0 0 0 15px;
	}

blockquote cite {
	margin:5px 0 0;
	display:block;
	}

.center {
	text-align:center;
	}

hr {
	clear:both;
	display:none;
	}

a img {
	border:none;
	}
#assortiment a img{
	padding: 20px;
}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	}
/* End Various Tags & Classes*/
/* WP 2.6 FIX */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

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

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Slider */

#featured{ 
	width:940px; 
	padding-right:0px; 
	position:relative; 
	border:0px solid #ccc; 
	height:350px; 
	background: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:300px; left:815px; 
	list-style:none; 
	padding:0; margin:0; 
	width:110px; 
	height: 23px;
}
#featured ul.ui-tabs-nav li{ 
	padding:0;  
	font-size:12px; 
	color:#666; 
	float: left;
	width: 22px;
	border-right: 0px dashed #CCC;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:0; 
	border:0px solid #eee;
}

#nav-fragment-5 {
	border: none !important;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:22px; 
	color:#333;  
	outline: none;
	background: #fff url(images/slider/icon1.jpg) no-repeat;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background: #fff url(images/slider/icon2.jpg) no-repeat;
}
#featured li.ui-tabs-selected img{ 
	
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background: #fff url(images/slider/icon2.jpg) no-repeat;
}
#featured .ui-tabs-panel{ 
	width:940px; height:350px; 
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:0px; left:490px; 
	height:287px; 
	/*background: url('../images/transparent-bg.png'); */
	background:none;
	padding: 25px 15px 0 25px;
}
#featured .info h2{ 
	font-size:34px; 
	color:#d88b15; padding:5px; margin:0;
	overflow:hidden; 
	font-weight: normal;
	font-style:italic;
}

#featured h2 a {
	color: #d88b15;
}

#featured .info p{ 
	margin:0 10px; 
	font-size:15px; 
	line-height:27px; color:#617425;
}
#featured .info a{ 
	text-decoration:none; 
}
#featured .info a:hover{ 
	text-decoration:none; 
	color:#5f7223;
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* Breadcrumbs */
#breadcrumbs{
	width: 100%;
	color: #d88b15;
	padding-left: 7px;
}

#breadcrumbs a{
	color: #334218;
	text-decoration: none;
}

#breadcrumbs a:hover{
	text-decoration: underline;
}

#breadcrumbs strong{
	color: #334218;
}
/* End of Breadcrumbs */

/* Sitemap */
#content .ddsg-wrapper li{
	text-decoration: none;
	margin-bottom: 5px;
}

#content .ddsg-wrapper a{
	text-decoration: none;
}

#content .ddsg-wrapper a:hover{
	text-decoration: underline;	
}

.ddsg-wrapper li li li, .ddsg-wrapper li li{
	list-style: disc;
	margin-left: 15px;
}
/* End of Sitemap */

td.artif{
	vertical-align: top;
	text-align: right;
	width: 280px;
}

#contact-form p{
	vertical-align: top;
	text-align: left;
	left: 0;
	margin: 0;
}

td.verkooppunten{
	text-align: left;	
	width: 250px;	
}

td.map2{
	vertical-align: top;
	width: 300px;	
}
html > body .ngg-album{
	border: 1px solid #e1e1e1;
}
