/* awal cinta merekah kata si pey bohlam... */

/* Sets all Defaults to 0 */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

html {
	background: url(../images/bkg.jpg) repeat-y center;
}

body {
	background-color: #4a380a;
	color: #4d4d4d;
	font: 13px/19px Georgia, "Times New Roman", Times, serif;

}

#wrapper {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -294px;
	position: relative;
}

#header {
	margin-left: auto;
	margin-right: auto;
	background: url(../images/top_bkg.jpg) no-repeat center top;
	min-height: 609px;
}


#home,
#sec,
#blog,
#photos {
	background: url(../images/content_bkg.png) repeat-y center;
}

#logo h1 {
	margin-bottom: 0px;
}

#logo a {
	width: 580px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: 170px;
}

#content {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 29px;
	padding-right: 29px;
}

/* Typography  */

p {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
}

a {
	color: #7f0000;
	text-decoration: underline;
}

a:hover {
	color: #005679;
}

a:visited {
	color: #103951;
}

b, strong {
	color: #281c00;
	font-weight: bold;
}

i, em {
	font-weight: bold;
	font-style: italic;
	color: #bfaf80;
}

blockquote p {
	background: #543817 url(../images/quote_bkg.jpg) repeat-x;
	color: #b6956b;
	font-size: 23px;
	line-height: 30px;
	font-style: italic;
	padding: 15px;
}

h1 {
	color: #281c00;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

h1 a {
	color: #281c00;
	text-decoration: none;
}

h1 a:hover {
	color: #7f0000;
	text-decoration: underline;
}

h1.category {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	line-height: 16px;
	color: #bfaf80;
	float: right;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

/* Homepage */

#home_callout {
	float: left;
	width: 420px;
	height: 130px;
	display: inline;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
	background: url(../images/papandepan.jpg) no-repeat;
	color: #e5dfc3;
	padding-left: 380px;
	font-size: 18px;
	line-height: 27px;
	padding-right: 20px;
	padding-top: 20px;
}

#home_callout img {
	float: right;
}

#home_buttons {
	float: left;
	display: inline;
	width: 819px;
	margin-bottom: 20px;
}

.buttons {
	float: left;
	display: inline;
	margin-right: 27px;
}

.home_last {
	margin-right: 0px;
}

.buttons a.bkg {
	display: block;
	width: 215px;
	height: 87px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 17px;
	padding-top: 63px;
	font-size: 10px;
}



/* Content */

#leftcol {
	width: 530px;
	float: left;
	display: inline;
	clear: left;
}

#leftcol h3 {
	background: #bfaf80 url(../images/home_left_headerbkg.jpg) no-repeat;
	color: #281c00;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 19px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 490px;
}

#leftcol h3 a {
	color: #281c00;
	text-decoration: none;
}

#leftcol h3 a:hover {
	color: #7f0000;
}

.leftbox {
	float: left;
	display: inline;
	border: 1px dashed #c3b080;
	border-top-style: none;
	padding: 22px 15px 15px;
	margin-bottom: 5px;
}

#leftcol .nopad,
#rightcol .nopad {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#rightcol .photopad {
	width: 238px;
	padding-left: 10px;
	padding-right: 0px;
}

#leftcol h4 {
	color: #281c00;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
}

#leftcol h4 a {
	color: #281c00;
	text-decoration: none;
}

#leftcol h4 a:hover {
	color: #7f0000;
}

#leftcol h4 a .home_date {
	font-style: normal;
	font-size: 13px;
	color: #b6956b;
	padding-left: 12px;
	font-weight: normal;
}

p.seeall {
	font-style: italic;
	color: #7f0000;
	text-align: right;
	margin-bottom: 20px;
}

p.seeall a {
	text-decoration: none;
	background: url(../images/arrow_red.gif) no-repeat right center;
	clear: left;
	padding-right: 18px;
}

.leftbox ul {
	list-style-type: none;
}

.leftbox li {
}


.leftbox li a {
	background: url(../images/home_podcast.gif) no-repeat 20px;
	width: 297px;
	border-top: 1px dashed #c3b080;
	text-decoration: none;
	padding: 15px 160px 15px 70px;
	display: block;
}

.leftbox li a:hover {
	background-color: #cbbd86;
}

