/* @override http://lab.simurai.com/css/buttons/style.css */

/* BonBon Buttons by simurai.com  */

/* If you are looking for the button CSS, check the buttons.css ;-) */




html {
	background: url("bg.png") repeat fixed 0 0;
	font: 62.5%/1 "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}

body {
	width: 800px;
	margin: 0 auto;
	padding: 0 30px 0 390px;
	text-shadow: rgba(254,255,255,0.5) 0 1px 0;
}

/* Globals */

strong {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #5185bc;
}
a:hover {
	color: #3e6a9a;
}
p, ul {
	margin-bottom: 20px;
}
code {
	display: block;
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 1.1em;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.25);
	-webkit-box-shadow: inset rgba(0,0,0,0.15) 0 1px 1px, inset rgba(254,255,255,0.4) 0 -1px 1px;
}
code.inline {
	display: inline;
	margin-top: 0px;
	padding: 3px 5px;
	font-weight: bold;
	background-color: transparent;
	-webkit-box-shadow: inset rgba(0,0,0,0) 0 1px 1px;
}


/* Side */

aside {
	position: fixed;
	left: 60px;
	top: 40px;
	width: 300px;
	text-align: right;
}
aside h1 {
	font-family:  'Droid Sans';
	font-size: 6.5em;
	font-weight: bold;
}
aside h2 {
	font-size: 2em;
	color: #919191;
	margin-bottom: 30px;
}
aside #boy {
	width: 300px;
	height: 300px;
	background: url(boy.png) no-repeat 30px;
}
aside .meta {
	display: block;
	line-height: 1.2em;
	padding: 10px 10px 10px 180px;
}


/* header */

header {
	text-align: center;
	padding: 60px;
	margin-top: 60px;
	margin-bottom: 50px;
	background-color: rgba(254,255,255,0.1);
	
	-webkit-box-shadow:  	inset rgba(255,255,255,0.3) 0 2px 2px,  rgba(0,0,0,0.05) 0 2px 2px;
	-moz-box-shadow:  		inset rgba(255,255,255,0.3) 0 2px 2px,  rgba(0,0,0,0.05) 0 2px 2px;
	-webkit-border-radius: 	120px / 300px;
	-moz-border-radius: 	120px / 300px;
}

/* Main */

article {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #424242;
}

section {
	padding: 30px 100px;
}

section#intro {
	font-size: 1.2em;
	line-height: 1.4em;
}

section h3 {
	font-size: 2em;
	font-family: 'Georgia', serif;
	margin-bottom: 20px;
	margin-left: -50px;
	color: #787878;
}

section li {
	list-style-type: square;
	margin-left: 1.5em;
	margin-bottom: .5em;
}

/* Footer */

footer {
	padding: 40px 60px;
	margin-bottom: 30px;
	font-size: 1.3em;
	color: #858585;
	line-height: 1.4em;
	border-top: 2px dotted rgba(0,0,0,0.1);
}


/* food */

#food {
	width: 160px;
	position: fixed;
	z-index: 87;
	bottom: 0px;
	left: 40px;
}
#food img {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
#food img:hover {
	-webkit-transform: translateY(-1px);
}
#food img:active {
	-webkit-transform: translateY(0px);
}
#food a {
	color: #595959;
	font-size: 11px; 
	line-height: 1.3em;
	text-shadow: #fff 0 1px 0;
}
#food a:hover {
	color: #000;
}

#food .yoggrtad {
	margin-bottom: 10px;
}
#food .yoggrttext {
	display: block;
	margin: 10px 0;
}
#food .adby a {
	text-transform: uppercase;
	font-size: 11px;
}




