/*

	1312 vs. My Little Empire

	designed and written by Mike "1312" (mike_at_thirtentwelve.com)

*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	background: #fff url("../img/flowers-bg.gif") no-repeat center bottom;
	background-attachment: fixed;
	background: #fff url("../img/flowers-bg-2.gif") repeat-y center -200px;
	background: #fff url("../img/flowers-bg-3.gif") repeat-y right top;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */

#myLittleEmpire {
	text-align: left;
	margin: 0px auto 0px auto;
	width: 458px;
	padding: 0px;
}

	#myLittleEmpire div {
		border-bottom: 1px solid #ccc;
		width: 448px;
		margin: 0px 0px 0px 56px;
		margin: 0px;
		padding: 0px 5px 10px 5px;
		display: inline;
		clear: left;
		float: left;
	}
	#myLittleEmpire div.footer {
		border-bottom: 0 none;
		background-color: #eee;
		background-color: #ffcb79;
		margin-top: 0px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general styles */

h1 {
	background:   url("../img/my-little-empire.jpg") no-repeat left top;
	width: 598px;
	height: 77px;
	background:   url("../img/my-little-empire-logo.gif") no-repeat left top;
	width: 458px;
	height: 101px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

h2 {
	font-size: 2.0em;
	color: #f3a62f;
	margin: 0.8em 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.1em;
	letter-spacing: 0.2em;
  	text-transform: uppercase;
	color: #dc8f17;
	margin: 0.8em 0;
	clear: both;
}

h4 {
	margin: 0 0 0.25em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #333;
	position: relative;
	top: -3px;
}

h5, h6 {
	font-size: 1.0em;
	color: #666;
	margin: 0px;
	line-height: 1.6em;
}

p {
	font-size: 1.1em;
	color: #666;
	margin: 0.8em 0px;
	line-height: 1.6em;
}

a {
	text-decoration: none;
	color: #000;
}
	a:hover {
		background: #fee85f;
		background: #f29d19;
		background: #f3a62f;
		color: #000;
	}
	
small {
	font-size: 0.9em;
	color: #666;
	margin: 0.8em 0px;
	line-height: 1.6em;
}
	small a:hover {
		background: none;
		text-decoration: underline;
	}

ul {
	margin: 0px;
	padding: 0px;
}

	ul li {
		margin: 0px;
		padding: 0px;	
	}

ol {
	margin: 0px;
	padding: 0px;
}

	ol li {
		margin: 0px;
		padding: 0px;
	}
	
img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0px;
	padding: 0 10px 20px 10px;
	border: 0 none;
}
	fieldset legend {
		display: none;
	}
	fieldset label {
		font-size: 0.9em;
	}
	fieldset ol {
		list-style-type: none;
		padding: 0 !important;
		margin: 0 !important;
		font-size: 1em;
	}
		fieldset ol li {
			margin: 0 0 0.5em 0 !important;
			padding: 0 !important;
		}
	fieldset input {
		width: 100%;
	}
	fieldset textarea {
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
	}
	fieldset button {
	
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common classes */

.floatLeft {
	float: left;
	text-align: left;
}
.floatRight {
	float: right;
	text-align: right;
}

.floatClear {
	margin: -1px -1px 0px 0px;
	width: 1px;
	height: 1px;
	clear: both;
}

div.hr { clear: both; }
	div.hr hr { display: none; }
	
:focus {
  -moz-outline-style: none;
}

.hide {
	display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ custom classes */

ul.menu {
	width: 448px;
	list-style-type: none;
	font-size: 1.4em;
	color: #f3a62f;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 0 0;
	background-color: #e1e1e1;
}
	ul.menu li {
		display: inline;
		margin: 0;
		padding: 0;
		overflow: visible;
	}
		ul.menu li a {
			margin: 0;
			padding: 5px 9px;
			background-color: #fff;
			border: 1px solid #e1e1e1;
			color: #f3a62f;
		}
			/* for ie */
			ul.menu li a {
				display: inline-block;
			}
			/* for ff */
			div>/**/ul.menu li a {
				display: inline;
			}
			
			ul.menu li a:hover {
				color: #f3a62f;
				background-color: #eee;
			}
			ul.menu li.current a {
				color: #f3a62f;
				background-color: #eee;
				border: 1px solid #ccc;
			}
			
ul.friendsList {
	width: 448px;
	list-style-type: none;
	font-size: 1.2em;
	margin-top: 3em;
	margin-bottom: 3em;
}
	ul.friendsList li {
		margin-bottom: 1em;
		text-align: center;
	}

.pointer {
	cursor: pointer;
}

div.product {
	position: relative;
	z-index: 1;
}
	div.product div.whiteOut {
		z-index: 9;
		position: absolute;
		left: 0;
		top: 0;
		opacity: .75;
		filter: alpha(opacity=75);
		background-color: #fff;
		display: block;
		width: 100%;
		height: 100%;
	}
	div.product div.largerImage {
		z-index: 10;
		position: absolute;
		left: 0;
		top: 3em;
		text-align: center;
		display: block;
		width: 448px;		
		border: none !important;
		margin: 0px;
		padding: 0;
	}
		div.product div.largerImage div {
			z-index: 20;
			padding: 0;
			margin: 0 auto;
			border: none !important;
			padding: 0;
			text-align: center;
		}
		div.product div.largerImage img {
			border: 1px solid #333;
			float: none;
			margin: 0 auto;
			z-index: 100;
		}

p.topLink {
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: right;
	clear: both;
}
	p.topLink a {
		font-style: italic;
		color: #666;
		background: none;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ div specific styles */

#myLittleEmpire h1 a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-indent: -100em;
}
	#myLittleEmpire h1 a:hover {
		background: none;
	}

div.product h2 {

}

div.product p, div.product h4, div.product h5 {
	width: 238px;
	float: right;
}
div.product img {
	float: left;
	margin: 2px 10px 10px 0px;
}

#myLittleEmpire div.footer ul {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	color: #666;
	margin: 8px 0px;
	list-style-type: none;
}
	#myLittleEmpire div.footer ul li.left {
		float: left;
	}
	#myLittleEmpire div.footer ul li.right {
		float: right;
	}
	#myLittleEmpire div.footer ul a {
		color: #000;
		font-weight: bold;
	}
		#myLittleEmpire div.footer ul a:hover {
			color: #666;
			font-weight: bold;
			background: none;
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ page specific styles */