/* Sweeperbot.css, Copyright (C) 2008 by Paul Fenwick <pjf@cpan.org>
 *
 * Inspired by Windows MineSweeper and CSS Ocean Garden
 * http://www.csszengarden.com/?cssfile=/210/210.css&page=0
 */


body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	width: 728px;
	/* background: #122981 url(images/gradient_bg.png) repeat-x; */
	background: #82a9e9;
	text-align: justify;
	color: black;;
	margin-left: 200px;
	margin-right: 2em;
}

/* Main is where our main content lives. */
#main {
	width: 728px;
}


a:link, a:visited {
	text-decoration: underline;
	/* color: #a5bcff; */
}

a:hover, a:active {
	text-decoration: none;
	/* color: #ff9600; */
}

.hidden {
	display: none;
}

img {
	border: 0;
	padding: 0;
}

img.valid {
	width: 88px;
	height: 31px;
}

#navigation {
	position: absolute;
	left: 5px;
	width: 161px;
}

#navigation-inner {
	background: #c0c0c0;
	background-image: url(images/border-transparent.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-top: 10px;
}

#navigation ul, #top-bar, #bottom-bar {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#top-bar {
	height: 52px;
}

/* Why does the bottom-bar insist that it needs a 12px border
 * after the other content, requiring me to put in a negative
 * margin?
 */

#bottom-bar {
	margin-top: -12px;
	height: 8px;
}

#bottom-bar img {
	height: 8px;
	width: 161px;
}

#navigation ul {
	list-style-image: url(/images/smiley-happy.png);
	font-size: 20px;
}

#navigation li {
	margin-left: 10px;
}

#navigation li a {
	text-decoration: none;
	color: black;
}

#navigation li:hover {
	list-style-image: url(/images/smiley-uhoh.png);
}

#footer p {
	text-align: right;
	font-size: small;
}

#download-now {
	font-size: larger;
	text-align: center;
}

#navigation_ad, #navigation_ad2 {
	margin-top: 40px;
	margin-left: 20px;
	width: 120px;
	height: 240px; 
}

#navigation_ad_large {
	margin-top: 40px;
	/* margin-left: 5px; */
	width: 160px;
	height: 600px;
}

#bottom_ad {
	width: 728px;
	height: 90px;
}

#right_ad {
	position: absolute;
	width: 120px;
	height: 600px;
	top: 140px;
	left: 950px;
}

#movie {
	margin-left: 151px;
	width: 425px;
	height: 350px;
}

h1, h2 {
	text-align: left;
}

#digg, #reddit, #delicious {
	float: right;
	padding: 10px;
	width: 52px;
	height: 80px;
}

#delicious {
	background: white;
	padding: 0px;
}

#content {
	clear: right;
}
