/* CSS Document for ConTempo*/



#doc {
	width: 750px;
}

BODY {
background-color:white;
color: #222;
margin: 5px 0px 0px 5px;
}
BODY,TD,LI {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}


a {
	color: #92430d;
}

ul li {
margin-left: 32px;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
ul {
	list-style-type: disc;
}

	
p {
	margin: 10px 0px 10px 0px;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

h1,h2,h3,h4 {
	font-weight:100;
	color: #be0000;
}
h1 {font-size:18pt; letter-spacing: 0.2em; font-transform: uppercase;
border-bottom: 1px #ccc dashed;
margin-top: 20px;
margin-bottom: 10px;
padding-bottom: 10px;}

h2 {font-size:14pt;}
h3 {font-size:12pt;}
h4 {font-size:11pt;}

h2,h3,h4 {font-weight: 100; margin-top: 20px; margin-bottom: 10px;}

label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

#hmenu {
	x-padding: 5px 0px 5px 0px;
	margin:5px 0 5px 0;
	text-align:center;
	x-background: #581a05;
	background: #c20000;
	font-size:12px;
}

#hmenu a {
	x-padding: 12px 13px 2px 11px;
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	x-background: #581a05 url(assets/hmenuarrow.gif) no-repeat top center;
	background: #920000 url(assets/hmenuarrow.gif) no-repeat top center;
	x-margin: 0 0 15px 2px;
	border-bottom: 4px solid #b02f47;
	text-transform: uppercase;
}

#hmenu a:hover  {
	x-background: #b02f47 url(/export/system/modules/net.galway.opencms.template.galwayensemble/resources/hmenuarrowhover.gif) no-repeat top center;
	color: white;
	border-bottom: 4px solid #581a05;
}
#hmenu a.selected {
}
#hmenu a.hasMenu {
	background-image: url(/export/system/modules/net.galway.opencms.template.galwayensemble/resources/hasmenu.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#hmenu TABLE,
#hmenu TABLE TD {
padding:0;
margin:0;
}
#hmenu TABLE {
width:100%
}
#hmenu TABLE TD {
width:14.29%; /* 100/7 */
}

IMG#mainPhoto {
	float:right;
	margin-left: 20px;
}

#yui-main {
min-height: 400px;
}

#ft {
	font-size:8pt;
	text-align:center;
	border-top: 1px solid #c00000;
	padding-top: 2px;
	margin-top: 2px;
}



DIV.newsItem {
	background-color:#f7f7f7;
	min-height: 130px;
	padding:5px;
	margin:10px 0px 10px 0px;
	width:340px;
	
	background-image: url(/export/sites/GalwayEnsemble/images/logobg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
DIV.newsItem H3 {
	color: #af2f46;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;
}
DIV.newsItem P {
	margin:3px 0px 3px 0px;
}
DIV.newsItem TABLE {
	width:100%;
}
DIV.newsItem TABLE TD {
	height:130px;
}



DIV.newsItem2 {
	background-color:#f7f7f7;
	min-height: 130px;
	padding:5px;
	margin:10px 0px 10px 0px;
	x-width:340px;
	
	background-image: url(/export/sites/GalwayEnsemble/images/logobg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
DIV.newsItem2 H3 {
	color: #af2f46;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;
}
DIV.newsItem2 P {
	margin:3px 0px 3px 0px;
}




hr {
	x-background-color:#AF2F46; min-height:2px; height:2px; width:100%;
	x-border:none;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #af2f46;
	
}


TABLE.galleryTable {
	width:100%;
}
TABLE.galleryTable TD {
	padding: 10px;
}
/*
DIV.content IMG {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}
*/

blockquote {
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: transparent url(/export/sites/GalwayEnsemble/images/openquote_red.png) left top no-repeat;
	padding-left: 40px;
	min-height: 40px;
}

TABLE.eventTable TD {
	padding: 2px;
}

TABLE.gallery {
	width: 100%;
}
TABLE.gallery TD {
	text-align:center;
	padding: 10px;
}
IMG.galleryIndexThumbnail {
	float: left;
	padding: 5px;
	margin: 0px;
	margin-right: 10px;
	border: 1px solid #ccc;
}