/****** Core *******/
body {
	color: #333;
	margin: 0;
	font-family:Tahoma,Verdana,Arial;
}
a {
	color:#105CB6;
}
a:hover, a:focus {
	color:#000033;
}
h1 {
	font-family:arial;
	font-size:32px;
	margin:5px 0px 10px 0px;
}
img{
	border:0;
}
.noHover {
	border: none;
	background: none;
}
.clear { clear:  both; }
p { margin: 0; }
table { width: 100%; }
/*******************/


/****** Global *******/
.searchBox {
	width: 450px;
	padding: 2px;
	border:1px solid #6D6D6D;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.searchButton{
	background-color:#6D6D6D;
	border-color:#cbdce9 rgb(11, 57, 93) rgb(11, 57, 93) rgb(203, 220, 233);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-weight: bold;
	padding:2px 15px 2px;
	text-align:center;
	font-size: 18px;
	vertical-align: middle;
}
#container {
	margin: 0 auto;
	text-align: center;
	width: 97%;
}
.message{
	color:#d76000;
}
.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:48px;
	margin-bottom:48px;
	background-color: #F2F2F2;
	color: #6D6D6D;
	border-top: 3px solid #CCCCCC;
}
#footer a{
	text-decoration:none;
}
#header{
	width:100%;
	text-align:left;
	margin-top:18px;
	margin-bottom:18px;
	vertical-align: bottom;
	height: 100%;
}
#header table {
	text-align: left;
	margin: 0 auto;
	width: 100%;
}
#logo{
	text-align: left;
	width: 30%;
}
#search{
	width: 70%;
	text-align: left;
	background-color: #F2F2F2;
	padding: 0 20px;
	color: #6D6D6D;
	border-bottom: 3px solid #CCCCCC;
}
.white {
	background-color: #ffffff;
}
.gray {
	background-color: #f8f8f8;
}
/*******************/



/****** Splash *******/
#splashPage #body .textInput{
	width:275px;
	font-size:16px;
	margin:0;
	border:1px solid black;
	padding:5px;
}
#layout {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
	width: 100%;
}

#layout .right {
	/*border-left: 1px solid #1c60ca;*/
	
}
#layout table tr td {
	vertical-align: top;
}
#splashPage .middle {
	padding-right: 10px;
	padding-left: 10px;
}
#splashPage h3 {
	width: 100%;
	margin: 0;
	height: 26px;
	vertical-align: middle;
	text-align: left;
	color: #333;
}
/*******************/



/****** Content *******/
#contentPage #body{
	
}
#contentPage #body .textInput{
	width:275px;
	font-size:16px;
	margin:0;
	border:1px solid black;
	padding:5px;
}
#contentPage table{
	margin:0 auto;
}
#contentPage h1{
	margin-left:80px;
}
#details {
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
#details .map img {
	border: 1px solid #000000;
}
#details .title {
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: blue;
}
#details .url {
	margin: 0 auto;
	color:#008000;
	font-size: 16px;
}
#details h3 {
	margin: 20px 0 0 0;
}
#details .address, #details .phone, #details .rating, #details .review, #details .reviewDate, #details .description {
	margin-left: 10px;
}
#details .reviewDate {
	color: #999999;
	font-style: italic;
	margin-top: 15px;
	display: block;
}
#details .review {
	display: block;
}
/*********************/



/****** Search Results *******/
#searchResultStats{
	clear:left;
	width:100%;
	text-align: left;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	font-size: 80%;
	padding: 5px 0px;
	vertical-align: middle;
	line-height: 140%;
}
.relatedSearches{
	width:100%;
	text-align: left;
	font-size: 90%;
}
#searchResults{
	width:100%;
	text-align: left;
}
#resultsDiv {
	border-right: 1px solid #efefef;
	padding-right: 10px;
	margin: 30px 10px 0px 0px;
}
#ads1{
	width:100%;
}
.searchResult{
	padding:15px;
	border-bottom: 1px dotted #ccc;
}
.searchResult table {
	width: 100%;
}
.searchResult table tr td {
	vertical-align: top;
}
.searchResult .title a {
	font-weight: bold;
	text-decoration: none;
	font-family:Verdana,Arial,Tahoma;
}
.searchResult .description{
	font-family:Verdana,Arial,Tahoma;
	font-size:80%;
	margin-top:3px;
	margin-bottom:5px;
	text-align:justify;
	color: #000000;
}
.url {
	font-family:Tahoma,Verdana,Arial;
	font-size:70%;
	color: green;
}
.source {
	font-family:Tahoma,Verdana,Arial;
	font-size:60%;
	color: #888888;
}
.source a {
	color: green;
}
.source b {
	font-weight: bold;
	color: #777777;
}
#sponsoredResult {
	background-color: #ECF5FA;
}
#searchResultNavigation{
	clear:left;
	width: 100%;
}
#searchResultNavigation .pageNumber{
	padding:5px;
	margin:10px;
	width:25px;
	height:25px;
	text-align:center;
	font-weight:bold;
}
.siteSummary {
	text-align: left;
}
.siteSummary p {
	margin: 5px;
}
/****************************/


