/*
	RESET SECTION 
*/
html, body, div, span,
p, blockquote, pre, a,
strong, sub, sup,
dl, dt, dd, ol, ul, li,
del, ins, table{
	font-size:12px;
	color:#FFF;
}
html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a,
strong, sub, sup,
dl, dt, dd, ol, ul, li,
del, ins, table{
	margin:0;
	padding:0;
	border:0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	background-repeat: no-repeat;
/*	font-family: Arial, Tahoma, Verdana, "MS Trebuchet", sans-serif; */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
h1{
	font-size:26px;
	font-weight: normal;
}
h2{
	font-size:20px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
	outline: 0;
}


/*
	MAIN SECTION
*/
.disable{
	display:none;
}
body{
	background-image: url('../img/bg.jpg');
	background-position:right bottom;
	background-attachment:fixed;
	background-color:#babfc6;
	overflow:hidden;
}
.bg{
	background-image: url('../img/icons.png');
	background-repeat: no-repeat;
}
.largeMenu, .shortMenu{
	position:absolute;
	top:30px;
	left:30px;
	z-index:20;
}
.largeMenu, .shortMenu{
	overflow: hidden;
	line-height:2.3em;
}
.largeMenu li a, .shortMenu li a{
	
	text-shadow:0 1px 2px #000000;
	-moz-text-shadow:0 1px 2px #000000;
	-webkit-text-shadow:0 1px 2px #000000;
	
	text-decoration:none;
	/* color:#BDC2C9;*/
	color:#FFF;
	background-color:#404245;
	font-size:16px;
	padding:4px 6px 4px 8px;
	letter-spacing:1px;
}

.largeMenu li a:hover{
	background-color:#59626f;
	color:#FFFFFF;
}
.largeMenu li a {
	background-image:none;
}
.shortMenu li a.selected:hover{
}
.shortMenu{
	left:0px;
	background-color:#404245;
	width:100%;
}

.shortMenu li a{
	background-position:right -8px;
	width:20px;
	display:block;
	height:1.5em;
}

.shortMenu span {
	display:none;
}
.shortMenu li {
	float:left;
	display:inline;
	margin-left:4px;
}
.shortMenu li a.selected{
	background-color:#57585C;
	border-radius: 5px 5px 0 0;
	/* color:#333333; */
	width:auto !important;
	background-image:none;
	height:1.4em;
	margin-top:0.2em;
	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	/*
	text-shadow: 0 1px 0 #FFFFFF;
	-moz-text-shadow: 0 1px 0 #FFFFFFFFFFF;
	-webkit-text-shadow: 0 1px 0 #FFFFFF;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#B1B5BB));
	background: -moz-linear-gradient(top, #FFF, #B1B5BB);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#B1B5BB);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#B1B5BB)"; */
}


.shortMenu li span {
	display:none;
}
.shortMenu li:hover span {
	display:block;
}
.shortMenu .selected span,
.shortMenu .selected:hover span {
	display:block !important;
}

.shortMenu li:hover span{
	display:block;
}

#tattooartist{
	background-image: url('../img/tattooartist.png');
	background-position:top right;
	position:absolute;
	right:0;
	bottom:0;
	height:761px;
	width:568px;
	z-index:0;
}

.content{
	display:none;
	position:absolute;
	height:400px;
	/* background-color:#B1B5BB; */
	background-color:#57585C;
	width:100%;
	bottom:29px;
	z-index:10;
	padding:10px 0;
	font-size:20px;
	line-height:130%;
	/*opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	-khtml-opacity: 0.85;
	
	box-shadow:inset 0 0 30px #515a68;
	-moz-box-shadow:inset 0 0 30px #515a68;
	-webkit-box-shadow:inset 0 0 30px #515a68; */
	
}

.content h1{
	color: #707174;
	font-size:36px;
	text-align:right;
	/*
	color:#E4E4E4;
	text-shadow: 0 1px 0 #FFFFFF;
	-moz-text-shadow: 0 1px 0 #FFFFFF;
	-webkit-text-shadow: 0 1px 0 #FFFFFF; */
}

.shortMenu .close{
	background-position:left 12px;
	padding-left: 15px;
	position:absolute;
	top:5px;
	right:5px;
}

.largeMenu .close{
	display:none;
}

.close a{
	text-decoration:none;
}

.close a{
	color:#BDC2C9;
}

.close a:hover{
	color:#FFFFFF;
}

#footer{
	height:20px;
	color:#BDC2C9;
	position:absolute;
	bottom:3px;
	width:100%;
	background-color:#404245;
	line-height:20px;
	text-align: right;
	padding: 3px 0px;
}

.alignment{
	padding: 0 20px;
	overflow:hidden;
	height:400px;
}

/* toLeft button */
.toLeft, .toLeft a{
	width:66px;
	height:66px;
}

.toLeft{
	position:absolute;
	top:167px;
	left:10px;
}

.toLeft a{
	display:inline-block;
	background-position:-2px -45px;
	zoom:1;
	*display:inline;
}

.toLeft a:hover{
	background-position:-2px -117px;
}

.toLeft a:active{
	background-position:-2px -189px;
}

/* toRight button */
.toRight, .toRight a{
	width:66px;
	height:66px;
}

.toRight{
	position:absolute;
	top:167px;
	right:10px;
}

.toRight a{
	display:inline-block;
	background-position:-77px -45px;
	zoom:1;
	*display:inline;
}

.toRight a:hover{
	background-position:-77px -117px;
}

.toRight a:active{
	background-position:-77px -189px;
}

.sliderContainer{
	position: absolute;
	left: 80px;
	right: 80px;
	height: 350px;
}
.sliderItem{
	margin: 1% 15% 0 15%;
}
.pageHead{
	font-size: 25px;
	color:#B0CA00;
	font-weight:normal;
	padding-bottom:10px;
}
span.pageHead{
	font-family:"Helvetica", "Trebuchet MS" ;
	font-size:200px;
}
.sliderItem p{
	font-size:14px;
	margin:2% 0 0 10%;
}

.insideLink{
	color: silver;
	text-decoration:none;
	background:#707174;
	padding:3px;
}
.insideLink:hover{
	background:none;
	color:#FFF;
}
.leftColumn{
	float: left;
}
.leftColumn{
	width:37%;
}
.rightColumn{
	max-width:60em;
	margin-left:37%;
	border-left:1px dotted #CCC;
	padding-left:3%;
}
.leftContent{
	float:right;
	padding-right: 60px;
	width:240px;
	text-align:right;
}
h4{
	font-size:14px;
	color:#B0CA00;
}
.bio{
	margin-top:35px;
}
.rightIn{
	padding-right:10px;
}
.extraPadding{
	padding-top:50px;
}
.list, .overList{
	margin: 10px 0 0 40px;
	line-height:25px;
}
.noMargin{
	margin:0;
}