/*
Theme Name: Rokado Theme-fixed
Theme URI: http://www.texted.nl/
Description: The original Rokado Theme.
Version: 1
Author: Sabrina Megens
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/main-bg.jpg) repeat left top;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	
}
/*-----wrappers----*/
.wrapper { 
	min-width: 850px;
	margin: 0;
	
} 
* html .wrapper {
	border-right: 850px solid #070000;
}
* html .min-width {
	display: inline-block;
	position: relative;
	margin-right: -850px;
}
* html .wrapper { height: 1px;}
* html .min-width { height: 1px;}
.mainwrapper {
	text-align: left;
	background: url(images/main-bg.jpg) repeat left top;
}
* html .mainwrapper { height: 1%;}
*+html .mainwrapper { height: 1%;}
.maincontentwrapper {
	padding: 10px 20px;
	margin: 0 auto;
	width: 860px;
}
* html .maincontentwrapper { height: 1%;}
*+html .maincontentwrapper { height: 1%;}
/*-------------------------
Common Css
----------------------------*/
a:link, a:visited {
	text-decoration: none;
	color: #ac6c42;
}
a:hover {
	color: #999;
}
a img {
	border: 0;
}
h1, h2, h3, h4, form , input {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
.title a {
	color: #fff;
}
.title a:hover {
	color: #FCE1C6;
}
p {
	margin: 0;
	padding: 0 0 10px;
}
.clear {
	clear: both;	
}
/*------------------------
Header
--------------------------*/
#header .box-top {
	background-color: #ac6c42;	
}
* html #header { height: 1%;}
*+html #header { height: 1%;}
#search-bg {
	width: 240px;
	float: right;
}
#search-bg form {
	background: url(images/search-bg.gif) no-repeat left center;
	padding: 6px;
}
#search-bg .search-in {
	width: 175px;
	font-style:italic;
	font-weight: bold;
	color: #fff;
	border: 0;
	background-color: #fce1c6;
}
#search-bg #search-in2 {
	width: 175px;
	font-style:italic;
	font-weight: bold;
	color: #000;
	border: 0;
	background-color: #fce1c6;
}
#search-bg .search-btn {
	margin-left: 15px;
	width: 20px;
	height: 12px;
	border: 0;
	cursor: pointer;
	background: none;
} 
#search-bg .box-rbot {
	padding: 5px 7px;
}
.menu {
	margin-right: 246px;
	
}
* html .menu  { height: 1%;}
*+html .menu  { height: 1%;}
.menu .box-rbot  {
	position: relative;
	padding-left: 12px;
	height: 39px;
}
#main-tab, #main-tab li ul  {
	margin:0;
	padding: 0;
	list-style: none;
} 
* html #main-tab { height: 1%;}
*+html #main-tab  { height: 1%;}
#main-tab li {
	float: left;
	position: relative;
	padding: 0 2px;
}
#main-tab li a:hover {
	color: #833400 !important;
        background: #fff;
}
#main-tab {
	padding-top: 5px;
}
#main-tab li a {
	color: #fff;
	font: 14px Georgia;
	display: block;
	float: left;
	
}
#main-tab li a span {
	color: #fff;
	font: 14px Georgia;
	display: block;
	float: left;
	padding: 6px 5px 13px 5px;
	height: 10px;
	
}
* html #main-tab li a span { padding: 6px 5px 6px 5px; }
#main-tab li ul {
	position: absolute;
	z-index: 10;
	margin-top: 28px;
	background-color: #ac6c42;	
	left: 4px;
	visibility: hidden;
}
#main-tab li a:hover, #main-tab li.current_item a {
	background: #fff url(images/righthover.gif) no-repeat right top;
	color: #833400 !important;
}
#main-tab li a:hover span, #main-tab li.current_item a span {
	background: url(images/lefthover.gif) no-repeat left top;
	cursor: pointer;
	color: #833400 !important;
}
#main-tab li:hover ul { visibility: visible;}

#main-tab li ul li {
	float: none;
	width: 150px;
	padding:0;
	border-bottom: 1px solid #dbb296;
	
}

#main-tab li ul li a {
	color: #fff;
	font: 12px Georgia;
	display: block;
	float: none;
	padding: 4px 7px;
}

