/*
Theme Name: MMBJ (a)
Description: Basic theme with two columns, right-sidebar, fixed-width, widget-ready and threaded comments. Compatible with Wordpress 2.8, valid XHTML & CSS.
Based on Lightword by Andrei Luca (http://students.info.uaic.ro/~andrei.luca/)
Author: ddm marketing & communications
Author URI: http://www.teamddm.com
Version: 1 (08/09)
Tags: white, light, two-columns, right-sidebar, fixed-width, threaded-comments
*/


/* RESET *
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
	}*/

/* BASIC */
*:focus {
	outline: none;
	}

.clear {
	clear: both;
	}




h2 {
	font-size: 2em;
	margin-bottom: 1em;
	line-height: 1.1em;
	}
	h2 .date {
		display: block;
		font-size: 12px;
		}


hr {
	color: #DCDCDB;
	background-color: #DCDCDB;
	height: 1px;
	border: 0px;
	}

pre {
	width: 540px;
	white-space: pre-wrap;
	}

code {
	border: 1px solid #DDD;
	display: block;
	padding: 8px;
	background-color: white;
	color: #444;
	width: 95%;
	margin-top: 1em;
	}




/* LAYOUT */

body {
	background: url(images/body-Bg.jpg) 50% top repeat-x white;
	}

#page {
	z-index: 1;
	}
.sidebar .feed-link {
	display: block;
	padding-left: 20px;
}

#rss-feed {
	background: url(images/rss.gif) left -1px no-repeat;
	border: 0px solid red;
	}
	
#linked-in {
	background: url(images/linked-in.gif) left -1px no-repeat;
	}
	
#twitter {
	background: url(images/twitter.gif) left -1px no-repeat;
	}












/* -------------- header -------------- */
/* begin */

#header {
/*	position: relative;     NO! */
	height: 196px;
	width: 960px;
	background: url(images/header-Bg.gif) 50% top no-repeat;
	border-top: 10px solid #006892;    /* blue */
	}
	#header .mmbj {
		padding-left: 8px;
		}
	#header .photo {
		z-index: 0;
		display: inline;
		position: relative;
		float: right;
		margin: -30px 155px 0 0;
		display: block;
		width: 300px;
		height: 200px;
		background: #CCC;
		border: 8px solid white;
		}
		#ie6 #header .photo {
			margin-right: 70px;
			}

	#header h1#logo {
		position: absolute;
		top: 45px;
		left: 0;
		width: 474px;
		text-align: center;
		font-family: Times, Roman, Times New Roman, serif;
		font-size: 50px;
		font-weight: normal;
		letter-spacing: -1px;
		line-height: .7em;
		}
		.blog-8 #header h1#logo {
			font-size: 42px;
			}
		#header h1#logo,
		#header h1#logo a {
			color: white;
			}
		#header h1#logo a:hover {
			color: #90BED0;    /* light blue */
			color: #bbb;
			text-decoration: none;
			}
		#header h1#logo small {
			display: block;
			margin-top: .5em;
			font-size: 20px;
			color: #006892;    /* blue */
			color: #333;
			line-height: 20px;
			letter-spacing: 0px;
			}





	/* FRONT MENU */
	
	.expand {
		width: 768px !important;
		}
		* html .expand {
			margin-top: -13px;
			}
		*+html .expand {
			margin-top: -13px;
			}
	
	#nPrimary {
		position: absolute;
		top: 199px;
		left: 0;
		padding-left: 22px;
		background: url(images/nPrimary-li-firstBG.gif) left top no-repeat;
		}
	#nPrimary a:link,
	#nPrimary a:visited {
		display: block;
		float: left;
		color: black;
		padding: 0;
		height: 30px;
		border-left: 1px solid #e6cc99;    /* pale butterscotch */
		}
		#nPrimary a.s:link,
		#nPrimary a.s:visited {
			color: white;
			font-weight: bold;
			}
	#nPrimary a:hover,
	#nPrimary a:active {
		color: white;
		padding: 0;
		text-decoration: none;
		}
		#nPrimary a.s:hover,
		#nPrimary a.s:active {
			text-decoration: underline;
			}

	#nPrimary .spacer {
		float: left;
		height: 30px;
		padding-right: 18px;
		overflow: hidden;
		background: url(images/nPrimary-li-last-spanBG.gif) right top no-repeat;
		border: 0px solid red;
		}
	#nPrimary ol {
		margin-left: -6px;
