@charset "utf-8";

/** Green Color Scheme - Default 
	green:#80b000
**/

/** General Layout **/

* {margin:0 auto; padding:0;}

html, body {
	margin:0px;
	padding:0px;
	font-family:Calibri, "Trebuchet MS", Verdana, "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size:13px;
	position:relative;
	line-height:1.6em;
	color:#000;
	text-align:left;
	height: 100%;
}

.clear {
	clear:both;
	height:0;
	width:0;
	line-height:0;
	font-size: 0px;
}

.hidden {display:none;}

.no-margin {margin-right:0 !important;}

.round {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

#main-colum input, #main-colum textarea {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}

#site-wrapper {
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	background:url(../images/bg-container.jpg) repeat-y;	

}

.container {
	margin:0 auto;
	position:relative;
}

/** Typography **/

h1 {font-weight:normal; font-size:30px; line-height:34px;}
h2 {font-weight:normal; font-size:26px; line-height:34px;}
h3 {font-weight:normal; font-size:20px; line-height:10px;}
h4 {font-weight:normal; font-size:18px; line-height:20px;}
h5 {font-weight:normal; font-size:20px; line-height:18px;}
h6 {font-weight:normal; font-size:13px; line-height:16px;}

h1, h2, h3, h4, h5, h6 {text-transform:none; color:#582700;}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {margin-bottom:15px;}

#main-colum ul {list-style:circle; list-style-position:inside; padding:0 0 20px;}
#main-colum ol {list-style:decimal; list-style-position:inside; padding:0 0 20px;}


#main-colum a {text-decoration:none;}
#main-colum a:hover {text-decoration:none;}

#content blockquote {
	margin-top:-14px;
	padding:12px; background:#ececec; color:#737373; border-top:#dbdbdb 1px solid; border-bottom:#dbdbdb 1px solid; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; font-style:italic; line-height:1.6em;
}

#content blockquote a {
	color:#737373;
	border-bottom:1px dotted #737373;
}

#content blockquote a:hover {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
}

blockquote cite {font-size:12px; color:#3B3B3B; text-transform:capitalize;}
blockquote cite a {color:#3B3B3B;}

#content blockquote p {margin-top:0px;}

/** Header **/

#home-page #header {
	position:relative;
	background:#000 url(../images/bg-header.jpg) repeat-x left 53px;
	height:353px;
	overflow:hidden;
}

#sub-page #header {
	position:relative;
	background: #000 url(../images/bg-header-subpage.jpg) repeat-x left 53px;
	height:200px;
	overflow:hidden;
}

#logo {
	height:35px;
	width:195px;
	display:block;
	background:url(../images/logo-partyland-party-event-verhuur.png) no-repeat;
	text-indent:-9999px;
	float:left;
	z-index:5;
	position:absolute;
	top:6px;
	left:10px;
}
#logo h1 , #logo h1 a {display:block; height:100%; width:100%; text-indent:-9999px; z-index:10;}

ul.sf-menu {font-family:Calibri,"Trebuchet MS", Verdana, Helvetica, sans-serif; text-transform: uppercase; font-size:12px; position:relative; 
list-style-type:none; list-style-position:outside; padding-top:11px; height:42px; margin-left:166px;}
.sf-menu li {float:left; margin-right:8px; height:30px;}
.sf-menu li a {display:block; text-decoration:none; text-transform:uppercase; line-height:30px; color:#FFFFFF; height:30px;
padding-right:9px; padding-left:9px;}	
.sf-menu a, .sf-menu a:visited  {color:#fff;}
.sf-menu li.selected, .sf-menu li:hover {background:url(../images/esthederm/nav_left.png) no-repeat 0 0;}
.sf-menu li.selected a, .sf-menu li a:hover {background:url(../images/esthederm/nav_right.png) no-repeat center right;}
.sf-menu li.selected li a {background:none;}

/** Slider **/

#home-page #slider {
	position:absolute;
	min-width:990px;
	height:300px;
	width:100%;
	left:0px;
}

#home-page #slider .slideshow {
	z-index:90;
	position:absolute;
	top:0px;
	left:0px;
}
 
#sub-page #slider {height:150px; left:0px;}

#slider .strap-line {
	position:absolute;
	z-index:91;
	top:260px;
	left:245px;
	text-align:left;
	width:700px;
	font-family:Twenty,Tahoma,Arial;
	color:#fff;
}

#slider .strap-line h2 {color:#fff; font-size:32px;}

#slider .intro {
	position:relative;
	z-index:92;
	float:right;
	width:478px;
	height:134px;
	top:110px;
	margin-right:0px;
}

