

/**
* Body
************************************************/

/* Contains everything */
body {
		color: #333;
		text-align:center;
		background: #f5f5f5
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

	/*- customiza startpage -*/ 
	body.slug-start,
	body.search,
	body.four04 {
		background: url(../images/tile-rainbow-hor.jpg) 0 200px !important;
	}
	
	body.slug-start #access,
	body.slug-start .entry-title {
		display:none;
	}
	
	body.slug-start #main,
	body.slug-start #branding {
		background:transparent;
	}
	body.slug-start #blog-title span a {
		top:-100px;
	}
	body.slug-start #container {
		float:none;
	}
	
	body.slug-start #content {
		/* height:200px; */
		/* width:100%; */
		padding-top:40px;
		padding-bottom:60px;
		margin:0 auto;
	}

	body.slug-start #content h2 {		
		font-size:2em;
		font-weight:bold;
		line-height:1.5em;
		margin-bottom:1em;
		padding:0 0 7px;
		text-align:center;
	}
	
	body.slug-start #content a {		
		border-bottom:solid 1px;
		font-family: 'Stonehenge-celtic', sans-serif;
		font-size:18px;
	}

	/*- section 1 -*/ 
	body.slug-vox-harmonia,
	body.parent-pageid-116  {
		background: #F6CCFF url(../images/tile_lil9.jpg) !important;
	}

	/*- section 2 -*/ 
	body.slug-musik,
	body.parent-pageid-13  {
		background: #CCD5FF url(../images/tile_bla9.jpg) !important;
	}

	/*- section 3 -*/ 
	body.slug-klang,
	body.parent-pageid-15 {
		background: #FFF2CE url(../images/tile_gul8.jpg) !important;
	}

	/*- section 4 -*/ 
	body.slug-cd-och-skrifter {
		background: #f5f5f5 url(../images/tile_grn8.jpg) !important;
	}

	/*- section 5 -*/ 
	body.blog,
	body.single,
	body.archive {
		background: #E1CCFF url(../images/tile_ind8.jpg) !important; 
	}

	/*- section 6 -*/ 
	body.slug-kontakt {
		background: #D5FFCC url(../images/tile_ora3.jpg) !important;
	}

	/* Wrapper for everything inside of the body */
	#wrapper {
		margin:0 auto;
		text-align:left;
		background:transparent;
	}
	
	
/**
* Header
************************************************/