#main-tab li ul li a:hover {
        background: #fff !important;
}
/*-----------------------
Banner section
--------------------------*/
.banner-top {
	background:#fde0c8 url(images/banner-bg.jpg) repeat-x top;	
	margin: 6px 0;
}
.banner-right {
	background: url(images/banner-right.jpg) no-repeat right top;
}
.banner-left {
	background: url(images/banner-left.jpg) no-repeat left top;
	height: 129px;
	padding-left: 15px;
}
/*----------------------------
Maincontent
------------------------------*/
.content {
	width: 100%;
	float: right;
	margin-left: -247px;
}
.subcontent {
	margin-left: 247px;
}
#maincontent .box-bot {	
	background: #fff;
}
#maincontent .box-rbot2 {
	padding: 7px 10px;
}
.boxheader-top h3 {
	color: #fff;
	padding: 5px 10px 7px 0px;
}
.margin {
	margin-bottom: 7px;
}
.boxheader-top h3 a { color: #fff !important;}
.boxheader-top h3 a:hover { color: #FCE1C6 !important;}
/*-----------------------------
Sideabr
----------------------------*/
#sidebar {
	float: left; 
	width: 240px;
}
.email-in {
	background: url(images/email-in.gif) no-repeat left center;
	width: 209px;
	height: 23px;
	font-style:italic;
	font-weight: bold;
	color: #fff;
	border: 0;
	background-color: #fce1c6;
	padding: 6px 4px 0 4px;
}
.email-in2 {
	background: url(images/email-in.gif) no-repeat left center;
	width: 209px;
	height: 23px;
	font-style:italic;
	font-weight: bold;
	color: #000;
	border: 0;
	background-color: #fce1c6;
	padding: 6px 4px 0 4px;
}
.email-btn {
	background: url(images/email-btn.gif) no-repeat left top;
	width: 136px;
	height: 29px;
	border: 0;
	cursor: pointer;
	float: right;
	margin-top: 5px;
}

.email-block .box-rbot {
	padding: 7px 10px;
	color: #fff;
}
.email-block h3 {
	background: url(images/email-icon.gif) no-repeat left top;
	padding-left: 30px;
	color: #fff;
	margin-bottom: 12px;
}
.news-block, .cade-block {
	margin-top: 7px;
}

.news-block h3 {
	background: url(images/news-icon.gif) no-repeat left center;
	padding-left: 30px;
	color: #fff;
	height: 22px;
}
.cade-block h3#cade-block-icon {
	background: url(images/cade.gif) no-repeat left top;
	padding-left: 30px;
	color: #fff;
	height: 22px;
}
h3#add_widget {
	background: url(images/point.gif) no-repeat left top !important;
	padding-left: 30px;
	color: #fff;
	height: 22px;
	}
.news-block ul, .cade-block ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}
.news-block ul li {
	background: url(images/list.gif) no-repeat left top;
	padding: 0px 0 0px 25px;
	margin: 4px 0;
}
.news-block .box-bot, .cade-block .box-bot {
	background-color: #fff;
}
.news-block ul li a {
	text-decoration: underline !important;
	font-weight: bold;
}
.cade-block ul a {
	color: #000 !important;
	font-weight: bold;
}
.cade-block ul a:hover {
	color: #999 !important;
}
.cade-block .box-rbot2, .news-block .box-rbot2 {
	padding: 7px 10px;
}

.cade-block .box-rbot2 a {
	text-decoration: underline !important;
	font-weight: bold;
}

#meer { 
	display: block;
	text-align: right;
	padding-top: 5px;
}
/*----------------------
Footer
---------------------------*/
#footer {
		text-align: right;
	}
#footer a {
	text-decoration: underline;
	color: #fff;
}
#footer .box-top {
	margin-top: 7px;
}
#footer .box-rbot {
	padding: 12px 20px;
}
/*-----------------------
Round corner box
-------------------------*/
.box-top {
	background: #ac6c42 url(images/border.gif) repeat-x top;
	
}
* html .box-top { height: 1%;}
*+html .box-top { height: 1%;}
.box-bot {
	background: url(images/border.gif) repeat-x bottom;
}
.box-left {
	background: url(images/border.gif) repeat-y left;
}
.box-right {
	background: url(images/border.gif) repeat-y right;
}
.box-ltop {
	background: url(images/ltop.jpg) no-repeat left top;
}
.box-rtop {
	background: url(images/rtop.jpg) no-repeat right top;
}
.box-lbot {
	background: url(images/lbot.jpg) no-repeat left bottom;
}
.box-rbot {
	background: url(images/rbot.jpg) no-repeat right bottom;
}
.box-lbot2 {
	background: url(images/box-lbot2.gif) no-repeat left bottom;
}
.box-rbot2 {
	background: url(images/box-rbot2.gif) no-repeat right bottom;
}
* html .box-rbot2 { height: 1%;}
*+html .box-rbot2  { height: 1%;}
/*--header--*/
.boxheader-top {
	background: #ac6c42 url(images/border.gif) repeat-x top;
}
* html .boxheader-top { height: 1%;}
*+html .boxheader-top { height: 1%;}
.boxheader-ltop {
	background: url(images/ltop.jpg) no-repeat left top;
}
.boxheader-rtop {
	background: url(images/rtop.jpg) no-repeat right top;
	padding: 3px 10px 0 10px;
}
/*wordpress customized Css*/
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.commentlist li {
	padding: 5px 0;
	clear: float;
}
.commentlist li img.avatar {
	float: right;
	padding: 2px;
	border: 1px solid #f4cda6;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 2px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.navigation a {
	color: #fff !important;
}
.errorwrap {
	color: #fff;
}
#submit {
	color: #ac6c42;
	font-weight: bold;
	font-style: italic;
	border: 0;
	background: none;
	cursor: pointer;
}