/* CSS Document */

/* Stylesheet for Witches of Eastwick Shows */
td.woe
{
	vertical-align: top;
	color: rgba(255,0,0,1);
	padding: 2px;
}

th.woe
{
	vertical-align: central;
	text-align: center;
	color: black;
	height: 60px;
	background-size: cover;
	font-style: italic;
	font-size: larger;
	background-color: rgba(204,0,0,0.5);
}

table
{
	padding:20px;
}

img.woe_header
{
	padding-left:30%;
}

h2.woe_header
{
	padding: 40px;
	color: rgba(0,0,0,1);
	font-weight: bolder;
	text-shadow: 2px 2px #FF0000;
}

h1.woe, h2.woe, h3.woe
{
	color: black;
	padding: 20px;
	text-shadow: 2px 2px #FF0000;
}
p
{
	font-size: 16px;
	padding: 10px;
	text-align: justify;
	text-justify: inter-word;
	color: white;
}

a
{
	color:rgba(255,0,0,1);
}
td.summary
{
	width: 60%;
	color: white;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	border-color: black;
	border-radius: 0px;
}

td.date
{
	width: 40%;
	color: white;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	border-color: black;
	border-radius: 0px;
	text-indent: 10px;
}


td.description
{
	width: 100%;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-indent: 10px;	
}

div.content
{
	background-image:url(../../images/2017_WoE/background.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	max-width:1100px;
}

div.column_left
{
	background-image:url(../../images/2017_WoE/background.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
}

div.woe > table
{
	width:800px;
}