/*
Theme Name: deman2
Theme URI: 
Description: Thema van De Man
Version: 1.1
Author: 
Author URI: 
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/



body
{
	margin: 0 auto;
	padding: 0;
	background-color: #D4CCAA;
	background-image: url('images/Achtergrond.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}

#cav_main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}




#cav_page-background-gradient
{
	background-position: top left;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.cav_Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1008px;
	min-width:3px;
	min-height:3px;
}

.cav_Sheet-body
{
	position: relative;
	z-index:1;
	padding: 3px;
}

.cav_Sheet-tr, .cav_Sheet-tl, .cav_Sheet-br, .cav_Sheet-bl, .cav_Sheet-tc, .cav_Sheet-bc,.cav_Sheet-cr, .cav_Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.cav_Sheet-tr, .cav_Sheet-tl, .cav_Sheet-br, .cav_Sheet-bl
{
	width: 2px;
	height: 2px;
	background-image: url('images/Sheet-s.png');
}

.cav_Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}

.cav_Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}

.cav_Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}

.cav_Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}

.cav_Sheet-tc, .cav_Sheet-bc
{
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url('images/Sheet-h.png');
}

.cav_Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}

.cav_Sheet-bc
{
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}

.cav_Sheet-cr, .cav_Sheet-cl
{
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url('images/Sheet-v.png');
}

.cav_Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 1px);
}

.cav_Sheet-cl
{
	left:0;
	clip: rect(auto, 1px, auto, auto);
}

.cav_Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-image: url('images/Sheet-c.png');
}


.cav_Sheet
{
	margin-top: 10px !important;
}

#cav_page-background-simple-gradient, #cav_page-background-gradient, #cav_page-background-glare
{
	min-width:1008px;
}

/* end Box, Sheet */

/* begin Header */
div.cav_Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 1002px;
	height: 374px;
}


div.cav_Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 1002px;
	height: 374px;
	background-image: url('images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.cav_Logo
{
	display : block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 982px;
}

h1.cav_Logo-name
{
	display: block;
	text-align: left;
}

h1.cav_Logo-name, h1.cav_Logo-name a, h1.cav_Logo-name a:link, h1.cav_Logo-name a:visited, h1.cav_Logo-name a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 31px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding:0;
	margin:0;
	color: #36311B !important;
}

.cav_Logo-text
{
	display: block;
	text-align: left;
}

.cav_Logo-text, .cav_Logo-text a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	margin:0;
	color: #0E0C07 !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.cav_menu a, .cav_menu a:link, .cav_menu a:visited, .cav_menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.cav_menu, .cav_menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.cav_menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.cav_menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.cav_menu li li
{
	float: none;
}

.cav_menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.cav_menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.cav_menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.cav_menu:after, .cav_menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.cav_menu, .cav_menu ul
{
	min-height: 0;
}

.cav_menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.cav_menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.cav_menu
{
	padding: 6px 6px 6px 6px;
}

.cav_nav
{
	position: relative;
	height: 41px;
	z-index: 100;
}

.cav_nav .l, .cav_nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url('images/nav.png');
}

.cav_nav .l
{
	left: 0;
	right:0px;
}

.cav_nav .r
{
	right: 0;
	width: 1002px;
	clip: rect(auto, auto, auto, 1002px);
}


/* end Menu */

/* begin MenuItem */
.cav_menu ul li
{
	clear: both;
}

.cav_menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.cav_menu a .r, .cav_menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('images/MenuItem.png');
}

.cav_menu a .l
{
	left:0;
	right:1px;
}

.cav_menu a .r
{
	width:402px;
	right:0;
	clip: rect(auto, auto, auto, 401px);
}

.cav_menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #D2D6D1;
	padding: 0 22px;
	margin: 0 1px;
	line-height: 29px;
	text-align: center;
}

.cav_menu a:hover .l, .cav_menu a:hover .r
{
	top:-29px;
}

.cav_menu li:hover>a .l, .cav_menu li:hover>a .r
{
	top:-29px;
}

.cav_menu li:hover a .l, .cav_menu li:hover a .r
{
	top:-29px;
}
.cav_menu a:hover .t
{
	color: #232622;
}

.cav_menu li:hover a .t
{
	color: #232622;
}

.cav_menu li:hover>a .t
{
	color: #232622;
}


.cav_menu a.active .l, .cav_menu a.active .r
{
	top: -58px;
}

.cav_menu a.active .t
{
	color: #070807;
}


/* end MenuItem */

/* begin MenuSeparator */
.cav_nav .cav_menu-separator
{
	display: block;
	width: 1px;
	height: 29px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.cav_menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #E4C144;
}

.cav_nav ul.cav_menu ul span, .cav_nav ul.cav_menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.cav_menu ul a, .cav_menu ul a:link, .cav_menu ul a:visited, .cav_menu ul a:hover, .cav_menu ul a:active, .cav_nav ul.cav_menu ul span, .cav_nav ul.cav_menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #474024;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.cav_menu ul ul a
{
	margin-left: auto;
}

