﻿/**********************************/
/*                                */
/* Styles for Dhamma Hall Opening */
/*                                */
/**********************************/

/* Remove margins and padding */
* {
border: 0;
margin: 0;
padding: 0;
display: relative;
}


body { /* Body properties */
background-image:url(images/bg1.jpg); /* Background image */
background-repeat: repeat-x;
margin: 0px;
padding: 0px;
letter-spacing: 1.5px; /* Spaced lettering, easier on the eye */
font-family: normal bold 78% Zawgyi-One,'Trebuchet MS',Trebuchet,Georgia, 'Times New Roman', Times, serif;
text-align:center; /* Center content */
font-size: 8pt;
}

p {
margin-top: 8px;
}

a{
}

a:link, a:visited { /* Default link colour */
color: #AF5801;
text-decoration:none;
}

a:hover { /* Default link hover colour */
color: #AF5801;
text-decoration:underline;

}


img { 
padding: 0px;
margin: 0px;
border: 0px;
}

h1 { /* Header text */
color: #AF5801;
font-size: 18px;
}

.overallwrapper {
width: 816px;
margin:0px auto;
text-align:center;
}

.wrapper { /* Main Content frame */
width: 505px;
margin-left: 186px;
border: 2px solid #FDE78E;
padding: 10px;
min-height: 350px;
height: auto !important;
height: 350px;
}

.wrapper2 { /* Main Content frame */
width: 671px;
margin-left: 20px;
border: 2px solid #FDE78E;
padding: 5px;
min-height: 550px;
height: auto !important;
height: 550px;
}

.text {
text-align: left;
}

.textcenter {
text-align: center;
}
.feature_container {
height: 148px;
margin-top: 20px;
}

.featurebox {
background-color: #FDE893;
width: 156px;
height: inherit;
margin-right: 2px;
padding: 5px;
float: center;
text-align:center;
}

.picframe { /* Brown picture border */
border: 3px solid #F9D02F;
}

.menu_left {
float: left;
}
.menu_right {
float: right;
}

.menu_left a {
display: block;
padding: 5px 0px 5px 5px;
width: 182px;
margin-bottom: 2px;
color: #C1510D;
text-decoration: none;
text-align: left;
}
.menu_right a {
display: block;
padding: 5px 0px 5px 5px;
width: 182px;
margin-bottom: 2px;
color: #C1510D;
text-decoration: none;
text-align: left;
}

.menu_left a:link, .menu_left a:visited {
background-color: #FDE78E;
}
.menu_right a:link, .menu_right a:visited {
background-color: #FDE78E;
}

.menu_left a:hover {
background-color: #FDDF68;
}
.menu_right a:hover {
background-color: #FDDF68;
}

.menu a:hover { /* Rollover colour */
background-color: #FEF1AB;
color: #AF5801;
}

.left_aligned { /* Content aligned to the left */
float: left;
margin: 5px;
}

.right_aligned { /* Content aligned to the right */
float: right;
margin: 5px;
}

.clear_align { /* Needed to clear aligned content */
clear: both;
}

.footer {
clear: both;
color: #C1510D;
margin: 20px /*0px 0px 160px*/;
padding-bottom: 30px;
text-align: center;
}