#slider .payoff {
	position:absolute;
	z-index:91;
	top:62px;
	left:245px;
	text-align:left;
	width:700px;
	font-family:Twenty,Tahoma,Arial;
	color:#000;
}

#slider .payoff h2 {color:#000; font-size:30px;}

#slider .skybanner {
	margin-left:-10px;
}

.slidshow-wrap {width:274px; height:150px; top:40px; margin-left:50px;}
.slidshow-wrap ul {width:274px;}

#buttons {position:absolute; width:387px; height:23px; margin-top:70px; right:11px; top:34px;}
#buttons a {display:block; text-indent:-9999px;}

#buttons a.prev {float:left; background:url(../images/buttons.png) no-repeat top left; width:22px; height:23px;}
#buttons a.prev:hover {background:url(../images/buttons.png) no-repeat bottom left;}

#buttons a.next {float:right; background:url(../images/buttons.png) no-repeat top right; width:22px; height:23px;}
#buttons a.next:hover {background:url(../images/buttons.png) no-repeat bottom right;}

#slider #page-name {position:relative; top:0; left:0; margin-top:60px;}
#slider #page-name h2 {color:#fff; margin-bottom:10px;}
#slider #page-name .tagline {font-size:15px; color:#202020; float:left; text-transform:capitalize;}

/** Content **/

#content {
	padding-right:0px;
	min-width:994px;
	margin-left:0px;
}

/** Main-Colum **/

#content #main-colum {
	padding-top:5px;
	padding-bottom:70px;
	margin-left:245px;
	padding-right:10px;
	min-width:724px;
	font-size:15px;
}

#content .pagetitle {
	margin-top:6px;
	font-family:Twenty,Tahoma,Arial;
	font-size:30px;
}

#content #main-colum a {
	color:#969696;
}

#content #main-colum a:hover {
	color:#000;
}

#content #main-colum .es_catimage a {
	color:#969696;
	border-bottom:1px dotted #969696;
}

#content #main-colum .es_catimage a:hover {
	color:#000;
	border-bottom:1px dotted #000;
}

#features {
	height:115px;
	padding-bottom:10px;
	padding-top:10px;
}

#features .feature-box {
	float:left;
	width:212px;
	height:115px;
	background:url(../images/feature-box.png) no-repeat top left;
	margin-right:40px;
}

.feature-box .inside {
	height:95px;
	padding:16px 8px 0;
}


.feature-box h5 {
	text-align:left;
	margin-bottom:10px !important;
	text-transform:capitalize;
}

#main-colum .feature-box img {float:left; margin:0 8px 0 0; border:none; background:none; padding:0;}

.feature-box .inside p {
	font-size:12px;
	line-height:14px;
	margin:0;
}

.feature-box p a {color:#6e6e6e; width:100%; height:100%; display:block; text-decoration:none;}
.feature-box p a:hover {text-decoration:underline;}

.more {text-indent:-9999px; display:block; width:80px; height:19px; background:url(../images/learn-more.png) no-repeat top left;}
.more:hover {background:url(../images/learn-more.png) no-repeat bottom left;}

/*#main-colum img {padding:5px; border:#d0d0d0 1px solid; background:#ebebeb; margin:5px 0 10px; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;}
*/

.box {float:left; width:325px; height:auto; margin-right:20px;}

/** Sidebar **/

#content #sidebar {
	float:left;
	width:220px;
	padding-left:6px;
	top:0px;
	height:auto;
	background:#7b2927 url(../images/bg-sidebar.png);
	padding-bottom:50px;
}


#sidebar .widget {padding-bottom:0px;}

#sidebar .widget li {height:30px; line-height:30px; border-bottom:#b9b9b9 1px dotted; background:none;}
#sidebar .widget li:first-child {border-top:#b9b9b9 1px dotted;}
#sidebar .widget li:hover {background:#f0f0f0; padding-left:10px;}
#sidebar .widget li a {color:#545454; height:100%; width:100%; display:block;}
#sidebar .widget li a:hover {color:#80b000;}

#sidebar .widget h3 {
	font-family:Twenty;
	font-size:22px;
	color:#7B2927;
	padding-top:16px;
	background-color:#C6A565;
	display:block;
	height:22px;
	padding-left:8px;
	margin-bottom:0px;
	line-height:100%;
	padding-bottom:10px;
}

#sidebar .widget li.current {background:#f0f0f0; padding-left:10px;}
#sidebar .widget li.current a, #sidebar .widget li.current a:hover {font-weight:bold; color:#80b000;}