/*		display: block;*/
		}
		#nPrimary ol li {
			list-style: none;
			float: left;
			margin: 0;
			padding: 0;
			background: url(images/nPrimary-liBG.gif) left top no-repeat #CC9933;    /* butterscotch */
			}
		#nPrimary ol li span {
			float: left;
			display: block;
			padding: 6px 6px 3px;
			font-size: 14px;
			}
	
	
	#top {
		cursor: pointer;
		display: block;
		margin-left: 5px;
		position: relative;
		bottom: -57px;
		margin-top: -57px;
		min-height: 56px;
		max-width: 796px;
		}
		#top strong {
			display: none;
			}
	

/* end */








/* -------------- CONTENT -------------- */
/* begin */

#content {
	padding: 2em 0 1em;
	width: 960px;   /* 960 */
	}

#main {
	position: relative;
	float: left;
	width: 695px;     /* 960 - 240 - 25  */
	margin-right: 25px;
	}


/* SIDEBAR */
#right {
	position: relative;
	padding: 0;
	width: 240px;    /* 240 */
	background: none;
	}
	#right .sidebarTop {
		z-index: -1;
		position: relative;
		height: 20px;
		margin: 0 -10px 0;
		background: url(images/sidebar-Bg-top.gif) 50% top no-repeat;
		}
	#right .sidebarBottom {
		z-index: 2;
		position: relative;
		height: 20px;
		width: 100%;
		margin: 0 -10px 20px 0;
		background: url(images/sidebar-Bg-bottom.gif) 50% bottom no-repeat;
		}
		#ie7 #right .sidebarBottom,
		#ie6 #right .sidebarBottom {
			margin-left: 0;
			margin-top: -2px;
			}
	#right .sidebar {
		z-index: 20;
		padding: 0 10px;
		background: #006892;    /* blue */
		}
		#right .sidebar a:link,
		#right .sidebar a:visited {
			color: #ccad6f;    /* light tan */
			}
		#right .sidebar a:hover {
			color: white;
			}
		#right .sidebar h1,
		#right .sidebar h2,
		#right .sidebar h3 {
			color: #CC9933;    /* dark tan */
			}
		#right .sidebar h4,
		#right .sidebar h5,
		#right .sidebar h6 {
			color: white;
			}

	#right input {
		padding: 3px;
		border: 1px solid #E5E2E0;
		margin-bottom: 2px;
		}

	#right .about_author {
		position: relative;
		}
		#right .about_author h4 {
			font-size: 1.2em;
			}
		#right .about_author .entry_author_image {
			position: relative;
			float: right;
			margin-top: -40px;
			}
			#ie6 #right .about_author .entry_author_image {
				margin-top: 0px;
				}
			#right .about_author .entry_author_image img {
				display: block;
				width: 72px;
				height: 108px;
				border: 4px solid white;
				}
	#right ul {
		list-style: none;
		padding-bottom: .5em;
		border-bottom: 1px solid #90BED0;    /* light blue */
		}
		#right li {
			list-style: none;
			}
		#right ul li {
			margin-left: 0;
			line-height: 1.1em;
			padding-bottom: .4em;
			color: black;
			}
			#right ul ul {
				border: 0px;
				padding-bottom: 0;
				}
				#right ul ul li {
					margin-left: .8em;
					}
					
	#right .about_author ul {
		border-bottom: none;
		margin-top: 16px;
	}
						
		#right .about_author ul li {
			margin-left: 16px;
			list-style: disc;
			color: white;
		}
	
	#right ul li.page_item ul li.page_item,
	#right ul li.cat-item ul.children li.cat-item {
		background: url(images/arrow.gif) 0 11px no-repeat;
		padding-left: 11px;
		margin-top: -3px;
		}
	
	#right ul li.page_item ul li.page_item ul li.page_item,
	#right ul li.cat-item ul.children li.cat-item ul.children li.cat-item {
		background: url(images/arrow.gif) 0 11px no-repeat;
		padding-left: 12px;
		}
	
	#right .textwidget,
	#right select {
		padding: 3px;
		margin: 10px 2px 10px 2px;
		width: 188px;
		}
	
	#right .recentcomments {
		display: block;
		border-bottom: 1px solid #EEE;
		color: #9D9793;
		padding: 4px 0px;
		line-height: 16px;
		}
	
	#right hr {
		clear: both;
		margin: 10px 0;
		background: #90BED0;    /* light blue */
		}


