/*  
Theme Name: UrbanLiving
Theme URI: http://www.jeefuu.net
Description: Special design "<strong>Urban Living</strong>" theme by <a href="http://www.jeefuu.net" target="_blank">[[jeefuu.net]]</a> for <a href="http://www.togarsilaban.com target="_blank">TogarSilaban.COM</a>
Version: 1.0
Author: Charly Silaban
Author URI:  http://charly.silaban.net
*/

/* 	
	Color Schemes
   	-------------
	Blue Bg:		#1274d0
	Blue H1:		#       
	Green Strip:	#84be36
	Green Link: 	#83af48
		

*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bgbody.gif) repeat-y center top; 
	font: normal 0.7em Tahoma, Verdana, sans-serif;
}

div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

div a:hover {
	color:#83af48;
	text-decoration:underline;
}

h1 {
	color: #015ca3;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;	
}

h2 {
	color:#999;
	font-size:1.4em;
	padding-bottom:5px;
	padding-top:10px;
}

h3 {
	color:#999;
	font-size:14px;
}

small {
	font-size:0.8em;
} 

.img_left {
	float:left;
	border:1px solid #999;
	padding:2px;
	margin:0 10px 0 0;
}

.img_right {
	float:right;
	border:1px solid #999;
	padding:2px;
	margin:0 0 5px 5px;
}

.img_center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:1px solid #999;
	padding:2px;
}

/**/
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
/**/
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 880px;
	margin: 0 auto;
}

	.main_right {
		float: right;
		padding-top: 6px;
		width: 621px;
	}
	
	.main_left {
		float: left;
		width: 250px;
	}
	
	.main_title {
		background: url(img/urban.jpg) no-repeat left top ;
		height:488px;
	}
	
		.main_title h1 {
			margin: 0;
			padding: 70px 0px 0px 24px;
			font: normal 1.8em Verdana;
		}
		
		.main_title h1 a:hover {
			color:#fff;
			text-decoration:none;
		}		
		
		.main_title h5 {
			color:#FFF;
			font: normal 1.2em;
			padding: 10px 32px 0 34px;
			text-align:center;
		}





.footer {
	clear: both;
}

/* misc - using for FOOTER */
.right {
	float: right;
}

.left {
	float: left;
}


.link_updates a {
	border-bottom: 6px solid #FFF;
}



/* logo */
.header {
	/*background: #D91623 url(img/bgheader.gif) repeat-x; */
	height: 150px;
	margin-top: 15px;
	margin-bottom: 10px;
}

	.header h1 {
		margin: 0;
		padding: 124px 0 0 24px;
		font: normal 2.2em Verdana,sans-serif;
	}


/* main navigation */
.link_menu {
	/*background: #CC2224 url(img/grdnt_red.png) repeat-x;*/
	margin-left: 30px;
}

	.link_menu a {
		color: #1274d0;
		font: bold 0.9em Verdana,sans-serif;
		/*border-bottom: 1px solid #FFF;
		display: block;
		height: 18px;
		padding: 6px 0 0 10px;
		 */
	}
	
	.link_menu a:hover {
		text-decoration:underline;
		color:#83af48;
	}

#navMenu li {
	list-style-type:none;
}

/* -------------------[ Top Navigation Bar ]------------------- */

#nav {
	clear: both;
	width: 560px;
	text-align:center;
	margin-left: 60px;
	margin-top:20px;
	padding: 0;
	}

	#nav ul {
		width:100%;
		margin: 0px;
		padding: 0;
		float: left;
		}
	
	#nav li {
			float:left;
			margin:0px;
			padding:0;
			list-style-type: none;
			}
	
		#nav li a {
				background: #eee url(img/buttonbg.gif) top left repeat-x;
				font-family: arial, helvetica, sans-serif;
				font-size: 14px;
				display: block;
				border: 1px solid #ddd;
				padding: 2px 8px;
				margin: 0 10px 0 0;
				color: #111;
				}
		
		#nav li a:hover {
				background: #84be36;
				color: #fff;
				text-decoration:none;
				}

#nav2 {
	clear: both;
	width: 560px;
	text-align:center;
	margin-left:50px;
	margin-top:18px;
	padding: 0;
	}

	#nav2 ul {
		width:100%;
		margin: 0px;
		padding: 0;
		float: left;
		}
	
	#nav2 li {
			float:left;
			margin:0px;
			padding:0;
			list-style-type: none;
			}
	
		#nav2 li a {
				background: #eee url(img/buttonbg.gif) top left repeat-x;
				font-family: arial, helvetica, sans-serif;
				font-size: 14px;
				display: block;
				border: 1px solid #ddd;
				padding: 2px 4px;
				margin: 0 10px 0 0;
				color: #111;
				}
		
		#nav2 li a:hover {
				background: #84be36;
				color: #fff;
				text-decoration:none;
				}




