/*
Theme Name: Tapirfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.2
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
Tags: sharpfolio, portfolio, dark, light
*/

/* General stuff */

body {
	text-align: center;
	color: #3b3734;
	font-family: 'Lucida Grande',Helvetica,Arial,sans-serif;
	font-size: 11px;
	line-height: 24px;
	background: #fff url(images/bodyTop_bkr.png) no-repeat fixed center top;
}

a{color: #e85d00;}

a:hover {color: #a64903;}

p {margin: 0 0 12px;}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}


div#wrapper {
	background-repeat: repeat-y;
	background-color: #fff;
	
	
	text-align: left;
	margin: auto;
	width: 810px;
}

/* header */
div#header {
	background-position: 0 top;
	background-image: url(images/woodpattern.jpg);
	background-repeat: repeat;
	border-bottom: solid;
	height: 206px;
	}
#headerTop{
	width: 100%;
	height: 10px;
	background: url(images/orange_top.png) no-repeat left top;
}
	
#header h1, #header h1 a{visibility: hidden;}

div#header h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
	visibility: hidden;
	}
	
#logosticker{
	margin-left: 10px;
	margin-top: 50px;
	float: left;
	background:url(images/entapir-logosticker.png);
	
	height: 139px;
	width: 367px;
	
	z-index: 6;
}

#beta{
	float:right;
	height: 85px;
	width: 85px;
	margin-right:20px;
	margin-top: 55px;
	background-image: url(images/beta.png)
	}

#header_shade{
	width: 100%;
	height: 10px;
	margin-top: -70px;
	background-image: url(images/nav_bkrshade.png);
	}	
	
/* navigation */

ul#navigation {
	background-repeat: repeat-x;
	background-position: 0 top;
	background-image: url(images/nav_bkrshade.png);
	padding: 0px;
	text-align: right;
	margin-top: 0px;
	display: block;
	
	width: 100%;
	float: right;
	border-top: 1px solid #a24a0c;
}

ul#navigation li {
	margin-top: 1px;
	display: inline;
}

ul#navigation li a {
	bottom: 2px;
	position: relative;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-top: 2px;
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 5px;
	margin-top: 2px;
	font-weight: bold;
	font-family: Miso, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #ffffdf;
	font-size: 14px;
	}

ul#navigation li a:hover {
	border-bottom-style: solid;
	border-bottom-color: #e85d00;
	border-bottom-width: 1px;
	color: #e2ec9e;
	}

div#header h2, ul#navigation {
		margin-left: 0;
		margin-bottom: 0px;
		margin-right: 0;
		margin-top: 0;
	}


/* General typo */
h1 {
	font-size: 48px;
	color: #3b3734;
	line-height: 120px;
	}

h1 a {
	text-decoration: none;
	color: #3b3734;
	}



span.f {
	font-style: italic;
}

/* FrontPage area */
div#content_front{
	display: block;
	height: 300px;
	padding: 0px;
	width: 790px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-top: 20px;

}

div#content_front p{margin: 0px; padding: 0px;}
div#content_front a{ width: 250px; font-family: Miso, Arial; font-weight: 300; font-size: 24px;}


div#PorfolioBox {
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
	display: inline-block;
	width: 250px;
	height: 260px;
	background-image: url(images/portfolio.png);
}

div#SkissBox {

	margin-top: 10px;

	margin-right: 15px;

	margin-left: 15px;

	display: inline-block;
	width: 250px;
	height: 260px;

}

div#TapirBox {

	margin-top: 10px;

	margin-left: 0px;

	display: inline-block;
	width: 250px;
	height: 260px;

}

/* Page area */
div#content {
	width: 790px;
	margin-left: 10px;
	margin-top: 0;
	margin-right: 10px;
	margin-top: 72px;

}

div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	color: #3b3734;
	width: 250px;
	float: right;
	line-height: 15px;
	font-size: 11px;
}

div.entry h2 a {
	color: #e85d00;
}

div#content h2 {
	font-size: 24px;
	color: #e85d00;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #e85d00;
}
p.comment-link a {
	letter-spacing: -1px;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link {
	margin: 0;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}

#commentform{
	width: 500px;
}

div.post {
	margin-left: 10px;
	margin-bottom: 76px;
	margin-right: 10px;
	margin-top: 0;
	background-position: right top;
}

div.post p {
	line-height: 12px;
	font-size: 10px;
}

div.post h2 {margin-bottom: 18px;}

/* images */
.attachment-thumbnail{
	padding: 4px;
}

.gallery img{
	border: 1px solid #ccc;
}


/* comments */
ol.commentlist {
	border-top: 1px solid #3b3734;
	margin: 0 250px 48px 0;
	width: 500px;
	}
	
ol.commentlist li {
	padding: 2px 0 0;
}

div.comment {
	width: 500px;
	float: right;
	padding: 5px 0 0;
	background: #fff url(images/comment_bkr.png) no-repeat left top;
}

div.author {
	width: 100%;
	float: left;
	background: #688337 url(images/author_bkr.png) no-repeat left top;

}

div.author cite {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 10px;
	margin-bottom: 30px;
	color: #3b3734;
}

div.author cite a{color: #3b3734;}

div.author img {
	position: relative;
	top: 4px;
	left: 4px;
}

form input, form textarea {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 260px;
	margin-top: 0;
	width: 500px;
	background: url(images/input_bkr.png) no-repeat 0 top;
	border-top: 1px inset #3b3734;
	border-left: 1px inset #3b3734;
	border-right: 1px outset #fefedf;
	border-bottom: 1px outset #fefedf;
}


#submit {	
	margin-left: 251px;
	width: 250px;
	background-color: #688337;
	font-weight: bold;
	color: #3b3734;
}

div.comment p{
	font-weight: normal;

	font-style: normal;

	font-variant: normal;
	margin: 10px 10px 10px 42px;
}

h3#comments, h3#respond {
	color: #3b3734;
	line-height: 34px;
}

/*comments end */

/* Footer area */

div#footer{
	border-style: solid;
	background-repeat: repeat;
	background-image: url(images/woodpattern.jpg);
	margin-top: 10px;
	height: 300px;
}

/*div#footer p {
	color: #333;
	text-align: center;
}*/

div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}

div#cred {
	text-align: center;
	border-width: 1px;
	height: 40px;
	width: 600px;
	
	margin: auto;
	}
	
	#footer a, #footer a:visited {
	color: #ffffff;
}
#footer h4 {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 10px;
	font: normal 122%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffdf;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}

#about {
	width: 279px;
	height: 259px;
	left: -13px;
	top: -15px;
	background: transparent url(images/about-paper.png) no-repeat left top;
	position: relative;
	z-index: 4;
}

#about p{padding-left: 25px; padding-bottom: 20px; padding-right: 20px; padding-top: 60px; margin-top: 25px; line-height: 16px; font-family: miso, arial, helvetica; font-size: 15px;}

div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}
/*extras*/

#wp-badge{
	width: 105px;
	height: 37px;
	position: relative;
	top:100px;
	left:400px;
	}
	
#clear {
	display: block;
	}	

.clear{
		clear: both;
	}
.frontlink{
		display: block;
		width: 250px;
		margin-top: 15px;
		text-align: center;
	}
		

/*friendfeed*/
#ff{	
	width: 255px;
	height: 120px;
	position: relative;
	left: 543px;
	top: -250px;
	z-index: 5;

	/*background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;*/

	}
	
div.friendfeed.badge{
	margin-top:35px;
	margin-left: 15px;
	border:none;
	}
element{
	}
#id{
	}
