strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}



html, body {
	background-color: #E9E9E9;
}

body {
  font-family: 'Droid Sans', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	color: #555555;
}

h1 {
  font-family: 'Droid Sans', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #131313;
	padding-bottom: 10px;
	line-height: 30px;
}

h2 {
  font-family: 'Droid Sans', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	font-size: 17px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #222222;
}

pre, code, blockquote {
	font-family: 'Droid Sans Mono', 'Monaco', 'Lucia Console', 'Courier New', monospace !important;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #C62606;
}

a:hover {
	text-decoration: underline;
}

p.highlight { 
	background-color: #ffc;
  padding: 4px 8px;	
}

#header {
	background-color: #222222;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 33px;
	height: 33px;
	color: #BDB9B9;
	text-align: right;
	padding-right: 50px;
}

#header a:link, #header a:visited, #header a:active {
	text-decoration: none;
	color: #BDB9B9;
}

#header a:hover, #header a.current {
	color: #FFFFFF;
}

#header li {
	float: right;
	padding-left: 20px;
}

#canvas {
	width: 800px;
	margin: 0 auto;
	padding: 0 45px 25px 45px;
	background: transparent url(/wp-content/themes/funkjedi/assets/img/background-body.png) center repeat-y;
}

#content {
	position: relative;
	margin: 25px 25px 0 30px;
}

#content p {
	margin: 12px 0 20px 0;
}

#content ul {
	margin: 12px 0 20px 0;
}

#footer {
	width: 800px;
	height: 88px;
	margin: 0 auto;
	padding: 0 45px;
	background: transparent url(/wp-content/themes/funkjedi/assets/img/background-footer.png) center bottom no-repeat;
}

#footer div {
	font-family: 'Droid Sans', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	padding-top: 3px;
	color: #A6A6A6;
	margin: 0 30px;
}

#footer a {
	text-decoration: underline;
	color: #A6A6A6;
}

.post {
	padding-bottom: 20px;
}

.post h1 {
	padding-bottom: 4px;
}

.post h1 a:link, .post h1 a:visited, .post h1 a:active {
	text-decoration: none;
	color: #131313;
}

.post h1 a:hover {
	text-decoration: underline;
	color: #C62606;
}

.post-timestamp {
	font-size: 10px; 
	text-transform: uppercase;
	padding-top: 0; 
	padding-bottom: 0; 
	color: #A6A6A6;
}

.post-timestamp span {
	text-transform: none;
}

.page-timestamp {
	margin-top: 40px;
	line-height: 11px;
}

.post-body li, .page-body li {
	margin-left: 25px;
	list-style-type: decimal;
}

.post-body ul li, .page-body ul li {
	list-style-type: square;
}

.post-body strong, .page-body strong {
	font-weight: bold;
}

.post-body img, .page-body img {
	padding: 4px;
	border: 1px solid #ccc;
}

.post-metadata {
	background: #fff4e3;
	border: 1px solid #eee;
	margin-top: 20px;
	padding: 8px;
	font-size: 11px;
	line-height: 14px;
}

.post-mini-metadata {
	margin-bottom: 20px;
	font-size: 11px;
}

.page h1 {
	padding-bottom: 14px;
}

.page h2 {
	padding-top: 14px;
}

#edit-entry {
	position: absolute;
	top: 0px;
	right: -5px;
}

#edit-entry a {
	text-decoration: underline;
}

#comments h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.comment {
	margin-bottom: 20px;
	background: #ffebcd;
	padding: 8px;
	color: #2B1710;
}

.comment-title {
	font-size: 13px;
	font-weight: bold;
	color: #2B1710;
	line-height: 14px;
}

.comment-title cite {
	font-size: 15px;
	font-weight: bold;
}

.comment-title em {
	font-size: 11px;
}

.comment a:link, .comment a:active, .comment a:visited {
	text-decoration: underline;
	color: #a22a00;
}

.comment a:hover {
	color: #f30;
}

.comment-timestamp {
	font-size: 11px;
}

#content .comment p {
	margin-bottom: 4px;
}

#comment-form h3 {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #555;
}

#comment-form textarea {
	margin-bottom: 8px;
}

.comment-input {
	font-size: 12px;
	margin-bottom: 4px;
}

.comment-input input {
	font-size: 14px;
}

