/* Start of CMSMS style sheet 'MC-Menu' */
/********************
MENU
*********************/
#menu_hor {
   width: 760px;
   height: 33px;
   background: #333333 url(uploads/images/img/MC_menu_bg.gif) repeat-x;
   margin: 0 auto;
   border-left: 1px solid #222222;
   border-right: 1px solid #222222;
}

#menu_hor ul {
   width: 720px;
   list-style: none;
   margin: 0 auto;
   display: block;
   padding-top: 2px;
}

#menu_hor li {
   list-style: none;
   margin: 0;
   display: block;
   float: left;
   padding: 0 10px 0 10px;
}

div#menu_hor a {
   font-size: 9pt;
   /* font-weight: bold; */
   text-align:center;
   text-decoration:none;
   text-transform: uppercase;
/* letter-spacing: 1pt; */
   display: block;
   padding-top: 7px;
   color: #6699CC;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}


div#menu_hor a:hover {
   color: #EDCB8E;
}

div#menu_hor li a.activeparent {
}


div#menu_hor li.sectionheader {
}


/* separator */
div#menu_hor li.separator {

}

/* End of 'MC-Menu' */

/* Start of CMSMS style sheet 'MC-Layout' */
* {
margin:0;
padding:0;
}


body {
   text-align: center;
   font-family: 'Century Gothic', Helvetica, sans-serif;
   font-size: 10pt;
   color: #FFFFFF;
   background: #333333 url(uploads/images/img/MC_bg.gif); 

}


img {
   border:0;
}

div#content img {
padding: 2px;
   border: 1px solid #6699CC;
}

a,
a:link 
a:active
a:visited {
   text-decoration: none;
   background-color: inherit; 
   color: #6699CC; 
}


a:hover {
   text-decoration: none;
   background-color: inherit; 
   color: #EDCB8E;
}


div#pagewrapper {
   /*width:762px;
   background: url(uploads/images/img/MC_main_bg.gif) repeat-y; 
   background-position:center top; */
   margin: 0 auto;
}


div#header {
   width: 760px;
   height: 250px;    /* adjust according your image size */
border-left: 1px solid #222222;
border-right: 1px solid #222222;
   margin: 0 auto;
background-color: #000000;
}

div#header h1 a {
/* you can set your own image here */
   display: block;
   height: 250px;             /* 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 */
}



div#main {
text-align: justify;
   width: 680px;
   padding: 20px 40px 20px 40px;
   margin: 0 auto;
  background-color: #333333; 
border-left: 1px solid #222222;
border-right: 1px solid #222222;
border-bottom: 1px solid #222222;

}


div#footer {
   clear: both; 
   padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #222222;
}

div#footer p {
   font-size: 8pt;
   text-align: center; 
}

div#footer a {
color: #FFFFFF;
}


/********************
CONTENT STYLING
*********************/
div#content {

}

div#content ul{
padding-left: 20px;
}

.thumb a {
width: 100px;
height: 80px;
background-color: #333333;
border: 0;
} 

.picturelist {
width: 720px;
margin: 0 auto;
}

.picturelist li{
margin: 10px 10px 10px 15px;
}

.albumlist a{
margin-left: 15px;
}




/* HEADINGS */
div#content h1 {
   font-size: 18pt;
font-weight: normal;
   margin: 2px;
padding-bottom:3px;
   color: #6699CC;
border-bottom: 1px solid #6699CC;

}
div#content h2 {
   font-size: 16pt;
font-weight: normal;
   margin: 2px;
   color: #FFFFFF;
}
div#content h3 {
   font-size: 14pt;
   margin: 2px;
   color: #FFFFFF;
}
div#content h4 {

}
div#content h5 {

}
h6 {
 
}
/* END HEADINGS */

/* TEXT */
p {

}

blockquote {

}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* END TEXT */


.cms-guestbook-showform-button input{
color: #ccc;
background-color: #222222;
border:1px solid #eee;
padding: 2px;
}

.cms-guestbook-div-insert input,textarea{
color: #ccc;
background-color: #222222;
border:1px solid #eee;
padding: 2px;
}

.cms-guestbook-entry-sendername {
text-transform: uppercase;
}

.cms-guestbook-entry {
padding-top: 10px;
border-top: 1px solid #222222;
}



/* End of 'MC-Layout' */

