/* PNG Support for IE ------------------------------------------------ */

#logo, img, div { behavior: url(iepngfix.htc); }


/* Stylesheet -------------------------------------------------------- */

html, body {height: 100%;}

body,div,ul {margin: 0;padding: 0;}

html {background: url(../images/pat_20070209015440_bw.gif) 25% 0 #eee;} /*patterned design by Enes Acar, one@freeresourcesforwebmasters.com. Found on k10k.net*/

body {
	font: 0.75em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-align:center; /*Align content to center*/
	height: 1000px;
	}

#wrap {
	width: 660px;
	position: relative;
	min-height: 100%;
	height: auto;
	/* height: 1000px; */
	/* overflow: hidden; */
	margin:0px auto;
	padding: 0 20px;
	text-align:left;
	background-color: #fff;
 	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	}

#content {
	position: absolute;
	top: 350px;
	width: 660px;
	}

/* Pushes content on main pages down 
#Home #content, #Performances #content, #About #content, #Community #content, #Press #content, #Collaborate #content, #Contribute #content {top: 400px;}
*/

/*.contentpaneopen {background: url(../images/line_diag_black.png);}*/

#logotype {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 297px;
	height: 35px;
	background: url(../images/refineddining_logotype.png) 0 0 no-repeat;
	border: 0;
	}
	
#logotype:hover {
	background: url(../images/refineddining_logotype.png) 0 -35px no-repeat;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style:italic;
	color: #0575cc;
	}
	
h1 {
	font-size: 2.25em;
	line-height: 1.2em;
	font-style:italic;
	}
h2 {
	font-size: 1.75em;
	line-height: 1.25em;
	padding: 1em 0 0;
	}

h3 {font-size: 1.25em;color: #999;padding-top: 1em;}

h1+h3 {padding-top: .5em;}

h2+p, h3+p {padding-top: 0; margin: 0;}

/* Next 2 lines here instead of first-child to set up first li item's spacing and then to return it to following li items. */
ul li {padding-top: 0;}
li+li {margin-top:.5em;}

#content h1 {
	padding-top: .25em;
	}

p {padding: 1em 0;}

strong {color: #666;}

/*.event-image {
	margin-top: 10px;
	border: 5px solid #333;
	}*/

ul {list-style: disc; padding-bottom: 1em}
	
li {
	padding: 1.4em 0 0 10px;
	list-style:circle;
	}
	
a:link {
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #999;
	}
	
a:visited {
	text-decoration: none;
	color: #888;
	border-bottom: 1px solid #999;
	}
	
a:hover, #current a {
	border: none;
	color: #0575cc;
	}
	
a#home-link {
	position: absolute;
	top: 42px;
	left: 65px;
	width: 110px;;
	height: 20px;
	text-decoration: none;
	border: 0;
	}



/*a.readon {padding-left: 30px;border: none;background: url(../images/readMore.png) 10px 0 no-repeat;}
a.readon:hover {background: url(../images/readMore.png) 10px -25px no-repeat;}

a.money {padding-left: 20px;border:none;background: url(../images/money.png) 0 0 no-repeat;}
a.money:hover {background: url(../images/money.png) 0 -25px no-repeat; color: #2fad02;}
*/

/* Removes border from Simple Gallery Links */
#lbCloseLink, #lbNextLink, #lbPrevLink {border: 0;}

/*Border color for Simple Gallery */
.sig_thumb a img:hover {background:#0575cc;}

.sig_thumb img:hover {border: 1px solid #0575cc;}

.pagenav {
	margin: 0 .2em;
	color: #999;
	}
	
.pagenav a {
	color: #fff;
	}
	
#container img a {
	text-decoration: none;
	border: none;
	}
	
.article_column {
	padding: 0 0 3em 0;
	}
	
#legal {
	font-size: 0.8em;
	color: #ccc;
	}
#legal:hover, #legal:hover a {color: #999;}

#legal a {
	color: #ccc;
	border-bottom: 1px solid #eee;
	}
#legal a:hover {
	color: #333;
	border: 0
	}
	