#latest-post li.post {margin-bottom:25px; padding-bottom:10px; border-bottom:#b9b9b9 1px dotted; height:auto;} 
#latest-post li.post:hover {background:none; padding-left:0;}
#sidebar #latest-post li:first-child {border-top:none;}
#latest-post li.post a {height:auto; width:auto;}
#latest-post h3 {background:url(../images/calender.png) no-repeat top left; padding-left:28px;}
#latest-post h5 {font-weight:normal; margin-bottom:5px;}
#latest-post h5 a {color:#797979; text-transform:capitalize;text-decoration:underline;}
#latest-post h5 a:hover {color:#545454;}
#latest-post .post-thumb {padding:5px; border:#d0d0d0 1px solid; background:#ebebeb; float:left; margin:5px 7px 0 0;-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#latest-post .post-thumb:hover {background:#dfdfdf;}
#latest-post .post {margin-bottom:25px; padding-bottom:10px; border-bottom:#b9b9b9 1px dotted;}
#latest-post .post p {font-size:10px; line-height:18px;}

#search-box-container {
	position:relative;
	padding-top:10px;
}

#search {margin-left:10px; width:196px; height:21px; font-family:Calibri, "Trebuchet MS", Verdana, "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; font-size:12px; padding:4px 0 0 4px; border:#b0b0b0 1px solid; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#search-submit {background:url(../images/search.png) no-repeat top right; border:none; cursor:pointer; height:16px; width:16px;margin-top:10px; position:absolute; left:190px; top:5px;}

#content #sidebar #contact-info img {float:none; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;padding:5px; border:#d0d0d0 1px solid; background:#ebebeb; margin:-5px 0 15px;}
#content #sidebar #social-info img {background:transparent none repeat scroll 0 0; border:medium none; padding:0; margin-right:5px;}


#sidebar fieldset#login {
	background:url(../images/sidebar-login-bg.png) no-repeat;
	height:113px;
	margin:0px 0px 0px 0px;;
	padding:12px 0 0 13px;
	width:214px;
	position:relative;
	font-size:13px;
}

#sidebar fieldset#login form {}

#sidebar fieldset#login .usernameWrapper,
#sidebar fieldset#login .passwordWrapper {
	background:url(../images/sidebar-login-username.png) no-repeat;
	margin:0 0 5px;
	padding:5px 0 0 37px;
	width:96px;
}

#sidebar fieldset#login .passwordWrapper {
	background:url(../images/sidebar-login-password.png) no-repeat;
	margin:0 0 3px;
}

#sidebar fieldset#login input.username,
#sidebar fieldset#login input.password {
	background:transparent;
	border:0;
	color:#464646;
	height:22px;
	width:93px;
}

#sidebar fieldset#login p {
	margin:0 0 3px;
}

#sidebar fieldset#login p a {
	color:#582700;
	border-bottom:dotted 1px #582700;
}

#sidebar fieldset#login p a:hover {
	color:#000;
	border-bottom:dotted 1px #000;
}

#sidebar fieldset#login input.submit {
	float:right;
	background:url(../images/sidebar-login-login.png) no-repeat;
	border:0;
	cursor:pointer;
	height:27px;
	width:45px;
	margin:31px 24px 0 0;
}


/** Services **/

.services-post {float:left; height:auto; margin-bottom:60px;}
.services-img {float:left; margin-right:15px !important;}
.view-port {float:left; text-indent:-9999px; display:block; width:110px; height:19px; background:url(../images/view-port.png) no-repeat top left;}
.view-port:hover {background:url(../images/view-port.png) no-repeat bottom left;}

/** Portfolio **/

#full-width {height:auto; position:relative;}

