/*
Theme Name: Th
Description: The new theme for ap.com.
Version: 0.2
Author: Bau
Author URI: http://andreapinti.com/
*/

body {
	/*font-family:Lucida Sans,Lucida,Sans-serif;*/	
	font-size:13px;
	font-family:Helvetica,Arial,sans-serif;
}

h1 {font-size:24px;}
h3 {text-shadow:1px 2px 2px #aaa;}

#wrap {
	width:800px;
	height:100%;
	margin:20px auto 0;
	position:relative;
}

#header {
	width:800px;
	height:170px;
	float:left;
	clear:both;
}

#content-home {
	width:355px;
	float:left;
	margin-left:10px;
}

#content {
	width:800px;
	float:left;
}

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

a {
	text-decoration:none;
	color:#666;
	font-style:italic;
}

a:hover {
	color:#333;
}

#header h1 a {
	font-size:140px;
	font-weight:normal;
	display:block;
	font-style:normal;
	color:#000;
	text-shadow:6px 8px 5px #DDD;
}

#header h2 {
	font-size:20px;
	font-weight:normal;
	line-height:26px;
}

#content h3, #sidebar h3, #content-home h3 {
	font-weight:normal;
	margin-bottom:15px;
}

.contact-me ul li {
	font-size:14px;
	margin-left:10px;
	margin:5px 0 5px 5px;
	list-style:circle inside;
}

.contact-me ul li a {
	font-weight:bold;	
}

ul#flickrRSS li {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid black;
	padding:0;
}

ul#flickrRSS li a {
	display:block;
}

.entry p {
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
}

.post {
	postiion:relative;
	margin-bottom:20px;
}

p.postmetadata {
	font-size:13px;
	line-height:16px;
	padding-left:10px;
}

.the-id {
	position:absolute;
	z-index:-1;
	margin-top:-10px;
}

.the-id p {
	color:#CCC;
	font-size:52px;
}

#clock {
	float:left;
	clear:both;
	width:800px;
	color:#CCC;
	font-size:20px;
	letter-spacing:-1px;
	text-align:right;
}

#clock small {
	font-size:18px;
}

#footer {
	width:800px;
	float:left;
	clear:both;
	min-height:40px;
	margin-top:20px;
}

#footer p {
	color:#CCC;
	font-size:16px;
	letter-spacing:-1px;
	text-align:right;		
}