

#sidebar {
	float: right;
	width: 300px;
	margin-top: 5px;
}

ul.default-settings {
	list-style: none;
	background: #aef7fd;
	border: 1px dashed #cae0dd;
	font-size: .9em;
	margin: 10px 0;
}

ul.default-settings li{
	border-bottom: 1px dashed #cae0dd;
}

ul.default-settings li a{
	display: block;
	padding: 5px;
	color: #2e2a22;
	text-decoration: none;
}

ul.default-settings li a:hover {
	background: #71ADB1;
	color: #FFF;
}

ul.default-settings li.last {
	border: none;	
}

div#download {
	margin-bottom: 20px;	
}

div#download em {
	font-size: 0.8em;
	text-align: right;
}

a.download-btn {
	display: block;
	text-indent: -9000px;
	width: 294px;
	height: 62px;
	background: url(../images/download.png) no-repeat left top;
	margin-bottom: 5px;
}

a.download-btn:hover {
	background-position: left bottom;
}

#donate {
	margin: 20px 0;	
}

#footer {
	width: 940px;
	padding: 15px 0;
	border-top: 1px dashed #cae0dd;
	clear: both;
	color: #71adb1;
	font-size: .8em;
	overflow: hidden;
}

#footer a {
	color: #71adb1;
}

#footer a.jarodtaylor {
	text-decoration: none;
}

#footer a.jarodtaylor:hover {
	text-decoration: underline;
}

#meerkat-container {
	position: relative;
}

#meerkat {
	width: 100%;
	display: none;
}

#meerkat-content {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

#meerkat-content h1{
	color: #FFF;
	font-size: 3.8em;
}

#meerkat-content p{
	color: #FFF;
	font-size: 1.2em;
}

#meerkat-content a.dont-show{
	color: #FFF;
	font-weight: bold;
}

#meerkat-content a.dont-show:hover {
	color: #FFF;
	text-decoration: none;
}

#meerkat-content-adsense {
	width: 730px;
	margin: 0 auto;
	padding-top: 10px;
}

a.close {
	position: absolute;
	top: 7px;
	right: 3px;
	background: url(../images/close-btn.png) no-repeat 0 0;
	display: block;
	height: 26px;
	width: 26px;
	text-indent: -9000px;
}

a.close-meerkat {
	position: absolute;
	top: 5px;
	right: 3px;
	background: #FFF;
	border: 2px solid #FFF;
	text-decoration: none;
	padding: 0px 4px 1px 5px;
	font-weight: bold;
	font-size: 1.2em;
	color: #71adb1;
}

a.close-meerkat:hover {
	border: 2px solid #2e2a22;
	color: #2e2a22;
}

a.enter-site {
	display: block;
	height: 154px;
	width: 453px;
	background: #FFF url(../images/entrypagebg.png) no-repeat left top;
	text-indent: -9000px;
	margin: -154px -226px 0 0;
	position: absolute;
	top: 50%;
	right: 50%;	
}

a.enter-site:hover {
	background-position: left bottom;
}

a.close:hover {
	background-position: 0 bottom;
}

