@font-face {
	font-family: JuraBook;
	src: url('/templates/091101/JuraBook.eot');
}
@font-face {
	font-family: JuraBook;
	src: url('/templates/091101/JuraBook.ttf') format('truetype');
}

@font-face {
	font-family: Vera;
	src: url('/templates/091101/Vera.eot');
}
@font-face {
	font-family: Vera;
	src: url('/templates/091101/Vera.ttf') format('truetype');
}

@font-face {
	font-family: BPreplay;
	src: url('/templates/091101/BPreplay.eot');
}
@font-face {
	font-family: BPreplay;
	src: url('/templates/091101/BPreplay.otf') format('opentype');
}

header, aside, article, footer {
	display: block;
}

body {
	margin: 0;
	font-family: Vera, Verdana, Tahoma, sans-serif;
	background: url(/templates/091101/images/test3.png) no-repeat center top;
	font-size: 100%;
}

.clearall {
	clear: both;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3 {
	margin: 0;
}

.body {
	margin: 0 auto;
	min-width: 730px;
	max-width: 930px;
	padding: 0 1em;
}

#wrapper {
	min-height: 300px;
}

/*
 * Header ===========================================
 */

#wrapper > header {

}

#wrapper > header h1 {
	float: left;
}
#wrapper > header h1 img {
	border: 0;
}
#wrapper > header ul {
	float: right;
}
#wrapper > header ul li {
	float: left;
}
#wrapper > header ul li a {
	display: block;
	padding: 1em;
	font-size: 1.3em;
	text-decoration: none;
	color: #000;
	text-shadow: 0 0 1px #fff;
	font-family: BPreplay, verdana, Tahoma, sans-serif;
	
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
}
#wrapper > header ul li a:hover {
	text-decoration: underline;

	transform:  scale(1.4) rotate(-5deg);
  -moz-transform:  scale(1.4) rotate(-5deg);
  -webkit-transform:  scale(1.4) rotate(-5deg);
  -o-transform:  scale(1.4) rotate(-5deg);
}
#wrapper > header ul li a.selected {
	color: #800;
}

/*
 * Topbar ===========================================
 */

#wrapper .topbar {
	clear: both;
	padding: 1em 0;
	font-family: BPreplay, verdana, Tahoma, sans-serif;
	height: 105px;
}

#wrapper .topbar h2 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-style: normal;
	border: 0;
}
#wrapper .topbar h2 a,
#wrapper .topbar nav a {
	color: #333;
	text-decoration: none;
}
#wrapper .topbar h2 a:hover,
#wrapper .topbar nav a:hover {
	text-decoration: underline;
}
#wrapper .topbar img {
	float: left;
	border: 0;
}
#wrapper .topbar .title
{
	float: left;
	width: 69%;
}
#wrapper .topbar nav {
	float: right;
	padding-right: 1em;
}
#wrapper .topbar nav a {
	font-size: 1.2em;
}

/*
 * Footer ===========================================
 */

body>footer {
	background: url(/templates/091101/images/bgfooter.png) repeat-x top center;
	border-top: 2px solid #ccc;
	margin-top: 1em;
}
body>footer .body {
	padding: 1em 0;
	color: #000;
	font-size: .9em;
	line-height: 1.5em;
	font-family: Vera, Verdana, Tahoma, sans-serif;
}
body>footer .body h2 {
	font-size: 1.25em;
	font-family: BPreplay;
	margin-bottom: .5em;
	font-weight: normal;
}
body>footer address {
	font-style: normal;
}
body>footer p {
	margin: 0;
	margin-bottom: 0.5em;
}

body>footer .blog-posts ul,
body>footer .projects ul {
	list-style-type: square;
	padding: 0 1em;
}
body>footer .blog-posts ul li,
body>footer .projects ul li {
	margin-bottom: 0.5em;
}
body>footer a {
	text-decoration: none;
	color: #800;
}
body>footer a:hover {
	text-decoration: underline;
}