#searchform {
	position: relative;
	width: 220px;
	}
	#searchform #s {
		position: relative;
		width: 148px;
		height: 1.6em;
		padding: 2px; 
		color: white;
		font-size: 10px;
		background: #90BED0;    /* light blue */
		border: 1px solid #b2dced;    /* pale blue */
		}
	#searchform #go {
		float: right;
		width: 47px;
		height: 26px;
		color: black;
		cursor: pointer;
		background: url(images/bttn_go.png) no-repeat;
/*		background-color: transparent;*/
		border: 0px;
		}




/* end */








/* -------------- footer -------------- */
/* begin */

#footer {
	height: 60px;
	}
	#footer .text {
		color: #8D837B;
		font-size: 10px;
		display: block;
		padding: 12px;
		width: 785px;
		}
	#footer .top {
		float: right;
		display: block;
		margin-top: -10px;
		}
	#footer em
	#footer em a {
		font-style: normal;
		color: #41413E;
		}

/* end */











/* WP */
blockquote {
	margin: 20px 10px 10px 5px;
	border-left: 4px solid #DDD;
	padding: 0 5px 0 5px;
	font-size: 9px;
	text-align: justify;
	}
	.commenttext blockquote {
		border-left: 4px solid #B6B6B5;
		}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	}
	.wp-caption img {
		border: none;
		margin: 0;
		padding: 0;
		}
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		color: #111;
		margin: 0;
		padding: 0 4px 5px;
		}



.alignleft,
img.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
	}
.alignright,
img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
	}

.aligncenter,
div.aligncenter,
img.aligncenter {
	text-align: center;
	display: block;
	margin: 10px auto;
	}

abbr,
acronym,
span.abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
	}

#main table {
	border-collapse: collapse;
	width: 99%;
	border: 0;
	margin: 0 0 1em 1px;
	}
	#main td,
	.post th {
		border: 1px solid #DCDCDB;
		padding: 10px;
		}
	#main th {
		background: #EEE;
		font: 18px normal;
		}

.wp_syntax {
	width: auto;
	}
	.wp_syntax table {
		border: 0 !important;
		}
	.wp_syntax table td {
		border: 0 !important;
		}

img.wp-smiley {
	border: 0px;
	vertical-align: middle;
	}




/* CONTENT */
#main ul,
#main ol {
	margin: 15px 30px;
	font-size: 12px;
	}
	#main ul li {
		list-style: circle;
		margin-bottom: 4px;
		}

.hentry {
	min-height: 150px;
	height: auto!important;
/*	width: 550px; */
	margin-bottom: 1em;
	}

.sticky h2 a {
	color: red;
	}
	
.page abbr {
	font-size: .8em;
	border-bottom: none;
	cursor: default;
}


.only_date {
	background: transparent url(images/data_box.png) no-repeat !important;
	height: 67px !important;
	}



.nr_comm a {
	color: white;
	text-decoration: none;
	}

