/*
Theme Name: MKP
Theme URI: http://a-to-m.com/
Description: Custom Theme.
Author: Mike Fallows
Version: 1.0
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Mike
-------------------------------------------------------------- */


body { 
	background: #333;
	color: #fcc;
	padding: 32px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	}
	
	body#blog {
		position: relative;
		}

a { color: #fcc; }
a:hover, a.selected,
.page-id-2409 .n_info,
.page-id-2 .n_test
{ color: #fff; }

p, ul, ol, form { padding-bottom: 1em; }

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

hr {	
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #666;
	margin-bottom: 1em;
	}

#wrapper {
	width: 960px;
	float: left;
	}

#access { display: none; }
#site-description { display: none; }
#colophon { display: none; }

#header {
	float: left;
	height: 96px;
	width: 960px;
	}

#header a {
	text-decoration: none;
	}

#port #header {
	position:absolute;
	top:32px;
	left:32px;
	z-index:3;
}

#port a#prev {
	z-index: 10;
	position: absolute;
	bottom: 50%;
	left: 32px;
	font-size: 64px;
	font-style: normal;
	cursor: pointer;
	display: block;
	line-height: 120px;
	}

#port a#next {
	z-index: 10;
	position: absolute;
	bottom: 50%;
	right: 32px;
	font-size: 64px;
	font-style: normal;
	cursor: pointer;
	display: block;
	line-height: 120px;
	}
	
	#port a#prev:hover, #port a#next:hover {
		text-shadow: #333 0px 0px 1px;
		}

#site-title {
	float: left;
	width: 155px;
	height: 32px;
	margin-top: 3px;
	}

#site-title a {
	display: block;
	width: 57px;
	height: 32px;
	text-indent: -999px; 
	background: url(images/MKP-Monogram-Pink-Slide.png) 0 0 no-repeat; 
	}

#site-title a:hover {
	background: url(images/MKP-Monogram-Pink-Slide.png) 0 -32px no-repeat; 
	}
	
	#header .navcolumn {
		float: left;
		width: 155px;
		margin-left: 5px;
		text-shadow: #333 0px 1px 1px;
		}


#container { 
	width: 700px;
	float: left;
	}

#mkp-container, #container.one-column { 
	width: 575px;
	float: left;
	}

#container.one-column #comments { display: none; }

#primary { 
	width: 155px;
	float: right;
	margin: 0;
	}

.entry-title { font-size: 30px; padding: 0.5em 0; }

.entry-title a { text-decoration: none; }

.entry-content {
	font-size: 18px;
	line-height: 24px;
	padding: 16px 0 32px;
	margin-bottom: 16px;
	}

#port .entry-content {
	position:absolute;
	bottom:0px;
	left:32px;
	z-index:3;
	}

.entry-content {
	border-bottom: 4px solid #fcc;
	clear: both;
	}

.one-column .entry-content {
	border: none;
	}

.entry-content li {
	margin-left: 1em; 
	list-style: circle outside;
	}

.entry-content h3 {
	width: 50%;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-style: normal;
	border-top: 1px solid #fcc;
	margin-top: 24px;
	}


.entry-utility { 
	padding-bottom: 1em;
	border-bottom: 32px solid #fcc;
	margin-bottom: 1em;
	}

.navigation {
	padding-bottom: 32px;
	}
	
	.nav-previous { float: left; width: 49%; }
	.nav-next { float: right; width: 50%; text-align: right; }

input, textarea { 
	background: #fcc;
	border: #fcc 12px solid;
	border-top-width: 24px;
	 }

input#s {
	width: 120px;
	}

.required {
	position: absolute;
	color: red;
	}

input#submit { 
	border-top-width: 12px;}

label { position: absolute; background: #fcc; color: #333; margin: 2px 6px; }
	 
#searchsubmit { display: none; }

#comments-title { 
	font-size: 12px;
	font-weight: normal;
	}

.comment div { 
	padding: 16px;
	border-top: 1px dotted #fcc;
	}

.comment div div { padding: 0; border: none;}

.commentlist .children {
	margin-left: 64px;
	border-left: 1px solid #fcc;
	padding-left: 16px; }

.comment-body { 
	font-size: 24px;
	line-height: 32px;
	 }
	
.form-allowed-tags { display: none; }

h3.widget-title { line-height: 1em; }
