body {
	background: #f1f1f1;
	border-top: 5px solid #000;
	color: #333;
	font-size: 13px;
	padding: 20px 0 40px;
}

a {
	color: #334499;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	overflow: hidden;
	padding: 10px;
}
#header{
	margin-top:20px;
	margin-bottom:0px;
	position:relative;
}
#logotype{
	width:138px;
	height:88px;
	float:left;
	clear:right;
}
#main-menu{
	float:right;
	font-size:1.1em;
	color:#847761;
	padding:70px 0px 0px 0px;
}
#main-menu ul li {
	list-style:none;
	display:inline;
}
#main-menu a{
	color:#847761;
}
#content{
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #e4e4e4;
	padding:10px;
	min-height:450px;
}
#content div.homepage img{
	width:320px; /*214*/
	height:497px; /*346*/
	margin:10px;
	float:left;
}
#content div.homepage-content{
	margin-top:10px;
}
#content div.homepage-content h6{
	padding-left:10px;
}
#content div.about {
	margin:10px;
}
#content div.adel img{
	width:363px;
	height:226px;
	float:left;
	margin-right:20px;
}
#content h5, #content h6{
	padding-left:10px;
}
#content h6{
	margin-bottom:0;
}
div.venue h6{
	margin-top:10px;
	margin-bottom:10px;
}
div.venue img{
	padding-left:10px;
}
div.contact img{
	padding-top:100px;
}

div.getting-there img{
	float:right;
	padding-right:10px;
}
div.placed-left{
	width:380px;
	float:left;
}
div.placed-right{
	float:right;
}
#content div.fareeha img{
	width:321px;
	height:438px;
	float:right;
}
#content div.fareeha p{ 
	padding-right:20px;
}
#venue-nav{
	margin-top:10px;
}
#venue-nav ul{
	list-style-type:none;
}
#venue-nav ul li{
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #eee;
	margin-left:10px;
}
#venue-nav ul li:first-child{
	border-top:1px solid #eee;
}
#venue-nav ul li a:link, #venue-nav ul li a:visited{
	color:#666;
}
#venue-nav ul li a:hover{
	color:#333;
}
#venue-nav ul li.active{
	color:#000;
	font-weight:bold;
}
/*
.container_12 {
	background: #fff url(../../img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}*/

.container_16 {
	background: #fff url(../../img/16_col.gif) repeat-y;
}

.container_24 {
	background: #fff url(../../img/24_col.gif) repeat-y;
}

/**************=CONTACT FORM**********************/

#contact-area {
	width: 370px;
	background:#f7f7f7;
	border:1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contact-area form{
	padding:0px 20px 0px 20px;

}
#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 320px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}
#contact-area input:focus, #contact-area textarea:focus{
	border:1px solid #bbb;
}
#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
/*	border: 1px solid #900;*/
}

#contact-area input.submit-button {
	width: 100px;
	float: left; 
	font-size:1em;
	padding: 6px 10px;
	-webkit-border-radius: 2px 2px;
	-moz-border-radius:2px 2px;
	border-radius:2px 2px;
	border: solid 1px rgb(153, 153, 153);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
	background:-moz-linear-gradient(top, rgba(255, 255, 255,0), rgba(221, 221, 221, 1));
	color: #333;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
	line-height: 1;
}

#contact-area input.submit-button:hover { 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(248, 248, 248)), to(rgb(221, 221, 221)));
	background:-moz-linear-gradient(top, rgba(240, 240, 240,0), rgba(221, 221, 221, 1));
}


label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	padding-bottom:5px;
	font-size: 1em;
}


/***********************************************/




#footer-container{
	margin-top:10px;
	font-size:.9em;
	color:#bbb;
	text-shadow:0 1px #fff;
}

.clearfix:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* for IE6 */
* html .clearfix{
	height: 1%;
}

/* for IE7 */
*:first-child+html .group{
	min-height: 1px;
}
#footer a{
	color:#bbb;
	text-decoration:none;
}
#footer a:hover{
	color:#aaa;
}
span.right{
	float:right;
}
.thanks{
	margin-top:15px;
}
.animation-container {
			-webkit-animation-name: movearound;
			-webkit-animation-duration: 3s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-direction: normal;
			-webkit-animation-timing-function: ease-in-out;
		}
		
		@-webkit-keyframes movearound {
			from {
				opacity: 0.9;
				-webkit-transform: scale(1) rotate(5deg);
			}
			to {
				opacity: 1;
				-webkit-transform: scale(1) rotate(0deg);
			}
		}

a:active{ /* Making links a little button like */
	position: relative;
	top: 1px;
}
p.error{
	font-size:10px;
	color:red;
	padding-bottom:10px;
	margin:0px;
}

.wufoo .info{display:none}

body.noI, body #public{
	background:none;
	padding:10px 0px 10px 0px;
	border:none;
}