/* 		JogjaCamp Standard CSS 				*/


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


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: #f6ff00;
}

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

/* 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 -------- */
.body{
}
.mainPage {
	width: 860px;
	margin: 0px auto;
	text-align: left;
	background: url(../images/bgMain.gif) top left repeat-y;
}
.header {
	height: 120px;
	padding: 16px 60px 0px 60px;
	overflow: hidden;
	background: url(../images/bgHeader.jpg) top center no-repeat;
}
.sitename{
	padding: 20px 8px 10px 8px;
	text-align: right;
	font-weight: bold;
}
.sitename a{
	font-size: 20px;
	font-family: 'times new roman' !important;
	color: #354307;
}
.sitename a span{
	color: #7d9d16;
}
.sitename a:hover, .sitename a:hover span{
	color: #ccc;
}
.menu {
	text-align: right;
}
.menu ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.menu ul li{
	text-align: right;
	padding: 0px 6px !important;
	display: inline;
	border-left: 1px solid #cfd5af;
}
.menu ul li.first{
	border: none !important;
}
.menu ul li a{
	font-weight: bold;
	font-size: 13px;
	color: #cfd5af;
	text-decoration: none;
}
.menu ul li a:hover{
	color: #333;
	text-decoration: none;
}
.menu ul li a.active{
	color: #829f11;
	text-decoration: none;
}
.headerAdd p {
	color: #e48b00;
	margin: 0px !important;
	padding: 15px !important;
}
.headerBot {
	margin-top: 4px;
	padding: 0px;
	overflow: hidden;
}
.mainImg {
	width: 440px;
	height: 240px;
	padding: 0px;
	overflow: hidden;
	float: left;
	display: block;
	background: url(../images/bgImage.gif) top left repeat-x;
}
.promoRotate {
	width: 440px;
	height: 240px;
	border: none;
	position: absolute;
	margin-top: 0px;
	z-index: 0;
	overflow: hidden;
}
.promo {
	height: 240px;
	margin-left: 0px;
}
.mainImg img.transparent {
	width: 440px;
	height: 240px;
	border: none;
	position: absolute;
	margin-top: 0px;
	z-index: 5;
}
.weddingDate {
	width: 140px;
	height: 28px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	margin-top: 0px;
	margin-left: 290px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://jogjacamp.org/demo/jwedding/themes/GreenStyle/images/bgDate.png');
	z-index: 20;
}
.weddingDate[class] {
	background: url(http://jogjacamp.org/demo/jwedding/themes/GreenStyle/images/bgDate.png);
}
.weddingDate p {
	margin: 0px !important;
	padding: 6px !important;
	text-align: center;
	color: #f6ff00;
	font-weight: bold;
}

.container {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgContainer.gif) top no-repeat;
}
*html .container{
	float: left;
	display: block;
}
.wrapper {
	margin: 0px;
	padding: 0px 77px 0px 73px;
	overflow: hidden;
	background: url(../images/bgWrapper.gif) bottom no-repeat;
}
*html .wrapper {
	float: left;
	display: block;
}
.main {
	width: 440px;
	padding: 0px;
	padding-left: 20px;
	min-height: 500px;
	overflow: hidden;
	display: block;
	float: right;
	background: url(../images/bgPage.gif) top left no-repeat;
}
*html .main {
	height: 500px;
	overflow: visible;
}
.content {
	padding: 0px 0px 20px 0px;
}
.content h2 {
	margin: 0px !important;
	padding: 5px 0px 5px 10px !important;
	background: url(../images/dotted.gif) bottom left repeat-x #7d9d16;
}
.contentCell {
	padding: 5px 10px;
	background-position: 0px 0px;
}
.contentCell h3 {
	color: #485b0b;
	font-size: 1.2em;
}
.contentCell h4 {
	color: #485b0b;
	font-size: 1.1em;
	margin: 0px !important;
	padding: 20px 0px 5px 0px !important;
}
.contentCell p {
	margin: 8px 0px !important;
	line-height: 140%;
}
.contentCell a:hover {
	text-decoration: underline;
}
.contentCell ul {
	margin: 10px !important;
	padding: 5px !important;
	list-style: square;
}
.contentCell ul li {
	padding: 3px 0px !important;
}
.contentCell ul li a{
	color: #f6ff00;
	text-decoration: underline;
}
.contentCell ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

