/* 		JogjaCamp Standard CSS 				*/


/* Body Style */
body {
	font-size: 12px;
	color: #555;
	margin: 0px;
	background-color: #e4e4e4;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: arial, Helvetica, sans-serif;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #e18b00;
}

a:hover {
	text-decoration: none;
	color: #aaa;
}

/* standard Form */
form {
	margin: 0px;
}

input,select,textarea,option,label {
}

input.text, select, textarea {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 12px;
	color: #555;
	padding-left: 2px;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}

img {
	border: none;
}
.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin-right: 30px;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear{
	clear: both;
	height: 0px;
	padding: 0px;
	overflow: hidden;
}
/* --------- warper element -------- */
.top {
	height: 4px;
	padding: 0px;
	overflow: hidden;
	background-color: #fdac03;
}
.body{
	background: url(../images/base.gif) top center repeat-y #ededed;
}
.container{
	padding: 0px 0px 5px 0px;
	overflow: hidden;
	text-align: center;
	background: url(../images/bg.jpg) bottom center no-repeat;
}
.mainPage {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}
.header {
	height: 280px;
	padding: 0px 0px 0px 29px;
	overflow: hidden;
	background: url(../images/bgHeader.png) bottom center no-repeat;
}
.headerTop {
	height: 59px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/topRightbg.gif) right no-repeat;
}
.sitename {
	margin-top: 18px;
	width: 406px;
	height: 41px;
	padding: 0px;
	overflow: hidden;
	background-color: #333;
	display: block;
	float: left;
}
.headerAdd {
	width: 325px;
	margin-top: 18px;
	height: 41px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: right;
	
}
.headerAdd p {
	color: #e48b00;
	margin: 0px !important;
	padding: 15px !important;
}
.headerBot {
	margin-top: 4px;
	padding: 0px;
	overflow: hidden;
}
.mainImg {
	width: 406px;
	height: 211px;
	padding: 0px;
	overflow: hidden;
	float: left;
	display: block;
	background: url(../images/bgImage.gif) top left repeat-x;
}
.promoRotate {
	width: 406px;
	height: 211px;
	border: none;
	position: absolute;
	margin-top: 0px;
	z-index: 0;
	overflow: hidden;
}
.promo {
	height: 211px;
	margin-left: 0px;
}
.mainImg img.transparent {
	width: 406px;
	height: 211px;
	border: none;
	position: absolute;
	margin-top: 0px;
	z-index: 5;
}
.menu {
	width: 325px;
	height: 211px;
	padding: 0px;
	overflow: hidden;
	float: right;
	display: block;
}
.menu ul {
	margin: 0px 20px !important;
	padding: 14px 0px 8px 0px !important;
	list-style: none;
}
.menu ul li{
	text-align: right;
	padding: 6px 0px !important;
	background: url(../images/dotmenu.gif) bottom left repeat-x;
}
.menu ul li a{
	font-family: 'times new roman' !important;
	font-weight: bold;
	font-size: 14px;
	color: #6f4e09;
	text-decoration: none;
	display: block;
}
.menu ul li a:hover{
	color: #fff;
	text-decoration: none;
}
.menu ul li a.active{
	color: #fff;
	text-decoration: none;
}