body>footer .blog-posts,
body>footer .projects {
	width: 24%;
	float: left;
	margin-right: 1%;
}
body>footer .about {
	width: 50%;
	float: right;
}
body>footer .about img {
	float:right;
	margin-left:1em
}
body>footer .about ul {
	clear: both;
	padding-top: 1em;
}
body>footer .about ul li {
	float: left;
	margin-right: .2em;
	margin-bottom: .2em;
}
body>footer .about ul li a {
	display: block;
	width: 48px;
	height: 48px;
	text-indent: -9000px;
	overflow: hidden;
	background: url(/templates/091101/images/socialicons.png) no-repeat;
	text-decoration: none;
}
body>footer .about ul li a:hover,
body>footer .about ul li a:focus {
	text-decoration: none;
}
body>footer .about ul li a.identica {
	background-position: 0 0;
}
body>footer .about ul li a.identica:hover {
	background-position: -48px 0;
}
body>footer .about ul li a.twitter {
	background-position: 0 -48px;
}
body>footer .about ul li a.twitter:hover {
	background-position: -48px -48px;
}
body>footer .about ul li a.youtube {
	background-position: 0 -96px;
}
body>footer .about ul li a.youtube:hover {
	background-position: -48px -96px;
}
body>footer .about ul li a.lastfm {
	background-position: 0 -144px;
}
body>footer .about ul li a.lastfm:hover {
	background-position: -48px -144px;
}
body>footer .about ul li a.facebook {
	background-position: 0 -192px;
}
body>footer .about ul li a.facebook:hover {
	background-position: -48px -192px;
}
body>footer .about ul li a.google {
	background-position: 0 -240px;
}
body>footer .about ul li a.google:hover {
	background-position: -48px -240px;
}
body>footer .about ul li a.myspace {
	background-position: 0 -288px;
}
body>footer .about ul li a.myspace:hover {
	background-position: -48px -288px;
}
body>footer .about ul li a.flickr {
	background-position: 0 -336px;
}
body>footer .about ul li a.flickr:hover {
	background-position: -48px -336px;
}
body>footer .about ul li a.picasa {
	background-position: 0 -384px;
}
body>footer .about ul li a.picasa:hover {
	background-position: -48px -384px;
}
body>footer .about ul li a.rss {
	background-position: 0 -432px;
}
body>footer .about ul li a.rss:hover {
	background-position: -48px -432px;
}
body>footer .copy {
	font-size: .8em;
	text-align: center;
	color: #666;	
}

/*
 * Content ===========================================
 */

#content {
	clear: both;
}
#content p {
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 1em;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a:link {
	color: #3788d2;
}
#content a:visited {
	color: #406385;
}
#content h1 {
	clear: both;
	font-weight: normal;
	font-size: 2em;
	font-family: JuraBook;
	color: #800;
	margin-bottom: .5em;
}
#content h2 {
	font-size: 1.25em;
	font-family: BPreplay;
	margin-bottom: .5em;
	font-weight: normal;
	padding-bottom: .1em;
	border-bottom: 1px dotted #ccc;
}
#content h2 a {
	text-decoration: none;
	color: #333;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content ul {
	list-style-type: square;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
}
#content ul li {
	margin-bottom: 0.5em;
}
#content .blogposts-front {
	float: left;
	width: 69%;
}
#content h3 {
	font-size: 1.1em;
	font-family: Vera;
	font-weight: normal;
	margin-bottom: .3em;
}
#content h3 a {
	text-transform: uppercase;
	color: #456;
	text-decoration: none;
}
#content h3 a:hover {
	text-decoration: underline;
}

#content .microblogging {
	float: right;
	width: 29%;
}
#content .microblogging ul li {
	font-size: 0.8em;
	line-height: 1.5em;
}

#content .blogposts>article {
	clear: both;
	margin-bottom: 1em;
}
#content .blogposts>article .content {
	float: left;
	width: 69%;
}
#content .blogposts>article .content h2 {
	font-size: 1.1em;
	border: 0;
}

