/*
Theme Name: Mie Tamura
Author: Antonio Wells of NAMYnot Multimedia Inc.
Aurthor URL: http://www.antoniowells.com | http://www.namynot.com
Version: 1.0
*/

/* Start General Styles */

body
{
	margin: 0px;
	padding: 0px;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #cccc66;
}

h1, h2, h3, h4, h5
{
	font-weight: normal;
	line-height: normal;
	color: #d9b341;
	text-transform: uppercase;
}

a, a:link, a:active
{
	color: #CC6;
	font-weight: bold;
}

	a:hover {
		color: #d9b341;
	}

img
{
	border: 0px;
}

form {
	margin: 0px;
}

blockquote {
	background: #101010 url(../images/bg_water-lilies.jpg) center center;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #CC6;
	padding: 10px 30px;
	margin: 0px;
	line-height: 1.6em;
}

hr 
{
	border: 0px;
	color: #292914;
	background-color: #292914;
	height: 1px;
}

/* End General Styles */



/* Start Page Structure IDs */

#Wrapper {
	width: 100%;
	margin: 0 auto;
}

#Header 
{
}

	#HeaderLogo 
	{
		text-align: center;
		margin-top: 50px;
	}

		#HeaderLogo h1 {
			text-indent: -9999px;
			display: none;
			visibility: hidden;
		}
		
		#HeaderLogo span {
			font-size: 0.8em;
			color: #996; /* #525229;*/
			display: block;
			margin-top: 10px;
		}
		
	#NavPanel 
	{
	}

		#Navigation {
	margin: 0 auto;
	width: 600px;
			
		}

			#MainNavigation ul {
			}
			
			#MainNavigation li {
			}
			
			#MainNavigation li a {
				font-size: 1em;
				color: #996;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				padding: 5px 20px;
			}
			
				#MainNavigation li a:hover {
					color: #d9b341;
					background: #111;
				}
			
				#MainNavigation li ul li a {
					font-size: 0.75em;
				}
		
#Body 
{
	padding: 10px 0px;
	margin: 30px 0px;
	border-top: solid 1px #292914;
	border-bottom: solid 1px #292914;
	text-align: center;
}

	#HomeContent 
	{
		width: 750px;
		margin: 0 auto;
	}
	
	#HomeDescription {
		margin: 0 auto;
		width: 750px;
		line-height: 1.3em;
		text-align: justify;
		color: #996; /* #525229; */
	}
	
	#MainContent 
	{
		margin: 0 auto;
		width: 750px;
		font-size: 0.95em;
		line-height: 1.4em !important;
		text-align: justify;
		color: #996; /* #525229; */
	}
	
		#MainContent a {			
			border-bottom: dotted 1px #525229;
			text-decoration: none;
		}
		
		#MainContent img {
			padding: 0px 15px 15px 0px;
		}
		
			#MainContent .NoBorder img {
				padding: 0px;
			}
	
#Footer 
{
}	
	
	#Footer a {
	}

#Copyright {
	color: #525229;
	text-align: center;
	font-size: 0.75em;
	margin-bottom: 10px;
}

/* End Page Structure IDs */



/* Start Common Classes */

.CommonPanel {
	margin: 10px;
}

.Clear
{
	clear: both;
}

.SmallText {
	font-size: 0.8em;
	font-style: italic;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.LeftSplit {
	float: left;
	width: 50%;
}

.RightSplit {
	float: right;
	width: 49%;
}

.RightSplitRight {
	float: right;
	width: 49%;
	text-align: right;
}

.Strong {
	font-weight: bold;
}

.Previous {
	position: relative;
	z-index: 2;
	top: 300px;
	left: -100px;
	width: 40px;
	height: 40px;
}

.Next {
	position: relative;
	z-index: 3;
	top: 260px;
	left: 750px;
	width: 40px;
	height: 40px;
}

/* Start Common Classes */


/* Start Home Slideshow */

#slideshow {
    position:relative;
    height:300px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 300px;
    background-color: #000;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 250px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

#slideshow  span {
	font-weight: bold;
}

