/* =========================== elements ============================= */

body { 
	background: #c4bfc0 url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/bg.jpg) no-repeat top center;
	font: italic 14px Georgia;
	color: #4d4d4d;
}

p {
	margin-bottom: 15px;
	line-height: 140%;
}

a:link, a:visited { 
	color: #990026; 
	text-decoration: none; 
}
a:link:hover, a:visited:hover, a:active, a:focus {
	text-decoration: underline; 
}

img {
	display: block;
}
a img {
	border: none;
}


// Underordered Lists
ul {
	margin-left: 10px;
	list-style: circle;
}
ul li {
	margin-bottom: 5px;
}


// Ordered lists
ol {
	margin-left: 10px;
	list-style: circle;
}
ol li {
	margin-bottom: 5px;
}


// Definition Lists
dl { 
}

dt { 
	float: left; 
	clear: left;
} 
dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0;
}

.aural {
	display: none;
}

.input-text {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/input.png) no-repeat;
	width: 180px; height: 21px;	
}
.input-text input {
	width: 175px; height: 16px;
	background: none; border: 0;
	font: italic 14px Georgia;
	color: #4d4d4d;
	position: relative; top: 3px; left: 2px;
}
.input-text select {
	width: 175px; height: 16px;
	background: none; border: 0;
	font: italic 14px Georgia;
	color: #4d4d4d;
	position: relative; top: 2px; left: 2px;
}
input.go-btn {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/go-btn.gif) no-repeat;
	width: 33px; height: 20px; float: right;
	border: 0; margin: 5px 22px 0 0;
}

/* ========================= elements end =========================== */

/* ============================ layout ============================== */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display: inline-table; }
.clearfix{ display: block; }
.clearfix{ height: 1%; } /* IE */

.clear {
	clear: both;
}

#wrapper {
	width: 975px; margin: 0 auto;
	position: relative;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#nav {
	position: absolute;
	top: 60px; left: 0;
	width: 156px;
	z-index: 0;
}
#nav li {
	background: #333333;
	width: 156px; height: 33px;
	margin-bottom: 5px;
	line-height: 32px;
}
#nav li a {
	color: #fff;
	display: block;
	text-indent: 10px;
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/nav-rounded.gif) no-repeat #333;
	width: 156px; height: 33px;
}
#nav li a:hover {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/nav-rounded.gif) no-repeat #666;
	background-position: bottom left;
}

#nav li a span {
	text-indent: -2010%;
	display: block;
	position: relative;
	left: 8px; top: 12px;
}

#nav li a#nav-home span {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/nav-home.gif) no-repeat;
	width: 42px; height: 9px; overflow: hidden;
}
#nav li a#nav-about span {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/nav-about.gif) no-repeat;
	width: 46px; height: 9px; overflow: hidden;
}
#nav li a#nav-who span {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/nav-who.gif) no-repeat;
	width: 133px; height: 9px; overflow: hidden;
}
#nav li a#nav-ask span {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/nav-ask.gif) no-repeat;
	width: 127px; height: 12px; overflow: hidden;
}
#nav li a#nav-listed span {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/nav-listed.gif) no-repeat;
	width: 78px; height: 9px; overflow: hidden;
}
#nav li a#nav-news span {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/nav-news.gif) no-repeat;
	width: 39px; height: 9px; overflow: hidden;
}
#nav li a#nav-links span {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/nav-links.gif) no-repeat;
	width: 41px; height: 9px; overflow: hidden;
}

#nav li a:hover#nav-home span, #nav li a:hover#nav-about span, 
#nav li a:hover#nav-who span, #nav li a:hover#nav-listed span, 
#nav li a:hover#nav-news span, #nav li a:hover#nav-links span {
	background-position: 0 -9px;
}
#nav li a:hover#nav-ask span {
	background-position: 0 -12px;
}

/* ========================== header end ============================ */

/* ============================ content ============================= */

