
#banner-wrapper
{
	width: 100%;
}

#banner-wrapper img
{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


.footer-banner
{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.footer-banner img
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.twocol
{
	width: 50%;
	float: left;
}

.rjust
{
	text-align: right;
}

.social-group
{
	width: 300px;
	margin: 0 auto;
	padding-top: 2em;
	padding-bottom: 2em;
}

.social-button
{
	display: inline;
	padding: 0.3em;
}


ul {
	list-style: square outside none;
}

	ul.style1
	{
		margin: 0;
		padding: 2em 0 0 0;
	}

	ul.style1 li
	{
		float: left;
		display: inline-block;
		padding: 0px 0px 0px 20px;
	}

	ul.style1 li:first-child
	{
		padding-left: 0px;
	}

	ul.style3
	{
		margin: 0;
		padding: 0;
		overflow: hidden;
		list-style: none;
		color: #6c6c6c
	}

	ul.style3 li
	{
		overflow: hidden;
		display: block;
		padding: 0em 0em 0em 0em;
		margin: 0 0 1.3em 0;
		border-top: 0px solid #D1CFCE;
	}

	ul.style3 li:first-child
	{
		padding-top: 0;
		border-top: none;
	}

	ul.style3 p
	{
		margin: 0;
	}

	ul.style3 a
	{
		display: block;
		text-decoration: none;
		color: #2D2D2D;
	}

	ul.style3 a:hover
	{
		text-decoration: underline;
	}

	ul.style3 h3
	{
		padding: 15px 0em 5px 0em;
		text-transform: uppercase;
		font-size: 1.1em;
		font-weight: 700;
		color: #454445;
	}

	ul.style3 .first
	{
		padding-top: 0;
		background: none;
	}

ul.style3 .date
	{
		float: left;
		position: relative;
		width: 60px;
		height: 50px;
		margin: 10px 1.5em 0em 0em;
		padding: 10px 0em 0em 0em;
		background: #862525;
		border-radius: 5px;
		box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
		line-height: normal;
		text-align: center;
		text-transform: uppercase;
		text-shadow: 0px 1px 0px rgba(0,0,0,.2);
		font-size: 0.8em;
		font-weight: 400;
		color: #FFF;
	}

	ul.style3 .date:after
	{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 6px;
	}

	ul.style3 .date b
	{
		margin: 0;
		padding: 0;
		display: block;
		font-size: 1.8em;
		font-weight: 400;
		color: #FFFFFF;
	}

	ul.style3 .date a
	{
		color: #FFFFFF !important;
	}

	ul.style3 .date a:hover
	{
		text-decoration: none;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		overflow: hidden;
		padding: 1em 0em;
		border-top: 1px solid rgba(0,0,0,0.08);
	}

	#copyright p
	{
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		font-size: 0.80em;
		color: rgba(0,0,0,0.6);
	}

	#copyright a
	{
		text-decoration: none;
		color: rgba(0,0,0,0.8);
	}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/


	.button:before
	{
	}

/*********************************************************************************/
/* Table                                                                      */
/*********************************************************************************/

	table
	{
		overflow:  hidden;
		padding-top: 0em;
                margin-left:auto;
                margin-right:auto;
		text-align: center;
	}

/* Gallery Albums */
        gallery{
                margin-left:auto;
                margin-right:auto;
        }

    .gallery-title {
    	width:100%;
    	margin-top: 15px;
    	font-size: 16pt;
    	display: inline-block;
    }

/* Center thumbnails */
.galleria-thumbnails { margin: auto;}
.galleria-container{ background:#e0e0e0; }
