/*
------------------------------------------------------------------------
Theme Name:    ANN
Theme URI:     http://creativemonkeys.com/
Version:       1.02
Author:        Creative Monkeys
Author URI:    http://creativemonkeys.nl
------------------------------------------------------------------------

All rights reserved.
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 13.5px;
	color: #333333;
	
}

a {
	outline: none;
}

.clear {
	clear: both;
}

.hr {
	margin: 0px;
	padding: 0px;
	
	height: 1px;
	font-size: 1px;

	background-color: #ffffff;
	
	clear: both;

	border-bottom: 1px solid #cccccc;
}

.hr_top {
	margin: 0px;
	padding: 0px;	
	font-size: 1px;
	clear: both;
	border-top: 1em dashed #cccccc;
}

.hr_bottom {
	margin: 0px;
	padding: 0px;
	
	height: 0px;
	font-size: 1px;


	
	clear: both;

	
}

.red {
	color: #cc0000;
}

/*
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	
	width: 885px;
	
	text-align: left;
}

/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/

#header {
	margin: 0px auto;
	padding: 0px;

	width: 100%;
	height: 165px;

	text-align: left;
	background-image:url(images/act-header-ann.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}


#header-holder {
width:960px;
margin-left:auto;
margin-right:auto;
padding:20px 0 0 0;
}


.logo, .logo a, .logo a:visited {
	margin: 50px 0px 0px 210px;
	padding: 0px;
	font-family: Geneva, Arial;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -2px;
	color:#FFFFFF;
	text-decoration: none;
	
	float: left;
}

.search {
	margin: 32px 31px 0px 0px;
	padding: 5px;
	float: right;
	background-image:url(images/search-bg.gif); background-repeat:no-repeat;
	background-position:0 5px;
}

.search .input {
	margin: 0px 15px 0px 0px;
	padding: 0 0 0 5px ;
	width: 220px;
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
	color: #999999;
	background-color:#FFFFFF;
	border:0;
}

.button {
	margin: 0px;
	padding: 0px 8px 0px 8px;	
	height: 25px;
	width: 42px;	
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #434345;
	background-image:url(images/go.gif);	
	border: 0px;
}
#aenaholder{
margin:19px 33px 0 0px;
width:140px;
height:25px;
float:right;
}
#Archives  {
height:14px;
width:45px;
background-image:url(images/Archives-About-us.gif);
background-repeat:no-repeat;
padding:6px 5px 5px 16px;
font-family:Arial, Helvetica, sans-serif;
font-size:9.5px;
float:left;
color:#434345;
}
#aboutus{
height:14px;
width:45px;
float:right;
background-image:url(images/Archives-About-us.gif);
background-repeat:no-repeat;
padding:6px 5px 5px 16px;
font-family:Arial, Helvetica, sans-serif;
font-size:9.5px;
color:#434345;
}



/*
------------------------------------------------------------------------
MENUS - Main, Pages (currently not in use) & Sub Menu
------------------------------------------------------------------------
*/

#menu {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	
	width: 100%;
	height: 30px;
}

.main_menu li {
	margin: 0px 20px 12px 0px;
	padding: 0px;

	font-size: 14px;
	
	float: left;
	list-style: none;
}

.page_item a, .page_item a:visited {
	margin: 0px;
	padding: 0px;

	color: #cc0000;
	text-decoration: none;
	
	display: block;
	border-bottom: 2px solid #ffffff;
}

.current_page_item, .page_item a:hover {
	border-bottom: 2px solid #cc0000;
}

.current_page_item a, .current_page_item a:visited, .current_page_item a:hover {
	border-bottom: none;
}

/* END Main Menu */

/* Sub Menu */

#submenu {
	margin: 9px auto 27px auto;
	padding: 0px;	
	width: 885px;
	height: 40px;
	border: 1px solid #D5D6D8;	
}

.sub_menu li {
	margin: 9px 5px 7px 15px;
	padding: 0px;
	
	font-size: 11px;
	
	float: left;
	list-style: none;
}

.cat-item a, .cat-item a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;

	color: #999999;
	text-decoration: none;
	
	display: block;
}

.cat-item a:hover {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.current-cat, .current-cat a, .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

.sub_menu li b {
	margin: 0px;
	padding: 3px 0px 3px 0px;

	color: #000000;
	text-decoration: none;
	
	display: block;
}

/* END Sub Menu */

/* Dropdown Menu, if there are some children categories in WordPress defined */

.children {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	
	position: absolute;
	left: -9000px;
	
	background-color: #ffffff;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.sub_menu li:hover ul, .sub_menu li.iehover ul {
	left: auto;
}

.children li {
	margin: 1px 7px 1px 7px;
	padding: 1px 0px 1px 0px;
	
	float: none;
}

.children li a, .children li a:visited {
	background-color: #ffffff;

	color: #999999;
}

.children li a:hover {
	background-color: #999999;

	color: #ffffff;
}

.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background-color: #999999;

	color: #ffffff;
	text-decoration: none;
}

