/* Default Styles
-------------------------------------------------------------------------------*/

body {
	font: 16px Cormorant Garamond, Freesans, sans-serif;
}

body, select, input, textarea {
	color: #111;
}

a {
	color: #000000;
	font-weight: bold;
}

a:hover {
	color: #69f;
}



a.blacklinks:link {
	color: #000000;
	font-weight: bold;
}
a.blacklinks:hover {
	color: #000000;
	font-weight: bold;
}
a.blacklinks:visited {
	color: #000000;
	font-weight: bold;
}



::-moz-selection {
background: #fcd700;
color: #fff;
text-shadow: none;
}

::selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #fcd700;
	color: #000000;
	font-weight: bold;
}

ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
 input:-moz-placeholder {
color:#111;
}
 textarea:-moz-placeholder {
color:#111;
}

blockquote {
	padding: 16px;
	background: #eee;
}

/* Gallery
-------------------------------------------------------------------------------*/
.caption{
	text-align:center;
	
}



/* General
-------------------------------------------------------------------------------*/

body {
	background-color: #880000;
	/*border-image: url(../images/border-left.jpg) 100px 100px 100px 100px repeat;
	*/
}



.wrapper {
	max-width: 1150px;
	background-color: #880000;
	display: block;
	margin: auto;
	padding: 30px 80px;
}

.content {
}

.block {
	padding: 20px;
	background-color: #C4AB56;
	height: auto;
	overflow: auto;
}

.block h1 {
	font-size: 2em;
	margin-bottom: 20px;
}

.content h3 {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 24px
}

.block h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 23px;
}

.block span {
	margin-bottom: 10px
}

.expo li {
	margin-bottom: 5px !important;
	list-style: none !important
}

.expo {
	margin-bottom: 20px;
	margin-top: 10px
}

.content p {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.content p:last-child {
	margin-bottom: 0px;
}

.content ul li {
	margin-bottom: 20px;
	font-size: 18px;
	list-style: circle;
	list-style-position: inside;
	line-height:1.4em;
	
}

.bottom-border {
	background: url(../images/border-bottom.jpg) repeat-x;
	height: 50px;
	width: 1148px;
	margin: auto
}

.border-left {
	/*
	background: url(../images/border-left.jpg);
	*/
	width: 50px;
	position: absolute
}

.border-right {
	/*
	background: url(../images/border-right.jpg);
	*/
	width: 50px;
	position: absolute;
	right: 0;
}

.border-bottom {
	background: url(../images/border-bottom.jpg);
	width: 100%;
	height: 50px
}

/* Logo
-------------------------------------------------------------------------------*/

.logo {
	display: block;
	margin: auto;
	max-width: 700px;
}

/* Nav
-------------------------------------------------------------------------------*/

#nav {
	text-align: center;
}

#nav ul {
	margin: 5px 0 20px;
}

#nav ul li {
	display: inline-block;
	margin-right: 20px;
	color: #FFF;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 20px
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul li:last-child {
	margin-right: 0px;
}

/* footer
-------------------------------------------------------------------------------*/

#footer {
	padding: 10px;
	color: #FFF;
	text-align: center
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Layout
-------------------------------------------------------------------------------*/

.container {
	max-width: 1100px;
	margin: auto;
}

.section-content {
	padding: 20px;
}
.imgonright {
	margin: 11px;
	float: right;
}


/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 1175px) {

.border-left, .border-right, .border-bottom {
	display: none;
}

.wrapper {
	padding: 30px 20px 0px;
}
}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {
}

.calibrifont2 {
	font-family: Calibri, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 100%;
	font-weight: bold;
	}
