/*
Theme Name: Journalist
Theme URI: http://lucianmarin.com/
Description: Journalist is a smart, minimal theme designed for professional journalists.
Version: 1.9
Author: <a href="http://lucianmarin.com/">Lucian E. Marin</a>
Tags: white, two columns, fixed width, light, minimal
For the WordPress community (GPL), enjoy it guys.
by Lucian E. Marin - lucianmarin.com
*/

* {margin: 0;}
html, body {background-color: #fff; padding: 0; border: 0; margin: 0;}	

a {color:#047; text-decoration:underline;}
a:hover {color:#a00;}
img {border: none;}
#santa {
	width: 750px;
	height: 640px;
	background-image: url('http://www.santa-says.com/wp-content/uploads/2011/03/santa755x600.jpg');
	background-repeat: no-repeat;
	float: left;
}
#bubble1 {
	position: absolute;
	margin-top: 80px;
	margin-left: 270px;
	width: 14px;
	height: 14px;
	border: 3px solid grey;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#bubble2 {
	position: absolute;
	margin-top: 70px;
	margin-left: 310px;
	width: 14px;
	height: 14px;
	border: 3px solid grey;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#bubble3 {
	position: absolute;
	margin-top: 60px;
	margin-left: 350px;
	width: 14px;
	height: 14px;
	border: 3px solid grey;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#bubble4 {
	position: absolute;
	margin-top: 50px;
	margin-left: 390px;
	width: 14px;
	height: 14px;
	border: 3px solid grey;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#says {
	position: absolute;
	margin-top: 40px;
	margin-left: 420px;
	width: 300px;
	padding: 10px;
	color: grey;
	font-family: Sans-serif, Arial;
	font-size: 1.6em;
	font-weight: normal;
	border: 3px solid grey;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#saysalot {
	position: absolute;
	margin-top: 40px;
	margin-left: 430px;
	width: 344px;
	padding: 10px;
	color: grey;
	font-family: Sans-serif, Arial;
	font-size: 1em;
	font-weight: normal;
	border: 3px solid grey;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#says a {
	text-decoration: none;
}
#adsense1 {
	margin: 0 0 0 40px;
}
#footer {
	clear: both; /* forces to bottom */
	width: 800px;
}
#footer ul {
	background-color: #151515;
	color: grey;
}
#footer ul li {
	display: inline;
	padding: 0 30px 0 30px;
}
#footer ul li a {
	text-decoration: none;
	color: grey;
}
