body {
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #90B37D;
	margin: 0;
	padding: 0;
	background-image: URL('/img/background.png');
	background-repeat: repeat;
	background-position: 0 0;
}

img {
	border: none;
}

a {
	outline: none;
}

p, li, blockquote {
	font-size: 1.4em;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 1em 0 0.4em 0;
}

h1 a, h2 a ,h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-size: 3em;
	letter-spacing: -1px;
}

h2 {
	font-size: 2.4em;
	margin: 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 2em;
}

.text-right {
	text-align: right;
}

ul.inline-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.inline-links li {
	display: inline;
	margin-right: 10px;
}

/* Header */
div#header {
	padding: 20px 0 10px 0;
	overflow: hidden;
}

div#header p#logo {
	font-size: 5em;
	line-height: 1em;
	margin: 20px 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

div#header p#logo a {
	display: block;
	text-decoration: none;
	color: #ADC0CC;
	font-weight: bold;
	text-shadow:0.1em 0 0.2em #000000;
	background-image: URL('/img/twitter-bird.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 160px;
	zoom: 1;
}

div#header p#logo a strong {
	color: #FFF;	
}

div#header div#intro {
	background-color: #326380;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	margin-top: 4px;
}

div#header h1 {
	margin: 0;
}

div#header div#intro p {
	margin-bottom: 0;
}

/* Footer */
div#footer {
	padding: 20px 0;
}

div#footer p, div#footer ul {
	margin: 1em 0;
}

div#footer p, div#footer li {
	font-size: 1.2em;
}

div#footer a,
div#footer a:link,
div#footer a:active,
div#footer a:visited,
div#footer a:hover {
	color: #FFF;
}

/* Tweet wall */
div#tweet-wall {
	/*background-color: #B1C9A4;*/
	background: #FFF;
	background-color: rgba(255, 255, 255, 0.6);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 826px;
	padding: 0 0 0 6px;
	border: 2px solid #FFF;
}

div#tweet-wall ul {
	list-style-type: none;
	margin: 6px 0;
	padding: 0;
	overflow: hidden;
	width: 740px;
	float: left;
}

div#tweet-wall ul li {
	float: left;
	margin-bottom: 1px;
	margin-right: 1px;
	font-size: 1em;
	line-height: 1em;
}

div#tweet-wall ul li.gap {
	margin-left: 148px;
}

div#tweet-wall ul li a.twitter-link, div#tweet-wall ul li a.me-link {
	display: block;
	width: 73px;
	height: 73px;
	overflow: hidden;
}

div#tweet-wall ul li.my-highlight {
	position: relative;
}

div#tweet-wall div#shop {
	text-align: center;
	padding: 6px 0 0 6px;
}

div#tweet-wall div.highlight {
	position: absolute;
	top: -148px;
	left: 0;
	background-color: red;
	color: #FFF;
	width: 147px;
	height: 147px;
	display: block;
}

div.highlight p {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 6px;
}

div.highlight a,
div.highlight a:link,
div.highlight a:active,
div.highlight a:hover,
div.highlight a:visited {
	color: white;
	font-weight: bold;
	display: block;
	height: 135px;
	text-decoration: none;
}

/* Google Ad */
div.gad {
	margin-bottom: 10px;
}

/* Link */
p.link a {
	background-color: #2E697A;
	padding: 6px;
	color: #FFF;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
