@import url('reset.css');

/* General Demo Style */
body{
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
}
a{
	color:#fff;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1, h5{
	font-size:30px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:'Limelight', Arial, sans-serif;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	word-spacing:5px;
	line-height: 40px;
	padding: 10px 5px 0px 0px;
}
h1 span, h5{
	font-size:18px;
	color:#c08763;
	font-family:Georgia, serif;
	font-style:italic;
	text-transform:none;
	word-spacing:0px;
	white-space: nowrap;
}
h2{
	font-family:Georgia, serif;
	font-style:italic;
	padding: 5px 10px 5px 5px;
	font-size:16px;
}
.more p{
	font-size:14px;
	padding:20px;
}

/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
.content{
	position:fixed;
	top: 75px;
	left:0px;
	width:40%;
	min-width:315px;
	z-index:100;
	display:none;
}
.inner{
	padding:10px 40px 10px 10px;
	background:transparent url(../images/black.png) repeat top left;
}
.more ul{
	text-transform:uppercase;
	font-size:11px;
	padding:20px 15px 5px 5px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	margin:0 auto;
}
.more ul li{
	display:inline;
	line-height:30px;
	margin:0px 2px;
	white-space:nowrap;
}
.more ul li:first-child{
	clear:both;
	float:none;
	display:block;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#f7f7f7;
	color:#000;
	text-shadow:none;
	white-space:nowrap;
}
.more ul li a{
	text-shadow:1px 1px 1px #000;
	color:#fff;
	background:#c08763;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #000;
	-webkit-box-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 2px #000;
}
.more ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}

.panel{
	position:absolute;
	height:20px;
	width:20px;
	right:10px;
	top:10px;
	cursor:pointer;
}
.hide{
	background:transparent url(../images/closeSmall.png) no-repeat center center;
	opacity:0.7;
}
.hide:hover {
	opacity:1;	
}
.show{
	background:transparent url(../images/show.png) no-repeat center center;
}
.loadmore{
	display:none;
	width:700px;
	margin-bottom:30px;
	line-height:30px;
	text-transform:uppercase;
	background:#333;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	text-shadow:1px 1px 1px #000;
}
.loadmore:hover{
	background:#3a3a3a;
}
.no_loadmore{
	display:block;
	width:100%;
	height:30px;
	background:none;
	float:right;
}

.sc_close a {
	background:transparent url(../images/close.png) no-repeat top left;
	width:50px;
	height:50px;
	position:fixed;
	top:10px;
	right:10px;
	z-index:100;
	cursor:pointer;
	opacity:0.7;
}
.sc_close a:hover {
	opacity:1;
}
.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
/*.am-container img {
    transition: all 0.2s linear;
}*/
.am-wrapper img:hover {
    -webkit-transform: scale(1.05) rotate(-1deg);
	-moz-transform: scale(1.05) rotate(-1deg);
	-o-transform: scale(1.05) rotate(-1deg);
	-ms-transform: scale(1.05) rotate(-1deg);
	transform: scale(1.05) rotate(-1deg);
}


/** footer **/

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #000;
	opacity:0.8;
	height: 24px;
	padding: 2px 0 0 0;
	z-index: 10;
}
#footer a {
	text-decoration:none;
	color:#CCC;
}
#footer a:hover {
	text-shadow: 0px 0px 20px #CCC;
	text-decoration: underline;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul ul,  #footer ul ul ul {
	display:none
}
#footer li {
	display:inline;
}
#footer #bottom_menu {
	float:right;
}
#bottom_left p, #bottom_menu .copy p {
	font-family: 'PT Sans Narrow', tahoma, helvetica neue, helvetica, arial, verdana, sans-serif !important;
	font-size: 16px;
	margin: 0;
}
#bottom_left, #bottom_menu, #bottom_menu li a, #bottom_menu li span.separator {
	font-family: 'PT Sans Narrow', tahoma, helvetica neue, helvetica, arial, verdana, sans-serif !important;
	text-transform: lowercase;
	font-weight: bold;
	color: #CCC;
	font-size: 16px;
	text-align: left;
	padding: 0px 14px;
}
