/*
Theme Name: WordPress CraftCorner1
Description: Theme created by  <a href="http://cherryfizz.nl">Gonny Bostdorp</a>.

*/



body {
	font:  12px Arial;
	line-height: 1.5em;
	color: #4c4b40;
	background: url(images/layout/bkg.jpg) repeat-x #e7e3d7;
	margin: 0;
	padding: 0;
	
}
a {
	color: #8fb848;
	text-decoration:none;
}
a:visited {
	color: #dbb4a5;
}
a:hover {
color: #b49195;}

img {
	border: none;
}


*|*:-moz-any-link:focus {
/* Don't specify the outline-color, we should always use initial value. */
outline: none;
}

/*------MAIN WRAPPERS-------*/



#wrapper_header{
	height: 262px;
	width: 1000px;
	margin: 0px auto;
	background: url(images/layout/header15.jpg) no-repeat center;}	

#wrapper_bkgcontent {
	background: #fff;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	color: #696657;
}
	
.wrapper_sidebar {	
	width: 230px;
	float: left;
	padding: 10px 10px 20px 5px;
	background: #fff;
	border-right: 5px solid #e7e3d7;
	min-height: 800px;}
		
.wrapper_content {
	width:735px;
	float: right;
	padding: 10px 5px 20px 7px;
	background:#fff;
	min-height: 800px;
	text-align: left;
}	
	
#wrapper_footer {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	clear:both;
	background: #696556;
	border-top: 4px solid #e7e3d7;}	


/* title*/

	
.title-header-article {
	padding: 6px 0 6px 0;
	margin: 0 0 20px 0;
	color: #624d4d;
	font: 18px Century Gothic;
	height: 20px;
	text-align: left;
	border-bottom: 1px solid #d5d4c0;
}	
	


/*------footer-------*/

.footer_content {
	color: #ffffff;
	font-size: 10px;
	padding: 8px 10px 10px 10px;
	text-align:left;
	width: 885px;
	margin: 0 auto;}
	
.footer_content a{
	text-decoration:none;}	
	
	
/*------sidebar-------*/
		
	
.title-header-sidebar {
	padding: 6px 0 0 0;
	color: #63504C;
	font: 14px Century Gothic;
	height: 16px;}

	

.menu-sidebar {
	list-style:none;
	padding:0px;
	margin:0;}

.menu-sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;}


.menu-sidebar li{
	font: 12px ;
	width: 225px;
	list-style:none;
	padding: 0 8px 0 0px;
	margin: 0px;}

.menu-sidebar  li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 4px 0px 4px 5px;
	margin: 0 0px 0 0px;
	background: #91976b;
	border-bottom: 1px solid #fff;	
	display:block;}
	

.menu-sidebar li a:visited{
	color: #fff;
	text-decoration: none;}
	
.menu-sidebar li a:hover{
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 15px;
	border-bottom: 1px solid #fff;
	background: url(images/layout/arrow.png) no-repeat center left #e9e8de;
	color:#696556;}	
	
/*IMAGES*/

.left {
	float:left;
}
img.left {
	float:left;
	margin: 2px 5px 2px 0px;
	border: 1px solid #dbdbdb;
	padding: 5px;
	background: #fff;
		
}
a img.left {
	border: 1px solid #dbdbdb;
	padding: 5px;
	background: #fff;
}
a:hover img.left{
	border: 1px solid #e3acb4;
}	

.right {
	float:right;
}
img.right {
	float:right;
	margin: 2px 10px 2px 4px;
	border: 1px solid #dbdbdb;
	padding: 5px;
	background: #fff;
}
a img.right {
	border: 1px solid #dbdbdb;
	padding: 5px;
	background: #fff;
}
a:hover img.right{
	border: 1px solid #e3acb4;
}

.normal {
float:none;

}
img.normal {
	float:none;
	margin: 2px;
	border: 1px solid #dbdbdb;
	padding: 5px;
	background: #fff;
}
a:hover img.normal{
	background: #fff;
	border: 1px solid #e3acb4;
}	