.leftbox li span.listheader {
	font-size: 17px;
	line-height: 17px;
	color: #281c00;
	font-weight: bold;
}

.leftbox li span.listdesc {
	color: #4d4d4d;
}

#rightcol {
	width: 250px;
	float: right;
	display: inline;
}

.rightbox {
	float: left;
	display: inline;
	border: 1px dashed #c3b080;
	border-top-style: none;
	padding: 22px 15px 15px;
	margin-bottom: 5px;
}


.rightbox ul {
	list-style-type: none;
}

.rightbox li {
}

.rightbox li a {
	background: url(../images/arrow_brown.gif) no-repeat 15px 21px;
	width: 194px;
	border-top: 1px dashed #c3b080;
	text-decoration: none;
	padding: 15px 15px 15px 40px;
	display: block;
}

.rightbox li a:hover {
	background-color: #cbbd86;
}

.rightbox li span.listheader {
	font-size: 17px;
	line-height: 17px;
	color: #281c00;
	font-weight: bold;
}

.rightbox li span.listdesc {
	color: #4d4d4d;
}








#rightcol h3 {
	background: #543817 url(../images/right_header.jpg) no-repeat;
	color: #cbbd86;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 19px;
	line-height: 19px;
	float: left;
	clear: left;
	width: 210px;
}

#rightcol h3 a {
	color: #cbbd86;
	text-decoration: none;
}

#rightcol h3 a:hover {
	color: #f8ad3b;
}

#rightcol li.li_indent {
	color: #e4ecd9;
	text-decoration: none;
	display: block;
	background: url(../images/arrow_brown_blog.gif) no-repeat 20px .6em;
	width: 194px;
	padding: 5px 15px 5px 40px;
}









ul#thumbs {
	list-style-type: none;
}

ul#thumbs li {
	float: left;
	display: inline;
	border: 3px solid #bb9c67;
	margin-right: 13px;
	margin-bottom: 10px;
}

ul#thumbs li a {
	background: none no-repeat 0;
	text-decoration: none;
	border-top-style: none;
	padding: 0;
	float: left;
	display: inline;
}

ul#thumbs li a:hover {
	background-color: transparent;
}

ul#thumbs a{
	display:block;
	float:left;
	width:60px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;	
		
}
	
ul#thumbs a img{
	float:left;
	position:absolute;
}

ul#thumbs a:hover{
	overflow:visible;
	z-index:1000;
	border:none;
	top:-25px;
	left:-25px;		
}

ul#thumbs a:hover img{
	border: 3px solid #bb9c67;	
	background:#fff;			
}

/* Secondary Pages */

#sec_head {
	float: left;
	display: inline;
	width: 819px;
	margin-top: 30px;
	margin-bottom: 40px;
}

#sec_head h2 {
	color: #cbbd86;
	background: #281c00 url(../images/sec_headerstar.gif) no-repeat 15px 20px;
	padding: 15px 15px 10px 50px;
	font-size: 27px;
	position: relative;
}

#blog #leftcol {
	width: 450px;
	margin-left: 70px;
}

#blog .stickynote_date,
#blog .stickynote_date2 {
	width: 99px;
	background: url(../images/stickynote_date.jpg) no-repeat;
	position: relative;
	float: left;
	z-index: 1;
	height: 90px;
	right: 122px;
	margin-right: -101px;
}

#blog .stickynote_date2 {
	background: url(../images/stickynote_date2.jpg) no-repeat;
}

p.sticky_month {
	padding-top: 20px;
	color: #7f0000;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #c3b080;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	padding-bottom: 7px;
	margin-bottom: 0px;
}

p.sticky_day {
	color: #7f0000;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	letter-spacing: -1px;
}

.posted {
	background-color: #e4ddc0;
	color: #6a5724;
	font-size: 12px;
	font-style: italic;
	padding: 10px;
	line-height: 12px;
	margin-bottom: 30px;
	
}

.blognav {
	padding: 15px 0px 0px;
	background-color: #281c00;
	border: none;
}

.blognav h4 {
	color: #b6956b;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 15px 5px;
	border-top: 1px dashed #c3b080;
}

.blognav ul {
	margin-bottom: 10px;
}

.blognav li a {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	background: url(../images/arrow_brown_blog.gif) no-repeat 20px;
}

