/*  
Theme Name: Makeup Primer
Theme URL:http://www.makeupprimer.org/
Theme Author:http://www.makeupprimer.org/
*/

/*Global 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
 font: 62.5%/1.4 Arial, sans-serif;
	background: #fff;
	text-align: center;
}

.mupbox {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.mupheader {
	width: 960px;
	height: 162px;
	background: url(images/mupheader.jpg) no-repeat;
}


.mupcontent {
	width: 720px;
	padding: 10px;
	float: left;
}

.mupcontent h2 {
	color: #785B57;
	text-align: right;
	font-size: 1.8em;
	padding-right: 1.1em;
}
.muppost {
	font-size: 1.4em;
	margin-bottom: 2.7em;
	
}
.muppost h1,.muppost h2 {
	color: #785B57;
	font-size: 2.1em;
	padding-left: 0.9em;
	padding-bottom: 0.35em;
	margin-bottom:0.2em;
	text-align: left;
	letter-spacing: -1px;
	border-bottom: 1px dotted #8D6B66;
}
.muppost h2 a {
	color: #785B57;
	text-decoration: none;
}

.muppost a{
	color: #0000ff;
	text-decoration: underline;
}

.muppost p, .post ul,.post ol {
	margin: 1.2em 1em 0 1em;
	line-height: 1.48em;
}	

.muppstce {
	margin-left: -10px;
	margin-bottom:10px;
}

.muppostmeta {
	text-align: right;
	padding-right: 1.5em;
	font-size: 0.9em;
	margin-bottom: 0.3em;
}


.mupaside {
	width: 220px;
	padding: 10px 0;
	float:left;
}



.mupaside ul ul {
	margin: 0;
	padding-bottom: 1.2em;
}

.mupaside ul li {
	margin: 0;
	padding-top:0.7em;
	margin-top: 1em;
}

.mupaside h2 {
	background: url(images/mupaside.jpg)   no-repeat;
	height: 28px;
	color: #fff;
	font-size: 1.76em;
	padding: 1px 0 0 22px;
}

.mupaside ul ul li {
	margin: 0;
	font-size: 1.52em;
	font-weight: bold;
	color: #785B57;
	padding: 5px 10px 5px 28px;
}

.mupaside ul ul li a{
	color: #785B57;
	text-decoration: none;
}
.mupaside ul ul li a:hover{
	text-decoration: underline;
}


.mupfooter {
	padding: 1em;
	text-align: center;
	font-size: 1.1em;
	color: #785B57;
	border-top: 2px double #8D6B66;
	
}

.mupfooter a {
	
	color: #785B57;
}



.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}