*{
    _font-family:monospace;
    _font-family: Trebuchet MS;
    _font-family: Verdana;
}

a{
    color: black;
}

html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px;
}

div.clear{
    clear:both;
}

div#outer{
    width: 960px;
    height: 100%;
    _align:center;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

div#header{
    width: 960px;
    padding-top: 20px;
    _height:140px;
    padding-bottom: 10px;
    _height: 100px;
    text-decoration: none;
    background-color: white;
    }
    div#header div#headerline {
        border-bottom: solid 3px black;
        margin-top: -9px;
        text-decoration: none;
        background-color: white;
    }
    div#header h1, div#header h1.gray{
        display:inline;
        font-size: 60px;
        text-transform:lowercase;
        width: 960px;
        _font-family: Arial;
        font-family: 'Special Elite', serif;
        _font-family: 'Cabin Sketch', serif;
        _text-transform:uppercase;
        text-decoration: none;
        _padding-left:10px;
    }
    div#header h1.gray{
        color: gray;
        text-decoration: none;
    }
    div#header h1.clubname{
        font-size: 30px;
        color: gray !important;
        }
        div#header h1.clubname a{
            color: gray;
        }

    div#header a{
        text-decoration: none;
    }

    div#header span.tagline{
        font-family: 'Special Elite', serif;
        display:inline;
        font-size: 20px;
        text-transform:lowercase;
    }

div#SubMenu{
    _float:left;
    _width: 180px;
    _background-color: red;
}

div#main{
    _float:left;
    _max-width:760px;
    min-height: 65%;
    padding-bottom: 15px;
    }
    div#main h1{
        padding-top: 0px;
        margin-top: 0px;
    }

div#footer{
    clear:both;
    width: 960px;
    _text-align:center;
    border-top: solid 3px black;
    height: 50px;
    }
    div#footer img{
        padding-top: 5px;
    }
    div#footer a{
        color: gray;
        text-decoration: none;
    }


/* NAVIGATION */
div#MainNavigation{
    clear:both;
    display:inline-block;
    padding:0px;
    font-family:monospace;
    }
    div#MainNavigation ul {
        width: 960px;
        padding:0px;
        }
        div#MainNavigation ul li {
            padding:0px;
            list-style: none;
            _width: 14%;
            padding: 0 40px 0 0;
            _width: 140px;
            _margin: 0 2px;
            float: left;
            _line-height: 2.8em;
            display: block;
        }
        div#MainNavigation ul li a{
            text-decoration:underline;
            _font-weight:bold;
            _font-family: 'Cabin Sketch', serif;
            _font-family: 'Raleway', serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            _text-shadow: none;
            color:gray;
           text-decoration: none;
            _text-transform: none;
            _letter-spacing: 0em;
            _word-spacing: 0em;
            _line-height: 1.2;
        }
        div#MainNavigation ul li a.current{
            color: black;
        }

div#SubNavigation{
    clear:both;
    display:inline-block;
    font-family:monospace;
    
    }
    div#SubNavigation > ul{
        padding-left:20px;
        margin:0px;
        list-style-type:none;
    }
    div#SubNavigation > ul > li {
        _list-style:lower-greek;
        _margin: 0 2px;
        _width: 14%;
        _float: left;
        line-height: 35px;
        _display: block;
        font-size: 12px;
        }
        div#SubNavigation > ul > li a{
            text-decoration:none;
        }
        div#SubNavigation > ul > li a.current, div#SubNavigation > ul > li a.section{
            text-decoration:underline;
        }
        ul.SubSub{
            color: red;
            list-style:none;
            padding-left: 24px;
        }
        ul.SubSub a
        {
            font-size: 12px;
        }
/* Sidebar */
div#Sidebar{
    width: 200px;
    _float:right;
    _position:static;
}


