/*
Theme Name: Tin 
Theme URI: http://wordpress.org/
Description: The first WordPress theme Tin makes .
Version: 1.0
Author: Tin
Author URI: http://lifefre.com
Tags:  two columns


*/



*{
	margin:0;
	padding:0;
	line-height:20px;
	font-size:14px;
	text-decoration:none;
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;	
}


p{
	margin-bottom:15px;
}
#context-area a:link{
	font-weight:normal;
	color:green;
}
#context-area a:visited{

}
#context-area a:hover{
	color:green;
	border-bottom: 1px dotted green;
}
#context-area a:active{

}
h3{
	margin-bottom:20px;
}
body{
	text-align:center;
	background:#E4E2E2  url(images/top-bg.png) repeat-x scroll left top; 
	
	
	
}

#container{
	text-align:left;

	position:relative;
	margin:0 auto;
	width:816px;
}

#header{
	width:816px;
	height:249px;
	position:relative;
}
#name{
	position:absolute;
	top:8px;
	text-transform:uppercase;
	width:100%;
	color:#E4E2E2;
	text-align:center;
	letter-spacing:1px;
}
#name a{
	color:#E4E2E2;
}
#description{
	position:relative;
	top:30px;
	left:140px;
	width:400px;
	height:20px;
	font-size:20px;
	color:#E4E2E2;
}
#logo{
	position:absolute;
	top:50px;
	left:5px;
	height:128px;
	width:128px;
	
	background:transparent url(images/logo.png) no-repeat scroll ;
}
#top-nav{
	position:absolute;
	right:10px;
	bottom:30px;
	list-style-type:none;
}

#top-nav li{
	float:left;
}
#top-nav li a{
	display:block;
	width:74px;
	height:25px;
	padding:64px 30px 0 0;
	margin-left:5px;
	font-family:Times;
	text-indent:-99999px;
	text-align:center;
	text-decoration:none;
	vertical-align:center;
	font-size:14px;
	font-family:Cursive,Georgia,serif;
	text-transform:uppercase;
	letter-spacing:1px;
	opacity: 0.5;
}

#top-nav li a:hover{
	opacity:1;
	color:#E4E2E2;
	text-indent:-5px;
}
#top-nav .home a{
	background:transparent url(images/home.png) no-repeat scroll top left;
	
	
}
#top-nav .life a{
	background:transparent url(images/life.png) no-repeat scroll top left;
	
}
#top-nav .works a{
	background:transparent url(images/works.png) no-repeat scroll top left;
	
}
#top-nav .photos a{
	background:transparent url(images/photos.png) no-repeat scroll top left;
	
}
#top-nav .about a{
	background:transparent url(images/about.png) no-repeat scroll top left;
	
}



#context{
	position:relative;
	width:100%;
	background:#232324;
}


#context-area{
	position:relative;
	float:left;
	width:600px;
	background:#E4E2E2;
}
#sidebar{
	position:relative;
	float:right;
	width:216px;
	background:#232324;

}

.post{
	position:relative;
	margin:10px 10px 10px 0;
}

.title  h3{
	vertical-align:middle;
	font-weight:normal;
	line-height:38px;
	padding-left:40px;
	background:#eeeeee url(images/post.png) no-repeat scroll ;
	font-size:18px;
}
.comments_num  h4{
	vertical-align:middle;
	font-weight:normal;
	line-height:14px;
	position:absolute;
	top:5px;
	right:5px;
	font-size:14px;
	font-family:"Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color:#333333;
}	
#context-area .title  a{
	color:black;
}
#context-area .title  a:hover{
	color:black;
	border-bottom:none;
}



#footer{
	width:º100%;
	height:200px;
	background:#232324;
}








#commentlist{
	width:500px;
	margin:40px 0 40px 20px;

}

#commentlist p{
	padding:0 10px;
	font-size:12px;
	margin:0;
}
#commentlist li{
	padding:5px 0;
	background:#eeeeee;
	border-bottom:2px dotted #ffffff;
	
}
#commentlist li:last-child{
	border-bottom:0;
}
#commentlist li cite{
	display:block;
	color:#666666;
	font-size:10px;
	text-align:center;
}
#commentlist li cite a{
	font-size:10px;
    color:#666666;
}