/*
Theme Name: Jack
Theme URI: http://thejackette.net/
Description: Child Theme for P2
Author: theJackette
Author URI: http://thejackette.net/
Template: p2
Version: 0.1
*/
 
@import url("../p2/style.css");

/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
/* -------------------------------------------- */
#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
	#navmenu li {display: inline; }
	#navmenu ul li a {text-decoration:none;  margin: 4px;
	padding: 5px 20px 5px 10px; color: #cacaca;
	}
#navmenu ul li a:hover {color: #515151;
	text-decoration: none;
	border-style: none;
}
#header .sleeve {
	display: inline-block;
	margin-top: 120px;
	}
h2 .rss {
	display:  none;
}
#main img.avatar {
display:none;
}

#postbox .avatar img {
display:none;
}
.postcontent {
	overflow: visible;
	padding-left: 0px;
}

#header .sleeve, #wrapper, #footer {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#main .controls {
	display:  none;
}
#main h4 {
	color: #cacaca;
}
#main a {
	color: #9f0051;
}
#main h4 span {
	color: #cacaca;
	border:0 none;
	font-size:0.85em;
	line-height:1.2em;
	font-style:normal;
	font-weight:normal;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#main h4 a {
	color: #cacaca;
}
#main abbr {
	color: #cacaca;
}
#main h4 p {
	color: #cacaca;
}
#main .meta em {
	display:  none;
}

blockquote {
	padding-left: 8px;
	color: #888;
	background: #f1f1f1;
	padding: 2px 12px;
}
.flashunit p {	
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* Edits ---------------------------------- */
Above changes:
Remove Avatar
Remove post content padding
Remove post content shadow

/* -------------------------------------------- */