.portfolio-item {float:left; width:260px; border:#d0d0d0 1px solid; background:#f7f7f7; -moz-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px; margin:0 27px 27px 0; height:230px; padding:20px;}
.port-box {float:left; position:relative;}
.port-box .portfolio-zoom {position:absolute; cursor:pointer; height:120px; top:0; left:0; display:none; width:260px;}
.portfolio-item .port-img {background:url(../images/port-bg.png) no-repeat center top; border:none; margin:0 0 5px 0; padding:0;padding-bottom:15px;}
#content #full-width .portfolio-item h3 {margin-bottom:5px;}
#content #full-width .portfolio-item p {margin-bottom:0;}

/** Blog **/

#main-colum .post {float:left; height:auto; margin-bottom:35px; padding-bottom:35px; border-bottom:#b9b9b9 1px dotted;}
#main-colum .post-thumb {float:left; margin:0 10px 0 0;}
#main-colum .post-thumb:hover {background:#dfdfdf;}
.post .entry {float:right; height:auto; width:440px;}
.post h3 {margin-bottom:5px !important; text-transform:capitalize;}
.entry h3 a {color:#80b000;}
.entry h3 a:hover {color:#80b000; text-decoration:none !important;}
.meta {font-size:11px; margin-bottom:5px !important;}
.meta a {color:#80b000;}
.meta a:hover {color:#545454;}

#main-colum .full-post {border-bottom:none;margin-bottom:25px; padding-bottom:25px;}
#main-colum .full-post .entry {width:100%;}

#content .paging {float:left;}
#content .paging a {float:left; background:url(../images/paging-anchor.png) no-repeat top left; text-align:center; display:block; height:23px; width:22px; margin-right:10px; font-size:11px;color:#545454; line-height:22px;}
#content .paging a:hover, #content .paging span.selected {background:url(../images/paging-anchor.png) no-repeat bottom left; text-decoration:none; color:#FFFFFF;}
#content .paging span.selected {float:left; font-weight:bold;text-align:center; display:block; height:23px; width:22px; margin-right:10px; font-size:11px;color:#fff; line-height:22px;}

/** Comments **/

#comments .commentlist {list-style-type:none; list-style-position:outside;}
#comments h3 {margin-bottom:30px !important; text-transform:capitalize;}
#comments .commentlist li {margin-bottom:55px; height:auto; width:630px; overflow:hidden;}
#comments .commentlist a {color:#80B000;}
#comments .commentlist a:hover {color:#545454;}
#comments .commentlist .comment-left {float:left; width:90px; height:100%}
#comments .commentlist .comment-left img {margin:0 0 10px;}
#comments .commentlist .comment-left a {text-align:center; display:block;}
#comments .commentlist .comment-right {float:right; width:490px; overflow:hidden; border:#DDDDDD 1px solid; padding:15px;}
#comments #respond form p small {color:#6E6E6E !important; }
#comments #respond #commentform input, #comments #respond #commentform textarea {font-size:12px; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; color:#6E6E6E; 
border:#B0B0B0 1px solid; padding:2px 5px;}
#comments #respond #commentform input {height:18px;}
#comments #respond #commentform #submit {float:left; background:url(../images/submit.png) no-repeat left top; display:block; width:80px; height:30px; cursor:pointer; border:none; text-indent:-9999px;}
#comments #respond #commentform #submit:hover {background:url(../images/submit.png) no-repeat left bottom;}

/** Contact us Form **/

#contact-warp {width:260px; float:left; text-align:left; height:auto;margin-bottom:10px;}
#contact-warp p.label {width:260px; float:left; margin:0;color:#80B000;}
#contact-warp .special {display:none;}

.message {float:left; height:auto; width:500px; background:#FAE673; border:#FEBD63 1px solid; color:#CC6600; display:none; padding:10px;}

#contact-warp input {padding:5px; font-size:12px; width:260px; float:left; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; margin-bottom:5px; border:#ababab 1px solid;}
#contact-warp textarea {padding:5px; font-size:12px; width:550px; float:left; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; margin-bottom:10px; border:#ababab 1px solid;}

#contact-warp input.submit {float:left; background:url(../images/submit.png) no-repeat left top; display:block; width:80px; height:30px; cursor:pointer; border:none; text-indent:-9999px;}
#contact-warp input.submit:hover {background:url(../images/submit.png) no-repeat left bottom;}

/** Footer **/

#footer {
	height:50px;
	margin-top:-50px;
	position:relative;
	/*background:#000 url(../images/footer_bg.jpg) repeat-x left top;*/
	font-size:10px;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	background-color:#000;
	min-width:980px;
}

#footer .container {
	padding-top:0px;
	margin-right:15px;
	margin-left:10px;
}

#footer a {
	font-family:Tahoma,Arial;
	color:#CCB342;
	border-bottom:1px dotted #CCB342;
}

#footer a:hover {
	color:#E9DEC9;
	border-bottom:1px dotted #E9DEC9;
}

.fotter-nav {
	float:left;
	margin-top:-10px;
}

.fotter-nav li {float:left; margin-right:15px;}
.copyrights {float:right; text-transform:none; margin-top:-10px;}

.copyrights span {
}

.copyrights p {
	color:#CCB342;
}

.canvas {
	padding-top:6px;
	padding-bottom:6px;
}

.linkbox {
	margin-top:15px;
	margin-bottom:15px;
	border:1px dotted #C6A565;
	background-color:#f2ede5;
	padding:5px;
	color:#7b2927;
}

.linkbox a {
	font-family:Tahoma,Arial;
	font-size:12px;
	line-height:160%;
	color:#7B2927;
}

.linkbox h3 {
	display:block;
	font-family:Twenty,Tahoma,Arial;
	font-size:20px;
	border-bottom:1px dotted #C6A565;
}

#slider .catafbeelding {
	max-height:147px;
}
