/*  
Site Name: Events by QA
Site URI: http://eventsbyqa.com
Description: Custom site for Events by QA.
Version: 1.0
*/

/* Green: 415120 - Light Green: 4f671e - Light Brown: 877b56 - Burgundy: 502320 */

/* Base element */

	html, body {

		height:100%;
	}
	
	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, Geneva, sans-serif;
		text-align: left;
		font-size:12px;
		color:#555;
		background:#877b56;

	}

/*Images*/	

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

/* Typo */		

	p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
		line-height:1.6em;
	
	}

	h1 {
		
		font-size: 2em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
       	
	}
	
	h2 {
		
		
       	margin: 0 0 0.5em 0;
		padding: 0;
		padding:0px 0px 0px 30px;
		font-size:1.6em;
		line-height:1em;
		font-weight:normal;
		background:url(images/h2-back.gif) no-repeat center left;

	}
	
	h3 {
		
		font-size: 1.3em;
		font-weight:normal;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;

	}
	
	h4 {
		
		font-size: 1.2em;
		font-weight:normal;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;

	}
	
	h5 {
		
		font-size: 1.1em;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;

	}		

/* Links */

	a,	a:link,	a:active {
		color:#502320;
		text-decoration: none;
	}

	a:hover {
       color:#502320;
	   text-decoration: underline;
        
	}
	
/* Header */
	
	#header	{
		width: 100%;
		margin: 0px 0px 10px 0px;
		padding: 0;
		text-align: center;
		height: 148px;
		background:url(images/header-back.gif) repeat-x bottom;
		}
		
	#header h1 {
		display:block;
		height:146px;
		width:800px;
		margin:0px auto;
		overflow:hidden;
		padding:0;
		text-decoration:none;
		text-indent:-9999px;
		background: url(images/logo.png) no-repeat bottom;
	
	}
	
	#header h1 a {
	
		display:block;
		height:148px;
		width:800px;
		
	}
	
/* Menus */
	
	#menu-left {
		width: 200px;
		height: 298px;
		float: left;
		background: url(images/menu_roses_left.png) no-repeat left;
		}
		
		#menu-left.page {
			background: none;
		}
			
		#menu-left.page ul {
			margin-top: 0px;
		}
		
		#menu-left ul {
			width: 200px;
			list-style: none;
			padding: 0;
			margin: 100px 0px 0px 0px;;
			padding-bottom: 2px;
  			background: url(images/menu_bottom.png) no-repeat 1px bottom;
			}
			
		#menu-left ul a {
			display: block;
			text-decoration: none;	
			outline: none;
			font-weight: bold;
			cursor: pointer;
	
		}

		#menu-left ul li {
  			margin: 0;
  			padding: 0;
  			width: 200px;

		}

		#menu-left ul li a {
  			background: url(images/menu_item.png) no-repeat right top;
  			color: #888;	
  			text-align: right;
  			margin: 0;
  			height: 38px;
  			line-height: 38px;
 			padding-right: 20px;
  			font-size: 12px;

		}

		#menu-left ul li a:hover {
			background: #fff url(images/menu_current.png) no-repeat right top;
			padding-right: 5px;
		}
		
		#menu-left ul li a.page-left{
  			background: url(images/menu_item_top.png) no-repeat right top;
		}
		
		#menu-left ul li a.page-left:hover {
  			background: url(images/menu_current_top.png) no-repeat right top;
  			padding-right: 5px;
		}
			
		
	#menu-right {
		width: 200px;
		height: 298px;
		float: left;
		background: url(images/menu_roses_right.png) no-repeat right;
		}
		
		#menu-right.page {
			background: none;
		}
		
		#menu-right.page ul {
			margin-top: 0px;
		}
		
		#menu-right ul {
			width: 200px;
			list-style: none;
			padding: 0;
			margin: 100px 0px 0px 0px;
			padding-bottom: 2px;
  			background: url(images/menu_bottom_right.png) no-repeat 1px bottom;
			}
			
		#menu-right ul a {
			display: block;
			text-decoration: none;	
			outline: none;
			font-weight: bold;
			cursor: pointer;
	
		}

		#menu-right ul li {
  			margin: 0;
  			padding: 0;
  			width: 200px;

		}

		#menu-right ul li a {
  			background: url(images/menu_item_right.png) no-repeat right top;
  			color: #888;	
  			text-align: left;
  			margin: 0;
  			height: 38px;
  			line-height: 38px;
 			padding-left: 20px;
  			font-size: 12px;

		}
		
		#menu-right ul li a:hover {
			background: #fff url(images/menu_current_right.png) no-repeat right top;
			padding-left: 5px;
		}

		#menu-right ul li a.page-right {
  			background: url(images/menu_item_right_top.png) no-repeat right top;
		}

		#menu-right ul li a.page-right:hover {
			background: url(images/menu_current_right_top.png) no-repeat right top;
  			padding-left: 5px;
		}		
	
	
