/**

Copyright (C) 2009 Keith Levi Lumanog
website: http://www.keithics.com
email:   webmaster@keithics.com
Skype: keithics

portfolio: http://keithics.com/gallery.php

notes:
Please feel free to modify this file, and if you want to ask something or want me to help.. please don't hesitate to email me.
I will try my best to help you out.

**/

/******************* main style- edit with care *********************/

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(../images/bg_top.jpg) repeat-x top;	
}

#wrap{
	width:980px;
	margin:auto;
}

#nav{
	padding:30px 10px;
}

#nav li{
	display:inline;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}

#header{
	overflow:hidden;
	padding:20px 0px;
	background:url(../images/bg_dots.jpg) repeat-x top;
}

#logos , #me , #me_photo , #me_about{
	float:left;
}

#logos{
	width:600px;
}

#me{
	width:370px;
}

#me_photo img{
	padding:3px;
	background-color:#ccc;
}

#me_about{
	width:240px;
	padding-left:10px;
	font-size:11px;
	color:#666;
}

#me_about p{
	line-height:15px;	
}

#content{
	background:url(../images/bg_dots.jpg) repeat-x top;
	padding:20px;
}

.posts{
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:20px;
	background:url(../images/bg_dots.jpg) repeat-x bottom;	
}

.post_thumb{
	float:left;
	width:120px;
}

.post_thumb img{
	padding:20px 5px;
	background-color:#CCC;
}

.post_content{
	float:left;
	width:700px;
	padding-left:20px;
	color:#666;
}

.postmetadata{
	background-color:#D9E5BF;
	padding:5px;
	font-size:10px;
	font-weight:bold;
}

#comments_wrap h3 , .pagetitle{
	padding:10px 0;
	background:url(../images/bg_dots.jpg) repeat-x bottom;
	margin:10px 0;
}

#comments li , .ac{
	list-style:none;
	padding-bottom:10px;
	margin-bottom:20px;
	background:url(../images/bg_dots.jpg) repeat-x bottom;	
}

.comment-author{
	overflow:hidden;
	padding:10px;
	background-color:#DEEFEF;
	margin-bottom:10px;
}

.avatar{
	float:left;
	padding-right:10px;
}

.comment-meta{
	font-size:10px;
	font-weight:bold;
}

#s_title {
	background-color:#E2E2E2;
	padding:10px;
}

.navigation{
	overflow:hidden;
}

#about_details{
	background-color:#E2E2E2;
	border:#CCC solid 1px;
	padding:10px;
	margin:20px 10px;
}

#about_details li{
	padding-left:5px;
	margin-left:30px;
	padding-bottom:10px;
}