.cat_tags {
	background: white url(images/tags_category.png) no-repeat;
/*	width: 550px;*/
	margin-top: 10px;
	padding: 8px 10px 5px;
	}
	* html .cat_tags {
		padding: 9px 8px 0;
		margin-bottom: -3px;
		}
	*:first-child+html .cat_tags {
		padding: 9px 8px 0;
		margin-bottom: -3px;
		}

	.cat_tags a,
	.cat_tags .continue a {
		color: #2C2C29;
		}
	.cat_tags a:hover {
		color: #ACACAB;
		}

	.cat_tags .continue {
		float: right;
		padding-right: 18px;
		width: 100px;
		text-align: center;
		}
	.cat_tags .category {
		float: left;
		width: 400px;
		}

.cat_tags_close {
	background: white url(images/tags_category.png) no-repeat 0 -81px;
	max-height: 3px;
	height: 3px;
/*	width: 550px; */
	margin-bottom: 20px;
	}









/* COMMENTS */
#main input {
	padding: 3px;
	border: 1px solid #E5E2E0;
	margin-bottom: 2px;
	}
	#main input#submit {
		width: 88px;
		height: 25px;
		border: 0px;
		background: url(images/bttn_submit.gif) no-repeat #CCC;
		font: bold 12px Helvetica,Georgia,serif;
		color: white;
		text-align: center;
		cursor: pointer;
		}
#main textarea {
	border: 1px solid #E5E2E0;
	width: 98%;
	height: 100px;
	padding: 5px;
	font: 12px Verdana;
	}

#comentarii ol.commentlist {
	width: 547px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
	ol.commentlist {
		list-style: none;
		}
	ol.commentlist li {
		list-style-type: none;
		margin-bottom: 10px;
		background-color: #F5F5F5;
		border: 1px solid #DDD;
		padding: 15px 10px 4px 10px;
		}
		ol.commentlist li ul {
			list-style-type: none;
			margin-left: 7px !important;
			}
			ol.commentlist li ul.children li {
				list-style: none !important;
				background-color: white;
				width: 100%;
				font-size: 11px;
				}
				ol.commentlist li ul.children li ul.children li {
					background-color: #F5F5F5;
					}
	ol.commentlist li div.comment_content {
		float: left;
		width: 100%;
		}
		ol li div.comment_content div.commentmetadata {
			color: #999;
			border-bottom: 1px solid #ddd;
			margin: 0px 8px 5px;
			}
			ol li div.comment_content div.commentmetadata a {
				color: #bbb;
				text-decoration: none;
				}

		ol li div.comment_content p {
			padding: 0 0 16px 6px;
			}
		ol li div.comment_content .reply {
			margin: 8px;
			}

strong.comment_author {
	font-size: 125%;
	}
	strong.comment_author a {
		text-decoration: underline !important;
		}

a#cancel-comment-reply-link {
	text-transform: uppercase;
	font-size: 80%;
	margin-left: 10px;
	}

li #respond {
	padding: 7px;
	}
	li #respond h2 {
		display: none;
		}

li.comment-author-admin {
	border: 1px solid #BBBBBB !important;
	}



/* COMMENTS / TRACKBACKS TABS */
#tabsContainer {
	margin-top: 2em;
	}
	#tabsContainer a {
		text-decoration: none;
		}
	#tabsContainer a.tabs.selected {
		color: white;
		}
	#tabsContainer p {
		margin-bottom: -2px !important;
		}


.trackbacks {
	background-color: #EEEEEE;
	margin-bottom: 5px;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	}

.tab-content {
	background-color: white;
	display: none;
	}
	.tab-content.selected {
		display: block;
		}
	.tab-content p.no {
		padding-top: 10px;
		}

.clear_tab {
	clear: both;
	margin-top: -21px;
	border-bottom: 3px solid #006892;    /* blue */
	}

.tabs {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 20px;
	line-height: 29px;
	position: relative;
	top: 1px;
	color: orange;
	text-decoration: none;
	margin: 0 0px 0 0;
	}
	.tabs.selected, 
	.tabs.selected a:link {
		background-color: #006892;    /* blue */
		color: white;
		}
	.tabs span {
		display: block;
		float: left;
		padding: 0 20px 0 0;
		cursor: pointer;
		}

