/*Theme Name: PJ
Description: Theme for my personal Portfolio
Author: Pascal Jeschke
Author URI: http://pascaljeschke.de
*/


/*//////reset by Eric Meyer*/

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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	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;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	margin: 25px 0;
	font: 16px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #555;
	background: #EEE;
	}

#page {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 65px;
  	text-align: left;
  	background: #FFF;
  	overflow: auto;
	}

#header {
	width: 700px;
	height: 150px;
	margin-left: 90px;
	padding-top: 50px;
	border-top: 5px solid #333;
	}

.content {
	width: 860px;
	margin-left: 90px;
	}

.post {
	clear: both;
	float: left;
	width: 700px;
	}
	
.meta {
	float: left;
	margin: 83px 0 0 20px;
	}
	
h1 {
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
	}

#header ul li {
	float: left;
	margin-right: 10px;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
#header ul li a {
	padding: 2px 4px;
	color: #666;
	text-decoration: none;
	border: 1px solid #EEE;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	background: #FFF;
	}
	
#header ul li a:hover, #header #active {
	background: #EEE;
	}

h2 {
	clear: both;
	margin-bottom: 25px;
	padding-top: 25px;
	font-weight: normal;
	font-size: 22px;
	color: #333;
	border-top: 1px dotted #CCC;
	}

h2 a {
	color: #333;
	text-decoration: none;
	}

.meta li a, .post p a.go, a.more-link {
	padding: 2px 4px;
	font: 10px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #666;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #EEE;
	position: relative;
	}

.post p a.go, a.more-link {
	border: 1px solid #CCC;
	background: #FFF;
	}

.meta li a:hover, .post p a.go:hover, a.more-link:hover {
	background: #CCC;
	}

.post-meta-key {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #999;
	}

p {
	clear: both;
	margin-bottom: 30px;
	}

p a {
	color: #555;
	text-decoration: underline;
	background: transparent;
	margin: 0;
	padding: 0;
	}
	
p a:hover {
	text-decoration: none;
	}

p.noWrap {
	clear: none;
	}

img {
	border: 5px solid #DDD;
	}

a:hover img {
	border: 5px solid #BBB;
	}

.alignleft {
	float: left;
	/*width: 210px;*/
	margin: 0 20px 30px 0;
	}
	
.alignright {
	float: right;
	/*width: 210px;*/
	}

.aligncenter {
	float: left;
	/*width: 210px;*/
	}

strong {
	font-weight: normal;
	}

.post .aligncenter h3 {
	margin-left: 10px;
	}
	
.post .alignright h3 {
	margin-left: -10px;
	}

.post ul {
	margin-left: 18px;
	list-style-type: disc;
	}
	
.post .aligncenter ul {
	margin-left: 28px;
	}
	
.post .alignright ul {
	margin-left: 8px;
	}