/* Contains site title and tagline */
#header {
	text-align:center;
}
	
	#branding {
		height:230px;
		width:100%;
		background: url(../images/horizont_half_long-transp.gif) no-repeat center bottom;
	}

		/* Site title */
		#blog-title {}
			#blog-title span {}
				#blog-title span a {
					text-indent:-10000px; 
					display:block;
					margin:auto;
					text-decoration:none;
					border:none;
					background: url(../images/logo_star4.png) no-repeat bottom; 
					height:399px;
					width:377px;
					position:relative;
					top:-130px;
				}

		/* Site description/tagline */
		#blog-description {
			display:none;
		}
		
		
	
	/* Menu  */
	#access{
		border:none;
	}
		.skip-link {
			display:none;
		}
		#navbar {
			text-align:center;
		}
		.menu {
			background:transparent;
			text-align:center;
			height:45px;
		}	
		
			/*** ESSENTIAL STYLES ***/
			.sf-menu, .sf-menu * {
				margin:			0 auto;
				padding:		0;
				list-style:		none;
			}
			.sf-menu {
				line-height:	1.0;
			}
			.sf-menu ul {
				position:		absolute;
				top:			-999em;
				width:			10em; /* left offset of submenus need to match (see below) */
			}
			.sf-menu ul li {
				width:			100%;
			}
			.sf-menu li:hover {
				visibility:		inherit; /* fixes IE7 'sticky bug' */
			}
			.sf-menu li {
				float:			left; 
				position:		relative;
			}
			.sf-menu a {
				display:		block;
				position:		relative;
			}
			.sf-menu li:hover ul,
			.sf-menu li.sfHover ul {
				left:			0;
				top:			2.5em; /* match top ul list item height */
				z-index:		199;
			}
			ul.sf-menu li:hover li ul,
			ul.sf-menu li.sfHover li ul {
				top:			-999em;
			}
			ul.sf-menu li li:hover ul,
			ul.sf-menu li li.sfHover ul {
				left:			10em; /* match ul width */
				top:			0;
			}
			ul.sf-menu li li:hover li ul,
			ul.sf-menu li li.sfHover li ul {
				top:			-999em;
			}
			ul.sf-menu li li li:hover ul,
			ul.sf-menu li li li.sfHover ul {
				left:			10em; /* match ul width */
				top:			0;
			}
			
			/*** THEMATIC SKIN ***/
			.sf-menu {
				list-style: none;
				text-align:center;
				border:none;
			}
			.sf-menu li {
				/* display:inline; */
				font-size: 1.5em;
				line-height:2em;
				font-family: 'Stonehenge-celtic', sans-serif;
				font-weight: normal;
				margin-right:10px;
				padding:0;
			}
			.sf-menu a {
				text-decoration:none;
				color:#000;
				font-weight: normal;
				border:none;
				padding:0;
				margin:0;
			}
			.sf-menu  a span.sliding-door,
			.sf-menu  a span.sliding-door,
			.sf-menu  a span.sliding-door {
				position:relative;
				left:25px;
				padding-right:18px;
			}
			
			.sf-menu .current_page_item ,
			.sf-menu .current_page_ancestor ,
			.sf-menu .current_page_parent {
			background:url(../images/nav-highlight_left4.png) no-repeat 0;
			}
			.sf-menu .current_page_item a span.sliding-door,
			.sf-menu .current_page_ancestor a span.sliding-door,
			.sf-menu .current_page_parent a span.sliding-door {
				background:url(../images/nav-highlight_right4.png) no-repeat 100%;
				 font-weight: bold;
				 display:block; 
				float:left;
			}
			.sf-menu .current_page_item .sf-sub-indicator,
			.sf-menu .current_page_ancestor .sf-sub-indicator,
			.sf-menu .current_page_parent .sf-sub-indicator {
				z-index:100;
				margin-left:14px;
			}
			
			.sf-menu .current_page_item li a,
			.sf-menu .current_page_ancestor li a,
			.sf-menu .current_page_parent li a {
			    font-weight: normal;
			}
			.sf-menu .current_page_item li a span.sliding-door,
			.sf-menu .current_page_ancestor li a span.sliding-door,
			.sf-menu .current_page_parent li a span.sliding-door{
			    font-weight: normal;
				background:transparent;
				display:inline;
				position:static;
				float:none;
			}
			.sf-menu .current_page_parent .current_page_item a {
			    font-weight: bold;
			}
			.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
				color:#000;
			}
			.sf-menu li {
				background:		transparent;
			}
			.sf-menu li li {
				background-color: #f7f7f7;
				font-size:0.888em;
				border-left:1px solid #ccc;
				border-top:1px solid #ccc;
				border-right:1px solid #ccc;
				z-index:150;
			}
			.sf-menu li li li {
				background:		#9AAEDB;
			}
			.sf-menu li:hover, .sf-menu li.sfHover,
			.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
				outline:		0;
				color: #3A356F;
			}
			.sf-menu ul {
			    border-right:1px solid #ccc;
			    border-bottom:1px solid #ccc;
				text-align:left;
				width:7em;
			}
			.sf-menu li:hover ul,
			.sf-menu li.sfHover ul {
				top:32px; /* overriding essential styles */
			}
			.sf-menu ul ul {
			    margin-top:0;
			}
			.sf-menu ul a {
			    background:#fafafa;
				border-bottom:none;
				padding-left:5px;;
			}
			.sf-menu ul a:hover {
			    color: #3A356F;
			}
			
			/***** searchform and breadcrumbs ****/
			#access-search {
				width:980px;
				margin:0 auto;
				clear:left;
				text-align:left;
				position:relative;
				top:0px;
				background: url(../images/horizont_long-transp.gif) no-repeat top center; 
				padding-top:15px;
			}
				#access-search form {
					position:absolute;
					right:0px;
					padding-top:3px;
					margin-right:20px;
				}
			
				/* yoast --------------------------------*/
				#yoastbreadcrumb {
					margin:0 auto 0 20px;
					font-size: 0.714em;
					font-family:Verdana, sans-serif;
					color: #333;
				
				}

				#yoastbreadcrumb a {
					color: #444;
					font-weight: normal;
					text-decoration:none;
					border:none;
				}

				#yoastbreadcrumb a:hover,
				#yoastbreadcrumb a:active {
					/* color: #3A356F; */
					color:#000;
				}
/**
* Containers below the header and navigation - aka Content
************************************************/


