/* Style add-ons for the "Lucky Star" color scheme 
of the WordPress theme "Simple Balance" by Blogsessive */


/* General styles */
body {
	background: #fff url(../v6-img/background.jpg) repeat-x;
	margin: 0 auto;
	text-align: center;
	font: normal normal 12px Tahoma, Arial, Verdana, sans-serif;
	color: #444;
}

#wrap {
	margin: 0 auto;
	width: 970px;
	text-align: left;
}

a {
	color: #3399ff;
	text-decoration: none;
}

a img
{ 
  border: 0;
  padding: 0;
}

img {

	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin: 0;
	padding: 2px;
	
}

#outer-wrap { 
	
	margin: 0 auto;
	padding: 0;
	background: url(../v6-img/gallery-bg.jpg) no-repeat top center;
	
}

a:hover {
	color: #006699;
}

form {
	margin: 0;
	padding: 0;
}

small {
	font-size: 9px;
}

.atext { border: 1px dashed #006699; width: 50%;}

.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}



/* Header styles */

.topMenu { width: 70%; height: 320px; float: left;
	margin-right: 20px;
	font: normal normal 14px Georgia, "Times New Roman", serif;}

.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
	
	
.topMenu ul li {
	border-top: 5px solid #99ccff;
	margin: 0 20px 0 0;
	padding: 15px 0 0 0;
	float: left;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #0099cc;
}

.topMenu ul li a {
	color: #006699;
	padding-top: 4px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #6699ff;
}

.navigation {
	width: 970px;
	font: normal normal 14px Georgia, "Times New Roman", serif;
	overflow: hidden;
}

.navigation a {
	text-decoration: none;
	margin-bottom: 25px;
	display: block;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	margin: 0 auto;
}

/* Page structure styles */

#page {
	width: 970px;
	overflow: hidden;
}

#content {
	float: left;
	width: 970px;
	margin-right: 20px;
}


/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: 10px;
	margin-bottom: 20px;
	width: 970px;
	overflow: hidden;
}

.footerMenu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerMenu li {
	display: inline;
	margin-left: 15px;
}
