/* Start of CMSMS style sheet 'layout2' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
 html
{height:100%;
background:url(uploads/images/template/content_ol.jpg) top center repeat-y; height:100%;}

* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
 font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
height:100%;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #bd1a8d; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #bd1a8d;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
  
  color: #bd1a8d;   
}

/*****************
basic layout 
*****************/


#pink2 h1
{color:#fff;
text-align:left;
margin-left:25px;
margin-left:45px;
padding-top:10px;
 font-style:italic;
line-height:1em;
font-size:3.1em;
font-weight:normal;}

#pink2
{background:#BD1A8D url(uploads/images/template/pinkcorner.gif) no-repeat scroll right bottom;
height:57px;
margin-top:4px;
position:absolute;
width:705px;}

body {
   color: #636467;
background:url(uploads/images/template/top_overlay.jpg) top left repeat-x;
height:100%;
}

#ol
{ height:100%;}

.intro
{color:#000;
text-align:center;
font-size:0.8em;
z-index:5000;
position:relative;}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
width:980px;
margin-top:-128px;
background:url(uploads/images/template/A.gif) bottom right no-repeat;
}



#greybar
{height:31px;
background:#636467;
position:relative;
top:209px;}

#pink
{height:57px;
position:relative;
top:209px;
width:50%;
background: #bd1a8d;}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 249px; /* adjust according your image size */
position:relative;
z-index:30;
width:980px;
}

div#header h1 a {
/* you can set your own image here */
   background:  url(uploads/images/template/header.jpg) no-repeat center top; 
   display: block; 
   height: 249px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   font-size:0px;
   line-height:0px;

}


div#content {
   margin: 6.5em auto 2em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 2.5%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 29%; /* and some air on the right */
}

div#main2 {
   margin-left: 2.5%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2.5%; /* and some air on the right */
}


div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 25px;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
clear:both;
color:#6c6c6c;
}
div#footer {
font-size:0.8em;
margin:0pt;
padding:1.5em;
text-align:center;
padding-top:0px;
}
div#footer p {
margin:0;
}

div#footer p a {
color:#6c6c6c;
}
.footertable
{vertical-align:top;}

.footertable a, .footertable a:visited 
{text-decoration:none;
background-color:transparent;
color:#6c6c6c;}

.footertable a:hover
{text-decoration:underline;
background-color:transparent;
color:#6c6c6c;}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
border-top:1px solid #969696;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
  font-size:0.8em;
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  font-size:0.8em;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
	color: #BD1A8D; 
	font-size: 2em; 
	text-align: left; 
	padding-bottom: 1px;
        line-height: 2em;
        margin: 0 0 0.5em 0;
}
div#content h2 {
	color: #bd1a8d; 
	font-size: 1.4em; 
	text-align: left; 
	padding-bottom: 1px;
        line-height: 1.5em;
        margin: 0 0 0.5em 0;
font-weight:normal;
font-style:italic;
}
div#content h3 {
   color: #636467 ; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color:  #636467; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.6em;
   padding: 0;
font-weight:bold;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}



/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

.hidden
{display:none;}

/* END LISTS */

.reg table {
	border: 1px;
	border-style: dotted;
border:#000000;	
font-size:.9em;
text-align:left;
	
}

#ral
{padding:2em 2em 0em 2em;
clear:both;}



.reg td{
	padding-right: 5px;
}


 textarea {
height:10em;
}

#iMap, #imgMap{
  float:left;
  position:relative;
  clear:left;
}

#imgMap #imgMap {
  float:none;
  position:absolute;
  clear:none;
  top:0;
  left:0;
}
.title {
clear:left;
margin-top:10px;
}

#iMap a{
/*border: 1px solid #000000;*/
background:transparent url(http://weddingexpo2008.clients.smokeylemon.com/test/images/spacer.gif) no-repeat scroll 2px 2px;
display:block;
position:absolute;
}

#iMap #aDescription_1{
height:32px;
left:350px;
top:266px;
width:23px;
}

#iMap a.taken {
background:transparent url(http://weddingexpo2008.clients.smokeylemon.com/test/images/cross.gif) no-repeat scroll 2px 2px;
}


#mapData, #mapData1 {
float:left;
line-height:1.5em;
margin-left:10px;
width:360px;
}