/**	Content
********************************************/
#main{
	background:transparent;
}		

	#container{
		background:transparent;
	}

		body.archive .page-title {
			visibility: hidden;
		}
		.page-title {
			font-family:   Hoefler Text, Garamond, Palatino, Palatino Linotype, serif ; 
			font-variant: small-caps;
			letter-spacing: 1px;
		    font-size:16px;
		    line-height:18px;
		    padding:0 0 44px 0;
		}
		.attachment .page-title {
		    font-style:italic;
		}
		.page-title a {
		    color:#333;
		    text-decoration:none;
		}
		.page-title a:active,
		.page-title a:hover {
		    color:#000; /* color: #3A356F; */
		}
		.page-title span {
		    font-style:normal;
		}
		.page-title .meta-nav {
		    font-style:normal;
		}
		.hentry {
		    padding:0 0 22px 0;
		}
		.single .hentry {
		    padding:0;
		}
		.home #content .sticky {
		    border:1px solid #ccc;
		    margin:0 0 66px 0;
		    padding:22px 20px 0 20px;
		}
		.entry-title {
		    font-size:2em; /* 26px */
		    font-weight:bold;
		    line-height:2em;
		    padding:0 0 7px 0;
			margin-bottom: 0.374em;
		}
		.entry-title a {
		    color:#000;
		    text-decoration:none;
		}
		.entry-title a:active,
		.entry-title a:hover {
		    color:#3A356F; /* color: #3A356F; */
			border-bottom:1px solid #3A356F;
		}
		.entry-meta {
		    color:#333;
		    line-height:1.818em;
			font-size: 0.785em; /* 11px */
			font-family:Verdana, sans-serif;
			position:relative;
			top:-25px;
		}
		.entry-meta .author {
		}
		.entry-meta .n {
		    font-size: 0.75em; 
		    font-style:normal;
		    letter-spacing:0.05em;
		    text-transform:uppercase;
		}
		.entry-meta a {
		    color:#333;
		    text-decoration:none;
		}
		.entry-meta a:active,
		.entry-meta a:hover {
		    color:#000; /* color: #3A356F; */
		}
		.entry-meta .entry-date {
			font-size:1em;
		}
		.entry-meta abbr {
		    border:none;
		    cursor:text;
		    /* font-size: 0.825em; */
		    font-style:normal;
		    letter-spacing:0.05em;
		    text-transform:uppercase;
		}
		.entry-content {
		    /* padding:22px 0 0 0; */ 
		}
		.entry-content h1,
		.entry-content h2 {
		    font-family: 'Stonehenge-celtic', sans-serif; 
			font-size:2em;
			margin:0.749em 0px 0.374em 0px;
		}
		/*
		.entry-content h3 {
			font-family: 'Stonehenge-celtic', sans-serif; 
			font-size:1.67em;	
			line-height:1.482em;
			margin:0.808em 0px 0.404em 0px;
		}
		
		.entry-content h4 {
			font-size:1.33em;
			font-variant:small-caps;
			letter-spacing: 0.044em;	
			line-height:1.297em;
			margin:1.015em 0px 0.507em 0px;
		}
		*/
		.entry-content table {
		    margin-left:1px;
		}
		.entry-content embed {
		    margin:0 0 22px 0;
		}
		.entry-content cite {
			display:block;
			text-align:right;
			line-height:0.75em;
			margin-bottom:2.75em;
		}
		.entry-utility {
			background-color: #E9D9FF;
			border-top: 1px solid #999;
			border-bottom: 1px solid #999;
			padding:0.363em;
		   	font-size: 0.785em;
			font-family:Verdana, sans-serif;
			color: #333;
			margin:0.583em 0 1.5em;
		}
		.entry-utility a {
		    color: #3A356F;
			font-weight: normal;
		    font-style:italic;
		    text-decoration:none;
		}
		.entry-utility a:active,
		.entry-utility a:hover {
		    color:#000; /* color: #333; */
		}
		.page-link {
		    font-size:13px;
		    font-weight:bold;
		    line-height:18px;
		    margin:0 0 22px 0;
		    padding:22px 0 0 0;
		    word-spacing:0.5em;
		}
		.page-link a {
		    border:1px solid #999;
		    color:#333;
		    font-weight:normal;
		    padding:0.5em 0.75em;
		    text-decoration:none;
		}
		.page-link a:active,
		.page-link a:hover {
		    color:#000; /* color: #ff4b33; */
		}
		ul#links-page,
		ul#archives-page {
		    list-style:none;
		    margin-left:0;
		    overflow:hidden;
		}
		li.content-column {
		    float:left;
		    margin-right:20px;
		    width:45%;
		}
		.gallery {
		    padding:0 0 22px 0;
		}
		.wp-caption-text,
		.gallery-caption,
		.wp-caption,
		.wp-caption-dt {
		    color:#333;
		    font-size: 0.818em;
			font-family:Verdana, sans-serif;
			font-weight:normal;
		}
		#author-info {
		    margin:0 0 44px 0;
		    overflow:hidden;
		}
		#author-info .avatar {
		    float:left;
		    margin:.3em 1em 0 0;
		}


		/* =Attachments
		-------------------------------------------------------------- */

		.attachment-jpeg #container,
		.attachment-png #container {
		    width:100%;
		}
		.attachment-jpeg #content,
		.attachment-png #content {
		    width:930px;
		}
		.attachment-jpeg #comments,
		.attachment-png #comments {
		    width:540px;
		    overflow:hidden;
		}
		.attachment-jpeg .main-aside,
		.attachment-png .main-aside {
		    display:none;    
		}


		/* =Navigation
		-------------------------------------------------------------- */

		.navigation {
		    color:#333;
			font-size: 0.825em;
			font-family:Verdana, sans-serif;
		    margin:0px 0 22px 0;
		    overflow:hidden;
		}
		.navigation a {
		    color:#333;
		    font-style:italic;
		    text-decoration:none;
			font-weight:normal;
		}
		.navigation a:active,
		.navigation a:hover {
		    color:#000; /* color: #3A356F; */
		}
		.navigation .meta-nav {
		    font-style:normal;
		}
		.nav-previous {
			float: left;
			width:50%;
		}
		.nav-next {
			float: right;
			width:50%;
			text-align:right;
		}
		#nav-above,#nav-below {
			width: 100%;
		}
		#nav-above {
		    display:none;
		}
		.paged #nav-above {
		    display:block;
		    padding:0 0 44px 0;
		}


		/* =Comments
		-------------------------------------------------------------- */

		#comments {
		    padding:22px 0 0 0;
		}
		#comments,
		#comments input,
		#comments textarea {
		    font-size:13px;
		    line-height:18px;
		}
		#comments code {
		    font-size:12px;
		    line-height:18px;
		}
		#comments h3 {
		    font-weight:normal;
		    line-height:22px;
		    padding:0 0 18px 0;
		}
		#comments-list {
		    padding:0 0 18px 0;
		}
		#comments-list ol,
		#comments-list ul {
		    list-style:none;
		    margin:0;
			border-radius:15px;
			-moz-border-radius:15px;
			-webkit-border-radius:15px;
			/* background:#F0E5FF; */
			background:#E9D9FF;
		}
		#comments-list ol {
		    border:1px solid #999;
		    border-right:2px solid #999;
		    margin:0px 0px 18px 0px;
		}
		#comments-list li {
		    /* background:#F0E5FF; */
			margin:0;
		    border-bottom:1px solid #999;
		    padding:18px 1.5em 0 1.5em;
		    position:relative;
			border-radius:13px;
			-moz-border-radius:13px;
			-webkit-border-radius:13px;
		}
		#comments-list li.alt {
		    /* background:#fff; */
		}
		#comments-list li.bypostauthor {
		    /* background:#f7f7f7; */
			background:#EDE1FD;
		}
		#comments-list ul li {
		    border:1px solid #999;
		    margin:0 0 18px 0;
		}
		#comments-list li .avatar {
		    position:absolute;
		    top:22px;
		    left:1.5em;
		    width:36px;
		    height:36px;
		}
		#comments-list .comment-author {
		    font-weight:bold;
			display:inline;
		    /* padding:9px 0 0 46px; */
		}
		#comments-list .comment-meta {
		    color:#333;
			font-size: 0.825em;
			font-family:Verdana, sans-serif;
			padding-left:10px;
			display:inline;
			
		}
		#comments-list .comment-meta a {
		    color:#333;
		    font-style:italic;
		    text-decoration:none;
			font-weight:normal;
		}
		#comments-list .comment-meta a:active,
		#comments-list .comment-meta a:hover {
		    color:#000; /* color: #3A356F; */
		}
		#comments-list .unapproved {
			display:block;
			clear:left;
		}
		#comments-list .comment-content {
			margin:1em 0;
		}	
		#comments-list .comment-content p {
			margin-bottom:0.5em;
		}
		.comment-reply-link {
		    font-size:11px;
		    margin:0 0 18px 0;
		    text-align:right;
		}
		.comment-reply-link a {
		    color:#333;
		    font-style:italic;
		    text-decoration:none;
		}
		.comment-reply-link a:active,
		.comment-reply-link a:hover {
		    color:#000; /* color: #3A356F; */
		}
		.comment-navigation {
			font-size: 0.825em;
			font-family:Verdana, sans-serif;
		    font-weight:bold;
		    padding:0 0 18px 0;
		    margin-right:0.5em;
		}
		.comment-navigation a {
		    border:1px solid #999;
		    color:#333;
		    font-weight:normal;
		    padding:0.5em 0.75em;
		    text-decoration:none;
		}
		.comment-navigation a:active,
		.comment-navigation a:hover {
		    color:#000; /* color: #3A356F; */
		}
		.comment-navigation a,
		.comment-navigation span {
		    margin-right:0.5em;
		}
		#trackbacks-list .comment-content {
		    position:absolute;
		    left:-9000px;
		}
		#respond {
		    margin-bottom:22px;
		    overflow:hidden;
		    padding:18px 0 0 0;
		    position:relative;
		}
		#comments-list #respond {
		    border-bottom:1px solid #999;
		    margin:0 0 18px 0;
		    padding:18px 1.5em;
			background-color:#f5f5f5;
		}
		#comments-list ul #respond {
		    border:1px solid #ccc;
		    margin:0;
		}
		#cancel-comment-reply {
		    font-size:11px;
		    position:absolute;
		    top:18px;
		    right:1.5em;
		}
		#cancel-comment-reply a {
		    color:#333;
		}
		#respond .required {
		    color:#FF4B33;
		    font-weight:bold;
		}
		.form-section label {
		    font-size:11px;
		}
		.form-section input {
		    margin:0 0 18px 0;
		    width:98%;
		}
		.form-section textarea {
		    width:96%;
		}
		#form-allowed-tags p {
		    color:#333;
		    font-size:11px;
		    margin:0;    
		}
		#form-allowed-tags span {
		    font-style:italic;
		}
		#form-allowed-tags code {
		    font-size:11px;
		    line-height:normal;
		}
		.form-submit {
		    padding:18px 0 0 0;
		    text-align:right;
		}
		.subscribe-to-comments {
		    color:#333;
		    float:left;
		    font-size:11px;
		    margin:0;
		    padding:18px 0 0 0;
		}
		.solo-subscribe-to-comments {
		    color:#333;
		    font-size:11px;
		    padding:18px 0 0 0;
		}
		.comment_license {
		    color:#333;
		    clear:both;
		    font-size:11px;
		    margin:0;
		    padding:18px 0 0 0;
		}
		