.welcome {
	padding: 0px;
	background: url(../images/contentBot.gif) bottom no-repeat #485b0b;
}
.welcome h2 {
	margin: 0px !important;
	padding: 5px 0px 5px 10px !important;
	background: url(../images/dotted.gif) bottom left repeat-x #7d9d16;
}
.welcomeCell {
	padding: 5px 20px 10px 20px;
	border-top: 2px solid #7d9d16;
	background: url(../images/contentTop.gif) no-repeat;
	background-position: 0px 0px;
}
*html .welcomeCell {
	background-position: 0px 2px;
}
.welcomeCell p {
	margin: 10px 0px !important;
	line-height: 140%;
}
.gallery {
	padding: 10px 0px;
}
.gallery h2 {
	margin: 0px !important;
	padding: 5px 0px 5px 10px !important;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
.gallery ul {
	margin: 0px !important;
	padding: 10px 0px 5px 0px !important;
	list-style: none;
}
.gallery ul li{
	width: 124px;
	float: left;
	margin: 4px 8px 4px 9px !important;
	padding: 0px !important;
	display: inline;
	text-align: center;
}
.gallery ul li img {
	border: 3px solid #f6ff00;
}
.gallery ul li a:hover img {
	border: 3px solid #fff;
}
.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;
	color: #303a10;
	line-height: 10px;
}

p.linkMore {
	margin: 0px !important;
	padding: 0px 15px !important;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
p.linkNav {
	margin: 0px !important;
	padding: 10px 5px !important;
	text-align: center;
	color: #303a10;
}
p.linkNav a {
	padding: 0px 3px;
}

.sidebar {
	margin: 0px;
	width: 250px;
	padding: 0px 0px 50px 0px;
	overflow: hidden;
	float: left;
	display: block;
	background: url(../images/bgOrnament.jpg) left top no-repeat;
}
.coupleName {
	padding: 50px 40px 140px 40px;
	overflow: hidden;
	height: 60px;
	text-align: center;
}
.about, .block {
	padding: 0px;
}
*html .about, *html .block {
	padding: 4px 0px 0px 0px;
}
.about h2, .block h2 {
	margin: 0px !important;
	padding: 0px 12px 0px 24px !important;
	font-size: 1.5em;
	font-family: 'times new roman' !important;
	font-weight: bold;
	color: #222c00;
}
*html .about h2 {
	padding-top: 3px !important;
}
*html .block h2 {
	padding-top: 3px !important;
}
.about h2 span, .block h2 span {
	color: #fff;
}
.about ul, .block ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.about ul li, .block ul li{
	margin: 5px 0px !important;
	padding: 15px 10px 10px 10px !important;
	list-style: none;
	font-size: 11px;
	color: #7d9d16;
	background: url(../images/blockTop.gif) top left no-repeat #303a10;
}
.about ul li .clear, .block ul li .clear{
	width: 250px !important;
	margin: 0px;
	margin-left: -10px !important;
	margin-bottom: -10px !important;
	padding: 0px !important;
	height: 8px !important;
	overflow: hidden;
	background: url(../images/blockBot.gif) top left no-repeat;
}
.block ul li .clear {
	margin-bottom: -20px !important;
}
*html .about ul li {
	height: 90px;
}
.block ul li {
	padding-bottom: 20px !important;
}
*html .block ul li {
	height: 20px;
}
.about ul li img, .block ul li img{
	padding: 3px;
	background-color: #f6ff00;
	float: left;
	display: block;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.about ul li a img:hover, .block ul li a img:hover{
	background-color: #fff !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: 13px;
}
.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: #f6ff00;
}
.block ul li p.blockLink a:hover{
	color: #fff;
}

table.tbl {
	margin: 20px 0px !important;
}
table.tbl tr td {
	padding: 3px 10px;
	color: #7d9d16;
}
table.tbl tr td input.text {
	width: 145px;
	background-color: #485b0b;
	border: 1px solid #333;
	color: #fff;
}
table.tbl tr select {
	width: 149px;
	font-size: 11px;
	background-color: #485b0b;
	border: 1px solid #333;
	color: #fff;
}
table.tbl tr td textarea {
	width: 145px;
	height: 80px;
	overflow: auto;
	background-color: #485b0b;
	border: 1px solid #333;
	color: #fff;
}
table.tbl tr td input.submit {
	background-color: #354307;
	border: 1px solid #9dbc3b;
	color: #f6ff00;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 4px;
	cursor: pointer;
}

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

.footer {
	height: 98px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/bgFooter.jpg) top center no-repeat #fff;
}
.footerCell {
	padding: 52px 72px;
	text-align: right;
	color: #aaa;
	font-size: 10px;
}
a.jcamp img{
	margin-top: -15px;
	float: left;
}