.clearBoth {
clear:both;
}
/*
#iMap #aDescription_2{
height:32px;
left:350px;
top:232px;
width:23px;
}
#iMap #aDescription_3{
height:32px;
left:350px;
top:198px;
width:23px;
}
#iMap #aDescription_4{
height:32px;
left:350px;
top:165px;
width:23px;
}
#iMap #aDescription_5{
height:32px;
left:350px;
top:132px;
width:23px;
}
#iMap #aDescription_6{
height:32px;
left:350px;
top:98px;
width:23px;
}
#iMap #aDescription_7{
height:32px;
left:350px;
top:64px;
width:23px;
}
#iMap #aDescription_8{
height:32px;
left:350px;
top:30px;
width:23px;
}
#iMap #aDescription_9{
height:15px;
left:309px;
top:14px;
width:40px;
}
#iMap #aDescription_10{
height:15px;
left:284px;
top:14px;
width:23px;
}
#iMap #aDescription_11{
height:15px;
left:259px;
top:14px;
width:24px;
}
#iMap #aDescription_12{
height:15px;
left:235px;
top:14px;
width:23px;
}
#iMap #aDescription_13{
height:32px;
left:285px;
top:250px;
width:23px;
}
#iMap #aDescription_14{
height:32px;
left:285px;
top:216px;
width:23px;
}
#iMap #aDescription_15{
height:32px;
left:285px;
top:183px;
width:23px;
}
#iMap #aDescription_16{
height:32px;
left:285px;
top:149px;
width:23px;
}
#iMap #aDescription_17{
height:32px;
left:285px;
top:116px;
width:23px;
}
#iMap #aDescription_18{
height:32px;
left:285px;
top:82px;
width:23px;
}
#iMap #aDescription_19{
height:16px;
left:268px;
top:65px;
width:40px;
}
#iMap #aDescription_20{
height:32px;
left:268px;
top:82px;
width:16px;
}
#iMap #aDescription_21{
height:32px;
left:268px;
top:116px;
width:16px;
}
#iMap #aDescription_22{
height:32px;
left:268px;
top:149px;
width:16px;
}
#iMap #aDescription_23{
height:32px;
left:268px;
top:183px;
width:16px;
}
#iMap #aDescription_24{
height:32px;
left:268px;
top:216px;
width:16px;
}
#iMap #aDescription_25{
height:32px;
left:268px;
top:250px;
width:16px;
}
#iMap #aDescription_26{
height:26px;
left:252px;
top:283px;
width:31px;
z-index:0;
}
#iMap #aDescription_26a{
height:9px;
left:252px;
top:283px;
width:15px;
z-index:50;
}
#iMap #aDescription_27{
height:15px;
left:219px;
top:294px;
width:31px;
}
#iMap #aDescription_28{
height:15px;
left:186px;
top:294px;
width:31px;
}
#iMap #aDescription_29{
height:32px;
left:218px;
top:31px;
width:15px;
}
#iMap #aDescription_30{
height:32px;
left:218px;
top:64px;
width:15px;
}
#iMap #aDescription_31{
height:32px;
left:218px;
top:98px;
width:15px;
}
#iMap #aDescription_32{
height:32px;
left:218px;
top:131px;
width:15px;
}
#iMap #aDescription_33{
height:32px;
left:218px;
top:165px;
width:15px;
}
#iMap #aDescription_34{
height:32px;
left:218px;
top:198px;
width:15px;
}
#iMap #aDescription_35{
height:24px;
left:202px;
top:232px;
width:31px;
}
#iMap #aDescription_36{
height:32px;
left:202px;
top:198px;
width:15px;
}
#iMap #aDescription_37{
height:32px;
left:202px;
top:165px;
width:15px;
}
#iMap #aDescription_38{
height:32px;
left:202px;
top:131px;
width:15px;
}
#iMap #aDescription_39{
height:32px;
left:202px;
top:98px;
width:15px;
}
#iMap #aDescription_40{
height:32px;
left:202px;
top:64px;
width:15px;
}
#iMap #aDescription_41{
height:32px;
left:202px;
top:31px;
width:15px;
}
#iMap #aDescription_42{
height:15px;
left:177px;
top:14px;
width:23px;
}
#iMap #aDescription_43{
height:15px;
left:153px;
top:14px;
width:23px;
}
#iMap #aDescription_44{
height:15px;
left:128px;
top:14px;
width:23px;
}
#iMap #aDescription_45{
height:15px;
left:103px;
top:14px;
width:23px;
}
#iMap #aDescription_46{
height:32px;
left:152px;
top:64px;
width:15px;
}
#iMap #aDescription_47{
height:32px;
left:152px;
top:98px;
width:15px;
}
#iMap #aDescription_48{
height:32px;
left:152px;
top:131px;
width:15px;
}
#iMap #aDescription_49{
height:32px;
left:152px;
top:166px;
width:15px;
}
#iMap #aDescription_50{
height:32px;
left:152px;
top:199px;
width:15px;
}
#iMap #aDescription_51{
height:32px;
left:152px;
top:232px;
width:15px;
}
#iMap #aDescription_52{
height:16px;
left:127px;
top:265px;
width:40px;
}
#iMap #aDescription_53{
height:32px;
left:127px;
top:232px;
width:24px;
}
#iMap #aDescription_54{
height:32px;
left:127px;
top:199px;
width:24px;
}
#iMap #aDescription_55{
height:32px;
left:127px;
top:166px;
width:24px;
}
#iMap #aDescription_56{
height:32px;
left:127px;
top:131px;
width:24px;
}
#iMap #aDescription_57{
height:32px;
left:127px;
top:98px;
width:24px;
}
#iMap #aDescription_58{
height:32px;
left:127px;
top:64px;
width:24px;
}
#iMap #aDescription_59{
height:32px;
left:127px;
top:64px;
width:24px;
}
#iMap #aDescription_60{
height:32px;
left:127px;
top:64px;
width:24px;
}
*/

/* End of 'layout2' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Hrz' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 35px;
   margin-right: 1px;
position:relative;
z-index:500;
font-size:1.35em;
font-weight:bold;
padding-top:5px;
text-align:center;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #636467;
   width: 100%;
text-transform:uppercase;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
opacity:0.85;
filter:alpha(opacity=85);
}

#primary-nav li li a { 
opacity:1;
filter:alpha(opacity=100);
}



/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px 5px 10px; 
   text-decoration: none;
   color: #fff;
}
#primary-nav li a { 
padding:5px 100px 5px 10px;
}
#primary-nav li li a { 
 padding: 5px 10px; text-align:left;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #636467; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 

   background-color: #636467; 
}


#primary-nav li a.menuactive
{text-decoration:underline;}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(uploads/images/template/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
  
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}


#primary-nav a:hover, 
#primary-nav a:active{ 
   background:transparent;
}
/* End of 'Navigation: CSSMenu - Hrz' */

