/***********************************************************************
 Common stylesheet
***********************************************************************/
.clear
{
	border: medium none;
	clear: both;
	font-size: 1px;
	height: 0px;
	margin: 0;
	padding: 0;
}

.cute
{
	display: none;
}

.active
{
	background: #27A1B7;
	color: #FFFFFF;
}

.center
{
	text-align: center;
}

.w25p
{
	width: 25%;
}

.w75p
{
	width: 75%;
}

.m15
{
	margin: 15px;
}

/***********************************************************************
 Layout stylesheet
***********************************************************************/
html
{
	padding: 0;
	margin: 0;
	font-size: 16px;
}

body
{
	background: #00ADC4 url(../images/sky.png) top left repeat-x;
	padding: 0;
	margin: 0;
	font-family: Cambria, Georgia, Palatino, "Palatino Linotype", Constantia, serif;
	font-size: 95%;
	line-height: 1.5em;
	color: #000000;
}

a
{
	color: #27A1B7;
	text-decoration: none;
}

a:link, a:visited
{
	color: #27A1B7;
	font-style: italic;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
}

h1
{
	background: #FFFFFF url(/images/bg-h1.png) top left repeat-x;
	color: #4B4B4B;
	display: block;
	font-size: 1.7em;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
	margin: 0 auto;
	width: 1000px;
}

h2
{
	font-size: 1.4em;
}

input
{
	font-family: Cambria, Georgia, Palatino, "Palatino Linotype", Constantia, serif;
}

img
{
	border: 0;
}

#ie
{
	display: none;
}

#wrapper
{
	margin: 0 auto;
	width: 1000px;
	display: block;
	max-width: 1000px;
}

#header
{
	display: block;
	width: 1000px;
	max-width: 1000px;
	height: 202px;
}

#layout
{
	background: url(../images/tux.png) center top no-repeat;
	width: 1000px;
	max-width: 1000px;
	height: 412px;
	min-height: 412px;
	position: relative;
}

div#layout
{
	height: auto;
}

#twitter
{
	background: url(../images/twitter.png) no-repeat;
	display: block;
	height: 147px;
	width: 118px;
	background-position: 0px 0px;
	position: absolute;
	right: 304px;
	top: 25px;
}

#twitter:hover
{
	background-position: 0px -160px;
}

#last-fm
{
	background: url(../images/last-fm.png) no-repeat;
	display: block;
	height: 147px;
	width: 118px;
	background-position: 0px 0px;
	position: absolute;
	right: 184px;
	top: 75px;
}

#last-fm:hover
{
	background-position: 0px -160px;
}

#linkedin
{
	background: url(../images/linkedin.png) no-repeat;
	display: block;
	height: 147px;
	width: 118px;
	background-position: 0px 0px;
	position: absolute;
	right: 504px;
	top: 225px;
}

#linkedin:hover
{
	background-position: 0px -160px;
}

#wakoopa
{
	background: url(../images/wakoopa.png) no-repeat;
	display: block;
	height: 147px;
	width: 118px;
	background-position: 0px 0px;
	position: absolute;
	right: 271px;
	top: 177px;
}

#wakoopa:hover
{
	background-position: 0px -160px;
}

#stumble
{
	background: url(../images/stumble.png) no-repeat;
	display: block;
	height: 147px;
	width: 118px;
	background-position: 0px 0px;
	position: absolute;
	left: 30px;
	top: 11px;
}

#stumble:hover
{
	background-position: 0px -160px;
}

#postrank
{
	background: url(../images/postrank.png) no-repeat;
	display: block;
	height: 147px;
	width: 118px;
	background-position: 0px 0px;
	position: absolute;
	left: 271px;
	top: 177px;
}

#postrank:hover
{
	background-position: 0px -160px;
}

#picasa
{
	background: url(../images/picasa.png) no-repeat;
	display: block;
	height: 147px;
	width: 118px;
	background-position: 0px 0px;
	position: absolute;
	left: 140px;
	top: 271px;
}

#picasa:hover
{
	background-position: 0px -160px;
}

