﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px;
    padding:0px;
    background:#000;
    font-size:12px;
    line-height:16px;
    font-family:Arial;
}

a
{
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

p
{
    margin:10px 0px 10px 0px;
}

h1
{
    font-size:12px;
    margin:0px;
}

h2
{
    font-size:14px;
    color:#9836ad;
    margin:10px 0px 10px 0px;
}

h3
{
    font-size:14px;
    color:#000;
    margin:10px 0px 10px 0px;
}

h4
{
    font-size:11px;
}

.highlight
{
    background:#98bb23;
}

.green
{
    color:#cccc33;
    font-weight:bold;
}

.green a
{
    color:#cccc33;
    font-weight:bold;
}

.style3
{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin-bottom:5px;
}

		/*---------------------layout--------------------*/
	
#container-wrapper 
{
    width:960px;
    margin:0 auto;
    height:auto;
}
	
#container 
{
    width:826px;
    float:left;
    margin:0;
    height:auto;
}

#layout
{
    float:left;
    width:826px;
    height:auto;
    margin-top:2px;
    margin-bottom:15px;
    padding:0px 0px 0px 0px;
    background:#d3d4c4;
}

#layout-terms
{
    float:left;
    width:786px;
    height:auto;
    margin-top:2px;
    margin-bottom:15px;
    padding:20px;
    background:#d3d4c4;
}

#left-line
{
    width:67px;
    float:left;
    margin:0px;
    padding:0px;
}

#right-line
{
    width:67px;
    float:right;
    margin:0px;
    padding:0px;
}

		/*---------------------header---------------------*/
		
#header
{
    width:826px;
    margin:0px;
}

#header-top
{
    width:826px;
    height:70px;
    background:URL(../../images/header-top-bg.jpg) no-repeat;
    padding-bottom:10px;
}

#header-top a
{
    width:141px;
    height:26px;
    position:relative;
    top:20px;
    left:20px;
}

#header-flash
{
    float:left;
    width:826px;
    padding-bottom:9px;
}

        /*----------------------nav-----------------------*/
        
.nav
{
    float:left;
    width:826px;
}

.menu
{   
    float:left;
    width:auto;
}
 
ul.subnav
{
    list-style-type:none;
    margin:10px 0px 0px 0px;
    padding:0px;
    color:#000;
    font-weight:bold;
}

ul.subnav li
{
    margin:0px;
    padding:0px;
}

ul.subnav li a
{
    color:#000;
}

ul.subnav li a:hover,
ul.subnav li a.current
{
    text-decoration:none;
    color:#fff;
}

        /*---------------------content--------------------*/
        
#content-leftcol
{
    float:left;
    width:510px;
}

#leftcol-left
{
    float:left;
    width:139px;
    padding:0px;
}

#content-leftcol a
{
    color:#000;
    font-weight:bold;
}

#leftcol-right
{
    float:right;
    width:371px;
    padding:0px;
}

#content-rightcol
{
    float:right;
    width:316px;
    color:#fff;
}

#content-rightcol-day
{
    float:right;
    width:316px;
    color:#fff;
}

#content-rightcol-places
{
    float:right;
    width:316px;
    color:#fff;
}

#content-rightcol-events
{
    float:right;
    width:316px;
    color:#fff;
}

.rightcol-text
{
    float:right;
    width:267px;
}

.rightcol-text a
{
    color:#fff;
}

.events
{
    width:361px;
    margin-bottom:15px;
    float:left;
    padding-top:5px;
}

.events-left
{
    float:left;
    width:95px;
}

.events-right
{
    float:right;
    width:260px;
}

.events-archive
{
    float:left;
    width:650px;
    margin:5px 0px 5px 30px;
}

.events-right-archive
{
    float:right;
    width:530px;
}

.section
{
    width:255px;
    border:6px solid #bcc439;
}

.hidden-content
{
    padding:10px;
    background:#333333;
    display:none;
}

#nav_bars a
{
    background-image:URL(../../images/bars.gif);
    height:32px;
    display:block;
    cursor:pointer;
}

#nav_bars.active a
{
    background-image:URL(../../images/bars_d.gif);
}

#nav_beauty a
{
    background-image:URL(../../images/beauty.gif);
    height:32px;
    display:block;
    cursor:pointer;
}

#nav_beauty.active a
{
    background-image:URL(../../images/beauty_d.gif);
}

#nav_clothing a
{
    background-image:URL(../../images/clothing.gif);
    height:32px;
    display:block;
    cursor:pointer;
}

#nav_clothing.active a
{
    background-image:URL(../../images/clothing_d.gif);
}

#nav_creative a
{
    background-image:URL(../../images/creative.gif);
    height:32px;
    display:block;
    cursor:pointer;
}

#nav_creative.active a
{
    background-image:URL(../../images/creative_d.gif);
}

#nav_culture a
{
    background-image:URL(../../images/culture.gif);
    height:32px;
    display:block;
    cursor:pointer;
}

#nav_culture.active a
{
    background-image:URL(../../images/culture_d.gif);
}

#nav_restaurant a
{
    background-image:URL(../../images/restaurant.gif);
    height:32px;
    display:block;
    cursor:pointer;
}

#nav_restaurant.active a
{
    background-image:URL(../../images/restaurant_d.gif);
}

#nav_shopping a
{
    background-image:URL(../../images/shopping.gif);
    height:32px;
    display:block;
    cursor:pointer;
}

#nav_shopping.active a
{
    background-image:URL(../../images/shopping_d.gif);
}

#nav_leisure a
{
    background-image:URL(../../images/leisure.gif);
    height:32px;
    display:block;
    cursor:pointer;
}

#nav_leisure.active a
{
    background-image:URL(../../images/leisure_d.gif);
}

#nav_takeaway a
{
    background-image:URL(../../images/takeaway.gif);
    height:32px;
    display:block;
    cursor:pointer;
}

#nav_takeaway.active a
{
    background-image:URL(../../images/takeaway_d.gif);
}

        /*---------------------footer---------------------*/
        
#footer
{
    clear:both;
    width:826px;
    background:URL(../../images/footer-bg.jpg) no-repeat;
    height:115px;
    text-align:center;
    color:#e5e6e8;
    padding-top:15px;
    font-size:10px;
}

#footer a
{
    color:#e5e6e8;
}

.footer-links
{
    margin-top:7px;
}

.footer-links a
{
    margin:0px;
    padding:0px;
}

.oby
{
    display:block;
    padding-top:10px;
    color:#939598;
}

.oby a
{
    color:#939598 !important;
}
