/****** Core *******/
body {
	color: #333;
	margin 0 auto;
	font-family:arial;
}
a {
	color:#0000CC;
}
h1 {
	font-family:arial;
	font-size:32px;
	margin:5px 0px 10px 0px;
}
pm{
	margin-top:5px;
	margin-bottom:5px;
	font-size:17px;
}
img{
	border:0;
}
.noHover {
	border: none;
	background: none;
}
.clear { clear:  both; }
/*******************/


/****** Global *******/
.searchBox {
	width: 380px;
	padding: 4px;
	border:1px solid #CACCD9;
	font-size: 24px;
	font-weight: bold;
	vertical-align: bottom;
}
input {
	vertical-align: bottom;
}
#container {
	margin-top: 15px;
	text-align: left;
	width: 100%;
}

.bar{
	width:100%;
	background-color:#e7e7e7;
	height:10px;
	font-size:1px;	
}


.tdLeft{
	text-align:right;
	font-weight:bold;
}

.button{
	background-color:#e7e7e7;
	font-size:17px;
	color:black;
	width:150px;
}

.message{
	color:#d76000;
}

.source{
	font-size:12px;
	
}

.more{
	background-image: url("../images/more.png"); background-repeat: no-repeat; background-position: left center;
	display: block;
	padding-left: 30px;
	height: 24px;
	padding-top: 3px;
}
.more img{
	vertical-align:middle;
}
.more a{
	font-size:12px;
}
#footer{

	padding:5px;
	padding-top:9px;
	padding-left:20px;
	padding-right:20px;
	
	text-align:center;
	font-size:13px;
	height:20px;
	margin-top:15px;
	clear: left;
}
#footer a{
	text-decoration:none;
}
#container{
	width:80%;
	text-align: center;
	margin: 0 auto;
}
#header{
	width:100%;
	text-align:center;
	margin-top:80px;
	margin-bottom:20px;
	vertical-align: bottom;
	height: 100%;
	
}
#header table {
	text-align: center;
	margin: 0 auto;
}
#logo{
	text-align: left;
}
#search{
	text-align: left;
	margin-left: 40px;
}
/*******************/



/****** Splash *******/
#splashPage #body .textInput{
	width:275px;
	font-size:16px;
	margin:0;
	border:1px solid black;
	padding:5px;
}
#layout {
	clear: both;
}
#layout table tr td {
	vertical-align: top;
}
#splashPage .portalBox {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 5px 0px;
	width: 100%;
}
#splashPage .middle {
	padding-right: 10px;
	padding-left: 10px;
}
#splashPage h3 {
	width: 100%;
	background-color: #ddd;
	
	margin: 0;
	height: 26px;
	vertical-align: middle;
	text-align: left;
}
/*#splashPage h3 {
	padding-left: 0px;
	text-indent: 36px;
	background-position: 2% 50%;
}*/
/*******************/



/****** Content *******/
#contentPage #body{
	padding:15px;
}
#contentPage #body .textInput{
	width:275px;
	font-size:16px;
	margin:0;
	border:1px solid black;
	padding:5px;
}
#contentPage .pluginCategories{
	width:515px;
	margin:0 auto;
	background-color:#ececec;
}
#contentPage table{
	margin:0 auto;
}
#contentPage h1{
	margin-left:80px;
}
#details {
	margin-top: 20px;
}
/*********************/



/****** Search Results *******/
#searchPage #searchResultStats{
	clear:left;
	width:100%;
	text-align: left;
}
#searchPage .relatedSearches{
	width:100%;
	text-align: left;
}
#searchPage #searchResults{
	width:80%;
	float:left;
	text-align: left;
}
#searchPage #resultsDiv {
	border-right: 1px solid #efefef;
	margin: 10px 10px 0px 0px;
}
#searchPage #ads1{
	width:20%;
	float:left;
	margin-top:30px;
	text-align: left;
}
#searchPage #searchResults .searchResult{
	margin-bottom:15px;
	padding:15px;
	cursor: pointer;
}
#searchPage #searchResults .searchResult:hover{
	background-color:#faff68;
}