.blognav li a:hover {
	background-color: #120d00;
	color: #ffffff;
}

.blognav li a:visited {
	color: #e8d4ac;
}

.blognav li a.current,
.blognav li a:visited.current {
	background-color: #120d00;
	font-weight: bold;
	color: #ffffff;
}

.nav_margin {
	margin-bottom: 20px;
}

#rightcol .buttons {
	margin-bottom: 20px;
	margin-right: 0px;
}

.comment_wrapper {
	border-top: 1px dashed #c3b080;
	clear: both;
	padding: 2px 10px 15px;
	float: left;
	width: 430px;
}

.odd {
	background-color: #e4ddc0;
}

.author {
	background: #543817 url(../images/epcomment.gif) no-repeat 25px 10px;
}

.author .comment_meta_data {
	padding-top: 45px;
}

.author .comment_text p {
	color: #ffffff;
}

.author .comment_text p a,
.author .comment_meta_data p a {
	color: #f8ad3b;
}

.comment_text {
	float: right;
	display: inline;
	width: 290px;
}

.comment_wrapper p {
	margin-top: 15px;
	color: #4d4d4d;
	float: left;
}

.comment_meta_data, 
.comment_meta_data_display {
	float: left;
	display: inline;
	width: 130px;
	font-size: 13px;
	margin-right: 10px;
}

.comment_meta_data span,
.comment_meta_data_display span {
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, serif;
	color: #b6956b;
}

 .paginate {
	float: left;
	width: 450px;
	border-top: 1px dashed #c3b080;
	text-align: right;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}
	
.paginate b {
    border: 1px solid #543817;
    padding: 1px 4px;
    background-color: #281c00;
    color: #edc959;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
}
	
.paginate a {
	font-size: .9em;
	color: #7f0000;
	padding: 0 2px;
	text-decoration: none;
}  

.paginate a:hover {
	text-decoration: underline;
	
}

#blog #leftcol h3 {
	width: 410px;
}

#sec #leftcol ul {
	list-style-type: none;
	margin-left: 10px;
}

#sec #leftcol ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/arrow_brown.gif) no-repeat 0 10px;
	padding-left: 20px;
	width: 450px;
}

#sec #leftcol ol {
	list-style-type: decimal;
	margin-left: 30px;
}

#sec #leftcol ol li {
	padding-top: 7px;
	padding-bottom: 7px;
}

#sec img.left, 
#blog img.left,
#sec img.right, 
#blog img.right,
#home img.right {
	float: left;
	position: relative;
	margin-right: 10px;
	border: 4px solid #bb9c67;
}

#sec img.right, 
#blog img.right,
#home img.right {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}
ul#events {
	list-style-type: none;
}

ul#events li {
}

#sec #leftcol ul#events li {
	background-image: none;
	width: 450px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul#events li a {
	background: url(../images/arrow_brown.gif) no-repeat 15px 21px;
	width: 400px;
	border-top: 1px dashed #c3b080;
	text-decoration: none;
	padding: 15px 15px 15px 40px;
	display: block;
}

ul#events li a:hover {
	background-color: #cbbd86;
}

ul#events li span.listheader {
	font-size: 17px;
	line-height: 17px;
	color: #281c00;
	font-weight: bold;
}

ul#events li span.listdesc {
	color: #4d4d4d;
}

.date {
	font-style: normal;
	font-size: 13px;
	color: #b6956b;
	padding-left: 12px;
	font-weight: normal;
}

iframe {
	border: 3px solid #bb9c67;
	margin-top: 20px;
}

.flash {
	background-color: #e4ddc0;
	float: left;
	display: inline;
	width: 424px;
	margin-bottom: 15px;
	padding: 13px;
}

#blog #leftcol .flash ul {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 15px;
}

#blog #leftcol .flash ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../images/arrow_brown.gif) no-repeat 0 10px;
	padding-left: 20px;
	width: 390px;
}

/* Contact Form */

#blog .contact_form {
	width: 410px;
}

.contact_form {
	float: left;
	width: 490px;
	background: #543817 url(../images/quote_bkg.jpg) repeat;
	
	margin-bottom: 15px;
	padding: 20px;
}

.contact_form p {
	margin-bottom: 0;
	font-weight: bold;
	color: #b6956b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	vertical-align: top;
}