/* Body */
	
	#content {
		width: 800px;
		margin: 40px auto;
		padding: 0px 0px 0px 0px;
		text-align: left;
		border: 6px solid #502320; /** 62902a - 415120 **/ 
		background: #FFF;
		}	
	
	/* Main Content */
	
	#main {
		width: 800px;
		overflow: hidden;
	}
	
	#main .content {
		width: 380px;
		float: left;
		text-align: left;
		padding: 0px 10px 0px 10px
		}
		
	#main .content b {
		color: #502320;
		}
		
		/* Pics for the homepage */
		#main-pics {
			width: 800px;
			margin: 0px auto;
			text-align: center;
		}
		
		/* Top */
		#main-pics .top {
			width: 800px;
			float: left;
			padding: 0;
			margin: 0;
			}
	
		#main-pics .top img {
			width: 398px;
			height: 299px;
			margin: 0;
			padding: 0;
			}
			
		/* Center */
		#main .center {
			width: 400px;
			float: left;
			}

		#main .center img {
			width: 400px;
			height: 300px;
			}			
			
		/* BTM */
		#main-pics .btm {
			width: 800px;
			}
	
		#main-pics .btm img {
			width: 398px;
			height: 299px;
			float: left;
			margin-top: -3px;
			border-top: 4px solid #502320;
			}
			
/* Slides for homepage */
ul#weddings {
	float: left;
	width: 398px;
	height: 299px;
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 4px solid #502320;
	}

ul#weddings li {
	*margin-left: -199px;
	}

ul#business {
	float: left;
	width: 398px;
	height: 299px;
	border-left: 4px solid #502320;
	border-bottom: 4px solid #502320;
	padding: 0;
	margin: 0;
	list-style: none; 
	}
	
ul#business li {
	*margin-left: -199px;
	}

ul#political {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 4px solid #502320;
}

ul#political li {
	*margin-left: -199px;
	}

ul#cultural {
	float: left;
	width: 398px;
	height: 299px;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#cultural li {
	*margin-left: -199px;
	}
	
ul#corporate {
	float: left;
	width: 398px;
	height: 299px;
	border-left: 4px solid #502320;
	padding: 0;
	margin: 0;
	list-style: none; 
}

ul#corporate li {
	*margin-left: -199px;
	}
			
/* Contact Form */

.left_details {
	float:left;
	width:280px;
}

.contact_title {
	color:#502320;
	font-weight:bold;
	float:left;
	width:80px;
}
.contact_detail {
	float:left;
	width:200px;
}

.c-form {
	clear: both;
	padding-top: 20px;
	width: 400px;
	}
	
.forms {
	background-color:#FFFFFF !important; /*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #c8cdd2 !important;
	margin:3px 0px;
	padding:4px;
}
.blue {
	color:#4f671e;
}

#contact {
	border:0;
}
#contact label {
	float:left;
	width:55px;
	margin-right:15px;
	clear:left;
	color:#4f671e;
	font-weight:bold;
	text-align:left;
	height:32px;
}
#contact input, #contact textarea {
	margin-right:40px;
}
#contact #submit {
	clear:left;
	margin-left:70px;
}

#cform-sucess {
	background: none;
	width: 300px;
	height: 30px;
	text-align: center;
	padding: 10px;
	background-color: #fffbb8;
	color: #333;
	border: 1px solid #ffc20d;
	margin: 0px auto 15px;
	}
		
	
/* Footer */

	#footer {
		width: 810px;
		height: 30px;
		clear: both;
		margin: 0px auto 10px;
		padding: 10px 0px 0px 13px;
		text-align: center;
		color: #EFEFEF;
		background: url(images/footer-bg.png) no-repeat center;
		}
		
	#footer .left {
		width: 280px;
		float: left;
		text-align: left;
		}
		
	#footer .right {
		width: 515px;
		float: left;
		text-align: right;
		padding-top: 1px;
		}
		
	#footer .right ul{
		padding:0px;
		float:right;
		margin:0px;
		list-style:none;
	}
	
	#footer .right ul li{	
		float:left;
		list-style:none;
		margin:0;
		margin-left:1em;	
	}
	
	#footer .right a {
		color:#EFEFEF;	
	}
	
	#footer .right a:hover {
		text-decoration: underline;
	}
	
	#footer .right a.current {
		color:#EFEFEF;
	   text-decoration: underline;	
	}
	
	#footer .right a.current:hover {
		text-decoration: none;
	}

/* The End */