#searchPage #searchResults .searchResult .title{

}
#searchPage #searchResults .searchResult .description{

}
#searchPage #searchResults .searchResult .url{
	color:#008000;
	font-size:12px;
}
#searchPage #searchResults .searchResult .source {
	color: #aaa;
}
#searchPage #searchResultNavigation{
	clear:left;
	width: 100%;
}
#searchPage #searchResultNavigation table {
	width:850px;
	text-align: center;
	margin: 0 auto;
}
#searchPage #searchResultNavigation .pageNumber{
	padding:5px;
	margin:10px;
	width:25px;
	height:25px;
	text-align:center;
	font-weight:bold;
}
#searchPage #searchResultNavigation .pageNumber:hover{
	
}
/****************************/


/****** Weather Plugin *******/
.weatherPlugin{
	border:1px solid black;
	padding:10px;
	text-align: center;
}

.weatherPlugin .cityName{
	display:block;
	font-size:20px;
	font-weight:bold;
}
.weatherPlugin .temperature{
	display:block;
	font-size:35px;
	font-weight:bold;
}
.weatherPlugin .conditions{
	display:block;
	font-style:italic;
}
/****************************/


/****** Categories Plugin *******/
.pluginCategories table thead tr td{
	font-size:20px;
	font-weight:bold;
	padding-left:20px;
	font-style:italic;
	font-family:verdana;
	color:#4e4e4e;
	text-align: left;
}
#searchPage .pluginCategories{
	width:100%;
	margin:0 auto;
}
#splashPage .pluginCategories{
	text-align: left;
	width:100%;
}
.pluginCategories span {
	background-image: url("../images/folder.png"); background-repeat: no-repeat; background-position: left top;
	display: block;
	padding-left: 30px;
	height: 30px;
	vertical-align: middle;
}
/****************************/


/****** Digg Plugin *******/
#splashPage .pluginDiggArticles{
	text-align: left;
	width:100%;
}
#splashPage .pluginDiggArticles-summary {
	padding: 2px;
	border-bottom: 1px solid #efefef;
}
#splashPage .pluginDiggArticles-summary table tr td {
	vertical-align: top;
}
#splashPage .pluginDiggArticles-summary table tr td span {
	font-size: 16px;
	font-weight: bold;
}
/****************************/


/****** Digg Images *******/
#splashPage .pluginDiggImages{
	text-align: center;
	width:100%;
}
#splashPage .pluginDiggImages-summary {
	padding: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #efefef;
}
/****************************/


/****** Horoscope Plugin *******/
#splashPage .pluginHoroscope{
	text-align: left;
	width:100%;
	margin:0 auto;
}
#splashPage .pluginHoroscope table tbody tr td {
	text-align: center;
}
/****************************/


/****** Comics Plugin *******/
#splashPage .pluginComics{
	width:100%;
	margin:0 auto;
	text-align: center;
}
/****************************/


/****** Top Searches Plugin *******/
#splashPage .pluginTopSearches{
	text-align: left;
}
#splashPage .pluginTopSearches table {
}
/****************************/


/****** Moreover Plugin *******/
#splashPage .pluginMoreover{
	text-align: left;
	width:100%;
}
#splashPage .pluginMoreover-summary {
	padding: 4px;
	border-bottom: 1px solid #efefef;
}
#splashPage .pluginDiggArticles-summary table tr td {
	vertical-align: top;
}
#splashPage .pluginMoreover-summary span {
	font-size: 16px;
	font-weight: bold;
}
#splashPage .pluginMoreover-summary .publicationDate {
	font-size: 14px;
	font-style: italic;
	color: #999;
}
/****************************/


/****** Vacation Deals Plugin *******/
#splashPage .pluginTravelDeals{
	text-align: left;
	width:100%;
}
#splashPage .pluginTravelDeals-summary {
	padding: 4px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 5px;
	margin-top: 5px;
}
#splashPage .pluginTravelDeals-summary .travelTitle {
	font-size: 16px;
	font-weight: bold;
}
#splashPage .pluginTravelDeals-summary .publicationDate {
	font-size: 12px;
	color: #999;
}
#splashPage .pluginTravelDeals-summary .travelCategory {
	font-size: 12px;
	color: #999;
}
#splashPage .pluginTravelDeals-summary .travelDescription {
	font-size: 12px;
	color: #999;
}
/****************************/