/*.date {color: #fff;}*/


/* Menu -------------------------------------------------------- */

ul.menu {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: .87em;
	line-height: 1.6em;
	list-style: none;
	}

.menu li {display: inline; padding: 0 6px;}

.menu a:link {
	text-decoration: none;
	color: #666;
	border: none;
	}
	
.menu a:visited {
	text-decoration: none;
	border: none;
	color: #555;
	}
	
.menu a:hover {	color: #0575cc;}
	
.componentheading {display: none;}

/* For Slideshow */

#slidewrap {
	position: absolute;
	top: 75px;
	left: 0;
	width: 700px;
	height: 250px;
	}
	
.home_slidewrap {
	background-color: #0575cc;
	}

.moduletablehomeSlideshow {
	width: 700px;
	text-align: left;
	}



/* For Home Page -------------------------------------------------

.moduletableheadline {
	position: relative;
	top: 60px;
	left: 245px;
	width: 700px;
	background: url(../images/line_diag.png) repeat-x;
	}

.moduletableheadline h1, .moduletableheadline p {
	padding: .75em 0 0;
	margin: 0;
	}
.moduletableheadline h1 {
	margin-left: -.5em;
	}
*/	
	
/*#Home .blog {
	margin-top: 400px;
	}*/

/* For More Articles in Blog Layout ------------------------------ 

.blog > tbody > tr >td {
	text-align:left;
	}
	
.blog_more {
	border-top: 1px dotted #ccc;
	padding: 1em 0 3em 0;
	}
	
.blog_more ul li {
	padding: 0;
	background: none;
	}*/

/* For image mouse overs ------------------------------ */

#Mouseroll1 {
	position:absolute;
	visibility:hidden;
	border:solid 1px #CCC;
	padding:1px;
} 
#Mouseroll2 {
	position:absolute;
	visibility:hidden;
	border:solid 1px #CCC;
	padding:1px;
} 
#Mouseroll3 {
	position:absolute;
	visibility:hidden;
	border:solid 1px #CCC;
	padding:1px;
} 
#Mouseroll4 {
	position:absolute;
	visibility:hidden;
	border:solid 1px #CCC;
	padding:1px;
} 


/* BACKGROUNDS -------------------------------------------------------- 

#Home { background: url(../../../images/background_images/dance_447.jpg) 0 0 no-repeat #000;}
#Performances { background: url(../../../images/background_images/lighter.jpg) 0 0 no-repeat #000;}
#About { background: url(../../../images/background_images/tl_127.jpg) 100px 0px no-repeat #000;}
#Community { background: url(../../../images/background_images/dance_353.jpg) no-repeat #000;}
#Press { background: url(../../../images/background_images/press.jpg) no-repeat #000;}
#Collaborate { background: url(../../../images/background_images/dance_313.jpg) 0 0 no-repeat #000;}
#Contribute { background: url(../../../images/background_images/support.jpg) 0 -100px no-repeat #000;}
*/
	
	
/*.moduletable{
	margin-bottom:1em;
	padding:0 10px; /*padding for inside text*/
	/* border:1px #CCC solid;
	}*/

/*Compass Design typography CSS
.moduletablemenu{
	padding:0;
	color: #333;
	margin-bottom:1em;
	}
.moduletablemenu h3 {
	background:#666;
	color:#fff;
	padding:0.25em 0;
	text-align:center;
	font-size:1.1em;
	margin:0;
	border-bottom:1px solid #fff;
	}
.moduletablemenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
.moduletablemenu li{
	border-bottom: 1px solid #ccc;
	margin: 0;
	}
.moduletablemenu li a{
	display: block;
	padding: 3px 5px 3px 0.5em;
	border-left: 10px solid #333;
	border-right: 10px solid #9D9D9D;
	background-color:#666;
	color: #fff;
	text-decoration: none;
	}
html>body .moduletablemenu li a {
	width: auto;
	}
.moduletablemenu li a:hover,a#active_menu:link,a#active_menu:visited{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}
*/


