@charset "UTF-8";
body {
	font-weight: 200;
	font-style: normal;
	font-size: 16px;
	line-height: 1.3;
	background-image: url(../assets/black-Linen.png);
	/* ~~ black_Linen.png made by Atle Mo from subtlepatterns.com ~~*/
	margin: 0;
	padding: 0;
	font-family: "Josefin Sans", "Trebuchet MS", Arial, sans-serif;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	margin-bottom: 0px;
	font-family: "Josefin Sans", "Trebuchet MS", Arial, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	padding-top: 20px;
	padding-bottom: 5px;
	font-family: "Josefin Sans Bold", "Trebuchet MS Bold", "Arial Bold", sans-serif;
}

p {
	padding-bottom: 0px;
}


a img { 
	border: none;
	padding: 0pt;
	margin:0pt;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #333;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	font-size: 14px;
	font-family: "Josefin Sans", "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #B60202;
}

hr {
	border-top: 10px ridge #B60202;
	display: block;
	height: 2px;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
}

/* ~~ this fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	color: #000;
	background-color:transparent;
}

.sidebar1 {
	float: right;
	width: 220px;
	padding-bottom: 10px;
	padding-left: 20px;
	font: #FFFDF7;
	background: transparent;
}

.logo {
	padding: 5px;
	alignment-baseline: middle;
	padding-top: 39px;
	padding-bottom: 25px;
}

.container .sidebar1 p {
	font-size: 14px;
	color: #F0F0F0;
	padding-bottom: 15px;	
}

.container .sidebar1 a {
	color: #F0F0F0;
	font-size: 14px;
	font-variant: normal;
	padding: 0px;
	letter-spacing: 1px;
	font-family: "Josefin Sans", "Trebuchet MS", Arial, sans-serif;
}

.container .sidebar1 hr {
	display: box;
	height: 1px;
	border-top-color: #8C0202;
}

.content {
	padding-light: 20px;
	width: 629px;
	float: right;
	background-image: url(../assets/debut_light.png);
	/* deput_light.png from http://subtlepatterns.com made by Luke McDonald. */
	padding: 40px;
	padding-bottom: 0px;
}

.content .spacer {
	display: box;
	height: 15px;
}

.content .fullimg {
}

.container .content h3 {
	color: #8C0202;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.container .content .main {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 20px;
	alignment-baseline: baseline;
}

.container .content .main ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	overflow: hidden;
	width: 629px;
	height: 80px;
}

.container .content .main ul li {
float:left;
}

.container .content .main ul li a {
	display: block;
	width: 90%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	text-align: center;
}

.container .content .main p {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	width:inherit;
	text-transform: uppercase;
}
	
.floatImageRight {
	float: right;
	padding-bottom: 0pt;
	margin-bottom: 5pt;
	margin-left: 10pt;
	margin-right: 0pt;
	margin-top: 15pt;
}

.floatImageLeft {
	float: left;
	padding-bottom: 0pt;
	margin-bottom: 5pt;
	margin-left: 0pt;
	margin-right: 10pt;
	margin-top: 15pt
}

.container .content .rt-column {
	width: 200px;
	float: right;
	margin-left: 30px;
}


.container .content .lt-column {
	width: 200px;
	float: left;
	margin-right: 30px;
}
		
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container .content .fill {
	padding-right: 0px;
	padding-left: 0px;
}

.container .content .fill h2 {
	font-family: "Josefin Sans Bold", "Trebuchet MS Bold", "Arial Bold", sans-serif;
	color: #505050;
}

.container .content .fill h4 {
	font-family: "Josefin Sans Bold", "Trebuchet MS Bold", "Arial Bold", sans-serif;
	color: #373136;
	padding-bottom: 5px;
	padding-top: 8px;
	font-size: 18px;
}

.container .content .fill a {
	font-style: normal;
	text-align: left;
	font-size: 16px;
	font-variant: normal;
	padding: 0px;
	font-family: "Josefin Sans", "Trebuchet MS", Arial, sans-serif;
	text-decoration: underline;
}

footer {
	font-size:13px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

.container .content footer a {
	font-family: Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	text-decoration:underline;
	padding: 0px;
	padding-right: 5px;
	float: left;
}
