/*
Luthfi Assyaukanie Stylesheet
Created by Arif Widianto June 22, 2006
Copyright © 2006 Digdaya, All rights reserved
With one hack! damn IE!

You may copy or use several codes of this CSS but please include this copyright notice. Thanks.
*/


/* -- General HTML rules --*/
body, h1, h2, h3, h4, h5, h6, p, blockquote, code, form, IMG { 
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF url(/images/bg-pagewide.png) repeat-y center;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 70%;
}

A {
	color: #696969;
	font-weight: bold;
}

A:hover {
	color: #F4A460;
}

A STRONG {
	color: #32CD32;
}

#main IMG {
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin: 5px 0 5px 0;
}

#main IMG.original {
	border: none;
	padding: 0;
	margin: 0;
}

IMG.right {
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin: 3px 0 5px 5px;
	float: right;
}
/* -- Layout -- */

#container {
	width: 720px;
	text-align: left;
	margin: 20px auto;
}

#content {
	margin-bottom: 20px;
	margin-top: 20px;
}

#main {
	width: 500px;
	min-height: 600px;
}

* html #main {
	height: 800px;
}

#sidebar {
	float: right;
	width: 180px;
}

/* -- Heading -- */

H1 {
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.2px;
}

H1 A {
	text-decoration: none;
	color: #FF8C00;
	font-weight: normal;
}

H1 A:hover {
	color: #2E8B57;
}

/* --- Header --- */

#header IMG {
	margin-top: 15px;
}

#header H1 {
	float: left;
}

#breadcrumbs {
	margin-bottom: 20px;
}

#breadcrumbs H3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #A9A9A9;
	font-weight: normal;
}

/* --- Menu --- */

#header #navigation {
	float: right;
}

#navigation UL {
	list-style: none;
}

#navigation UL LI {
	float: left;
	margin-left: 15px;
}

#navigation UL LI A {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #696969;
	text-decoration: none;
	padding-bottom: 5px;
}

#navigation UL LI A:hover {
	color: #2E8B57;
	border-bottom: 3px solid #696969;
}

#page-default A#menu-default, 
#page-about A#menu-about, 
#page-contact A#menu-contact {
	border-bottom: 3px solid #696969;
}

/* - sidebar/menu - */

#sidebar H2 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 18px;
}

#sidebar H3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

#page-articles A#menu-articles,
#page-interviews A#menu-interviews,
#page-discussion A#menu-discussion,
#page-teaching A#menu-teaching,
#page-myfamily A#menu-myfamily,
#page-papers A#menu-papers,
#page-links A#menu-links,
#page-blogs A#menu-blogs {
	background: transparent url(/images/menuon.gif) no-repeat 0 6px;
	color: #F4A460;
}

#sidebar UL {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}

#sidebar UL LI {
	padding-left: 10px;
	margin: 0 0 3px;
	background: transparent url(/images/li-arrow.gif) no-repeat 0 6px;
}

#sidebar #menu UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 20px;
}

#sidebar #menu UL LI {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

* html #sidebar #menu UL LI {
	border: 1px solid #FFF;
}

#sidebar #menu UL LI A {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #228B22;
}

* html #sidebar #menu UL LI A {
	border: 1px solid #FFF;
}

* html #sidebar #menu UL LI A {
	margin: 0;
	padding: 3px 5px 3px 10px;
}

#sidebar #menu UL LI A:hover {
	background-color: #F5F5F5;
	color: #000;
}

/* --- Main --- */

#main P, .poststatic {
	line-height: 20px;
}

#main P {
	margin-bottom: 1em;
}

#main .overview {
	font-weight: bold;
	color: #778899;
	padding-bottom: 2em;
}

#main .post P {
	margin-top: 0.7em;
	margin-bottom: 0.3em;
}

#main .post {
	margin-bottom: 30px;
}

.post H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin-bottom: 0.2em;
}

.post H2 A {
	text-decoration: none;
	color: #696969;
	font-weight: normal;
}

.post H2 A:hover {
	color: #FF8C00;
}

.post H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.post H3 A {
	text-decoration: none;
	color: #696969;
	font-weight: normal;
}

.post H3 A:hover {
	color: #FF8C00;
}

.post .source {
	color: Gray;
	margin-bottom: 0.5em;
	font-style: italic;
}

#page-default .post .source {
	margin-bottom: 0;
}

.post SMALL {
	margin-top: 10px;
	padding: 3px 5px 5px;
	border-top: 1px solid #DCDCDC;
	background-color: #F5F5F5;
	display: block;
	color: #778899;
	font-size: 10px;
	font-weight: normal;
}

.poststatic H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #696969;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
}

.poststatic H2 A {
	text-decoration: none;
	color: #696969;
	font-weight: normal;
}

.poststatic H2 A:hover {
	color: #FF8C00;
}

.poststatic H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.3px;
	margin-bottom: 0.5em;
}

.poststatic H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.3px;
	margin-bottom: 0.5em;
}

.poststatic H5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.2px;
	margin-bottom: 0.3em;
}


.poststatic SMALL {
	margin-top: 10px;
	padding: 3px 5px 5px;
	border-top: 1px solid #DCDCDC;
	background-color: #F5F5F5;
	display: block;
	color: #778899;
	font-size: 10px;
	font-weight: normal;
}


.navigatepaging {
	border: 1px solid #DCDCDC;
	background-color: #F5F5F5;
	padding: 5px; 
}

.navigatepaging A {
	margin-right: 10px;
}

/* --- Footer --- */

.clear {
	clear: both;
}

#footer {
	padding-top: 10px;
	border-top: 1px solid #DCDCDC;
	color: #A9A9A9;
}

.poweredby {
	margin: 0 auto 20px auto;
	float: right;
	width: 150px;
	height: 25px;
}

.poweredby a {
	display: block;
	margin: 0 auto;
	width: 146px;
	height: 21px;
	background: url(/images/poweredby-digdaya.gif) no-repeat top;
}

.poweredby a:hover {
	background: url(/images/poweredby-digdaya.gif) no-repeat bottom;
}

/* --- accessibility --- */

#accessibility {
	display: none;
}

