
/**
 * Archives template for the #core container
 * Use as class name: <tag id="core" class="archives">
 * @media          {screen}
 * @require        global.css
 * @toc            opening, content, clearing
 * 
 * Hierarchy :
 * [...]
 *    #opening
 *    #content
 * [...]
 */


/**
 * Page title, intro texts and images...
 * @section        opening
 * @tree           #opening < #main < #core < #wrapper < body < html
 */
.archives #opening {
	margin-bottom:1.3em;
	background:transparent url(../img/bg/opening-extended.png) repeat-y scroll 0%;
	color:#FFFFFF;
}


/**
 * Actual content of the page
 * @section        content
 * @tree           #content < #main < #core < #wrapper < body < html
 */
.archives #content {
	margin:0; padding-left:15px;
	width:661px;
}

.archives #content .item h3 {
	position:relative;
	margin:0 -15px; padding:.3em 15px;
	background:url(../img/bg/main_clubName.png) repeat-y; color:#AC036D;
	font:bold italic 18px "Times New Roman", Times, Georgia, serif;
}

.archives #content .item ul {line-height:1.6;}

.archives #content .item ul a {
	padding-left:8px;
	background:url(../img/bullet/4x7_n_433369.gif) no-repeat 0 .4em; color:#433369;
	font-weight:bold;
}

.archives #dnn_NewsletterForm {margin-bottom:2em;}

.archives #content .text input {
	padding:2px; border:1px solid #CC37A2;
	width:194px;
}

.archives #content .box {padding-bottom:.6em;}
.archives #content .box label {float:left; margin:0 1.3em 0 0;}
.archives #content .box input {float:left; margin:.1em .3em 0 0;}

.archives #content .submit {position:relative;}
.archives #content .submit a {position:absolute; top:-1.8em; left:210px;}


/**
 * Auto-clearing method (do not work in IE)
 * @section        clearing
 */
.archives #content .box:after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
	content:".";
}
