@charset "ISO-8859-2";
/* CSS Document */

html, body, td, tr {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	margin: 0;
}
#wrap {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
#cont {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	color: #000000 !important;
	vertical-align: middle;
	background-color: #FFFFFF;
}
#wrapper {
	width: 100%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#menubutton {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor:pointer;
}
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	color: #000000;
   	vertical-align: middle;
	line-height: 26px;
	width: 100%;
	background-color: #FFFFFF;
}
#logo {
	width: 100%;	
	margin: auto;
}
#menu-mobile-breaker {
	clear:both;	
}
#menu-mobile-wrapper {
	display:none;	
	width: 100%;
	top: -10px;	
	position: relative;
	background: #FFFFFF;
	padding: 20px;
	line-height: 20px;
}
.top {
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;	
  position: relative;
  text-decoration:none;
  margin-bottom: 26px;
}
.top a {
	background: #FFFFFF;
	width: 100%;
}
#page {
	clear: both;	
	padding-top: 20px;
	padding-bottom: 20px;
}
#page input[type=button], #page input[type=submit], #page input[type=reset] {
  background-color: #993365;
  border: none;
  color: #FFFFFF;
  padding: 10px;
  text-decoration: none !important;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}
#page img {
	max-width: 100%;
	height: auto !important;
}
#page table {
	width: 100% !important;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
    border-collapse: separate;	
}
#page table td {
	margin: 0px;
	padding: 0px;  
}
#footer {
	clear:both
	width: 100%;
	margin: auto;
}
a:link {
	color: #8b142d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8b142d;
}
a:hover {
	text-decoration: underline;
	color: #8b142d;
}
a:active {
	text-decoration: none;
	color: #8b142d;
}
a.main:link {
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	margin-right: 25px;
	font-style:italic;
}
a.main:visited {
	color: #000000;
	text-decoration: none;
}
a.main:hover {
	text-decoration: none;
	color: #8b142d;
}
a.main:active {
	color: #000000;
	text-decoration: none;
}
h1 {
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	font-style:italic;
}
h2 {
	color: #000000;
	text-decoration: none;
	font-size: 15px !important;
	font-weight: normal;
	font-style:italic;
}
.inputs {
	border-style: solid;
	border-width: 1px;
	border-color: #8b142d;
	height: 24px;
	font-size: 16px !important;
	color: #000000;
	width: 250px;
}
.buttons {
	border-style: solid;
	border-width: 1px;
	border-color: #8b142d;
	height: auto;
	font-size: 16px !important;
	color: #000000;
	width: auto;
	padding: 10px;
	background-color: #FFFFFF;
}
hr {
border: 0;
width: 100%;
color: #CCCCCC;
background-color: #CCCCCC;
height: 1px !important;	
}

ul {
  list-style: none;
   padding-left: 10 !important;
}

ul li:before {
  content: '\2713\0020';
}
p {
	padding: 10px;
}
.galeriabox {
	width: 100%;
	height: auto;
	margin: 10px;	
	text-align: center;
}
#albumheading {
	width: 100%; 
	margin: auto;	
}
#albumcontainer {
	width: auto !important;
}
.item {
    position:relative;
	margin: 10px;
}
.albumimg {
	/*max-height: 200px !important;*/
}