.subscribe_comments {
	display: block;
	float: right;
	height: 30px;
	padding: 0 0 0 20px;
	line-height: 29px;
	position: relative;
	top: 1px;
	color: #787878;
	text-decoration: none;
	margin: 0 5px 0 0;
	}

div.selected {
	background-color: white;
	color: #2C2C29;
	}




/* PAGINATION */
.nav_link {
	border-top: 1px solid #DDD;
	background-color: #F5F5F5;
	width: 536px;
	padding: 10px;
	}
	.nav_link a {
		text-decoration: none;
		}

.nav_link .page_number {
	border: 1px solid #DDD;
	padding: 2px 10px;
	background-color: #EDEDED;
	}
	.nav_link a .page_number {
		border: 1px solid #DDD;
		background-color: #F5F5F5;
		padding: 2px 10px;
		}

.newer_older a {
	margin-top: 1em;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: -1px;
	font-weight: 700;
	}

.newer a {
	background: white url(images/older_newer.png) no-repeat;
	width: 129px;
	padding: 6px 3px 6px 0px;
	float: left;
	cursor: pointer;
	text-align: center;
	height: 14px;
	}

.older a {
	background: white url(images/older_newer.png) no-repeat;
	width: 129px;
	padding: 6px 3px 6px 2px;
	float: right;
	cursor: pointer;
	text-align: center;
	height: 14px;
	}

.next_previous_links {
	margin-top: 10px;
	border-top: 1px solid #DDD;
	background-color: #F5F5F5;
	padding: 0 5px;
	}

.next_previous_links_comments {
	margin-top: 10px;
	border-bottom: 1px solid #DDD;
	background-color: #F5F5F5;
	padding: 0 5px;
	}




/* WIDGETS */
#wp-calendar {
	font-size: 1.2em;
	empty-cells: show;
	line-height: 5px;
	margin-top: 10px;
	}
	#wp-calendar a {
		font-size: 1.0em;
		display: block;
		font-weight: bold;
		}
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}
	#wp-calendar caption {
		padding: 2px 0;
		margin: 8px 0;
		text-transform: uppercase;
		letter-spacing: 0.3em;
		font-weight: lighter;
		font-size: .8em;
		color: #444;
		text-align: right;
		}
	#wp-calendar th {
		padding: 4px 5px 4px 6px;
		font-weight: lighter;
		font-size: .8em;
		color: #666;
		text-align: right;
		background: #f4f4f4;
		}
	#wp-calendar td {
		padding: 4px 5px 4px 6px;
		text-align: right;
		}
		#wp-calendar td#today {
			background: #e0e0e0;
			}
		#wp-calendar td#prev a {
			padding: 0;
			text-align: left;
			font-weight: normal;
			}
		#wp-calendar td#next a {
			padding: 0;
			text-align: right;
			font-weight: normal;
			}

a.rsswidget img {
	display: none;
	}

div.rssSummary {
	margin: 5px;
	}




/* ARCHIVE */
.archive_h2 {
	text-transform: uppercase;
	cursor: pointer;
	font-size: 16px;
	}
	.archive_h2 span {
		font-size: 12px;
		}

ul.hide {
	list-style-type: none;
	display: none;
	}




/* OTHERS */
.promote {
	border: 1px solid #B6B6B5;
	padding: 10px;
	margin-top: 1em;
	background: #EDEDED url(images/rss.png) 90% -35px no-repeat;
	}
	.promote h3 {
		margin-left: 3px;
		}

.post-edit-link {
	display: block;
	background-color: #F5F5F5;
	margin-bottom: 1em;
	padding: 5px;
	color: #B6B6B5;
	}
	.post-edit-link:hover {
		background-color: whiteFD3;
		color: #2C2C29;
		}

.comment-edit-link {
	background-color: #EFEFEF;
	padding: 1px 5px;
	color: #999999;
	border-left: 1px solid #DDD;
	}

.moderation {
	font-size: 80%;
	}
