/*  
Theme Name: 3MCM v2
Theme URI:
Description:
Version: 2.0
Author:
Author URI:
*/


/* Begin Typography & Colors */
body {
	font-size:				62.5%; /* Resets 1em to 10px */
	font-family:			'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:					#333;
	text-align:				center;

	background:				white;
	padding:				0;
	margin:					0;
}

A {
	text-decoration:		none;
	color:					inherit;
}

.pagecontainer {
	margin:					0 auto;
	width:					850px; /* 840+5+5 */
	text-align:				left;
}

.page {
	padding:					5px;
}

/* header */

.header {
	background:				url( i/logo.png );
	background-repeat:		no-repeat;
	height:					140px;
}

/* content */

.content {
/*	border:			dotted pink 1px; */
	}

/* the two content parts: body and sidebar */

.bodycontainer {
	width:					600px;
	float:					left;
}	

.body {
/*	background-color:		green; */
	margin-left:			20px;
	margin-right:			20px;
}

.sidebar {
	margin-left:			600px;
	margin-right:			10px;
/*	background-color:		yellow; */
	width:					240px;
}

/* post content */

.embed {
	text-align:				center;
}



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* posts */

.post {
	margin-bottom:			30px;
}

