/** ## Skelanimals ## **/

body {
	background:#000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size: 62.5%; /*** Resets 1em to 10px ***/
	line-height:2.0em;
	color:#777777;
}

a {
	color:#FFF;
	text-decoration: none;	
}

.button {
	background-color:#000000;
	border:1px solid #FFF;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	padding:2px 10px;
	text-transform:uppercase;
	vertical-align:middle;
}

#page-wrapper {
	background:#000;
	width:980px;
	margin: 0 auto;
	position:relative;
}

/*	##################################
   	HEADER STYLES
	################################## */
	
#header h1.defaultlogo {
	background: url('style/images/skelanimals/skelanimals_logo.jpg') no-repeat;
	height:100px;
	left:10px;
	position:absolute;
	top:20px;
}

#header h1.defaultlogo a {
	height:100px;
	width:200px;
	display:block;
	text-indent: -999px;
}

#header h1.logo {
	height:100px;
	left:10px;
	position:absolute;
	top:20px;
}

#header h1.logo a {
	height:100px;
	width:200px;
	display:block;
}

#header #navigation {
	border-bottom:1px solid #EBECEB;
	position:absolute;
	top:140px;
	background:url("style/images/dotted-horizontal.gif");
	background-position:0 1px;
	background-repeat:repeat-x;
	height:34px;
	width:690px;
	float:left;
}

#header #navigation ul.nav a:hover {
	color:#B9B9B9;
}

#header #navigation ul.nav {
	position: relative;
    float: left;
}

#header #navigation ul.nav li {
	background-image:url("style/images/menu-separator.gif");
	background-position:0 12px;
	background-repeat:no-repeat;
	color:#CCC;
	float: left;
    list-style-type:none;
	margin:0;
	padding:0;
}

#header #navigation ul.nav li a {
	display:block;
	font-size:12px;
	padding:7px 15px 6px;
	text-decoration:none;
}

#header #navigation ul.nav li.current_page_parent ul.children li.current_page_item {
	border-top:none;
}

#header #navigation ul.nav li.current_page_item a, #header #navigation ul.nav li.current_page_parent a {
	padding:4px 15px 6px;
}

#header #navigation ul.nav li.current_page_item, #header #navigation ul.nav li.current_page_parent {
	border-top:3px solid #ed1c24;
}

#header #navigation ul.sub-menu li.current_page_item a {
	background:#ed1c24;
	color:#FFF;
	padding:4px 15px 6px;
}

#header #navigation ul.sub-menu li.current_page_item {
	border-top:none;
}

#fancyClock {
	margin:40px auto 0px auto;
	height:100px;
	border:1px solid #111111;
	border-bottom:none;
	width:800px;
}

.unit {
	position:relative;
	float:left;
	width:200px;
	text-align:center;
	font-size:18px;
}

#units {
	background:#000;
	margin:0 auto;
	width:800px;
	overflow:hidden;
	border:1px solid #111111;
	border-top:none;
	padding-bottom:10px;
	margin-bottom:40px;
}

#graveyard {
	background: url('style/images/skelanimals/BACK_FENCE.jpg') no-repeat;
	width:940px;
}

.tombs {
	margin:20px 0 20px 0;
	overflow:hidden;
}

.tombs li a {
	background: url('style/images/skelanimals/tombstones.png');
	display:block;
	float:left;
	text-indent:-9999px;	
}

.tombs li a.tomb1 {
	height:210px;
	width:150px;
	background-position:0px 0px;
	margin-left:4px;
	margin-right:40px;
	margin-top:50px;
}

.tombs li a.tomb1:hover {
	height:210px;
	width:150px;
	background-position:-150px 0px;
}

.tombs li a.tomb1.active {
	height:210px;
	width:150px;
	background-position:-300px 0px;
}

.tombs li a.tomb2 {
	height:210px;
	width:150px;
	background-position:-450px -0px;
	margin-left:4px;
	margin-right:40px;
	margin-top:50px;
}

