/* reset styles
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 1;
	outline: 1;
	background: transparent;
	border-color: #CCC;
}
@font-face {
    font-family: 'MetrophobicRegular';
    src: url('Metrophobic-webfontd41d.eot?') format('eot'),
        url('Metrophobic-webfont.woff') format('woff'),
        url('Metrophobic-webfont.ttf') format('truetype'),
        url('Metrophobic-webfont.svg#MetrophobicRegular') format('svg');
}
/* ============================================
---- LAYOUT
===============================================*/
body{
    background:#4d0202 url(../images/bg.png) repeat;
    color: #333;
    font-family:"MetrophobicRegular";
    font-size:14.5px;
    color:#2e2e2e;
}
ul{
    list-style: square;
}
.roundwrapper{

    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #d2d2d4;
    padding:2px;
    background:#FFF;
    margin:10px 5px;
    webkit-box-shadow: 2px rgba(255, 0, 0,0.8);
    -moz-box-shadow: 2px rgba(0, 0, 0,0.8);
    box-shadow:0 0 1px 2px rgba(0, 0, 0,0.2);
}
#wrapper{
    width: 960px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
#content{
    position:relative;
    background:#ededf3;
    min-height:300px;
    margin:0;
    padding:30px 50px;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#header{
    background:#FFF url(../images/banner.jpg) no-repeat center;
    height:200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#nav{
    position:relative;
    padding: 0px;
    margin:0 5px;
    height:44px;
    font-size:14px;
    background: url(../images/navbg.png) top repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #333333;
    webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0,0.8);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0,0.8);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0,0.8);
}
#nav ul{
    list-style: none;
    text-align: center;
    margin-left:9px;

}
#nav ul li{
    padding-right:16px;
    text-transform:capitalize;
    display:inline;

    line-height:3;
}
#nav ul li.last{
    padding-right:0;
}
#nav ul a{
    text-decoration:none;
    color:#c5c5c5;
}
#nav ul a:hover,#nav ul li.active a{
    color:#FFF;
}

#footer{
    padding:10px;
    text-align:center;
    text-shadow:0 1px 0 rgba(255,255,255,1.0);
    background:#ededf3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}
#footer ul{
    list-style:none;
}
#footer ul li{
    display:inline;
    padding:0px 5px;
}
#copyright{
    padding:10px;
}
/*=====================================================*/
/* - TYPOGRAPHY -
/*=====================================================*/
a:hover{
    -webkit-transition:color 0.25s ease-in-out;
    -moz-transition:color 0.25s ease-in-out;
    -o-transition:color 0.25s ease-in-out;
    -ms-transition:color 0.25s ease-in-out;
    transition:color 0.25s ease-in-out
}
a{
    color:#792222;
    text-decoration: none;
}
a:hover{
    color:#000;
}
p.dropcap:first-letter{
    display:block;
    margin:3px 3px 0px 0px;
    float:left;
    font-size:280%;
}
div.hr{
	display: block;
	height: 11px;
	background: url(../images/hr.png) no-repeat center;
	margin-bottom: 15px;

}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 5px;
}
h1,#sponsor h2{
    font-size:32px;
    line-height:36px;
    color:#7b1616;
    text-align:center;
    text-shadow:1px 1px 0 rgba(255,255,255,1);
}
h2{
    line-height:24px;
    font-size:24px;
    color:#444;
    text-shadow:0 1px 0 rgba(255,255,255,1.0);
}
h3{
    line-height:24px;
    font-size:20px
}
h4,#sponsor div.support{
    line-height:20px;
    font-size:20px;
    color:#666;
}
h5,p.quote{
    line-height:18px;
    font-size:18px;
    color:#888;
}
h6{
    line-height:16px;
    font-size:17px;
    font-weight:bold;
    color:#bbb;
}
.text-center{
    text-align: center;
}
.lefthalf{
    float:left;
    width:50%;

}
.committee ul li{
    padding:6px;
    margin-left:30px;
}
.committee ul{
    margin-top:-10px;
    margin-bottom:10px;
    list-style:square;
}
.img-center{
    display:block;
    margin:0 auto;
}
.center{
    margin:0 auto;
}
#sponsortable ul li{
    padding:5px;
}
#breadcrumbs{
    height:38px;
    padding:0 10px;
    text-shadow:0 1px 0 rgba(255,255,255,1.0);
    background:#ededf3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;   
}
#breadcrumbs a{
    text-decoration: none;
}
#breadcrumbs a{
    display:inline;

    line-height:2.65;
}
#breadcrumbs img{
    vertical-align:middle;
    margin: 0 10px;
}
#sponsor img{
    margin-top:5px;
    margin-bottom:5px;
}
#sponsor div.support{
    text-align: center;
    margin-top:10px;    
}
#sponsor h2{
    background:url(../images/hr.png) no-repeat center bottom;
    margin-bottom:5px;
    height:50px;
}
#sponsor ul.contact{
    border-top:1px solid #c0c0c5;
    text-align: center;
    margin-top:10px;
}
#sponsor ul.contact li{
    display:inline;
    padding:0 5px;

}
#sponsor ul.details{
    text-align: center;
    list-style: none;
}
#sponsor ul.details li{
    padding:5px;
}
#sponsor ul.details li span{
    background:url(../images/li.png) no-repeat 0 5px;
    padding-left:16px;
}
p.quote{
    text-align: center;
    margin:5px 0;
}
table.newtable tr{
    line-height:3;
}
.small{
    font-size: 14.5px;
    font-weight:normal;
    float:right;
}
a.membership{
    background:url(../images/pdf.png) no-repeat;
    padding: 30px 0px 30px 55px;
}
a.menupdf{
    background:url(../images/pdf.png) no-repeat;
    padding: 30px 0px 30px 55px;
}
table.contact tr td{
    padding:6px 50px;
}
table.menu tr td{
    padding:8px;
    border-bottom: 1px dotted #D1D1D1;
}
table.menu tr td.noborder{
    border:none;
}
table.menu tr td.menusmall{
    padding:0 6px 6px 6px;

}
.menusmall{
    text-align: left;
    margin-top:-5px;
    font-size:small;
    padding-top:-4px;
}
h4.wineheading{
    line-height:0px;
    margin-top:15px;
}
/*=====================================================*/
/* - FORMS -
/*=====================================================*/
textarea{
    overflow:auto
}
input[type='button'],input[type='submit'],select,button,label{
    cursor:pointer
}
fieldset,img,iframe{
    border:0
}

