/* CSS Document */
/*  
Theme Name: V2 My World
Description: V2 - Brand new design, version II.
Version: 2.0
Author: Bel Koo
Authot URL: www.dream-design.net

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


    * { margin: 0; padding: 0; }
    
    html { height: 100%; }

    body { 
        cursor: default;
        background: #111;
        font: 12px "Verdana", Arial;
        color: #031e3b;
        height: 100%;
        }

    a {
        color: #AA7900;
		text-decoration: none
        }
    
    a:hover {
        color: #787979;
		text-decoration:underline;
        }
    /* Headings */
        h1 {
            cursor: pointer;
            width: 124px;
            height: 106px;
            background: url(../img/bg_h1.png);
            position: absolute;
            top: -39px;
            left: 50%;
            margin-left: -62px !important;
            z-index: 10;
            }
        
        h2 {
            height: 55px;
            width: 795px;
            background: url(/wip01/public/images_3/bg_h2.png);
            position: absolute;
            top: 84px;
            left: 13px;
            z-index: 10;
            }
        
        body#home h2 {
            top: 270px;
            }

        #col2 h3 {
            font-size: 18px;
            }

        h3 {
            height: 42px;
            padding-bottom: 13px;
            font: 20px/42px "Trebuchet MS", Sans-Serif;
            color: #031121;
            }
        
        h3 a {
            text-decoration: none;
            }
        
        h4 {
            color: #031121;
            margin: 0 0 .5em 0;
            font: 16px "Trebuchet MS", Sans-Serif;
            }
    /* // Headings */
	
	    /* Image replacement */
        h1, h2, ul#branding li a, a.button, #content #subscribe button {
            margin: 0;
            padding: 0;
            display: block;
            overflow: hidden;
            text-indent: -1000px;
            }
    /* // Image replacement */
	
    /* Clearfix */
        #content:after, #col1:after, #col2:after, .thumbGallery:after, #content form fieldset ol li:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }

        #content, #col1, #col2, .thumbGallery, #content form fieldset ol li { display: inline-block; }
    /* // Clearfix */
	
	/* Page setup */
    #holder {
        display: block;
        padding-top: 50px;
        background: #031e3b url(/wip01/public/images_3/bciu_bg.jpg);

        }
      
    #container {
        width: 822px;
        margin: 0 auto;
        background: url(/wip01/public/images_3/bg_container.gif);
        }

	/* Header */
		#header {
			height: 150px;
			background: url(/wip01/public/images_3/bg_header.gif);
			position: relative;
			}
		
		body#home #header {
			height: 337px;
			background: url(/wip01/public/images_3/bg_headerHome.gif);
			}
			
					/* Slideshow */
			#slideshow {
				display: block;
				width: 746px;
				height: 312px;
				}

			#slideshow img {
				display: none;
				position: absolute;
				top: 13px;
				left: 13px;
				}
		/* // Slideshow */

		/* Alternates */
			#altHeading {
				position: absolute;
				top: 13px;
				left: 13px;
				width: 795px;
				height: 125px;
				background-image: url(/wip01/public/images_3/altHeading1.jpg);
				background-position: 0 10%;
				}
			
			body#one #altHeading { background-image: url(../img/altHeading1.jpg); }
			body#two #altHeading { background-image: url(../img/slideshow2.jpg); }
			body#three #altHeading { background-image: url(../img/slideshow3.jpg); }
			body#four #altHeading { background-image: url(../img/slideshow4.jpg); }
			body#five #altHeading { background-image: url(../img/slideshow5.jpg); }
		/* // Alternates */

        /* Wings */
            .wing {
                position: absolute;
                width: 33px;
                height: 44px;
                position: absolute;
                top: 155px;
                }
            
            body#home .wing {
                top: 342px;
                }
            
            #header #left {
                left: -33px;
                background-image: url(/wip01/public/images_3/bg_wingLeft.gif);
                }

            #header #right {
                right: -33px;
                background-image: url(/wip01/public/images_3/bg_wingRight.gif);
                }
        /* // Wings */
	/* // Header */

	/* Content */
        #content {
            padding: 8px;
            }
        
        #content #col1,
        #content #col2 {
            background: url(../img/bg_content.gif) repeat-x;
            min-height: 325px;
            float: left;
            padding: 0 15px;
            }
        
        #content #col1 {
            margin-right: 0px;
            }
        
        body#home #content #col2 {
            background: none !important;
            padding: 0 !important;
            width: 246px !important;
            }
        
        .col2-30 #col1 { width: 775px; }
        .col2-30 #col2 { width: 100px; }

        .col2-50 #col1,
        .col2-50 #col2 { width: 343px; }

        .col2-70 #col1 { width: 565px; }
        .col2-70 #col2 { width: 180px; }

        .col1 #col1 { width: 822px; margin-right: 0; }
        .col1 #col2 { display: none; }

        #content p {
            padding-bottom: 1em;
            line-height: 1.6em;
            font-size: 13px;
            }
			

    /* Content */

	/*Quick Links*/
		#homeBottomArea ul li	{
			list-style: none;
			background: url(/wip01/public/images_3/bullet_arrow.gif) no-repeat 0px 6px;
			padding: 0px 0px 2px 15px;
			
		}
		#homeBottomArea .homeLinks2	{
			line-height: 1.6em;
			float: left;
			width: 180px;
			padding: 0px 0px 0px 0px;
			}
		#sitemap ul li {
			list-style: none;
        	}
    	li {
			text-decoration: none;
        }
		li .active {
			color: #6699cc;
			list-style: none;
			}
		li a:hover {
			text-decoration: underline;
			color: #aa7900;
		}
	/*Quick Links*/
	
	/*Links of Interest*/
	
	#linktext ul {
		list-style: none;

				}
	#linktext li {
		line-height: 1.6em;
		background: url(/wip01/public/images_3/bullet_arrow.gif) no-repeat 0px 10px;
		padding: 4px 0px 2px 15px;
				}
	
	/*Tables*/
		.dots				{background:url(/wip01/public/images_3/line_horz.gif) repeat-x;
							background-position:center top left;margin:0px;padding:0px;}
	
		#list td			{font:16px verdana, arial;color:#000;padding:3px 6px 3px 0;
							vertical-align:top;}
		#list a				{color:#69C;text-decoration:none;}
		#list a:hover		{color:#DECB79;text-decoration:none;}
		#list a.on			{color:#69C;text-decoration:underline;font:bold 11px arial;}
		#list a.on:hover	{color:#DECB79;text-decoration:underline;}
	
	/*Tables*/
	
	/*Home page table*/
		#lists {
		font: 12px "Verdana", Arial;
		clear: both;
		}
		#lists table {
			margin: 0 0px 10px 0;
		}
		#lists td {
			vertical-align:top;
		}
		#lists h3 {
			font-family: verdana, arial;
			color: #999;
			font-size: 12px;
			margin: 0 0px -2px 10px;
			text-transform: lowercase;
		}
		#lists h3 a, #lists h3 a:link, #lists h3 a:active, #lists h3 a:visited, #lists h3 a:hover {
			color: #999;
			text-decoration: none;
		}
		#lists h5 {
			font-family: verdana, arial;
			color: #c6a32b;
			font-size: 13px;
			margin: 0 0px -2px 10px;
			text-transform: capitalize;
		}
		#lists h5 a, #lists h5 a:link, #lists h5 a:active, #lists h5 a:visited, #lists h5 a:hover {
			color: #c6a32b;
			text-decoration: underline;
		}
		#lists ul {
			padding: 8px 0px 0 0px;
			margin: 0;
			font: 12px "Verdana", Arial;
			font-weight: normal;
			text-align: left;
		}
		#lists li {
			display: none;
			list-style-type: none;
			list-style-image:;
			margin: 0;
			padding: 0;
		}
		#lists a {
			display: table;
			padding: 0 0 0px 0px;
			margin: 0x;	
		}