/*------------ generic forms ---------------*/
textarea, input {
	border:1px solid #999;
	padding:5px 10px 2px 10px;
	background-color:#f5f5f5;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
}
textarea:focus, 
input:focus {
	background-color:#fff;
	border-color: #333;
}

.submit input, 
.button, 
.button-primary, 
.button-secondary, 
input[type="button"], 
input[type="submit"] {
	font-family:Verdana, sans-serif;
	padding:0px 6px 2px;
	cursor:pointer;
	background-color:#f5f5f5;
	border-color: #666;
	color:#555;
	background:#f5f5f5 url(../images/white-grad.png) repeat-x scroll left top;
	border-radius:11px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;

}

.submit input:hover, 
.button:hover, 
.button-secondary:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	border-color:#333;
	color:#000000;	
}

.submit input:active, 
.button:active, 
.button-secondary:active, 
input[type="button"]:active, 
input[type="submit"]:active {
	background:#EEEEEE url(../images/white-grad.png) repeat-x scroll left bottom;
}


	/* ---------- vcards ----------------- */
	.vcard .org {
		display:none;
	}

/**
* Asides, Sidebars and Widget-ready areas
************************************************/

.tagline {
	font-family: 'Stonehenge-celtic', sans-serif; 
	font-size:1.428em;
	line-height:1.5em;
	margin:0 0 1.125em;
	color: #333;
	font-style: normal;
	font-weight:bold;
	text-align:center;
}

