/********* section guide **********
	body general
	
	header
	
	navigation
	
	content
	
	footer
**********************************/

/* setup guide; by relation, abc *
	font
	
	background
	
	border & shadow
	
	positioning & z-index
	
	misc
		height width
		abc
**********************************/


/********* BODY GENERAL *********/
a, a:active, a:visited, a img, a:hover img, a:visited img { color: #128fc0; text-decoration: none; }
	a:hover { color: #0066cc;}
	
body, p, td, tr, table { color: #000; font: 12px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }

body {
	height: 100%;
		width: 98%;
}

.border {
	border: 1px #103360  solid;
	border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
}

.border-overlay {
	border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
}

p#copy { color: #fff; }

p#mobile-text { font: 9px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; color: #0066cc; }

.stroke a { 
	padding: 4px;
}
	.stroke a:hover {
		border-radius:8px;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
		
		padding: 2px 3px;
	}
	
/********* HEADER *********/
div#logo {
	float: left;
	margin: 5px auto 0 40px;
	position: relative;
	z-index: 1;
	
	height: 70px;
		width: 479px;
}
	div#logo a img { border: 0; }
	div#logo span { display: none; }

div#petsrnd {
	
	float: left;
	position: relative;
		left: -35px;
		top: -25px;
	z-index: 3;
	
	height: 171px;
		width: 190px;
}

div#site-stats {
	font-size: 9px;
	
	background-color: rgba(255,255,255,0.4);
    background-image: url(http://images.acitius.com/bg_infos.png);
    
	float: right;
	margin: -97px 7px auto auto;
	position: relative;
	z-index: 1;
	
	height: 74px;
		width: 166px;
	overflow: hidden;
	padding: 5px;
	vertical-align: middle;
}
	span#mobile {
		background: url(http://images.acitius.com/sprite.png) no-repeat -87px 0;
	
		float: right;
		
		height: 39px;
			width: 35px;
	}
			span#mobile:hover { background-position: -87px -40px; }
			span#mobile a { font-size: 9px; }
			span#mobile a img { border: 0; }

div#user-info{
	font-size: 10px;
	text-align: center;

	background-color: rgba(255,255,255,0.4);
    background-image: url(http://images.acitius.com/bg_infos.png);
    
    float: left;
	position: relative;
		left: -32px;
		top: 10px;
	z-index: 2;
	
	height: 19px;
		line-height: 19px;
		width: 604px;
	overflow: hidden;
	padding: 5px;
	vertical-align: middle;
}
	div#user-info a { font-size: 10px; }

form#topdata input[type="text"] {
	background-color: rgba(255,255,255,0.4);
    background-image: url(http://images.acitius.com/bg_infos.png);
	
	border-right: none;
	border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-bottom-right-radius: 0;
	
	float:right;
	position: relative;
	z-index: 1;
	
	height: 20px;
		line-height: 20px;
		width: 148px;
	padding-left: 3px;
	margin-top: -4px;
}
	div#search-box #submit {
	    background: url(http://images.acitius.com/sprite.png) no-repeat -60px -20px;
	    
		border-top-left-radius: 0;
			-moz-border-radius-topleft: 0;
			-webkit-border-top-left-radius: 0;
		border-bottom-left-radius: 0;
			-moz-border-radius-bottomleft: 0;
			-webkit-border-bottom-left-radius: 0;
		
		clear: right;
		float: right;
		margin: -4px 7px 7px 0;
		position: relative;
		z-index: 1;
		
		height: 22px;
		width: 26px; 
		overflow: hidden;
	}
		div#search-box #submit:hover {
		    background-position: -60px 0;
		}

/********* NAVIGATION *********/
.menu{
	background-color: rgba(255,255,255,0.8);
	
	border: 1px #103360 solid;
	border-radius:8px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
	
	width: 120px;
	padding: 10px 3px 3px 3px;
}
	div#outer-menu{
		border-right: none;
		
		clear: both;
			float: left;
		position: relative;
			left: 7px;
			top: -3px;
		z-index: 1;
		
		width: 122px;
	}
	
.menu div a{ /*header bar links*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-variant: small-caps;
	
	margin: 1px 0;
	
	display: block;
	height: 29px;
		line-height: 29px;
	padding: 4px 0 4px 4px;
}
	.menu div a:hover{ background: url(http://images.acitius.com/sprite.png) no-repeat 0 -123px; }
	.menu div.selected a{ background: url(http://images.acitius.com/sprite.png) no-repeat 0 -123px; }

.menutop ul li { border-bottom: 1px solid #8799af; list-style-type: none; margin-left: 0px; width: 110px; !important }
	

.menu ul{ list-style-type: none; margin: 3px 0; height:auto; }
	.menu ul li{ border-bottom: 1px solid #8799af; list-style-type: none; margin-left: 5px; width: 110px; }
	
		.menu ul li a{ /*sub menu links*/
		font: normal 12px Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		font-variant: small-caps;
		
		padding: 2px;
		
		display: block;
		}
			.menu ul li a:hover{
				color: #fff;
				
				background-color: #325d8b;
				
				border-radius:8px;
					-moz-border-radius:8px;
					-webkit-border-radius:8px;
			}

div#navi-header {
	background: url(http://images.acitius.com/sprite.png) no-repeat 0 -88px;
	
	position: relative;
	left: 11px;
	top: 150px;
	z-index: 2;
	
	height: 35px;
	width: 112px;
}

span.navi-icon {
	background: url(http://images.acitius.com/sprite.png) no-repeat;

	float: left;
	margin-right: 4px;
	
	height: 29px;
		width: 29px;
}

span#home { background-position: 0 0; }
span#news { background-position: 0 -29px; }
span#myamz { background-position: 0 -59px; }
span#community { background-position: -30px 0; }
span#explore { background-position: -123px 0; }
span#games { background-position: -30px -59px; }
span#petsnav { background-position: -30px -29px; }

/********* CONTENT *********/
div#banner {
	background: url(http://images.acitius.com/banner.png) no-repeat;
	
	position: absolute;
	z-index: 0;
	
	height: 100%;
	width: 980px;
}

div#content{
	background-color: #ffffff;
	
	border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-webkit-border-top-left-radius: 0;
	border-top-style: none;
	
	min-height: 512px !important;
		height: 100%;
		width: 826px;
	overflow-x: auto;
		overflow-y: hidden;
	padding: 10px 4px 10px 15px;
}
	div#outer-content {
		border-top: none;
		border-top-left-radius: 0;
			-moz-border-radius-topleft: 0;
			-webkit-border-top-left-radius: 0;
			
		margin: -39px 0 0 1px;
		
		float: left;
		position: relative;
		z-index: 0;
		
		width: 847px;
	}

div#inner-wrapper {
	height: 100%;
		width: 978px;
}
	div#wrapper {
		border: 1px #000 solid;
		box-shadow: rgba(0,0,0,0.3) 0 0 5px;
			-moz-box-shadow: rgba(0,0,0,0.3) 0 0 5px;
			-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 5px;
		
		margin: 25px auto auto auto;
		
		width: 980px;
	}

/* Footer */
div#footer { 
	text-align: center;
	
	clear: both;
	position: relative;
		top: 5px;
}

ul#footer-menu { list-style: none outside none; margin: 3px 0 13px 0; }
	ul#footer-menu li { display: inline; }
	
#event-count {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.event-icon {
	background-image: url(http://images.acitius.com/nav/event3.png);
	width: 20px;
	height: 15px;
}