/* a chair apart
	is made by
	Pino Ceniccola
	
	http://me.pinit.it
*/

* {
	margin:0;
	padding:0;
	border:0;
}

body{
	background:#4a525a;
	margin-left: 250px;
	font-family: "courier new";
}
a{
	outline:none;
	text-decoration: none;
	color:#6498cc;
}
a:hover {
	text-decoration:underline;
}
a.reblog {
	padding-left:16px;
	background:url(reblog.png) no-repeat top left;
	margin:15px;
	font-size: 12px;
}
#tumblelog {
	width:400px;
	background-color:#fff;
	margin: auto;
}
#header h1 {

}
#header h1 a{
	display:block;
	height:270px;
	text-indent: -2000px;
	background: url(a_chair_apart.png) no-repeat 145px 130px;
}
p {
	margin:10px;
	font-size:15px;
	color:#4a525a;
	font-family: 'Times new roman';
}
span.date {
	font-family:Trebuchet MS;
	font-size:10px;
	color: #4a525a;
	display:block;
	background-color: #f8f8ec;
	text-transform: uppercase;
	padding-left:10px;
	color: #4a525a;
}
div.post {
	position:relative;
	margin-bottom:15px;
}
div.text h2 a {
	font-size:21px;
	margin-left:10px;
	font-weight: normal;
	font-family:'Times New Roman';
}
div.img span.caption {
	position:absolute;
	bottom:10px;
	left:0;
	background-color:#000;
	color:#fff;
	font-size: 12px;
	visibility:hidden;
	padding: 5px 10px 5px 10px;
	font-family: "courier new";
}
div.img:hover span.caption{
	visibility:visible;
}
div.quote p {
	font-size:24px;
	padding-left:35px;
	font-family:'Times New Roman';
	background:url(quote.gif) no-repeat top left;
}
div.quote p.medium{
font-size:18px;
}
div.quote p.long {
	font-size:17px;
	padding-top:4px;
}
div.quote span.caption {
	padding-left:20px;
	font-size:14px;
	font-family:'Times New Roman';

}
div.video {
	/*background-color:#000;*/
}
div.video object {

}
div.video span.caption {
	display:block;
	background-color:#000;
	color:#4a525a;
	font-size: 12px;
	padding:5px;
	margin:0;
	font-family:'courier new';
	position:absolute;
	visibility:hidden;
}
div.video:hover span.caption{
	visibility:visible;
}
div.link a.thelink{
	font-size:18px;
}
div.link span.caption, div.audio span.caption,div.audio span.player {
	margin:10px;
	font-size:15px;
	color:#4a525a;
	font-family: 'Times new roman';
}
div.post a.perma {
	position:absolute;
	font-family: "courier new";
	font-size:14px;
	padding: 0 5px 0 5px;
	top:0;	
	right:-18px;
	background-color:#000;
	color:#fff;
	font-weight: bold;
	visibility:hidden;
}

div.post a.perma:hover{
text-decoration:none;
}
div.post:hover a.perma {
	visibility:visible;
}
div#footer {
	background-color: #ffae5a;
	height:120px;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover  {
	color: #f8f8ec
}
div#footer ul {
	list-style-type: none;
	font-family: 'Trebuchet MS';
	font-size:11px;
	font-weight: bold;
	text-transform: uppercase;
	margin:10px;
}
div #footer ul.navmenu {
float:left;
}
div #footer ul.navmenu li{
	display:inline;
	margin-right:10px;
}
div #footer ul.mainnav {
float:right;
}
div #footer ul.mainnav li{
	display:inline;
	margin-left:10px;
}
div small {
display:block;
	background: #ffae5a;
	padding-bottom:20px;
}
div small a {
	display:block;
	background:#fff;
	height: 40px;
	text-indent: -2001px;
	background:#fff url(credits.gif) no-repeat 60px 17px;
}
div#achtung {
	border-top: 1px #000 dashed;
	border-bottom: 1px #000 dashed;
	margin-bottom:20px;
}
div#achtung h2 {
	font-size:14px;
	padding:10px;
	text-decoration: blink; /*on ie may not blink, uh!!*/
}
.video object {
	display:none;
}