/*	-------------------------------------------------------
	Cork Butter Museum
	
	Description:	Base setup styles

	Date:			May 15, 2006
	
	Version:		1.0
	--------------------------------------------------------	*/

/* *** some elements based on css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #fff;
background-image: url("/images/3.jpg");
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:20px 0px;
}
a {color: #00235F;}
a:visited {color:#00235F;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 24px;
padding:5px 15px;
margin: 0px }

h2 {
color: #884400;
font-size:20px;
font-family: Georgia, Times New Roman, Serif;
font-weight: bold;
padding: 8px 10px;
margin-bottom: 0px;
margin-top: 20px;}

h3 {
color: #884400;
font-size:16px;
font-family: Georgia, Times New Roman, Serif;
font-weight: bold;
padding: 8px 10px;
margin-bottom: 0px;
margin-top: 20px;}

p, pre {
padding: 5px 10px;
margin:0px;
}



span.label,span.spacer,span.multiple span {margin-left:10px;margin-top:5px;width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:128px;} 

/* ----------container to center the layout-------------- */
#container {
background-color: #fff;
background-repeat: repeat;
width: 700px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color:  #F2ECD9;
border: 1px solid  #DDCD9A;

}
#container_home {
background-color: #fff;
background-repeat: repeat;
width: 700px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
background-color: #E87403;
border: 1px solid  #DDCD9A;
}

/* ----------banner -------------- */
#banner {
background-color: #fff;
background-image: url("/images/5.jpg");
 width: 700px; height: 165px;
text-align: right;
padding: 0px;
margin: 0px;
}

.link_slug  { text-align: right; padding-top: 25px; padding-right: 25px; width: 368px; height: 25px }


/* -----------------content--------------------- */

#content {
background-color: #ffffff;
padding: 0px;
margin-left: 180px;
margin-right: 180px;
}
div#content { 
min-height:300px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#content_wide {
background-color: #ffffff;
padding: 0px;
margin-left: 180px;
margin-right: 20px;
margin-bottom: 20px;
}
div#content_wide { 
min-height:300px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}
td.content_wide {
padding: 5px 10px;
margin:0px;
}


#content_full {
background-color: #ffffff;
padding: 0px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}
div#content_full { 
min-height:300px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#homepanel {
background-color: #E87403;
}
#homepanel_left {
background-color: #E87403;
width: 350px;
float: left;
margin-top:20px;
}
#homepanel_right {
background-color: #E87403;
width: 320px;
float: right;
}


td#homepanel{
padding:0px;
margin:0px;
}
.ting{
padding:0px;
margin:0px;
}

/* --------------left & right navi------------- */
#left {
float: left;
width: 160px;
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
padding: 0px;
}

#right {
background-color: #fff;
float: right;
width: 160px;
margin-right: 20px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
background-image: url("/images/4.jpg");
clear: both;
 width: 700px; height: 53px;
margin: 0px;
padding: 0px;
 }

/* -----------format the alert message for IE MAC users---------------- */
.ie_note {
background-color: #F3EA9D;
font-size: 10px;
color:#000;
padding: 8px;
margin-left: 10px;
margin-right: 10px;
}

/* -----------hide pda nav --------------------------- */
#accessibility { position: absolute; top: -10000px; }

/* -----------hide display --------------------------- */
.hide { display: none; }


/* -----------position article thumbnails --------------------------- */
.artimg_left {

float: left;
margin-right: 10px;
	padding-left: 0px;

}

.artimg_right {

float: right;
margin-right: 10px;
	padding-left: 10px;

}

.pressquote {
color: #fff;
font-size:22px;
font-style:italic;
margin-left: 20px;
margin-top: 0px;
padding: 0px 0px;
}

.pressbyline {
color: #3D2316;
text-transform:uppercase;
margin-left: 22px;

font-size:9px;
}


#homelinks a{
color: #fff;
font-size:15px;
font-family: Georgia, Times New Roman, Serif;
font-weight: bold;
text-decoration: none;
}


#homelinks a:hover {color: #F4CB59;}

#homelinks li {
list-style-image: url("/images/7.jpg");
margin-top: 10px;
}


.copyright
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 9px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ACA183;
}

.copyright a
{
	color: #ACA183;
	text-decoration: none;
	border-bottom: none;
}

.copyright a:hover
{
	color: #fff;
	text-decoration: none;
}

