/*
Theme Name: Creative Lurking 1.0
Theme URL: http://www.creativelurking.com
Description: nothing
Version: 1
Author: Ty
Author URL: http://www.ty.sg/
*/

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #888888;
}

body {
	margin-left: 45px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: none;
	color: #393939;
}
a:active {
	text-decoration: none;
	color: #888888;
}






	#container {
		width:955px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		float:left;
		}

	#top {
		padding: 0px;
		margin: 12px;
		margin-bottom: 0px;
		height: 60px;
		}	

	#left, #right, #side, #bottom {
		padding: 0px;
		margin: 12px;
		float:left;
		}

	#left {
		width: 168px;
		}
	
	#right, #bottom {
		width: 575px;
		}

	#side {
		width: 140px;
		}




/*  Line */
hr {
	border: none;
	color: #888888;
	background-color: #888888;
	height: 1px;
	}

/* Entry */
.entry {
	line-height: 16px;
}


li {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}



/* Menu List */
#leftmenu ul {
	font-size:21px;
	list-style:none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Sub Menu List */
.list {
	font-size: 13px;
	line-height: 18px;
	list-style:none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Title */
.title {
	font-size: 21px;
}


/* Post-Meta */
.post-meta {
	list-style-type: none;

	padding: 0px;
	margin: 0px;
	}

.post-meta-key {
	display: inline-block;
	color: green;
	width: 100px;
	}



