@charset "UTF-8";

html, body {
	height: 100%;
}

a:link, a:visited {
	color: #65bdbf;
	text-decoration: none;
}
a:hover, a:active {
	color: #59a9ab;
}


#outsideContainer {
	position: relative;
	min-height: 100%;
}

* html #outsideContainer {
	height: 100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #3B2314;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #3B2314;
}

p {
	color: #999999;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}


#footer {
	position: relative;
	margin-top: -144px;
	width: 100%;
	height: 144px;
	background: url(http://handpickedtwitter.com/images/footer.png) center;
} 


body {
	background: #D3ECF0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

/* layout */

#outsideContainer {
	width: 940px;
	margin: 0 auto;
	background: #D3ECF0 url(http://handpickedtwitter.com/images/bg_content.gif) repeat-y center top;

}

/* header */

#siteHead {
	width: 940px;
	height: 89px;
	background: #d3ecf0 url(http://handpickedtwitter.com/images/rounded.gif) no-repeat left bottom;
	padding-top: 20px;
}

#logo {
	width: 300px;
	float: left;
}

#topNav {
	width: 280px;
	float: right;
	margin-top: 10px;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
}

#topNav li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
}

#topNav a:link, #topNav a:visited {
	width: 76px;
	height: 20px;
	display: block;
	background: url(http://handpickedtwitter.com/images/topnav_off.gif) no-repeat;
	color: #65BDBF;
	text-decoration: none;
	padding-top: 4px;
	text-align: center;
	text-transform: lowercase;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

#topNav a:hover {
	color: #FFFFFF;
	background: url(http://handpickedtwitter.com/images/topnav_over.gif) no-repeat;
}

#topNav a:active {
	color: #FFFFFF;
	background: url(http://handpickedtwitter.com/images/topnav_on.gif) no-repeat;
}

/* body content */

#siteBlock {
	width: 940px;
	background: url(http://handpickedtwitter.com/images/bg_content.gif) repeat-y;
	overflow: hidden;
	padding-bottom: 144px;
}

#contentBlock {
	width: 620px;
	float: left;
	margin: 4px 25px 0px 25px;
}

/* the goods */

.tweet {
	width: 620px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 2px dashed #d6d6d6;
	overflow: hidden;
}

.tweetPhoto {
	width: 48px;
	float: left;
}

.tweetInfo {
	width: 557px;
	float: right;
}

.tweetInfo h2 {
	color: #3B2314;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
}

.tweetInfo h3 {
	color: #999999;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.tweetInfo h4 {
	font-size: 10px;
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	line-height: 10px;
}

.tweetNav ul {
	margin: 0px;
	padding: 0px;
}

.tweetNav li {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	float: left;
}

.tweetNav a:link, .tweetNav a:visited {
	width: 71px;
	height: 14px;
	display: block;
	background: url(http://handpickedtwitter.com/images/tweetnav_off.gif) no-repeat;
	color: #65BDBF;
	text-decoration: none;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
	font: 10px Georgia, "Times New Roman", Times, serif;
}

.tweetNav a:hover {
	color: #FFFFFF;
	background: url(http://handpickedtwitter.com/images/tweetnav_over.gif) no-repeat;
}

.tweetNav a:active {
	color: #FFFFFF;
	background: url(http://handpickedtwitter.com/images/tweetnav_on.gif) no-repeat;
}

/* numbering */

#numbering {
	width: 620px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}

#numbering a:link, #numbering a:visited {
	color: #999999;
	text-decoration: none;
	padding: 3px 9px 3px 9px;
	margin: 0px 3px 0px 3px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #E8E8E8;
}

#numbering a:hover {
	color: #FFFFFF;
	background-color: #65bdbf;
}

#numbering a:active {
	color: #FFFFFF;
	background-color: #77bdbe;
}

.numberingLit {
	color: #65BDBF;
	text-decoration: none;
	padding: 3px 9px 3px 9px;
	margin: 0px 4px 0px 4px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
}

.numberingOff {
	color: #dcdcdc;
	text-decoration: none;
	padding: 3px 9px 3px 9px;
	margin: 0px 4px 0px 4px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
}

/* category nav */

#categoryNav {
	width: 270px;
	float: right;
}

#categoryNav ul {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background: url(http://handpickedtwitter.com/images/sidenav_btmline.gif) no-repeat left bottom;
}

#categoryNav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#categoryNav a:link, #categoryNav a:visited {
	width: 270px;
	height: 30px;
	display: block;
	background: url(http://handpickedtwitter.com/images/sidenav_off.gif) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 19px;
	text-align: center;
	font: 15px Georgia, "Times New Roman", Times, serif;
}

#categoryNav a:hover {
	background: url(http://handpickedtwitter.com/images/sidenav_over.gif) no-repeat;
}

#categoryNav a:active {
	background: url(http://handpickedtwitter.com/images/sidenav_down.gif) no-repeat;
}

.categoryNavActive {
	background: url(http://handpickedtwitter.com/images/sidenav_on.gif) no-repeat !important;
	color: #65BDBF !important;
}

/* form elements */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #65BDBF;
}

.formField {
	width: 425px;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#formBlock {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}
#adSense {
	width: 257px;
	text-align: center;
	margin: 30px 0px 0px 0px;
}

#adSenseFooter {
	padding: 30px 0px 0px 0px;
	text-align: center;
	clear: both;
	width: 468px;
	margin: 0 auto;
}