/* default Joomla styles */
div.componentheading {}
div.contentpane {}
div.contentdescription {}
td.sectiontablefooter {}
td.sectiontableheader {}
a.category {}
td.sectiontableentry1 {}
td.sectiontableentry2 {}
form#selectForm {}
table.contentpane {}
td.contentheading {}
form#emailForm {}
input#contact_name {}
label#contact_emailmsg {}
input#contact_email {}
input#contact_subject {}
label#contact_textmsg {}
textarea#contact_text {}
input#contact_email_copy {}
form.form-validate {}
div.contact_email {}
input.inputbox {}
input.required {}
input.validate-email {}
textarea.inputbox {}
textarea.required {}
button.button {}
button.validate {}
span.hasTip {}
hr#system-readmore {}
form#jForm {}
ul#archive-list {}
div#navigation {}
li.row {}
h4.title {}
h5.metadata {}
span.created-date {}
span.author {}
div.intro {}
div.contentpaneopen_edit {}
table.contentpaneopen {}
a.contentpagetitle {}
td.buttonheading {}
span.small {}
td.createdate {}
td.modifydate {}
a.readon {}
span.article_separator {}
input#title {}
input#created_by_alias {}
input#publish_up {}
input#publish_down {}
textarea#metadesc {}
textarea#metakey {}
table.adminform {}
td.key {}
img.calendar {}
input#alt {}
table.blog {}
td.article_column {}
div.blog_more {}
a.blogsection
td.contentdescription {}
span .article_separator {}
td.componentheading {}
form#poll {}
table.pollstableborder {}
th.sectiontableheader {}
td.smalldark {}
span.highlight {}
table.searchintro {}
input#search_searchword {}
/*input#area_{VALUE} {} /* Value is set programatically */
input.button {}
form#login {}
form#josForm {}
label#namemsg {}
input#name {}
label#usernamemsg {}
input#username {}
label#emailmsg {}
input#email {}
label#pwmsg {}
input#password {}
label#pw2msg {}
input#password2 {}
div.message {}
form.josForm {}
label.hasTip {}
input#password1 {}
input.validate-password {}
input#token {}
input#name {}
form#adminForm {}
input#jformtitle {}
input#jformurl {}
textarea#jformdescription {}
table#explain-sql {}
table.Table {}
td.TD {}
div#keepAliveLayer {}
/*input#cb{ROW_NUMBER} {} /* Value is set programatically */
dl.tabs {}
div.pane-sliders {}
div.panel {}
h3.jpane-toggler  {}
h3.title {}
div.jpane-slider  {}
div.content {}
table.paramlist {}
table.admintable {}
td.paramlist_description {}
td.paramlist_key {}
td.paramlist_value {}
div.toolbar {}
#search {}
input.text_area {}
select.inputbox {}
span.breadcrumbs  {}
span.pathway {}
/*button#trigger_{ID} {} /* Value is set programatically */
div.expander {}
/*input#{NAME} {} /* Value is set programatically */
/*input#{VALUE} {} /* Value is set programatically */
div#overDiv {}
a.tooltip {}
/*form{FORMNAME} {} /* Value is set programatically */
link#luna-tab-style-sheet {}
/*div#{PANEID} {} /* Value is set programatically */
div.tab-page {}
h2.tab {}
div.bannergroup {}
div.bannerheader {}
div.banneritem {}
div.clr {}
div.bannerfooter {}
a.pathway {}
table.moduletable {}
ul.newsfeed {}
ul.latestnews {}
li.latestnews {}
a.latestnews {}
input#mod_login_username {}
input#mod_login_password {}
input#mod_login_remember {}
/*li#{ITEM ID} {} /* Value is set programatically */
span.separator {}
ul#mainlevel {}
ul#sublevel {}
ul.mostread {}
li.mostread {}
a.mostread {}
/*input#voteid{VOTE ID NUMBER} {} /* Value is set programatically */
table.poll {}
ul.relateditems {}
input#mod_search_searchword {}
div.search {}
ul.sections {}
