/* @override http://blmnbrg.net/wp-content/themes/blmbrg/style.css */

/*
Theme Name:     blmnbrg card
Theme URI:      http://bureaublumenberg.net/
Description:    Child theme for miniCard theme 
Author:         Yoram Blumenberg
Author URI:     http://bureaublumenberg.net/
Template:       minicard
Version:        0.1.0
*/

@import url("../minicard/style.css");

body {
	background: #fff;a
	background-image: none !important;
}


a.fn.url,h1 {
	font-family: arial, serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #aaa !important;
	}

.title {
	font-family:  arial, serif;
	text-transform: uppercase;
	font-weight: lighter;
	color: #999 !important;
}



#header .photo {
	border: 1px solid #ededed;
}

#header {
		background: url(images/header.png) no-repeat top left;
}

#content_wrapper {
	margin: 0;
	padding: 0 0 14px;
	background: url(images/footer.png) no-repeat bottom left;
	}
#content {
	margin: 0;
	padding: 0 12px;
	background: url(images/content.png) repeat-y top left;
}
#content .inner {
	background: #fff url(images/content_inner.png) repeat-x bottom;
	overflow: hidden;
}

div.post {
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainNav {
	font-family:  arial, serif;
	text-transform: uppercase;
	font-weight: lighter;
	background: url(images/content.png) repeat-y top left;
}


	#mainNav li a {
		color: #aaa;
		font-weight: bold;
		}

	#mainNav li a:hover, #mainNav li a:focus {
		color: #ccc !important;
	}
	#mainNav li.current_page_item a, #mainNav li.current_page_ancestor a,  #mainNav li.current_page_parent a, #mainNav li.current-menu-item a {
		color: #444 !important;
		background: url(images/nav_active.png) no-repeat bottom center;
	}



#mainNav ul {
		background: #ededed url(images/nav.png) repeat-x top;
		}

#mainNav li a:hover, #mainNav li a:focus {
	color: #aaa !important;
	text-decoration: none;
	}


a.dlvcard {
	border-bottom: 0;
	text-decoration: none;
}

ul.social {
	margin: 0 !important;
	background: #fefefe url(images/social.png) repeat-y center;
	overflow: hidden;
}

ul.social li {
	background-color: #fff;
	background-image: none;
	border-top: 1px solid #efefef;
	font-family:  arial, serif;
	text-transform: uppercase;
	font-weight: 900 !important;

}

ul.social li a{
	color: #ccc;
}

ul.social li a:hover, ul.social li a:focus {
	color: #aaa;
	text-decoration: none;
}

.invisible {display: none;}

/* Widget Area*/

h2.section.widgettitle {
	color: #ccc;
	font-family: 'Just Another Hand', arial, serif;
	text-transform: uppercase;
}

h2.section {
	background: url(images/arrow.png) no-repeat right bottom;
}


.widgets li, .widgets li a {
	color: #ccc !important;
	text-decoration: none;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.widgets li a{
	color: #ccc !important;
	font-style: italic;
}


.widgets li a:hover {
	color: #ababab !important;
	border-bottom: 1px dotted;
}


.sincetime {
	text-align: right !important;
	font-style: italic;
	font-size: 80%;
}

#dp-twitter-widget-3 ul.tweets li {
	border-top: none;
	border-bottom: 1px dotted;
}



/*--------------------------*/

#footerlinks li.block {
		font-family:  arial, serif;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
	color: #888;
}


/* @end */