/* VISUALEDIT STYLE CSS TEMPLATE FOR GLOBAL ELEMENT STYLES*/
* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
    height: 100%; 					/*add 100% auto height property to fix FF background image bug*/
}

#fckcontent.edit {
   width: 100%;
   height: auto;
   background: #FFFFFF;
}

body {
	margin: 0;
	padding: 0;
	background: #fff; 				/*if the background property clashes with HTML Module usage, move this styling to alternative stylesheet */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	font-size: 62.5%; 				/*for best cross-browser consistancy, leave as 62.5% and style elements with ems i.e. 1.2ems to achieve 12px*/
}


/*---------- PARAGRAPH & TABLE ELEMENTS ----------*/
p, ul, ol, td {
	font-size: 1em;					/*size with ems i.e. 1.2ems to achieve 12px*/
	font-weight: normal;
	line-height: 1.2em;
	color: #333;
}

p.list {
padding-left: 1em;
text-indent: -1em;
margin-bottom: 0.3em;
}

ol ol, ul ul, ol ul, ul ol {	
	font-size: 100%; 				/*fix relative size problem with nested elements*/
}

td {
        font-size: 10px;                                /*fix size in px to appear correct in wysiwyg editor*/
}


/*---------- HEADING TAGS ----------*/
h1 {
	font-size: 1.2em;
        color: #b1111f;
        width: 93%;
        border-bottom: #57B0E3 solid 1px;
        padding: 5px 0 5px 7%;
        margin: 0 0 10px 0;
        background: url(../layout-images/logo_mini.gif) left bottom no-repeat;
}

#site_left_content h1 {
        width: 80%;
        padding: 5px 0 5px 20%;
}

#newslist a.slideheader, #menulist a.slideheader, #winelist a.slideheader, #eventslist a.slideheader  {   
        display: block;    
        font-size: 1.2em;
        font-weight: bold;
        color: #b1111f;
        width: 93%;
        border-bottom: #57B0E3 solid 1px;
        padding: 5px 0 5px 7%;
        margin: 0;
        background: url(../layout-images/logo_mini.gif) left bottom no-repeat;
}


h2 {
	font-size: 1.2em;
	line-height: 1.3em;
        color: #57B0E3;
}


/*---------- LIST ELEMENTS ----------*/
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	list-style-position: inside;
        margin-left: 15px;
}

li.list {
padding-left: 1em;
text-indent: -1em;
}


/*---------- LINKS ----------*/
a:link, a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover, a:active {
	color: B1111F;
	text-decoration: none;
}


/*---------- IMAGES ----------*/
img { 
	border: none;
}


/*---------- OTHER ELEMENTS ----------*/
blockquote {
	margin: 10px;	
	font-style: italic;
}

code {
}

acronym {
	cursor: help;
}

pre {
}

/*---------- FORM ELEMENTS ----------*/

fieldset {
	border: #ccc solid 1px;
}

legend {
	padding: 0 20px;
}

label {
	display:none;
}

input {
	width: auto;
}

textarea {
	width: auto;
	height: auto;
}

select {
	width: auto;
}