/*Home Page Table*/

/*galleryportfolio*/
.galleryportfolio { width:500px; background:#efefef; margin:0px 0px 10px 0px; padding:5px;}
.galleryportfolio .box {display:block; height:100px; float:left; width:25%; padding:10px 5px 5px 5px; margin:8px; background:#ffffff; text-align:center;}
.box img {background:#efefef; padding:5px;}
.box .caption {display:block; text-align:center;}
.box a img, .box a:visited img, .box a:active img {border:solid 1px #cccccc;}
.box a:hover img {border:solid 1px #000000;}

/*gallery*/
.gallery {background:#efefef; margin:0px 0px 10px 0px; padding:5px;}
.gallery .box {display:block; height:100px; float:left; width:43%; padding:10px 5px 5px 5px; margin:8px; background:#ffffff; text-align:center;}
.box img {background:#efefef; padding:5px;}
.box .caption {display:block; text-align:center;}
.box a img, .box a:visited img, .box a:active img {border:solid 1px #cccccc;}
.box a:hover img {border:solid 1px #000000;}

/*Content Gallery*/
#titletop { padding-top: 10px; }

#mainpageportfolio { width:500px; float:left; padding:5px 5px 5px 15px;}
#mainpageportfolio p {line-height:22px; margin:0px 0px 22px 0px; color: #404040;}
#mainpageportfolio blockquote {background:#efefef; display:block; margin:5px; font:Georgia, "Times New Roman", Times, serif; font-style:italic;}
{border-width:0;}
h1, h2, h3, h4, h5 {color:#550000; font-weight:bold;font-family: Arial, Helvetica, sans-serif;}
#mainpageportfolio h1 {font-size:28px;}
#mainpageportfolio h2 {font-size:24px;}
#mainpageportfolio h2 {font-size:24px;}
#mainpageportfolio h3 {font-size:20px;}
#mainpageportfolio h4 {font-size:18px;}
#mainpageportfolio h5 {font-size:16px;}
.postlist {list-style:none; margin:0px}
.postlist li {display:block; padding:0px; border-bottom: dashed 1px #D6E4A7;}
.subhead{font-size:12px; color:#669900; font-weight:bold; display:block; margin:0px; background:#White; margin:10px 0px 0px 0px; padding:2px;}
.postlist a,.postlist a:visited, .postlist a:active {display:block; padding:3px 3px 3px 25px; background: url(/wip01/public/images_3/bullet.jpg) no-repeat 3px #F7FAEF; color:#666666; text-decoration:none;}
.postlist a:hover { background: url(../images/bullet2.jpg) no-repeat 3px #FFFEE6; color:#000000; text-decoration:none;}
#content1 #mainpageportfolio ol {margin:10px 10px 10px 25px;}
#content1 #mainpageportfolio ol li {padding:5px 5px 5px 20px;}
#content1 #mainpageportfolio ul li {display:block; padding:5px; padding-left: 10px;}

#topmenu {display:block; list-style:none; padding:116px 10px 0px 10px;}
#topmenu li {display:inline;}
#topmenu a {display:block; float:left; height:28px; margin:0px 0px 0px 2px; text-decoration:none; padding:9px 15px 0px 15px; text-align:center;}
#topmenu a, #topmenu a:visited, #topmenu a:active {background:url(../images/menu1.jpg) repeat-x; border-left:solid 1px #C7AC1C; border-right:solid 1px #C7AC1C; color:#2B363C; font-size: 13px;}
#topmenu a:hover{background:url(../images/menu2.jpg) repeat-x; border-left:solid 1px #C7AC1C; border-right:solid 1px #C7AC1C; color:#ffffff;}
#topmenu .active a, #topmenu .active a:visited, #topmenu .active a:active{background:url(../images/menu2.jpg) repeat-x; border-left:solid 1px #C7AC1C; border-right:solid 1px #C7AC1C; color:#2B363C;}

/*Gallery*/
	
    /* Footer */
        #footer {
			height: 128px;
            background: url(/wip01/public/images_3/bg_footer.gif) repeat-x;
            margin-top: -2px;
            }
        
        #footer div {
            width: 822px;
            height: 59px;
            margin: 0 auto;
            background: url(/wip01/public/images_3/bg_footerDiv.gif) no-repeat;
            color: #312a23;
            font: 11px Tahoma, Sans-Serif;
            }
        
        #footer div p {
            clear: left;
            padding-left: 17px;
            }

        /* Footer addr */
            #footer address {
                float: right;
                text-align: right;
                padding: 9px 9px 0 0;
                }

            #footer address * {
                font-style: normal;
                color: #48413b;
                }
            
            #footer address span,
            #footer address em.street-address {
                display: block;
                }
            
            #footer address span.org {
                display: none;
                }
        /* Footer addr */
    /* // Footer */
/* // Page setup */
/* Navigation & Lists */
    /* Primary nav */
        ul#nav {
            display: block;
            height: 44px;
            background: url(/wip01/public/images_3/bg_nav.gif);
            list-style: none;
            padding-left: 55px;
            }
        
        ul#nav li,
        ul#nav li a {
            display: block;
            float: left;
            height: 44px;
            }
        
        ul#nav li {
            position: relative;
            }
        
        ul#nav li a {
            font: 16px/44px "Trebuchet MS", Sans-Serif;
            text-transform: uppercase;
            text-decoration: none;
            color: #918d88;
            padding: 0 15px;
            }
        
        ul#nav li a:hover,
        ul#nav li:hover a,
        ul#nav li.over a,
        ul#nav li.current a:hover {
            color: #fff;
            background: url(../img/bg_navHover.gif);
            }
        
        ul#nav li.current a {
            background: url(../img/bg_navCurrent.gif);
            }
        
        ul#nav li ul {
            display: none;
            }

        ul#nav li:hover ul,
        ul#nav li.over ul {
            display: block;
            position: absolute;
            top: 43px;
            left: 0;
            width: 200px;
            background: #000;
            height: auto !important;
            padding: 1px 0;
            }
        
        ul#nav li:hover ul li,
        ul#nav li.over ul li {
            width: 190px;
            height: auto !important;
            float: none;
            padding: 0 5px;
            }
        
        ul#nav li:hover ul li a,
        ul#nav li.over ul li a {
            color: #918d88 !important;
            background: none !important;
            float: none;
            width: 190px;
            padding: 5px 0 !important;
            font: 14px "Trebuchet MS", Sans-Serif;
            text-transform: none;
            height: auto !important;
            text-indent: 10px;
            border-bottom: 1px solid #111;
            }
        
        ul#nav li ul li.first { border-top: 1px solid #4F3B25; }
        ul#nav li ul li.last a { border-bottom: none; }
        
        ul#nav li ul li a:hover {
            color: #fff !important;
            }
    /* // Primary nav */
    /* Secondary nav */
        ul.subnav {
            list-style: none;
            padding: 0 !important;
            border-top: 1px solid #564736;
            }
        
        ul.subnav li {
            display: block;
            border-bottom: 1px solid #564736;
            }
        
        ul.subnav li a {
            display: block;
            text-decoration: none;
            padding: 4px 4px 4px 15px;            
			background: url(../img/bg_bullet.gif) no-repeat 4px 9px;
            }            

        ul.subnav li.parent a {
            background-image: url(../img/bg_bulletPrev.gif);
            }
    /* // Secondary nav */

    /* Promotional Items */
        ul.promo {
            display: block;
            list-style: none;
            padding: 0 !important;
            }
        
        ul.promo li {
            display: block;
            width: 246px;
            height: 103px;
            float: left;
            margin-bottom: 8px;
            }
        
        ul.promo li a {
            float: left;
            display: block;
            width: 175px;
            height: 91px;
            padding: 6px 55px 0 10px;
            text-decoration: none;
            font-size: 11px;
            line-height: 12px;
            color: #cfb880;
            border: 3px solid #b8934d;
            }
        
        ul.promo li a strong {
            color: #fff;
            display: block;
            font: 16px "Trebuchet MS";
            text-transform: uppercase;
            padding-bottom: 4px;
            }
        
        ul.promo li a:hover {
            color: #fff;
            border: 3px solid #d1b480;
            }
        
        ul.promo li.res a { background-image: url(../img/bg_promoRes.gif); }
        ul.promo li.spa a { background-image: url(../img/bg_promoSpa.gif); }
        ul.promo li.stay a { background-image: url(../img/bg_promoStay.gif); }
    /* // Promotional Items */

    /* Footer nav */
        #footer div ul {
            list-style: none;
            padding: 15px 0 15px 14px;
            }
        
        #footer div ul li {
            float: left;
            }
        
        #footer div ul li a {
            float: left;
            display: block;
            padding: 0 16px 0 4px;
            background: url(../img/bg_footerNav.gif) no-repeat 100% 4px;
            font: 11px Tahoma, sans-serif;;
            text-transform: uppercase;
            text-decoration: none;
            color: #6c6761;
            }
        
        #footer div ul li a:hover {
            color: #a5a19e;
            text-decoration: underline;
            }

        #footer div ul li.last a {
            background: none;
            }
    /* // Footer nav */

    /* Branding nav */
        ul#branding {
            list-style: none;
            width: 822px;
            margin: 0 auto;
            padding-top: 5px;
            padding-bottom: 5px;
            }
        
        ul#branding li {
            height: 33px;
            margin-left: 12px;
            float: right;
            }
        
        ul#branding li a {
            height: 33px;
            opacity: .5;

            }
        
        ul#branding li a:hover {
            opacity: 1;
            }
              
        ul#branding li a.urangatang {
            background: url(/wip01/public/images_3/urangatang.gif);
            width: 125px;
            }
        
    /* // Branding nav */


    /* Content lists */
        #content ul,
        body.mceContentBody ul {
            padding: 0 0 1em 2em;
            }
        
        #content ul li,
        body.mceContentBody ul li {
            padding-bottom: .2em;
            }
    /* // Content lists */