.wrapper {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	overflow: hidden;
	background: url(../images/ornBlk.gif) bottom right no-repeat #222;
	border-bottom: 10px solid #fdac03;
}
.main {
	margin-top: 2px;
	width: 435px;
	min-height: 400px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(../images/ornWht.jpg) bottom right no-repeat #fff;
}
*html .main {
	height: 400px;
	overflow: visible;
}
.content {
	padding: 5px 0px 40px 0px;
}
.content h2 {
	margin: 0px !important;
	padding: 8px 0px 0px 30px !important;
	background: url(../images/heartsWht.gif) left no-repeat;
	border-bottom: 2px solid #e6e6e6;
}
.contentCell {
	padding: 0px 30px;
}
.contentCell h3 {
	color: #f59c00;
	font-size: 1.2em;
	padding-bottom: 15px !important;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
.contentCell h4 {
	color: #555;
	font-size: 1.2em;
	margin: 0px !important;
	padding: 20px 0px 10px 0px !important;
}
.contentCell p {
	margin: 10px 0px !important;
	line-height: 140%;
}
.contentCell ul {
	margin: 10px !important;
	padding: 5px !important;
	list-style: square;
}
.contentCell ul li {
	padding: 3px 0px !important;
}
.contentCell ul li a{
	color: #aaa;
	text-decoration: underline;
}
.contentCell ul li a:hover{
	color: #555;
	text-decoration: underline;
}

.welcome {
	padding: 5px 0px;
}
.welcome h2 {
	margin: 0px !important;
	padding: 8px 0px 0px 30px !important;
	background: url(../images/heartsWht.gif) left no-repeat;
	border-bottom: 2px solid #e6e6e6;
}
.welcomeCell {
	padding: 0px 30px;
}
.welcomeCell p {
	margin: 10px 0px !important;
	line-height: 140%;
}
.gallery {
	padding: 10px 10px;
}
.gallery h2 {
	margin: 0px !important;
	padding: 5px 0px 5px 10px !important;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
.gallery ul {
clear: both;
margin: 0px !important;
padding: 10px 0px !important;
list-style: none;
}
.gallery ul li{
	width: 130px;
	float: left;
	margin: 2px 0px 2px 1px !important;
	padding: 0px 2px !important;
	display: inline;
	text-align: center;
}
.gallery ul li p{
	font-size: 0.9em;
	margin: 0px !important;
	padding: 0px !important;
	font-weight: bold;
}
.gallery ul li span{
	font-size: 0.9em;
}
.gallery ul li img {
	border: 1px solid #eee;
	padding: 3px;
}
p.linkMore {
	margin: 0px !important;
	padding: 0px 5px !important;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
p.linkNav {
	margin: 0px !important;
	padding: 10px 5px !important;
	text-align: center;
	color: #999;
}

.sidebar {
	margin: 0px;
	width: 325px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: right;
}
.about, .block {
	padding: 5px 0px;
}
.about h2, .block h2 {
	margin: 0px !important;
	padding: 14px 20px 9px 20px !important;
	font-size: 1.4em;
	font-family: 'times new roman' !important;
	font-weight: bold;
	color: #666;
	background: url(../images/heartsBlk.gif) right no-repeat;
	border-bottom: 2px solid #000;
}
*html .about h2 {
	padding-top: 15px !important;
}
*html .block h2 {
	padding-top: 15px !important;
}
.about h2 span, .block h2 span {
	color: #fff;
}
.about ul, .block ul {
	margin: 0px !important;
	padding: 8px 0px !important;
	list-style: none;
}
.about ul li, .block ul li{
	margin: 8px !important;
	padding: 20px 10px !important;
	list-style: none;
	font-size: 11px;
	color: #666;
	background-color: #2d2d2d;
}
*html .about ul li {
	height: 90px;
}
.block ul li {
	padding-bottom: 40px !important;
}
*html .block ul li {
	height: 20px;
}
.aboutItem[class] {
  background: url(../images/transBgblk.png);
}
.blockItem[class] {
  background: url(../images/transBgblk.png);
}
.about ul li img, .block ul li img{
	padding: 3px;
	background-color: #e48b00;
	float: left;
	display: block;
	margin-right: 10px;
}
.about ul li a img:hover, .block ul li a img:hover{
	background-color: #f9c531 !important;
}
.about ul li h3, .block ul li h3 {
	float: left;
	display: block;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 1.0em;
	color: #fff;
	font-weight: lighter;
}
.about ul li h3 span, .block ul li h3 span  {
	color: #666;
}
.about ul li p, .block ul li p {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 15px;
}
.block ul li p.blockLink {
	margin: 0px 5px !important;
	padding: 6px 10px !important;
	background: url(../images/dotted2.gif) bottom left repeat-x;
}
.block ul li p.blockLink a{
	font-weight: bold;
	color: #666;
}
.block ul li p.blockLink a:hover{
	color: #fff;
}

table.tbl {
	margin: 20px 0px !important;
}
table.tbl tr td {
	padding: 3px 10px;
	color: #999;
}
table.tbl tr td input.text {
	width: 180px;
	background-color: #666;
	border: 1px solid #333;
	color: #222;
}
table.tbl tr select {
	width: 180px;
	font-size: 11px;
	background-color: #666;
	border: 1px solid #333;
	color: #222;
}
table.tbl tr td textarea {
	width: 180px;
	height: 80px;
	overflow: auto;
	background-color: #666;
	border: 1px solid #333;
	color: #222;
}
table.tbl tr td input.submit {
	background-color: #222;
	border: 1px solid #111;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 10px;
	cursor: pointer;
}

.guestbook {
	padding: 5px 0px;
	background: url(../images/dotted.gif) top left repeat-x;
}
.guestbookItem {
	padding: 10px;
	margin: 5px 0px;
}
.row2 {
	background-color: #f0f0f0;
}
.guestbookItem p {
	margin: 3px 0px !important;
	padding: 0px !important;
}
.guestbookItem p.date {
	margin: 0px !important;
	color: #999;
	font-size: 10px;
}
.guestbookItem p.sender {
	margin: 0px !important;
	font-size: 11px;
}

.footer {
	height: 46px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgFooter.gif) top left repeat-x;
}
.footerCell {
	padding: 15px 20px;
	text-align: right;
	color: #aaa;
	font-size: 10px;
}
a.jcamp img{
	margin-top: -15px;
	float: left;
}
