@charset "utf-8";

@import "reset.css";

body {
	background: #fafafa;
}
#pageWrap {
	width: 800px;
	margin: 5em auto;
	border: 1px dashed #333;
}
#pageContent {
	padding: 2em 36px 40px 36px;
	background: #fff;
}
#topmenu {
	height: 2em;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#topmenu ul li {
	float: left;
}
#topmenu ul li a {
	display: block;
	float: left;
	padding-left: 1.4em;
	margin-left: 1.5em;
	color: #777;
	font-size: 1.1em;
	text-decoration: none;
}
#topmenu ul li a:hover {
	text-decoration: underline;
}
#topmenu ul li#start a { background: url(../images/house.gif) 1px 50% no-repeat; }
#topmenu ul li#mail a { background: url(../images/mail.gif) 0 50% no-repeat; }

#pageHeader {
	background: #343537 url(../images/skille.gif) 283px 0 repeat-y;
	width: 728px;
	height: 100%;
	overflow: hidden;
	margin-bottom: 2em;
}
#logo {
	background: url(../images/logo.gif) 50% 50% no-repeat;
	height: 216px;
	width: 284px;
	float: left;
}
#logo a {
	display: block;
	height: 216px;
	width: 284px;
}
#flash {
	float: right;
	width: 444px;
	height: 216px;
	background: url(../flash/am2.jpg) 0 0 no-repeat;
}
#flash img {
	display: block;
}

#sidebar {
	width: 260px;
	float: left;
}


/* navigation */
#menu ul {
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 12px Arial,Geneva,Helvetica,sans-serif;
	width: 20em;
}
#menu ul li {
	list-style: none;
	margin: 0;
	text-align: left;
}
#menu ul li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: .5em solid #fff;
	text-decoration: none;
	width: 18em;
}
#menu ul li a:link { color: #777; }
#menu ul li a:visited { color: #777; }
#menu ul li a:hover {
	border-color: #369;
	color: #777;
}
#menu ul li.current_page_item a {
	border-color: #369;
	color: #369;
}
#powered {
	font-weight: normal;
	color: #aaa;
	font-size: .9em;
}

/* content */
#content {
	padding: 0 2em;
	background: url(../images/skille.gif) 283px 20px repeat-y;
	height: 100%;
	overflow: hidden;
	
}
#content a {
	color: #29A3E0;
}
#content h2 {
	font-size: 2em;
}
#posts {
	float: left;
	width: 420px;
}
.entry {
	font-size: 1.2em;
}
.post {
	padding-left: 2em;
	color: #666;
}
.post-title a:hover {
	text-decoration: none;
}
.wp-caption.alignleft img, img.alignleft {
	margin: 3px 1em 2px 0; 
	padding: 4px; 
	border: 1px solid #ccc; 
	display: block;
}
.wp-caption.centered img, img.centered {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}
.wp-caption.alignright img, img.alignright {
	margin: 3px 0 2px 1em; 
	padding: 4px; 
	border: 1px solid #ededed; 
	display: inline; 
} 
.wp-caption.alignright .wp-caption-text {
	margin-left: 1em;
}
.wp-caption-text {
	display: block;
	color: #666;
	padding: .2em .5em;
	font-size: .9em;
}
.post img {
	padding: 4px;
	border: 1px solid #ededed;
}
.alignleft { float: left; }
.alignright { float: right; }
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

/* sidebar */
#recent-posts {
	border: 1px solid #ddd;
	background: #f5f5f5;
}
#recent-posts ul {
	margin-bottom: 0;
}
#recent-posts ul li a {
	border-left-color: #f5f5f5;
}
#recent-posts h2{
	margin-left: 1em;
	padding: .2em 0;
	font-size: 1.4em;
	color: #454545;
}
#search input.search-field {
	background:transparent url(../images/searchLeft.png) no-repeat scroll 0 50%;
	border:medium none;
	color:#777777;
	float:left;
	font-style:italic;
	height:14px;
	padding:4px 6px;
	width:130px;
}
#search input.search-button {
	background:transparent url(../images/searchRight.png) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	float:left;
	height:22px;
	width:29px;
}