/* // Navigation & Lists */

/* Form styles */
    #content form fieldset {
        border: none;
        padding: 0;
        }
    
    #content form fieldset legend {
        display: none;
        }
    
    #content form fieldset ol {
        list-style: none;
        }
    
    #content form fieldset ol li {
        clear: left;
        padding: 4px 0;
        border-bottom: 1px solid #5E472D;
        }
    
    #content form fieldset ol li label {
        width: 140px;
        float: left;
        text-align: right;
        padding-right: 5px;
        line-height: 1.7em;
        }
    
    #content form fieldset ol li label.fluid {
        width: auto;
        float: left;
        text-align: left;
        padding: 0 0 5px 20px;
        }
    
    #content form fieldset ol li.checks .plain {
        margin: 4px 5px 5px 145px;
        float: left;
        clear: left;
        }
    
    #content form fieldset ol li.checks input {
        margin-left: 160px;
        }

    #content form fieldset ol li br {
        display: block;
        clear: left;
        }
    
    #content form fieldset ol li.checks label.fluid {
        display: block;
        padding: 0 !important;
        }
    
    #content form fieldset ol li p {
        padding-left: 20px;
        padding-bottom: 5px !important;
        }
    
    #content form fieldset ol li .plain {
        border: 0 !important;
        padding: 0 !important;
        background: none;
        }
    
    #content form fieldset textarea {
        margin-left: 145px;
        width: 400px;
        overflow: auto;
        }
    
    #content form fieldset table,
    #content form fieldset .indented {
        margin-left: 145px;
        }
    
    #content form fieldset input,
    #content form fieldset textarea,
    #content form fieldset select {
        border: 1px solid #231A10;
        background: #61492F;
        padding: 3px;
        font: 12px Tahoma, Sans-Serif;
        color: #fff;
        }
    
    #content form fieldset select {
        padding: 2px;
        }
    
    #content form fieldset select option {
        padding: 0 20px 0 2px;
        }
    
    #content form fieldset button {
        margin-top: 10px;
        margin-left: 145px;
        padding: 5px 20px;
        font: 13px Tahoma, Sans-Serif;
        cursor: pointer;
        }

    #content #col2 form fieldset label {
        width: 80px;
        }
    
    #content #col2 form fieldset textarea {
        float: left;
        margin-left: 0;
        width: 240px;
        }
    
    /* Warning Area */
        #content form #warning {
            padding: 1em;
            color: #c00;
            border: 1px solid #c00;
            display: none;
            margin-top: 1em;
            }
        
        #content form ol li.validation label {
            color: #c00 !important;
            }            
    /* // Warning Area */
    /* Newsletter form */
        #content #subscribe {
            padding: 0 !important;
            }
          
        #content #subscribe h3 {
            font-size: 1.2em;
            text-transform: uppercase;
            margin: 0 !important;
            padding: 0 !important;
            }
        
        #content #subscribe p {
            font-size: 11px;
            padding: 0 !important;
            margin: -.5em 0 0 0 !important;
            color: #777;
            }
           
        #content #subscribe ol {
            padding-top: 1em;
            }
        
        #content #subscribe ol li {
            border-bottom: none;
            }
        
        #content #subscribe ol li label {
            font-size: 10px;
            line-height: 2.9em;
            text-transform: uppercase;
            width: 9em;
            color: #9E7100;
            }
        
        #content #subscribe ol li input {
            background: #9E7100;
            border: 1px solid #b8934d;
            font: 16px "Trebuchet MS", Sans-Serif;
            width: 150px;
            }
        
        #content #subscribe ol li input#param_newsEmail {
            width: 312px;
            }
        
        #content #subscribe button {
            width: 125px;
            height: 33px;
            background: url(../img/btn_subscribe.gif);
            border: none;
            margin: 5px 0 15px 95px;
            }
    /* // Newsletter form */