/* End Home Slideshow */


/* Start Gallery */
.Gallery {
	margin-top: 30px;
}

	.Gallery ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
		.Gallery ul li {
			/* display: inline;
			padding-bottom: 20px; */			
			height: 370px;
			vertical-align: middle;
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 0 15px 15px 0;
			text-align: center;
			width: 230px;
		}
		
			.Gallery ul li a {
				border: none !important;
			}
			
			.Gallery ul li span {
				display: block;
			}
/* End Gallery */


/* Form Styles */
.alert, .error {
	font-weight: bold;
}

ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 10%;
}

ol.forms input {
	width: 39%;
	background: #111;
	border: solid 1px #292914;
	color: #CC6;
	padding: 4px;
}

ol.forms textarea {
	height: 20em; 
	width: 64%; 
	background: #111;
	border: solid 1px #292914;
	color: #CC6;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

ol.forms input, ol.forms textarea, ol.forms button {
}

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}

button {
	background: #525229;
	border: solid 1px #333;
	color: #fff;
	font-weight: bold;
}

	button:hover {
		color: #d9b341;
		background: #111;
	}
/* End Form Styles */


/* Start Menu Styling */
#main {
	padding: 10px; 
	margin: 0 auto; 
	width: 940px;
}

.menu1 {
	width: 760px;
}
.menu1 ul {
	padding:0
	;margin:0;
	list-style-type:none;
}
.menu1 ul li {
	float:left; 
	position:relative;
	font-weight:bold;
}
.menu1 ul li a, .menu1 ul li a:visited {
	float:left; 
	display:block; 
	text-decoration:none;
	padding:0px 8px; 
	line-height:25px; 
	height:30px;
}

.menu1 ul li a.leftmostitem{
margin-right:3px;
}
.menu1 ul li a.rightmostitem{
padding-left:13px;
}
.menu1 ul li a.leftmostitem:hover{
}
.menu1 ul li a.rightmostitem:hover{
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li:hover a.menu1one {}
.menu1 ul li:hover a.menu1two {}
.menu1 ul li:hover a.menu1three {}
.menu1 ul li:hover a.menu1four {}
.menu1 ul li:hover a.menu1five {}
.menu1 ul li:hover a.menu1six {}

.menu1 ul li ul {
display: none;
}
.menu1 table {
	margin:0; 
	font-size:14px; 
	font-weight:100;
	position:absolute; 
	top:0; 
	left:0;
}

.menu1 table a {
}

.menu1 table a:hover {
 color: #d9b341 !important;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
	display:block;
	position:absolute;
	top:29px;
	margin-top:1px; 
	left:0;
	width:210px;
}

.menu1 ul li:hover ul li ul {
	display: none;
	font-weight:100;
}
.menu1 ul li:hover ul li a {
	display:block;
	height:auto;
	line-height:15px;
	padding:4px 16px; 
	width:176px;
	border-bottom:0; 
	text-align: left;
}
.menu1 ul li:hover ul li a.drop {
}
.menu1 ul li:hover ul li a:hover {
	color:#fff;
	background: #111;
}

.menu1 ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:153px; 
	top:-1px;
}
.menu1 ul li:hover ul li:hover ul.left {
	left:-153px;
}


/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
	display:block;
	position:absolute;
	top:29px; 
	t\op:29px; 
	background:#fff;
	left:0; 
	border:1px solid #777777;
}

.menu1 ul li a:hover ul li a {
	display:block; 
	height:1px; 
	line-height:15px; 
	padding:4px 16px; 
	width:176px; 
	w\idth:176px; 
	border:1px solid white; 
	border-bottom:0; 
	text-align: left;
}

.menu1 ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	width:0;
}
.menu1 ul li a:hover ul li a:hover {
	color:#000; 
	background: #ccd;
}

.menu1 ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	top:0;
	color:#000; 
	left:153px; 
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
}
/* End Menu Styling */