input,select{
    vertical-align:middle
}
select,input,textarea,button{
    font:12px Arial,sans-serif
}
form,textarea{
    margin:0
}
legend,fieldset,input{
    padding:0
}
textarea,input[type='text'],select{
    padding:2px
}
select{
    line-height:19px
}
button,input[type='button'],input[type='submit']{
    padding:2px 3px;
    line-height:inherit
}
select,input,textarea,button{
    font:normal 12px/16px Arial,sans-serif
}
/* FORM BOX */
.rapid_contact form fieldset{
    margin-bottom:30px;
    padding:0 10px 10px 10px
}
.rapid_contact form legend{
    padding:0 10px
}
.rapid_contact form fieldset>div{
    margin:15px 0}

.rapid_contact form fieldset{
    padding:10px 15px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px
}
.rapid_contact form fieldset legend{
    font-size:12px;
    text-transform:uppercase
}
.rapid_contact form fieldset div{
    margin-bottom:10px
}
.rapid_contact form input[type="text"],form.box textarea{
    padding:4px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.rapid_contact form input[type="text"]:focus,form.box textarea:focus{
    outline:none
}
.rapid_contact form input[type="text"]{
    width:250px;
}
.rapid_contact form textarea{
    padding:8px 10px
}

.rapid_contact form fieldset{
    border:1px solid #dfdfdf
}
.rapid_contact form fieldset legend{
    color:#999
}
.rapid_contact form input[type="text"],.rapid_contact form textarea{
    border:1px solid #d3d3d3;
    background:#fff;
    -moz-box-shadow:0 0 0 1px rgba(255,255,255,1.0),inset 0 1px 1px 1px rgba(0,0,0,0.06),inset 0 0 10px rgba(0,0,0,0.02);
    -webkit-box-shadow:0 0 0 1px rgba(255,255,255,1.0),inset 0 1px 1px 1px rgba(0,0,0,0.06),inset 0 0 10px rgba(0,0,0,0.02);
    box-shadow:0 0 0 1px rgba(255,255,255,1.0),inset 0 1px 1px 1px rgba(0,0,0,0.06),inset 0 0 10px rgba(0,0,0,0.02);
    color:#999;
    text-shadow:0 1px 0 rgba(255,255,255,1.0)
}
form.box input[type="text"]:focus, form.box textarea:focus{
    border-color:#cacaca;
    background-color:#fefefe;
    -moz-box-shadow:0 1px 3px 1px rgba(0,0,0,0.07),
        inset 0 0 0 1px rgba(255,255,255,1.0),
        inset 0 0 10px rgba(255,255,255,0.7);
    -webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,0.07),
        inset 0 0 0 1px rgba(255,255,255,1.0),
        inset 0 0 10px rgba(255,255,255,0.7);
    box-shadow:0 1px 3px 1px rgba(0,0,0,0.07),
        inset 0 0 0 1px rgba(255,255,255,1.0),
        inset 0 0 10px rgba(255,255,255,0.7);
    color:#444;
    text-shadow:none
}


form.box table tr td{
    padding:6px;

}

div.message{
    color:#FFF;
    padding:15px;
    margin-bottom:15px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;

}
div.success{
    background-color: #387321;
}
div.failure{
    background-color: #9C2D2D;
}
.rapid_contact table{
    width:250px;
    margin: 0 auto;
}
.rapid_contact .textarea{
    width:100%;
    height:200px;
}

/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.new_sponsors_table td{
    padding-bottom:5px;
    padding-left: 15px;
}
.new_sponsors_table{
    background: url(../images/bullet.jpg) no-repeat 0 10px;
}

.openday p{
    padding-bottom: 30px;
    padding-top: 30px;
}

.openday h3{
	color: #792222;
	font-size: 24px;
	line-height: 34px;
}

.openday a{
    text-decoration: underline;
}

.openday p{
	line-height: 22px;
}