/* END Dropdown Menu */

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Definitions */

.column_main {
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 20px 0px;
	width: 570px;
	float: left;
}

.column_right {
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 20px 5px;
	width: 266px;
	background-color:#6AB6CA;
	float: right;
}


.column_right_b{
	width: 254px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}




.column_left_b {
	width: 254px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.column_center_b {
	width: 254px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:#F2F2F2;
}

/* END Column Definitions */

/* Featured (the first enrty in every category archives and on the index page, currently with that black background ) */


#cat-image{
height:28px;
width:auto;
margin-bottom:15px;
}
#left-cat-image{
background-image:url(images/left-cat-bg.gif);
background-position:top;
background-repeat:no-repeat;
height:28px;
width:8px;
float:left;
}
#center-cat-image{
background-image:url(images/center-cat-bg.gif);
background-position:left;
float:left;
height:28px;
width:auto;}

#right-cat-image {
background-image:url(images/right-cat-bg.gif);
background-position:top;
background-repeat:no-repeat;
float:left;
height:28px;
width:5px;
}
.image-cat{font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:11px; font-weight:bold;
margin:3px 3px 0 0px;
}

#featured {
	margin: 0px 0px 0px 0px;
	padding: 1px 20px 10px 20px;
	background-color: #434345;
}

#featured h1 a, #featured h1 a:visited {
	color: #ffffff;
}

#featured h1 a:hover {
	color: #ffffff;
}

#featured h2 {
	color: #999999;
}

#featured h2 a, #featured h2 a:visited {
	padding: 0px 0px 1px 0px;
	color: #ffffff;
	border-bottom: 1px solid #333333;

}

#featured h2 a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured h2 i {
	color: #999999;
}

#featured h2 i a, #featured h2 i a:visited {
	color: #999999;
	text-decoration: none;

	border-bottom: 1px solid #333333;
}

#featured h2 i a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured p {
	color: #999999;
}

#featured p a, #featured p a:visited {
	color: #ffffff;
	border-bottom: 1px solid #333333;
}

#featured p a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#featured img, #featured img a, #featured img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	
	float: right;
	
	border: none;
	width:280px;
	height:auto;
}

#featured ul, #featured ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#featured li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#featured blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* END Featured */

/* Categories */

.category_header {
	margin: 10px 0px 0px 0px;
	padding: 20px 20px 10px 20px;
	
	background-color: #eeeeee;
	
	text-align: center;
	
	border-bottom: 1px solid #cccccc;
}

/* END Categories */

/* Lists (displaying the posts) */

#content ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	line-height: 16px;
	list-style-type: none;
	border-bottom: 1px solid #aaaaaa;
}

.title a, .title a:visited {
	color: #434345;
	font-weight: bold;
	text-decoration:underline;
}

.title a:hover {
	color: #6AB5C9;
}

.comment_excerpt a, .comment_excerpt a:visited, .comment_excerpt a:hover {
	font-weight: normal;
}

.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;

	color: #999999;
	font-size: 11px;
}

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}
.meta a:hover {
	color: #000000;
}

/* END Lists */

/* Entry */

.column_left_b img, .column_center_b img, .column_right_b img {
	margin: 3px 10px 5px 0px;
	padding: 0px;
	
	float: left;
	
	height: 82px;
	width:auto;
	
	border: none;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	line-height: 18px;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

p a:hover {
	color: #cc0000;
}

#entry {
	margin: 30px 0px 0px 0px;
}

#entry .digg {
	margin: 3px 10px 5px 0px;
	float: left;
}

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;	
	border: 0;
	float:right;
	width:280;
	height:auto;

}

#entry p {
	margin: 20px 0px 20px 0px;
	
	font-size: 14px;
}

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	
	font-size: 14px;

	list-style-type: disc;
	border-bottom: none;
}

#entry blockquote p {
	margin: 20px 0px 20px 0px;

	font-family: Georgia;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/* Button like link styling for the 'Archives' link */

.link a, .link a:visited {
	margin: 0px;
	padding: 4px 6px 4px 6px;

	background-color: #bbbbbb;

	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	
	border: none;
}

.link a:hover {
	color: #ffffff;
	background-color: #336699;
}

/* END Button like link styling for the 'Archives' link */

/* END Entry */

/* Comments */

.comment_author {
	margin: 20px 20px 20px 0px;
	padding: 0px;
	
	width: 150px;

	float: left;
}

.comments {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
	width: 469px;
		
	float: left;
}

