/******************** All pages ********************/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: blue;
}

/******************** Main page ********************/

#main-page {
	width: 700px;
	margin: 80px auto;
}

#main-page #logo {
	margin: 20px;
	text-align: center;
}

#main-page #logo-left,
#main-page #logo-right {
	font-family: Impact, Arial Black;
	font-size: 80px;
	line-height: 80px;
	color: #4096ee;
}

#main-page #logo-right {
	color: #356aa0;
}

#main-page #logo-slogan {
	font-family: Arial Narrow;
	font-size: 18px;
	font-weight: bold;
}

#main-page form {
	background-color: #f0f7f9;
	border-top: 1px solid #bdd0d5;
	border-bottom: 1px solid #bdd0d5;
	padding: 10px 0px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	font-size: 11px;
	color: #416181;
}

#main-page .search {
	width: 250px;
	margin-left: 10px;
	vertical-align: middle;
}

#main-page #trends {
	overflow: auto;
	height: 100%;
	margin: 50px 0px;
}

#main-page #trends-left {
	float: left;
	width: 325px;
	text-align: right;
}

#main-page #trends-right {
	float: right;
	width: 325px;
}

#main-page #extra {
	margin-left: 10px;	
}

/******************** Search page ********************/

#search-page {
	padding: 10px 20px 50px 20px;
	width: 1000px;
}

#search-page #header {
	overflow: auto;
	height: 100%;
	line-height: 40px;
}

#search-page #logo {
	float: left;
}

#search-page #logo a {
	text-decoration: none;
	outline: none;
}

#search-page #logo-left,
#search-page #logo-right {
	font-family: Impact, Arial Black;
	font-size: 30px;
	color: #4096ee;
}

#search-page #logo-right {
	color: #356aa0;
}

#search-page #header form {
	float: left;
	margin-left: 20px;
}

#search-page .search {
	width: 250px;
	margin-left: 10px;
	vertical-align: middle;
}

#search-page #results {
	margin: 20px 0px;
	background-color: #f0f7f9;
	border-top: 1px solid #bdd0d5;
	padding: 5px 10px;
	overflow: auto;
	height: 100%;
}

#search-page #results-left {
	float: left;
	font-size: 14px;
	color: #416181;
}

#search-page #results-left h1 {
	display: inline;
	font-size: 14px;
	color: #356aa0;
}

#search-page #results-right {
	float: right;
	font-weight: bold;
	font-size: 11px;
	color: #416181;
}

#search-page main {
	overflow: auto;
	height: 100%;
	margin-bottom: 30px;
}

#search-page #main-left {
	float: right;
	width: 640px;
}

#search-page #main-right {
	float: left;
	/*border-left: 1px solid #dddef9;
	padding-left: 5px;*/
}

#search-page #main-left .ad {
	margin-bottom: 3px;
}

#search-page #error {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color: red;
}

#search-page #tweets {
	margin-top: 20px;
}

#search-page .tweet {
	overflow: auto;
	height: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddef9;
}

#search-page .tweet-pic {
	height: 48px;
	width: 48px;
	float: left;
	margin: 5px 10px 0px 0px;
}

#search-page .tweet-detail {
	float: left;
	width: 580px;
}

#search-page .tweet-detail a {
	color: #2276bb;
}

#search-page .tweet-bottom {
	font-size: 10px;
	margin-top: 2px;
	overflow: auto;
	height: 100%;
}

#search-page .tweet-bottom div {
	float: left;
	color: gray;
}

#search-page .tweet-bottom a {
	float: right;
	text-decoration: none;
	color: #7f9db6;
}

#search-page .tweet-bottom a:hover {
	text-decoration: underline;
}

#search-page #main-right .ad {
	margin-bottom: 20px;
}

#search-page #bottom-ad {
	text-align: center;
	margin-bottom: 20px;
}

#search-page #footer {
	width: 728px;
	background-color: #f0f7f9;
	border-top: 1px solid #bdd0d5;
	border-bottom: 1px solid #bdd0d5;
	padding: 10px 0px;
	text-align: center;
	margin: 0px auto;
	font-weight: bold;
	font-size: 11px;
	color: #416181;
}