.cav_menu ul li a:hover
{
	color: #F8F7F1;
	border-color: #8E988B;
	background-position: 0 -20px;
}

.cav_menu ul li:hover>a
{
	color: #F8F7F1;
	border-color: #8E988B;
	background-position: 0 -20px;
}

.cav_nav .cav_menu ul li a:hover span, .cav_nav .cav_menu ul li a:hover span span
{
	color: #F8F7F1;
}

.cav_nav .cav_menu ul li:hover>a span, .cav_nav .cav_menu ul li:hover>a span span
{
	color: #F8F7F1;
}


/* end MenuSubItem */

/* begin ContentLayout */
.cav_contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 1002px;
}
/* end ContentLayout */

/* begin Box, Block */
.cav_Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.cav_Block-body
{
	position: relative;
	z-index:1;
	padding: 3px;
}

.cav_Block-tr, .cav_Block-tl, .cav_Block-br, .cav_Block-bl, .cav_Block-tc, .cav_Block-bc,.cav_Block-cr, .cav_Block-cl
{
	position:absolute;
	z-index:-1;
}

.cav_Block-tr, .cav_Block-tl, .cav_Block-br, .cav_Block-bl
{
	width: 26px;
	height: 26px;
	background-image: url('images/Block-s.png');
}

.cav_Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 13px, 13px, auto);
}

.cav_Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 13px, 13px);
}

.cav_Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(13px, 13px, auto, auto);
}

.cav_Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(13px, auto, auto, 13px);
}

.cav_Block-tc, .cav_Block-bc
{
	left: 13px;
	right: 13px;
	height: 26px;
	background-image: url('images/Block-h.png');
}

.cav_Block-tc
{
	top: 0;
	clip: rect(auto, auto, 13px, auto);
}

.cav_Block-bc
{
	bottom: 0;
	clip: rect(13px, auto, auto, auto);
}

.cav_Block-cr, .cav_Block-cl
{
	top: 13px;
	bottom: 13px;
	width: 26px;
	background-image: url('images/Block-v.png');
}

.cav_Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 13px);
}

.cav_Block-cl
{
	left:0;
	clip: rect(auto, 13px, auto, auto);
}

.cav_Block-cc
{
	position:absolute;
	z-index:-1;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	background-color: #F3F1E7;
}


.cav_Block
{
	margin: 15px;
}

/* end Box, Block */

/* begin BlockHeader */
.cav_BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 14px;
	margin-bottom: 0px;
}

.cav_BlockHeader .t
{
	height: 30px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}




/* end BlockHeader */

/* begin Box, BlockContent */
.cav_BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.cav_BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 14px;
}



.cav_BlockContent-body
{
	color:#5C6459;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 125%;
}

.cav_BlockContent-body a:link
{
	color: #6D6237;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.cav_BlockContent-body a:visited, .cav_BlockContent-body a.visited
{
	color: #848E80;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.cav_BlockContent-body a:hover, .cav_BlockContent-body a.hover
{
	color: #BB991B;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.cav_BlockContent-body ul
{
	list-style-type: none;
	color: #232622;
	margin:0;
	padding:0;
}

.cav_BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.cav_BlockContent-body ul li
{
	padding:0px 0 0px 10px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.cav_Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
}

.cav_Post-body
{
	position: relative;
	z-index:1;
	padding: 19px;
}

.cav_Post-tr, .cav_Post-tl, .cav_Post-br, .cav_Post-bl, .cav_Post-tc, .cav_Post-bc,.cav_Post-cr, .cav_Post-cl
{
	position:absolute;
	z-index:-1;
}

.cav_Post-tr, .cav_Post-tl, .cav_Post-br, .cav_Post-bl
{
	width: 26px;
	height: 26px;
	background-image: url('images/Post-s.png');
}

.cav_Post-tl
{
	top:0;
	left:0;
	clip: rect(auto, 13px, 13px, auto);
}

.cav_Post-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 13px, 13px);
}

.cav_Post-bl
{
	bottom: 0;
	left: 0;
	clip: rect(13px, 13px, auto, auto);
}

.cav_Post-br
{
	bottom: 0;
	right: 0;
	clip: rect(13px, auto, auto, 13px);
}

.cav_Post-tc, .cav_Post-bc
{
	left: 13px;
	right: 13px;
	height: 26px;
	background-image: url('images/Post-h.png');
}

.cav_Post-tc
{
	top: 0;
	clip: rect(auto, auto, 13px, auto);
}

.cav_Post-bc
{
	bottom: 0;
	clip: rect(13px, auto, auto, auto);
}

.cav_Post-cr, .cav_Post-cl
{
	top: 13px;
	bottom: 13px;
	width: 26px;
	background-image: url('images/Post-v.png');
}

.cav_Post-cr
{
	right:0;
	clip: rect(auto, auto, auto, 13px);
}

.cav_Post-cl
{
	left:0;
	clip: rect(auto, 13px, auto, auto);
}

.cav_Post-cc
{
	position:absolute;
	z-index:-1;
	top: 13px;
	left: 13px;
	right: 13px;
	bottom: 13px;
	background-color: #F3F1E7;
}


.cav_Post
{
	margin: 10px;
}

/* Start images */
a img
{
	border: 0;
}

.cav_article img, img.cav_article
{
	border: solid 1px #B7A971;
	margin: 1em;
}

.cav_metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.cav_article table, table.cav_article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.cav_article table, table.cav_article .cav_article tr, .cav_article th, .cav_article td
{
	background-color:Transparent;
}

.cav_article th, .cav_article td
{
	padding: 2px;
	border: solid 1px #C7BC8F;
	vertical-align: top;
	text-align:left;
}

.cav_article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostMetadata */
.cav_PostMetadataHeader
{
	padding:1px;
	background-color: #E9E4D3;
	border-color: #D4CCAA;
	border-style: solid;
	border-width: 1px;
}
/* end PostMetadata */

/* begin PostHeaderIcon */
.cav_PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #2F332E;
}