#main {
	width: 832px; float: right;
	position: relative; z-index: 1;
}

#page-top {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/page-top.png) no-repeat;
	width: 832px; height: 434px;
}
#page-top-inner {
	padding: 40px 85px 0 30px;
}

#page-extendable {
	position: relative; z-index: 0;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	width: 748px; background: #ffffff;
	margin: 50px 0 15px 11px;
}
#page-curl {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/page-top.png) no-repeat;
	width: 832px; height: 434px; position: absolute;
	left: -12px; top: -52px; z-index: -1;
}

#intro {
	margin-top: 20px; float: right;
	width: 290px; height: 320px;
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/intro-line.gif) no-repeat bottom left;
}
#intro #logo {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/who-gets-the-tip.gif) no-repeat;
	width: 307px; height: 108px; margin-bottom: 20px;
}
#intro #logo a {
	width: 307px; height: 108px; display: block;
}

#video {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/tip-jar.gif) no-repeat;
	width: 394px; height: 412px; float: left;
	position: relative;
	top: -3px;
	left: -5px;
}


#tips_map {
	width: 495px; height: 387px; float: left;
}


#content {
	float: left;
	width: 460px;
}


#sidebar {
	margin-top: 20px; float: right;
	width: 202px; 
}
#sidebar #logo {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/who-gets-the-tip-2.gif) no-repeat;
	width: 202px; height: 72px; margin-bottom: 20px;
}

#sidebar ul {
	margin-left: 10px;
}

#sidebar ul li {
	list-style: disc;
}

#h4-archive {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h4-archive.gif) no-repeat;
	width: 93px; height: 13px; text-indent: -2010%;
	margin: 0 0 5px 0;
}

#h4-categories {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h4-categories.gif) no-repeat;
	width: 132px; height: 14px; text-indent: -2010%;
	margin: 20px 0 5px 0;
}
#sidebar #h2-follow {
	margin: 20px 0 5px 0;
}

.post {
	clear: both;
}
.post-meta {
	margin-bottom: 10px;
}
.post h3 {
	font-size: 24px; padding: 14px 0 8px 0;
	border-bottom: 1px solid #b1b1b1;
	margin-left: 5px; float: left;
	width: 390px;
}
.post-line {
	border-bottom: 1px solid #b1b1b1;
	width: 330px; float: left;
	padding-top: 10px;
}
.share-this {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/share-this.gif) no-repeat;
	width: 111px; height: 23px; display: block;
	float: right;
}


#page {
	position: relative;
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	width: 748px; background: #ffffff;
	margin-left: 11px;
	margin-bottom: 15px;
}
#page-inner {
	padding: 20px 30px 0 30px;
}


#page-text h3 {
	font-size: 24px; padding: 14px 0 8px 0;
	border-bottom: 1px solid #b1b1b1;
	margin: 0 0 15px 5px;
}



.row {
	clear: both;
	margin-bottom: 45px;
}
.col {
	width: 200px; float: left;
	margin-right: 40px;
}
.wide-col {
	width: 445px; float: right;
}
.last {
	margin-right: 0;
}

.post-date {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/calendar.gif) no-repeat;
	width: 46px; height: 51px; float: left;
	margin: 8px 10px 0 0;
}
.post-date .month {
	margin: 13px auto 4px auto;
}
.post-date .day {
	margin: 0 auto;
}


#pagination {
	margin: 15px 0;
}
#next-btn {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/next-btn.gif) no-repeat;
	width: 85px; height: 23px; float: right;
	display: block; text-indent: -2010%;
}

#previous-btn {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/previous-btn.gif) no-repeat;
	width: 85px; height: 23px; float: left;
	display: block; text-indent: -2010%;
}


.col p, .wide-col p {
	border-top: 1px solid #b5b5b5;
	padding-top: 5px;
}

.fake-title {
	height: 22px; width: 100%;
}