/* Recipe */
div.recipe{
        _float:left;
    }
    div.recipe div.introduction
    {
        background-color: #E0ECF8;
        font-style: italic;
        padding: 5px;
        margin-bottom: 10px;
        }
        div.recipe div.introduction .quote
        {
            font-size: 30px;
            font-weight: bold;
            color: gray;
        }
    div.recipe > div.top{
        margin-bottom: 20px;
    }
    div.left{
        width: 200px;
        float: left;
        margin-right: 25px;
        
    }
    
    div.recipe div.ingredients{
        background-color:#E0ECF8;
        min-height: 200px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 11px;
        line-height:10px;
    }
    div.recipe > div.image{
        float:left;
    }
    div.recipe > div.body{
    }
    div.recipe > p.author, div.recipe > p.source{
        text-align:right;
        font-style:italic;
        font-size: 11px;
    }
    div.recipe > div.bottom{
        float: left;
    }
    div.recipe > div.tip{
        float: right; 
        margin-top: 20px;
        border: dashed 1px gray;
        font-size: 9px;
        width: 400px;
        padding: 10px;
    }


.EventInvitation{
    text-align: center;
    border: dashed 1px black;
    padding: 15px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    }
    .EventInvitation .InvitationText{
        
        width: auto;
    }
    .EventInvitation ul.EventDates{
        list-style-type:none;
    }


div.ball{
    height: 10px;
    width: 10px;
    background-color: gray;
}

ol.eventhelp{

    }
    ol.eventhelp li h4{
        font-size: 20px;
        font-weight: bolder;
        line-height: 10px;
        margin: 0px;
        color: gray;
    }
    ol.eventhelp li p{
        font-style: italic;
    }

div.event{
    border-bottom: solid 1px gray;
    }
    div.event h3{
        margin: 0px;
    }
    div.event div.date{
        float:right;
    }

.alert{
    color: red;
}

.opabox{
    background-color: white;
    filter: alpha(opacity=70);
    opacity: 0.8;
    padding:15px;
}

div.clubinvites{
    background-color: #E0ECF8;
    border: solid 1px black;
}

div.actionButton
{
    _background-color: #FF9900;
    _background-color: gray;
    background-color: #99FF00;
    border: 1px solid black;
    border-radius: 15px 15px 15px 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    }

    div.actionButton a
    {
        color: black;
        _font-family: arial,serif;
        font-size: 25px;
        font-weight: bold;
        padding: 20px;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }
    
/* WineTasting */
ul.twin_set_list {
	margin: 0 0 10px;
	line-height: 1.6em;
	list-style: none;
	display: block;
	margin-left: -40px;
	
	/*list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;*/
}

ul.twin_set_list li {
	padding: 5px 0 7px;
	border-top: 1px dotted #e1ddc8;
	position: relative;
	_display: list-item;
	_text-align: -webkit-match-parent;
}
ul.twin_set_list li span {
	position: absolute;
	left: 35%;
}

/* TasteNote */
table.tastenote-data{
	padding: 0px;
}
table.tastenote-data td{
	padding: 5px;
}

.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	width: 200px;
	background:#f3961c; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(#f9d835, #f3961c);
	background:-o-linear-gradient(#f9d835, #f3961c);
	background:linear-gradient(#f9d835, #f3961c);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.triangle-isosceles.top {
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
	background:-moz-linear-gradient(#f3961c, #f9d835);
	background:-o-linear-gradient(#f3961c, #f9d835);
	background:linear-gradient(#f3961c, #f9d835);
}
.triangle-isosceles:after {
	content:"";
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#f3961c transparent;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}
.triangle-isosceles.top:after {
	top:-15px; /* value = - border-top-width - border-bottom-width */
	_right:50px; /* controls horizontal position */
	left: 80px;
	bottom:auto;
	left:auto;
	border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
	border-color:#f3961c transparent;
}

.triangle-border {
	position: relative;
	padding: 15px;
	margin: 1em 0 3em;
	border: 5px solid #5a8f00;
	color: #333;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.triangle-border.left:before {
top: 10px;
bottom: auto;
left: -30px;
border-width: 15px 30px 15px 0;
border-color: transparent #5a8f00;
}
.triangle-border:before {
content: "";
position: absolute;
bottom: -20px;
left: 40px;
border-width: 20px 20px 0;
border-style: solid;
border-color: #5a8f00 transparent;
display: block;
width: 0;
}
.triangle-border.left:after {
top: 16px;
bottom: auto;
left: -21px;
border-width: 9px 21px 9px 0;
border-color: transparent #fff;
}
.triangle-border:after {
content: "";
position: absolute;
bottom: -13px;
left: 47px;
border-width: 13px 13px 0;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
}
