﻿* { margin: 0; padding: 0; outline: none; }

body
{
	font-size: 62.5%;
	text-align: center;
	background: #6C727F;
}

body, input, textarea, select
{
	font-family: "Georgia", sans-serif;
}

#Container
{
	position: relative;
	width: 950px;
	margin: 30px auto 0 auto;
	text-align: left;
}

.Clear:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.Clear
{
    display: inline-block;
}

html[xmlns] .Clear
{
    display: block;
}

* html .Clear
{
    height: 1%;
}


/* Header
--------------------------------------------------------------------------------------- */

#Header
{
    height: 150px;
}

#Header h1 a
{
	position: absolute;
	top: 50px;
	left: 30px;
	width: 135px;
	height: 65px;
	background: url('images/logos/masthead.png') no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
}


/* Sidebar
--------------------------------------------------------------------------------------- */

#Sidebar
{
	float: left;
	display: inline;
	width: 130px;
}

#Sidebar ul
{
	list-style: none;
}

#Sidebar ul li
{
	margin: 20px 0 0 20px;
	font-size: 1.2em;
	color: #6C727F;
	text-transform: uppercase;
}

#Sidebar ul li a
{
	font-size: 1.4em;
	color: #DCE1E4;
	text-decoration: none;
	text-transform: none;
}

#Sidebar ul li a:hover
{
	color: #F0612A;
}

#Sidebar ul li li
{
	margin: 5px 0 0 0;
}

#Sidebar ul li li a
{
	font-size: 1.2em;
}

body#Page-Home #Sidebar ul li#Menu-Home a,
body#Page-Websites #Sidebar ul li#Menu-Websites a,
body#Page-Gaming #Sidebar ul li#Menu-Gaming a,
body#Page-Contact #Sidebar ul li#Menu-Contact a
{
	color: #F0612A;
}


/* Content
--------------------------------------------------------------------------------------- */

#Wrapper
{
	padding: 10px;
	background: #545963;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#Content
{
	float: right;
	display: inline;
	width: 710px;
	padding: 0 30px 30px 30px;
	background: #DCE1E4 url(images/backgrounds/content.png) repeat-x 0 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#Content a
{
	padding: 0 3px;
	background: #A3AFB6;
	color: #FFF;
	text-decoration: none;
}

#Content a:hover
{
	background: #6C727F;
}

#Content h2
{
	margin: 30px 20px 0 0;
	padding: 0 0 10px 0;
	font-size: 3.2em;
	color: #6C727F;
	line-height: 1.2em;
	font-weight: normal;
}

#Content h2 a
{
	padding: 0 7px;
	background: #F0612A;
}

#Content h2 a:hover
{
	background: #A3AFB6;
}

#Content h2 small
{
	font-size: 0.5em;
}

#Content h4
{
	padding: 30px 0 0 0;
	font-size: 3em;
	color: #B7C1C8;
	font-weight: normal;
}

#Content p
{
	padding: 0 0 15px 0;
	font-size: 1.4em;
	color: #595F68;
	line-height: 1.5em;
}

/* Twitter */

#Content #Twitter-Wrapper
{
	padding: 0 0 20px 0;
}

#Content #Twitter {
	position: relative;
	margin: 25px 0 0 0;
	padding: 22px 220px 22px 22px;
	background: url('images/backgrounds/comment.png') no-repeat 0 0;
}

#Content #Twitter p {
	margin: 0;
	padding: 0;
	font-size: 1.9em;
	color: #FFF;
	line-height: 1.4em;
}

#Content #Twitter p a {
	color: #FFF;
}

#Content #Twitter p a:hover {
	color: #D0EAF3;
}

#Content #Twitter p a.Twitter-Stamp {
	padding: 0 3px;
	background: #6C727F;
	font-size: 0.6em;
	color: #B1B6BE;
	white-space: nowrap;
}

#Content #Twitter p a.Twitter-Stamp:hover {
	background: #595F68;
}

#Content #Twitter a.Twitter-Link {
	position: absolute;
	top: 8px;
	right: 0;
	width: 144px;
	height: 91px;
	background: url('images/icons/bird.png') no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
}


/* Footer
--------------------------------------------------------------------------------------- */

#Footer
{
	padding: 25px;
	font-size: 1.2em;
	color: #545963;
	text-align: center;
}