.col .more-link {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/more-link.gif) no-repeat;
	width: 199px; height: 23px; display: block;
	text-indent: -2010%; clear: both;
}
a.go-link {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/go-link.gif) no-repeat;
	width: 199px; height: 20px; display: block;
	text-indent: -2010%;
}
a.go-btn {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/go-btn.gif) no-repeat bottom right;
	display: block;
	height: 20px;
	padding-right: 35px;
	margin-top: 15px;
}

#h2-share-ask {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h2-share-ask.gif) no-repeat;
	width: 195px; height: 38px; text-indent: -2010%;
	margin-bottom: 5px;
}
#h2-badge {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h2-badge.gif) no-repeat;
	width: 197px; height: 35px; text-indent: -2010%;
	margin-bottom: 8px;
}
#h2-businesses {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h2-businesses.gif) no-repeat;
	width: 200px; height: 35px; text-indent: -2010%;
	margin-bottom: 8px;
}

#h2-news {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h2-news.gif) no-repeat;
	width: 61px; height: 14px; text-indent: -2010%;
	margin-bottom: 8px;
}
#h2-follow {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h2-follow.gif) no-repeat;
	width:171px; height: 14px; text-indent: -2010%;
	margin-bottom: 8px;
}

#h2-buzz {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h2-buzz.gif) no-repeat;
	width:54px; height: 14px; text-indent: -2010%;
	margin-bottom: 8px;
}
#h2-supporters {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h2-supporters.gif) no-repeat;
	width:137px; height: 14px; text-indent: -2010%;
	margin-bottom: 8px;
}

#h2-selection {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h2-selection.gif) no-repeat;
	width:197px; height: 14px; text-indent: -2010%;
	margin-bottom: 8px;
}
#h2-policy {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/h2-policy.gif) no-repeat;
	width:172px; height: 14px; text-indent: -2010%;
	margin-bottom: 8px;
}

#pie {
	padding-top: 5px;
	padding-right: 10px;
	float: left;
	height: 60px;
}





#tips_content {
	height: 225px;
}


#tips_list_table {
	width: 100%;
	border-collapse: collapse;
}
#tips_list_table th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	border-bottom: 1px solid #DDD;
}
#tips_list_table td {
	padding: 4px 3px;
	border-bottom: 1px solid #DDD;
}

#tips_ajax_breakdown {
	
}
#tips_ajax_table {
	float: right;
	width: 202px;
}
#tips_ajax_table table {
	width: 100%;
	border-collapse: collapse;
}
#tips_ajax_table th {
	font-weight: bold;
	width: 120px;
	padding-top: 5px;
}
#tips_ajax_table td {
	padding-top: 5px;
}
#flot_ajax_pie .pieLabel {
	background: #FFF;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	padding: 0 3px;
	font-size: 12px;
	font-family: Arial;
	font-style: normal;
	color: #171717;
}





/* =========================== content end ========================== */

/* ============================= footer ============================= */
#footer span {
	width: 325px; height: 5px;
	float: left;
	border-bottom: 1px solid #b5b5b5;
	margin: 3px 0 0 20px;
}

#footer p {
	text-align: right;
	padding-right: 15px;
	font-size: 13px;
	float: right;
}

#change {
	background: url(http://webarchive.nationalarchives.gov.uk/20101001133518/http://www.whogetsthetip.com//wp-content/themes/WhoGetsTheTip/img/change.png) no-repeat;
	width: 325px; height: 450px; position: absolute;
	left: 0; top: 0px; z-index: -1;
}

/* =========================== footer end =========================== */





#sn_follow a {
	float: left;
}




#page-text ul {
	margin-left: 15px;
	margin-bottom: 15px;
	list-style: disc;
}
#page-text ol {
	margin-left: 15px;
	margin-bottom: 15px;
	list-style: decimal;
}
#page-text strong {
	font-weight: bold;
}
#page-text em {
	font-style: italic;
}










