.page {
	-moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
	box-shadow: inset 0px 1px 0px 0px #a4e271;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background: -moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color: #89c403;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #74b807;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #528009;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}.page:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.page:active {
	position:relative;
	top:1px;
}
.changeskin {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.changeskin:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}.changeskin:active {
	position:relative;
	top:1px;
}
.downloadbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ce8e28;
}.downloadbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}.downloadbutton:active {
	position:relative;
	top:1px;
}
body {
	margin: 0px;
	height: 100%;
	background-image: url(../img/bg_main.png);
}

@font-face {
    font-family: Logo;
    src: url(font/minecraft_font_by_pwnage_block-d37t6nb.ttf);
}

#header {
	background:#8cbeff;
	background-image: url(../img/180px-Sun.png), url(../img/bg-outside-clouds.png);
	background-position: center right, top;
	background-repeat: no-repeat;
	width: 100%;
	padding: 20px 0;
	margin:0;
	overflow: hidden;
}

#logo {
	margin: 0px auto;
	margin-bottom: -50px;
	width: 990px;
	font-size: 30px;
}

#logo h1 {
	color: #222;
	text-shadow:0 0 30px #333;
}

#logo h1:before {
	content:"McSkin";   /* Yellow Text */
	color: yellow;
	font-family: Logo;
}

#logo h1:after {
	content: "World";  /* Black Text */
	font-family: Logo;
}

#nav {
	margin-top: -20px;
	margin-bottom: -5px;
	background-color:#2b2b2b;
	border-bottom:4px solid #444442;
	font-size:15px;
	height:36px;
	-webkit-box-shadow:0 0 5px #666; 
	-moz-box-shadow: 0 0 5px #666; 
	box-shadow:0 0 5px #666;
	border-top: 10px solid #009514;
	position: relative;
	z-index: 9999;
	}

#nav_holder {
	width: 1000px;
	margin: 0px auto;
	margin-top: -15px;
}

#nav_holder ul.right {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}

#nav_holder li.first {
	margin-left: -30px;
	border-left: 1px solid #333;
    box-shadow: 1px 0 #000 inset, -1px 0 #000 inset;
    -moz-box-shadow: 1px 0 #000 inset, -1px 0 #000 inset;
    -webkit-box-shadow: 1px 0 #000 inset, -1px 0 #000 inset; 
    text-shadow:0 0 1px #000;
}


#nav_holder li {
	list-style: none;
	float: left;
	border-right: 1px solid #333;
    box-shadow: -1px 0 #000 inset;
    -moz-box-shadow: -1px 0 #000 inset;
    -webkit-box-shadow: -1px 0 #000 inset;  
    text-shadow:0 0 1px #000;
}

#nav_holder li a {
	line-height: 36px;
	text-decoration: none;
	color: #FFF;
	opacity: 0.7;
	margin-right: 20px;
	margin-left: 20px;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	font-size: 12px;
	color: yellow;
	font-family: Logo;
}
#nav_holder li a:hover {
	opacity: 0.9;
	color: #00a5f0;	
	transition: color .2s linear;
	-webkit-transition: color .1s linear;
	-moz-transition: grow .1s linear;
}

#nav_holder li a:active {
	opacity: 1;
	color: #000;
	width: 300px;
}

/* Now the header is done */


/* Main Content */

.sub_header {
	width: 960px;
	min-height: 105px;
	margin: 0px auto;
	padding: 10px;
	background: url(../img/planks.jpg);
	border: 4px solid #56472A; 
	-moz-box-shadow: -2px 2px 3px #333; 
	-webkit-box-shadow: -2px -2px 3px #333; 
	box-shadow: -2px -2px 3px #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	z-index: 9;
	position: relative;
}

.announcement {
	background: #7f9db9;
	margin: 0px auto;
	height: 50px;
	width: 1020px;
	position: relative;
	left: -29px;
	top: 20px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100;
}

.announcement ul#items {
	list-style: none;
	margin-top: 8px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -44px;
	top: 55px;
	z-index: -1;
}

.triangle-r {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 974px;
	top: 27px;
	z-index: -1; 
}

#content_container {
	width: 950px;
	margin: 0px auto;
	margin-top: 10px;
}

.sidebar {
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top: 2px inset black;
	border-bottom: 2px outset black;
	background-image:url(../img/sidebar.png);
	width: 249px;
	float: left;
}

.sidebar h1,h2,h3,h4,h5,h6,p{
	padding-left: 20px;
	font-family: 'Sanchez', serif;
}

.sidebar h3.address {
	margin-bottom: -10px;
}

.sidebar div.online {
	float: right;
	margin-right: 40px;
	margin-top: -36px;;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background-color: green;
	box-shadow: 0px 0px 2px 2px green;
}

.sidebar div.offline {
	float: right;
	margin-right: 40px;
	margin-top: -36px;;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background-color: red;
	box-shadow: 0px 0px 2px 2px red;
}

.sidebar p.address {
	color: green;
}

.right_content {
	background-image:url(../img/right_content.png);
	margin-top: 3px;
	margin-bottom: 30px;
	min-height: 200px;
	border: 4px solid #222;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 10px rgba(000, 0, 0, 1);
	-moz-box-shadow:    0px 0px 10px rgba(000, 0, 0, 1);
	box-shadow:         0px 0px 10px rgba(000, 0, 0, 1);
	width: 950px;
	color: #999;
}

.right_content h1,h2,h3,h4,h5,h6,p {
	padding-left: 30px;
	margin-right: 30px;
}

.right_content h1 {
	color: #999;
	text-shadow: 1px 1px 1px #000;
	width: 300px;
	margin-top: 0px;
	background-color: #222;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

.footer {
	text-align: Center;
	font-size: x-small;
}
.popular {
	text-decoration: none;
}
.search {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border: 5px inset #FFC;
	-webkit-box-shadow: inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: rgba(106,196,255,0.5);
	color: #FFF;
}