.cav_PostHeaderIcon-wrapper, .cav_PostHeaderIcon-wrapper a, .cav_PostHeaderIcon-wrapper a:link, .cav_PostHeaderIcon-wrapper a:visited, .cav_PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #2F332E;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.cav_PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #514929;
}

.cav_PostHeader a:visited, .cav_PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #52594F;
}

.cav_PostHeader a:hover, .cav_PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #AE8E19;
}
/* end PostHeader */

/* begin PostIcons */
.cav_PostHeaderIcons
{
	padding:1px;
}

.cav_PostHeaderIcons, .cav_PostHeaderIcons a, .cav_PostHeaderIcons a:link, .cav_PostHeaderIcons a:visited, .cav_PostHeaderIcons a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #373B35;
}

.cav_PostHeaderIcons a, .cav_PostHeaderIcons a:link, .cav_PostHeaderIcons a:visited, .cav_PostHeaderIcons a:hover
{
	margin:0;
}

.cav_PostHeaderIcons a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #6D6237;
}

.cav_PostHeaderIcons a:visited, .cav_PostHeaderIcons a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #4F564D;
}

.cav_PostHeaderIcons a:hover, .cav_PostHeaderIcons a.hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	letter-spacing: 1px;
	color: #BB991B;
}
/* end PostIcons */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  color: #484E46;
}

.cav_PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-align: justify;
  color: #484E46;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #8E8048;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #8E8048;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #343932;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #BB991B;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 31px;
  text-transform: uppercase;
  text-align: left;
  color: #4F564D;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  color: #687265;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  color: #8E8048;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #5C6459;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #5C6459;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  color: #5C6459;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #373B35;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-align: left;
	margin-left: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.cav_Post li
{
	padding:0px 0 0px 12px;
	line-height:1.2em;
}

.cav_Post ol li, .cav_Post ul ol li
{
	background: none;
	padding-left:0;
}

.cav_Post ul li, .cav_Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:12px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0F100E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		border:solid 1px #D4CCAA; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#E9E4D3;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.cav_button-wrapper .cav_button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:34px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.cav_button-wrapper
{
	display:inline-block;
	position:relative;
	height: 34px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.cav_button-wrapper .cav_button
{
	display:block;
	height: 34px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 34px;
	text-decoration: none !important;
	color: #000000 !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.cav_button-wrapper.hover .cav_button, .cav_button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.cav_button-wrapper.active .cav_button
{
	color: #FCF9ED !important;
}

.cav_button-wrapper .l, .cav_button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 102px;
	background-image: url('images/Button.png');
}

.cav_button-wrapper .l
{
	left:0;
	right:11px;
}

.cav_button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.cav_button-wrapper.hover .l, .cav_button-wrapper.hover .r
{
	top: -34px;
}

.cav_button-wrapper.active .l, .cav_button-wrapper.active .r
{
	top: -68px;
}


/* end Button */

/* begin Footer */
.cav_Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 1002px;
	margin: 5px auto 0px auto;
}

.cav_Footer .cav_Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}



.cav_rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 16px;
	width: 16px;
}




.cav_Footer .cav_Footer-text p
{
	margin: 0;
}

.cav_Footer .cav_Footer-text
{
	display:inline-block;
	color:#221F11;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.cav_Footer .cav_Footer-text a:link
{
	text-decoration: none;
	color: #665C33;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.cav_Footer .cav_Footer-text a:visited
{
	text-decoration: none;
	color: #191B18;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.cav_Footer .cav_Footer-text a:hover
{
	text-decoration: none;
	color: #866D13;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.cav_page-footer, .cav_page-footer a, .cav_page-footer a:link, .cav_page-footer a:visited, .cav_page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#CCCCCC;
}

.cav_page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#CCCCCC;
}
/* end PageFooter */

/* begin LayoutCell */
.cav_contentLayout .cav_content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 751px;
}
.cav_contentLayout .cav_content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 1001px;
}
/* end LayoutCell */

/* begin LayoutCell */
.cav_contentLayout .cav_sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 250px;
}
/* end LayoutCell */



.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}

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

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .cav_article .aligncenter img, .aligncenter img.cav_article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.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 p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}