/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	margin: 0px 18px 0px 30px; /*atas kanan */
}

	.content h1 a {
		color: #83af48;
	}
	
	.content h1 a:hover { /*special for post title*/
		color: #1274d0;
		text-decoration:underline;
	}

	.content a {
		color:#1274d0;
	}
	
	.content p {
		margin: 4px 0 10px 0;
		font-size:1.2em;
	}
	
	.content ul {
	}

	.content ol {
	}
	
	.content li {
		margin-left: 18px;
		list-style-type:square;
	}
		
	.content .descr {
		color: #666;
		margin-bottom: 6px;
	}
	
	/* Postit Date */
	.content .post_cal {
		text-align: center;
		width: 50px;
		float: left;
		margin: 10px 5px 5px 0;
		color:#7C7C7C;
	}
	
		.post_cal .dayname {
			color:#CCC;
			border-bottom: 2px solid #BEBEBE;
			font-size: smaller;
			font-weight: bolder;
			width: 96%;
		}
		
		.post_cal .daynum {
			font-size: large;
			font-weight: bold;
			width: 96%;
			padding-top: 2px;
		}
		
		.post_cal .month, .post_cal .year {
			border-bottom: 2px solid #BEBEBE;
			font-size: smaller;
			width: 96%;
		}
	
	.content .toolbox {
		clear: left;
		text-align: right;
		width: 30px;
		float: right;
		margin: 0px 0px 0px 0;
		color:#7C7C7C;
	}

/* navigation menu */
.navigation {
	display: block;
	text-align: right;
	margin-top: 15px;
	width:100%
}

	.navigation a {
		color:#83af48;
		font-size:1.1em;
	}
	
	.navigation a:hover {
		color:#1274d0;
		text-decoration:underline;
	}


/* comments */
.comment {
	margin-left:0px;
}
	
	.comment form {
		margin: 0px 0px 0px 15px;
		color:#999999;
		width:555px;
	}
	
	.comment form input, textarea {
		color: #1274d0;
	}

	.comment form textarea {
		width:90px;
	}
	
	.comment form label {
		font-size:0.9em;
	}

	.commentlist li {
		background: url(img/bgcode.gif);
		border: 1px solid #F0F0F0;
		border-left: 6px solid #CCCCCC;
		color: #555;
		width:500px;
		margin: 0px 0px 10px 0px;
		padding: 5px 10px 0px 10px;
		list-style:decimal;
		list-style-position:inside;
		display:list-item;
		font-size:0.85em;

	}
	
		.commentlist li a {
			color:#FF6600; /*commenter name */
		}

		.commentlist li a:hover {
			color:#83af48;
			text-decoration:underline;	
		}

	
	.commentlist .alt {
		border-left: 6px solid #B9B9B9;
	}
		
	.commentlist .commentmetadata a, 
	#commentform a {
		color:#1274d0;
	}
	
	#comment {
		width:97%;
		height:15em;
		background-color:#F5F5F5;
	} 


/* related post*/
.related {
	text-align:right;
}

/* search form */
.search {
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode", sans-serif;
	height: 40px;
	overflow: hidden;
	text-align: center;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	padding-top:8px;
}


/* sidebar */
.sidebar {
	background: url(img/grdnt_gray.gif) repeat-x;
	/*line-height: 100px;*/
	color:#FFF;
}

	.sidebar h2 {
		color:#FFF;		
		padding-left:15px;
	}
	
	.sidebar a:hover {
		color:#83af48;		
	}

	.sidebar ul, ol {
		margin:0px 5px 10px 30px;
		padding-bottom:10px;
		font: normal 1.2em "Trebuchet MS",sans-serif;
	}

	.sidebar .blogroll h2 {
		font-size:1em;
		font:normal;
		padding:0px 0px 0px 5px;
	}
	
	.sidebar .blogroll ul {
		font-size:1em;
		font:normal;
		padding-bottom:0px;
		padding-top:0px;
	}

	.sidebar .calendar {
		padding-left:12px;
		padding-right:12px;

	}
	

	
	
	
	
/* footer */
.footer {
	color: #666;
	clear: both;
}

	.footer .left {
		padding: 9px 0;
		text-align: center;
		width: 250px;
	}
		
		.footer .left a {
			color:#CCCCCC;
			padding: 1px 3px;
		}
		
		.footer .left a:hover {
			text-decoration:underline;
			background-color:#FFFFFF;
		}
	

	.footer .right {
		border-top: 1px solid #F0F0F0;
		padding: 9px 0 9px 9px;
		width: 407px;
	}

		.footer .right a {
			color: #777;
		}

		.footer .right a:hover {
			color:#1274d0;
			text-decoration:underline;
		}

.kotakl {
	float:left;
	width:43%;
	/*border:1px solid #999;*/
	margin:0px 0px 0px 0px;
	padding:10px;
	list-style-type: none; 
}

.kotakr {
	float:right;
	width:47%;
	/*border:1px solid #999;*/
	margin:0px 0px 0px 0px;
	padding:10px;
	list-style-type: none; 
}

.clearboth {
	clear:both;
}

.sticky {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
		
}

.asidesj {
	font-family:Georgia;
	font-size:1.4em;
	color:#0033CC;
	font-weight:bold;
}

.asides {
	font-size:1.1em;
	font-family:Georgia;
	color:#0033CC;
}

.asides a {
	color:#666666;
}

.asides a:hover {
	color:#FF6600;
	text-decoration:none;
}



