﻿
/*------------ Template styling ------------*/

/*------------ Front page calendar content - image and text ------------*/
.thsite_template_front_page_calendar_content
{
	margin-top: 10px;
	text-align: center;
	width: 162px;
	overflow: hidden;
	font-size: 9px;
}

.thsite_template_front_page_calendar_content a p
{
	font-size: 11px;
}

/*------------ Front page article with image on the left / right------------*/

.thsite_template_front_page_article
{
	border-top: solid 2px #931414;
	padding: 15px 0 20px 0;
}

.thsite_template_front_page_article table
{
	width: 100%;
}

.thsite_template_front_page_article td
{
	vertical-align: top;
}

.thsite_template_front_page_article td.empty_col div
{
	width: 25px;
	background: transparent;
}

.thsite_template_front_page_article h1
{
	margin-top: 0;
	margin-bottom: 15px;
	color: #124b8a;
}

.thsite_template_front_page_article .shadowedFloatImage_bl_wrapper
{
}

.thsite_template_front_page_article p
{
	margin: 0;
	margin-top: -3px;
	padding: 0;
}
.thsite_template_front_page_article br
{
}
.thsite_template_front_page_article .link
{
	background: url(../Images/arrow_01.gif) no-repeat left 3px;
	padding-left: 16px;
	display: block;
}


/*------------ Front page small article ------------*/
.thsite_template_front_page_small_article_4,
.thsite_template_front_page_small_article_6,
.thsite_template_front_page_small_article_8
{
	padding: 6px 5px 6px 5px;
	width: 157px;
	margin-bottom: 5px;
	text-align: center;
	overflow: hidden;
	/* background images don't currently scale -> text size cannot change */
	font-size: 10px;
}

.thsite_template_front_page_small_article_4
{
	height: 186px;
	background: #f3f3f3 url(../Images/small_article_box_4_lines.gif) no-repeat;
}
.thsite_template_front_page_small_article_6
{
	height: 217px;
	background: #f3f3f3 url(../Images/small_article_box_6_lines.gif) no-repeat;
}
.thsite_template_front_page_small_article_8
{
	height: 253px;
	background: #f3f3f3 url(../Images/small_article_box_8_lines.gif) no-repeat;
}

.thsite_template_front_page_small_article_4 .shadowedFloatImage_bl_wrapper,
.thsite_template_front_page_small_article_6 .shadowedFloatImage_bl_wrapper,
.thsite_template_front_page_small_article_8 .shadowedFloatImage_bl_wrapper
{
}

.thsite_template_front_page_small_article_4 h1,
.thsite_template_front_page_small_article_6 h1,
.thsite_template_front_page_small_article_8 h1
{
	font-family: Sans-Serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #931414;
	margin-bottom: 3px;
	margin-top: 0px;
}

.thsite_template_front_page_small_article_4 p,
.thsite_template_front_page_small_article_6 p,
.thsite_template_front_page_small_article_8 p
{
	clear: both;
	text-align: left;
	line-height: 1.4em;
	margin: 4px;
	font-size: 1em;
}

/*------------ Link list ------------*/
.thsite_template_side_box_link_list h1
{
	display: none;
}

.thsite_template_side_box_link_list a
{
	line-height: 1.5em;
	display: block;
}

/*------------ Image link ------------*/
.thsite_template_side_box_image_link
{
	/* Same style as contentBox_side */
	width: 183px;
	border: solid 1px #a2a2a2;
	margin-bottom: 5px;
	overflow: hidden;
	background: #fff;
}

/*------------ Collections page collection link ------------*/
.thsite_template_collections_page_collection_link
{
	border-top: dashed 1px #bbaf91;
	padding-top: 5px;
	padding-bottom: 5px;
}

.thsite_template_collections_page_collection_link table
{
	width: 100%;
}

.thsite_template_collections_page_collection_link td
{
	vertical-align: middle;
}

.thsite_template_collections_page_collection_link td.empty_col div
{
	width: 25px;
	background: transparent;
}
.thsite_template_collections_page_collection_link .shadowedFloatImage_bl_wrapper
{
}
.thsite_template_collections_page_collection_link h2
{
	margin-bottom: 0;
	font-size: 1.9em;
}
.thsite_template_collections_page_collection_link p
{
	margin-top: 0;
}

/*------------ Shadowed float image ------------*/

.shadowedFloatImage_bl_wrapper
{
	width: auto;
	position: relative;
	padding: 8px;
	background: url(../Images/shadow_01_bottom-left.png) no-repeat left bottom;
}
.shadowedFloatImage_tl
{
	position: absolute;
	left: 0;
	top: 0;
	height:5px;
	width: 100%;
	background: url(../Images/shadow_01_top-left.png) no-repeat left top;
}
.shadowedFloatImage_tr
{
	position: absolute;
	right: 0;
	top: 0;
	height:5px;
	width: 5px;
	background: url(../Images/shadow_01_top-right.png) no-repeat left top;
	z-index: 2;
}
.shadowedFloatImage_br
{
	
	position: absolute;
	right: 0;
	bottom: 0;
	width:5px;
	height: 100%;
	background: url(../Images/shadow_01_bottom-right.png) no-repeat left bottom;
	z-index: 1;
}