h3.tagline {
	font-weight:normal;
	margin-top:90px !important;
}

.frametop {
	/* background: url(../images/frame_top-medium.gif) no-repeat  top !important; */
	/* border-bottom:1px dashed #707070; */
	height:10px;
	margin-bottom:20px;
}

.framebtm {
	/* background: url(../images/frame_btm-medium.gif) no-repeat  bottom !important; */
	/* border-top:1px dashed #707070; */
	height:15px;
}

/* icl_navigation */

#sidebar-navigation {

}

#sidebar-navigation .cms-nav-sidebar,
#khnavwidget-3 ul {
		list-style: none;
		margin-left:10px;
}

#sidebar-navigation h4,
#khnavwidget-3 h3 {
	font-family: 'Stonehenge-celtic', sans-serif; 
	font-size:1.285em;
	margin:0 0 1.125em;
	color: #333;
	font-style: normal;
	font-weight:bold;
}
#sidebar-navigation h4 a,
#khnavwidget-3 h3 a {
	color: #3A356F;	
	text-decoration:none;
	border:none;
}

#sidebar-navigation .cms-nav-sidebar li,
#khnavwidget-3 ul li {
	margin:0 0 1.125em 0.5em;
	font-size:1.285em; /* 18px @ parent 14px */
	padding-left:1em;
	font-family: 'Stonehenge-celtic', sans-serif; 
	letter-spacing:0.5px;
}