#content .blogposts>article>footer {
	float: right;
	width: 29%;
	padding-bottom: 1em;
}
#content .blogposts>article>footer time {
	display: block;
	width: 80px;
	margin-bottom: 1em;
	text-align: center;
}
#content .blogposts>article>footer a.comments {
	background: url(/templates/091101/images/commenticon.png) no-repeat center left;
	padding: .8em;
	padding-left: 48px;
	display: block;
}
#content .blogposts>article>footer time .top {
	background: #800;
	color: #eee;
	font-size: .8em;
	padding: .3em .5em;
	text-align: right;
	border: 2px solid #ccc;
	border-bottom: 0;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-right-radius: 8px;
    display: block;
}
#content .blogposts>article>footer time .top abbr {
	font-weight: bold;
	float: left;
	text-align: left;
	color: #fff;
	text-decoration: none;
	border: 0;
	text-transform: uppercase;
}
#content .blogposts>article>footer time .day {
	background: #eee;
	font-weight: bold;
	padding: .75em .5em .3em .5em;
	margin-bottom: .5em;
	border: 2px solid #ccc;
	border-top: 0;
	font-size: 1.2em;
	display: block;
	    
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#content .blogposts>article>footer time .day sup {
	font-size: .8em;
	color: #666;
}
#content .blogposts>article>footer time .day .time {
	border-top: 1px solid #888;
	color: #666;
	font-size: .6em;
	padding-top: .3em;
	margin-top: .5em;
	font-weight: normal;
	display: block;
}


/* Blog comments ================= */

#content .blogposts>article article {
	clear: both;
	border-bottom: 1px solid #eee;
	padding: .5em 0;
	font-size: .9em;
}

#content .blogposts>article article.highlight {
	background: #ffd;
}
#content .blogposts>article article.highlight2 {
	background: #f3f3ff;
}
#content .blogposts>article article p {
	margin: 0;
	padding: 0;
}
#content .blogposts>article article.highlight p {
	padding-left: .5em;
}
#content .blogposts>article article header {
	float: right;
	width: 29%;
	margin-left: 1%;
}

#content .blogposts>article article header>img {
	float: left;
	margin-right: .5em;
}
#content .blogposts>article article header cite {
	display: block;
	font-style: normal;
}
#content .blogposts>article article header>a {
	color: #ccc;
	text-decoration: none;
	font-size: .8em;
}
#content .blogposts>article article header>a:hover {
	text-decoration: underline;
}

#content .blogposts>article article header>a:hover {
	text-decoration: underline;
}
#content .blogposts>article .comments h2 {
	clear: both;
	margin-top: 1em;
}
#commentform .row {
	clear: both;
	margin-bottom: .3em;
}
#commentform .row label {
	float: left;
	width: 5em;
	text-align: right;
	padding: .3em .1em;
}
#commentform .hide {
	display: none;
}
#commentform .row input[type="text"],
#commentform .row input[type="email"],
#commentform .row input[type="url"] {
	float: left;
	width: 20em;
	padding: .3em .1em;
}
#commentform input[type="submit"] {
	padding: .3em .5em;
}
#commentform .row .desc {
	float: left;
	padding: .3em;
	color: #888;
	font-size: .9em;
}
#commentform .error {
	color: #800;
	float: right;
	width: 29%;
	padding: .3em 0;
}
#commentform .rowlast {
	width: 69%;
	text-align: right;
}
#commentform textarea {
	width: 69%;
}
#content .pic {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
#content .pic a img {
	border: 0;
}

#content ul.archive-list {
	font-size: .9em;
}
#content ul.archive-list>li {
	clear: both;
}
#content ul.archive-list>li>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content ul.archive-list>li>ul>li {
	margin-right: 1em;
	float: left;
}
#content ul.archive-list>li>ul>li:first-child {
	font-weight: bold;
}