/* // Form styles */

/* Misc */
    #content address {
        padding-bottom: 1em;
        }
/* // Misc */

/* Site News */
    .siteNews {
        list-style: none;
        padding: 0 !important;
        }
    
    .siteNews li a {
        display: block;
        color: #9B948D;
        text-decoration: none;
        padding: 5px 0 10px 0;
        border-bottom: 1px dashed #231A10;
        font-size: 11px;
        line-height: 12px;
        }
    
    .siteNews li a strong {
        display: block;
        padding-bottom: 4px;
        color: #fff;
        }
    
    .siteNews li a:hover {
        color: #fff;
        }
/* // Site News */

/* Gallery */
    .thumbGallery {
        list-style: none;
        padding: 0 0 1em 0 !important;
        }
    
    .thumbGallery li {
        display: block;
        float: left;
        padding: 4px;
        }
    
    .thumbGallery li a img {
        border: 3px solid #61492F;
        padding: 1px;
        background: #231A10;
        }
    
    .thumbGallery li a:hover img {
        background: #61492F;
        border: 3px solid #231A10;
        }
	
	#medImg img {
		margin: 0 auto 1em auto;
        border: 3px solid #61492F;
        padding: 1px;
        background: #231A10;
		display: block;
		}
	
	#medImg:hover img {
        background: #61492F;
        border: 3px solid #231A10;
		}

    a.button {
        background: none;
        float: right;
        height: 33px;
        background-position: top left;
        cursor: pointer;
        margin-bottom: 10px;
        }

    a.prev {
        float: left;
        width: 89px;
        background-image: url(../img/btn_prev.gif);
        margin-right: 10px;
        }
    
    a.next {
        float: right;
        width: 89px;
        background-image: url(../img/btn_next.gif);
        margin-left: 5px;
        }
    
    a.thumbs {
        float: left;
        width: 125px;
        background-image: url(../img/btn_thumbs.gif);
        }
    
    a.viewAll {
        width: 120px;
        float: left;
        background-image: url(../img/btn_viewAll.gif);
        }

    #col2 .thumbGallery {
        margin-left: -4px;
        }

    #col2 .thumbGallery li {
        padding: 4px;
        }

    #col2 .thumbGallery li a img {
        border: 1px solid #231A10;
        padding: 0;
        }
    
    #col2 .thumbGallery li a:hover img {
        border: 1px solid #61492F;
        padding: 0;
        }
/* // Gallery */