#sidebar-navigation .cms-nav-sidebar li a,
#khnavwidget-3 ul li a {
	text-decoration:none;
	color: #3A356F;	
	border:none;
}

#sidebar-navigation .cms-nav-sidebar li a:hover,
#sidebar-navigation .cms-nav-sidebar li a:active,
#sidebar-navigation h4 a:hover,
#sidebar-navigation h4 a:active,
#khnavwidget-3 li a:hover,
#khnavwidget-3 li a:active,
#khnavwidget-3 h3 a:hover,
#khnavwidget-3 h3 a:active {
	text-decoration:none;
	color:#000; /* color: #666; */	
}

#khnavwidget-3 li.current_page_item {
background: url(../images/cross_small-dark.png) no-repeat center left;
}

#khnavwidget-3 li.current_page_item a,
#khnavwidget-3 li.current_page_item a {
	font-style:normal;
	color: #333;
}

#khnavwidget-3 li.current_page_item a:hover,
#khnavwidget-3 li.current_page_item a:active {
	color:#000; /* color: #ccc; */
}


#khnavwidget-3 ul li {
	margin:0.5em 0 0  0;
}

#khnavwidget-3 ul li li {
	font-size:1em;
}

#khnavwidget-3 ul ul,
#khnavwidget-3 ul ul ul {
	margin:0.5em 0 0 0;
	
}



.aside,
.aside input {
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:1.5em;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
	text-decoration:none;
}
.aside .current_page_item .page_item a {
    color:#333;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color:#000; /* color: #3A356F; */
}
.aside {
    color:#333;
}
.aside a:active,
.aside a:hover {
    color:#000; /* color: #333; */
}
.aside h3 {
	font-variant: small-caps; 
	font-family:   Hoefler Text, Garamond, Palatino, Palatino Linotype, serif ;
    line-height:22px;
	font-size:1.428em; /* 20px @ parent 14px */
	margin-top:1.65em;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
	font-size: 0.825em;
	font-family:Verdana, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul li {
	 margin:0;
}
.aside ul ul {
    list-style:disc;
	list-style-image: url(../images/bullet2.png);
	list-style-position: inside; 
	color:#444;
}
.aside ul ul li {
    padding:1px 0;
	margin:0 0 0.75em 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside ul ul ul li {
	margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
	padding:0 20px;
}
.main-aside h3 {
	margin-bottom:0.75em;
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:18px 0 0 0;
    margin-bottom:22px;
}
#secondary {
	padding:18px 0 0 0;
    margin-bottom:22px;
}
#secondary .widgetcontainer {
	margin-bottom:44px;
    
}

/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
	font-family:Verdana, sans-serif;
	color: #333;
}

#subsidiary .aside {
	color: #333;		
}

#subsidiary .aside  a {
	font-weight:normal;	
	color: #3A356F;
}

#subsidiary .aside  a:active,
#subsidiary .aside  a:hover {
	color:#000; /* color: #000; */
}



/**
* Footer
************************************************/

#footer {
    margin-top:22px;
	font-size:0.857em;
	background: url(../images/horizont_long-transp.gif) no-repeat top;
	
}
	#subsidiary {
		
	}
	
	#siteinfo {
	    line-height:18px;
	    padding:30px 0 20px 0; 
		color:#333;
		text-align:center;
		font-size:1.166em;
	}



	
	