.tombs li a.tomb2:hover {
	height:210px;
	width:150px;
	background-position:-600px 0px;
}

.tombs li a.tomb2.active {
	height:210px;
	width:150px;
	background-position:-750px 0px;
}



.tombs li a.tomb3 {
	height:260px;
	width:150px;
	background-position:0px -210px;
	margin-left:4px;
	margin-right:40px;
}

.tombs li a.tomb3:hover {
	height:260px;
	width:150px;
	background-position:-150px -210px;
}

.tombs li a.tomb3.active {
	height:260px;
	width:150px;
	background-position:-300px -210px;
}

.tombs li a.tomb4 {
	height:260px;
	width:150px;
	background-position:-450px -210px;
	margin-left:4px;
	margin-right:40px;
}

.tombs li a.tomb4:hover {
	height:260px;
	width:150px;
	background-position:-600px -210px;
}

.tombs li a.tomb4.active {
	height:260px;
	width:150px;
	background-position:-750px -210px;
}

.tombs li a.tomb5 {
	height:230px;
	width:150px;
	background-position:0px -470px;
	margin-left:4px;
	margin-right:0px;
	margin-top:30px;
}

.tombs li a.tomb5:hover {
	height:230px;
	width:150px;
	background-position:-150px -470px;
}

.tombs li a.tomb5.active {
	height:230px;
	width:150px;
	background-position:-300px -470px;
}

.tombs li a.tomb6 {
	height:230px;
	width:150px;
	background-position:-450px -470px;
	margin-left:4px;
	margin-right:40px;
	margin-top:35px;
}

.tombs li a.tomb6:hover {
	height:230px;
	width:150px;
	background-position:-600px -470px;
}

.tombs li a.tomb6.active {
	height:230px;
	width:150px;
	background-position:-750px -470px;
}

.tombs li a.tomb7 {
	height:260px;
	width:150px;
	background-position:0px -700px;
	margin-left:4px;
	margin-right:40px;
	margin-top:10px;
}

.tombs li a.tomb7:hover {
	height:260px;
	width:150px;
	background-position:-150px -700px;
}

.tombs li a.tomb7.active {
	height:260px;
	width:150px;
	background-position:-300px -700px;
}

.tombs li a.tomb8 {
	height:260px;
	width:150px;
	background-position:-450px -705px;
	margin-left:4px;
	margin-right:40px;
}

.tombs li a.tomb8:hover {
	height:260px;
	width:150px;
	background-position:-600px -705px;
}

.tombs li a.tomb8.active {
	height:260px;
	width:150px;
	background-position:-750px -705px;
}

.tombs li a.tomb9 {
	height:220px;
	width:150px;
	background-position:0px -965px;
	margin-left:4px;
	margin-right:40px;
	margin-top:40px;
}

.tombs li a.tomb9:hover {
	height:220px;
	width:150px;
	background-position:-150px -965px;
}

.tombs li a.tomb9.active {
	height:220px;
	width:150px;
	background-position:-300px -965px;
}

.tombs li a.tomb10 {
	height:260px;
	width:150px;
	background-position:-450px -965px;
	margin-left:4px;
	margin-right:0px;
}

.tombs li a.tomb10:hover {
	height:260px;
	width:150px;
	background-position:-600px -965px;
}

.tombs li a.tomb10.active {
	height:260px;
	width:150px;
	background-position:-750px -965px;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color:#FFF;
}

.jqueryslidemenu ul li ul li a{
width: 160px; /*width of sub menus*/
padding: 6px 15px;
margin: 0;
border: 1px solid #EBECEB;
border-top-width:0px;
background: #000; /*background of tabs (default state)*/
}

#featured {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 12px;
	position: relative;
	background: url(style/images/featured_bg.png) 0 100% repeat-x;
	overflow: hidden;
	margin: 30px 0 50px 0;
	height:350px;
}