.leave_comment {
	margin: 0px 0px 10px 0px;
	padding: 20px;
	
	background-color: #eeeeee;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 530px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.leave_comment .input {
	margin: 0px;
	padding: 6px 7px 5px 7px;
	
	width: 220px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333;

	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;	
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* END Comments */

/* Tabs (in the sidebar for the AJAX box) */

.tab_container {
margin-top:-2px;
}

.tab_container_in {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color:#FFFFFF;
	
	
}

.tab_menu_container {
	height: auto;
	margin:0px 0px 0px 0px;
}

#tab_menu li {
	margin: 0px;
	padding: 7px 5px 2px 0px;
	font-size: 13.2px;
	line-height: normal;
	float: left;
	list-style: none;
	cursor: pointer;
	border-bottom:0px;
}

#tab_menu .first {
}

#tab_menu li a, #tab_menu li a:visited {
	background-color: #6AB6CA;
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	height:21px;
	background-image:url(images/side-box.gif);
	background-repeat:no-repeat;
	padding-left:26px;
	padding-top:6px;
	padding-right:9px;
}

#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #FFFFFF;
	color: #434345;
	height:21px;
	text-decoration: none;
	background-image:url(images/actieve-side-box.gif);
	background-repeat:no-repeat;
	display: block;

		
}

.tab_content_list {
	display: none;	
}

#tab_content_tags a, #tab_content_tags a:visited {
	color: #999999;
	text-decoration: none;
}

#tab_content_tags a:hover {
	color: #000000;
	text-decoration: none;
}

/* END Tabs */

/* Widgets */

#content .widget ul {
	padding: 10px 10px 20px 10px;
	
	border: 5px solid #eeeeee;
}

.widget li a, .widget li a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

.widget li a:hover {
	color: #cc0000;
}

.widget .page_item a, .widget .page_item a:visited, .widget .page_item a:hover  {
	border-bottom: none;
}

.widget .cat-item a, .widget .cat-item a:visited {
	padding: 0px;
}

.widget .cat-item a:hover, .widget .current-cat, .widget .current-cat a, .widget .current-cat a:visited {
	background-color: #ffffff;
}

/* END Widgets */

/*
------------------------------------------------------------------------
HEADERS
------------------------------------------------------------------------
*/

h1, h1 a, h1 a:visited {
	margin: 0px 0px 10px 0px;
	padding: 0px;

	font-family: Tahoma,Helvetica, Arial, sans-serif ;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	color: #434345;
	letter-spacing: -1px;
	text-decoration: none;
}

h1 a:hover {
	color: #6AB5C9;
}

h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px;

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #434345;
}

h2 a, h2 a:visited {
	padding: 0px 0px 1px 0px;

	color: #434345;
	text-decoration: none;

	border-bottom: 1px solid #dddddd;
}

h2 a:hover {
	color: #6AB5C9;
}

h2 i {
	color: #999999;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}

h2 i a, h2 i a:visited {
	color: #999999;
	text-decoration: none;
	
	border-bottom: 1px solid #dddddd;
}

h2 i a:hover {
	color: #000000;
}

h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	
	font-family: Geneva, Arial;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	letter-spacing: -1px;
}

h3 a, h3 a:visited {
	color: #336699;
	text-decoration: none;
}

h3 a:hover {
	color: #cc0000;
}

.aena{
color:#434345;
}

.aena a:hover{
color:#434345;
text-decoration:none;
}
.aena a:visited{
color:#434345;
}
.aena a:link{
color:#434345;
}






.home_menu{
color:#000000;
text-decoration:none;
}

.home_menu a:hover{
color:#000000;
text-decoration:underline;
}
.home_menu a:visited{
color:#000000;
}
.home_menu a:link{
color:#000000;
}


/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	margin-top: 30px;
	padding: 15px 0px 20px 15px;	
	width: 864px;
	height:100px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

#footer p.left {
	font-size: 11px;
	color: #656668;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
}

#footer p.right {
	font-size: 11px;
	color: #999999;
	float: right;
}

#footer p a, #footer p a:visited {
	color: #656668;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	border-bottom: 1px solid ;
}

#footer p a:hover {
	color: #000000;
}



/*
------------------------------------------------------------------------
search opmaak
------------------------------------------------------------------------
*/

.navigation{
height:30px;
}
.alignleft{
font-family:Arial, Helvetica, sans-serif;
float:left;
text-decoration:none;
}
.alignleft a:link{
color:#333333;
text-decoration:none;
}
.alignleft a:hover{
color:#336699;
text-decoration:none;
}
.alignleft a:visited{
color:#336699;
text-decoration:none;
}
.alignright{
font-family:Arial, Helvetica, sans-serif;
float:right;
}
.alignright a:link{
color:#333333;
text-decoration:none;
}
.alignright a:hover{
color:#336699;
text-decoration:none;
}
.alignright a:visited{
color:#336699;
text-decoration:none;
}