/****** Weather Plugin *******/
.weatherPlugin{
	padding:10px;
	text-align: center;
	vertical-align: middle;
}
.weatherPlugin table tr td {
	vertical-align: middle;
}
.weatherPlugin img {
	vertical-align: middle;
}
.weatherPlugin .cityName{
	display:block;
	font-size:20px;
	font-weight:bold;
}
.weatherPlugin .temperature{
	font-size:35px;
	font-weight:bold;
	display: block;
}
.weatherPlugin .conditions{
	font-style:italic;
	display: block;
}
/****************************/


/****** Map Plugin *******/
.mapPlugin{
	padding:10px;
	text-align: center;
	vertical-align: middle;
}
.mapPlugin img {
	border: 1px solid #000000;
}
/****************************/


/****** Events Plugin *******/
.pluginEvents{
	padding:10px;
	text-align: left;
	vertical-align: middle;
}
#splashPage .pluginEvents-summary {
	padding: 14px 0px 4px 10px;
	border-bottom: 1px solid #efefef;
}
#splashPage .pluginEvents-summary .heading {
	text-align: left;
}
/****************************/


/****** Categories Plugin *******/
.pluginCategories{
	height: 100%;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.pluginCategories ul {
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px;
 	list-style-type: none;
}
.pluginCategories ul li {
	border-bottom:1px solid #ECECEC;
	background: url("../images/bullet.gif") 0 3px no-repeat;
	margin: 0px;
	padding: 3px 18px;
}
.categoryTitle {
	border-top: 3px solid #000099;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	font-size: 60%;
	font-weight: bold;
	padding: 5px 0px;
	vertical-align: middle;
	text-transform:uppercase;
}
.pluginCategories a {
	font-family:Verdana,Arial,Tahoma;
	font-size:70%;
	color: #888888;
}
.pluginCategories span {

}
.pluginCategories a:hover {
	background:#3666D4 none repeat scroll 0%;
	border-color:#2B55AF;
	color:#FFFFFF;
}
/****************************/


/****** Calendar Plugin *******/
#calendar {
	margin-top: 20px;
	text-align: center;
}
/****************************/


/****** Digg Plugin *******/
.pluginDiggArticles{
	text-align: left;
	width:100%;
	margin-bottom: 20px;
}
.pluginDiggArticles-summary {
	padding: 2px;
	border-bottom: 1px solid #efefef;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.pluginDiggArticles-summary table tr td {
	vertical-align: top;
	font-size:75%;
	font-family:Tahoma,Verdana,Arial;
}
.pluginDiggArticles-summary span a {
	font-size:15px;
	font-weight: bold;
}
.diggTitle {
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	color: #000099;
	font-size: 60%;
	font-weight: bold;
	padding: 5px 0px;
	vertical-align: middle;
	text-transform:uppercase;
}
/****************************/


/****** Digg Images *******/
#splashPage .pluginDiggImages{
	text-align: center;
	width:100%;
}
#splashPage .pluginDiggImages-summary {
	padding: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #efefef;
}
/****************************/


/****** Comics Plugin *******/
#splashPage .pluginComics{
	width:100%;
	margin:0 auto;
	text-align: center;
}
/****************************/


/****** Top Searches Plugin *******/
#splashPage .pluginTopSearches{
	text-align: left;
}
#splashPage .pluginTopSearches table {
}
/****************************/


/****** Tag Cloud Plugin *******/
.pluginTagCloud a{
	line-height:1.4em;
	padding-right:0.4em;
}
.s1 {
	font-size:80%;
}
.s2 {
	font-size:90%;
}
.s3 {
	font-size:100%;
}
.s4 {
	font-size:115%;
}
.s5 {
	font-size:150%;
}
.lb {
	color:#7777FF;
}
.lr {
	color:#FF7777;
}
.r {
	color:#FF0000 !important;
}
/****************************/