.contact_form p a {
	color: #ffffff;
}

.contact_form p.required {
	color: #c26341;
}

.contact_form p.notify {
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1em;
}

.contact_form p.notify input.captcha {
	float: left;
	color: #4d4d4d;
	font: 20px/25px Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	height: 25px;
}

.contact_form p.notify img {
	float: left;
	display: inline;
	margin-bottom: 0px;
}

.contact_form p.submitbutton {
	clear: both;
	float: left;
	display: inline;
	margin-top: 15px;
	margin-bottom: 0px;
	
}

.contact_form p.captchainstruct {
	font: normal bold 1.1em "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #c26341;
	border-top: 1px dashed #807247;
	padding-top: 10px;
	margin-top: 10px;
}

.contact_form select {
	width: 130px;
	margin-bottom: 10px;
	display: inline;
	line-height: 1.5em;
}

.contact_form input.std_input {
	margin-bottom: 10px;
	width: 99%;
	border: 1px solid #b6956b;
	color: #4d4d4d;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}

.contact_form textarea {
	width: 99%;
	height: 150px;
	border: 1px solid #b6956b;
	padding: 3px;
	color: #4d4d4d;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
}

/* Navigation */

#nav {
	width: 900px;
	height: 23px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	position: relative;
	overflow: visible;
}

#nav ul {
	margin-left: 125px;
	float: left;
	display: inline;
}

#nav li {
	height: 23px;
	overflow: hidden;
	float: left;
}

#nav li a {
	line-height: 23px;
	text-indent: -500px;
	overflow: hidden;
	display: block;
	background-position: center top;
}

#nav li a:hover {
	line-height: 23px;
	background-position: center -23px;
	display: block;
	overflow: hidden;
}

#nav li a.current, #nav li a.current:hover {
	background-position: center -23px;
}





#nav_home {
	background-image: url(../images/nav_home.gif);
	background-repeat: no-repeat;
	width: 92px;
}

#nav_media {
	background-image: url(../images/nav_media.gif);
	background-repeat: no-repeat;
	width: 124px;
}

#nav_blog {
	background-image: url(../images/nav_blog.gif);
	background-repeat: no-repeat;
	width: 92px;
}

#nav_about {
	background-image: url(../images/nav_about.gif);
	background-repeat: no-repeat;
	width: 110px;
}

#nav_contact {
	background-image: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	width: 132px;
}

#nav_directions {
	background-image: url(../images/nav_directions.gif);
	background-repeat: no-repeat;
	width: 169px;
}








/* Footer */

.clearfooter {
	height: 294px;
	clear: both;
}

#footer {
	height: 294px;
	width: 100%;
	background: url(../images/bottom_bkg.jpg) no-repeat center;
	position: relative;
	margin-top: 20px;
}

#footercontainer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	border-top: 1px dashed #c3b080;
}

#footer_stickies {
	float: left;
	display: inline;
	width: 375px;
	margin-top: 40px;
}







#group1 a {
	float: left;
	display: block;
	width: 160px;
	height: 60px;
	margin-top: 30px;
}

#group2 a {
	float: left;
	display: block;
	width: 170px;
	height: 60px;
	margin-top: 40px;
	margin-left: 15px;
}

#group3 a {
	float: left;
	display: block;
	width: 130px;
	height: 50px;
	margin-top: 25px;
	margin-left: 15px;
}

#group4 a {
	float: left;
	display: block;
	width: 130px;
	height: 70px;
	margin-top: 15px;
	margin-left: 65px;
}






#footer_text {
	float: right;
	width: 465px;
	display: inline;
	padding-right: 55px;
}

#footer_text h4 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #005679;
	line-height: 18px;
}

#footer_text p {
	font-size: 15px;
	margin-bottom: 15px;
}

#footer_text p.directions {
	text-align: right;
}

#footer_text p.copyright {
	float: right;
	font-size: 14px;
	text-align: right;
	color: #807247;
}

#footer_text p.copyright a {
	text-decoration: none;
	color: #807247;
}

#footer_text p.copyright a:hover {
	text-decoration: underline;
}

#c {
	float: right;
	display: inline;
	width: 256px;
	height: 44px;
	padding-right: 45px;
	margin-top: 20px;
	position: relative;
}
