/*
+--------------------------------------------------------------------------------------------------=
|	Revidian Enterprises Theme - Revidian Web Theme
|
|	©2009 Revidian Enterprises
|	http://web.revidian.com
|	webteam@revidian.com
|
|	Currently, this theme is private and MAY NOT be modified or distributed by anyone
|	under any circumstances.
|
|	$Date: 11/30/2009  $
|	$Author: Revidian Web $
+--------------------------------------------------------------------------------------------------+
*/
/* [Default Layout] ------------------------------------------------------------------------------*/
#default_page{
	width: 900px;
	border-spacing: 0px;
	padding: 0px;
	border: 0px;
	table-layout: fixed;
}
	#headerCell{
		width: 900px;
		height: 160px;
		padding: 0px;
	}
		#header{
			width: 900px;
			height: 160px;
			border-spacing: 0px;
			padding: 0px;
			border: 0px;
			margin: 0px;
			color: #ffffff;
		}
			#logoCell{
				width: 20%;
				height: 130px;
				text-align: left;
				padding: 0px;
			}
				.logo{
					border-style: none;
				}
			#menuArea1Cell{
				width: 55%;
				height: 130px;
				text-align: center;
				padding: 0px;
			}
			#siteNameCell{
				width: 25%;
				height: 130px;
				text-align: center;
				font-family: /*Tahoma,Verdana,serif;*/Comic Sans, Comic Sans MS, cursive;
				font-size: 30px;
				color: #ffffff;
			}
			#topLinksCell{
				width: 75%;
				height: 30px;
				max-height: 30px;
				text-align: left;
				padding: 0px;
			}
				#topLinks{
					height: 30px;
					border-spacing: 0px;
					padding: 0px;
					margin: 0px;
				}
					.topLinkStart{
						padding: 0px 15px 0px 15px;
						text-align: center;
						vertical-align: middle;
					}
					.topLinkStartHighlite{
						padding: 0px 15px 0px 15px;
						text-align: center;
						vertical-align: middle;
						background-color: #FFFFFF;
					}
						.topLink{
							height: 30px;
							font-size: 10px;
							font-family: Tahoma,Verdana,serif;
							color: #FFFFFF;
							text-decoration: none;
						}
							.topLink:hover{
								text-decoration: underline;
							}
						.topLinkHighlite{
							height: 30px;
							font-size: 10px;
							font-family: Tahoma,Verdana,serif;
							color: #000000;
							text-decoration: none;
						}
							.topLinkHighlite:hover{
								text-decoration: underline;
							}
			#menuArea2Cell{
				width: 25%;
				height: 30px;
				max-height: 30px;
				text-align: right;
				vertical-align: middle;
			}
	#pageBodyCell{
		width: 900px;
		height: auto;
		padding: 0px;
	}
		#pageBody{
			width: 900px;
			height: auto;
			border-spacing: 0px;
			padding: 0px;
			border: 0px;
			margin: 0px;
		}
			#pageBodyTopLeft{
				width: 15px;
				height: 35px;
				min-width: 15px;
				min-height: 35px;
				max-width: 15px;
				max-height: 35px;
				background: transparent url('images/bodyTopLeft.png') bottom right no-repeat;
			}
			#pageBodyTop{
				width: 870px;
				height: 35px;
				min-width: 870px;
				min-height: 35px;
				max-width: 870px;
				max-height: 35px;
				background: transparent url('images/bodyTop.png') bottom center repeat-x;
			}
			#pageBodyTopRight{
				width: 15px;
				height: 35px;
				min-width: 15px;
				min-height: 35px;
				max-width: 15px;
				max-height: 35px;
				background: transparent url('images/bodyTopRight.png') bottom left no-repeat;
			}
			.pageBodyLeft{
				width: 15px;
				background: transparent url('images/bodyLeft.png') repeat-y;
			}
			#menuArea3Cell{
				width: 195px; /*minus 5px due to left padding*/
				min-width: 195px;
				max-width: 195px;
				background-color: #FFFFFF;
				vertical-align: top;
				text-align: left;
				padding: 20px 0px 0px 5px;
				list-style-position: outside;
			}
				#menuArea3Cell a{
					text-decoration: none;
					font-size: 12px;
					font-family: Verdana, serif;
					font-weight: bold;
					line-height: 200%;
					color: #666;
				}
				#menuArea3Cell a:hover{
					text-decoration: underline;
				}
					#leftLinks{
						padding-left: 5px;
					}
				.menuCaption{
					padding-bottom: 10px;
				}
			#contentAreaCell{
				width: 670px;
				min-width: 670px;
				max-width: 670px;
				background-color: #FFFFFF;
				vertical-align: top;
				text-align: left;
				padding-top: 20px;
				line-height: 150%;
			}
				.pageContent{
					width: 100%;
				}
					#default_page .pageContent a{
						color: #0000FF;
					}
					#default_page .pageContent a:visted{
						color: #0000DD;
						text-decoration: none;
					}
					.pageContent .caption{
						font-size: larger;
						font-weight: bold;
						vertical-align: top;
					}
					.contentCaptionDivider{
						width: 100%;
						height: 1px;
						color: #666;
						background-color: #666;
						border: 0;
					}
					.pageContent .text{
						padding-top: 15px;
					}
			.pageBodyRight{
				width: 15px;
				background: transparent url('images/bodyRight.png') repeat-y;
			}
			#footerDividerCell{
				background-color: #FFFFFF;
				text-align: center;
			}
				#footerDividerCell hr{
					width: 100%;
					height: 1px;
					color: #666;
					background-color: #666;
					border: 0;
				}
			#footerLinksCell{
				background-color: #FFFFFF;
				text-align: center;
			}
				#footerLinks a{
					text-decoration: none;
					font-size: smaller;
					font-family: Verdana, serif;
					font-weight: bold;
					color: #666;
				}
				#footerLinks a:hover{
					text-decoration: underline;
				}
			#disclaimerCell{
				background-color: #FFFFFF;
				text-align: center;
				padding: 10px 0px 10px 0px;
			}
			#pageBodyBottomLeft{
				width: 15px;
				height: 15px;
				max-width: 15px;
				max-height: 15px;
				background: transparent url('images/bodyBottomLeft.png') top right no-repeat;
			}
			#pageBodyBottom{
				width: 870px;
				height: 15px;
				background: transparent url('images/bodyBottom.png') bottom repeat-x;
			}
			#pageBodyBottomRight{
				width: 15px;
				height: 15px;
				max-width: 15px;
				max-height: 15px;
				background: transparent url('images/bodyBottomRight.png') top left no-repeat;
			}
/*------------------------------------------------------------------------------------------------*/
#revidianNetworkToolbar{
	width: 100%;
	height: 30px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
	display: block;
}

/* [HTML tages] ----------------------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-family: Verdana, serif;
	font-weight: bold;
	color: #666;
	margin: 0;
	padding: 0;
	background: #FFFFFF url('images/background.png') 0px 30px repeat-x;
	text-align: left;
}
td {
	padding: 0px;
}
/*------------------------------------------------------------------------------------------------*/


/* The following CSS applys to feedburner script*/
/*class for each block(BuzzBoost Script)*/
div.feedBurnerFeedBlock{
	background-color: red;
}
/*removes bullets*/
div.feedburnerFeedBlock ul { 
	margin-left:0; 
	padding-left:0; 
	list-style-type: none 
}
	/*class for feed title (only used when show feed title is on)*/
	div.feedBurnerFeedBlock p.feedTitle{
	}
	/*class for post headline*/
	div.feedBurnerFeedBlock span.headline{
	}
	/*class for post date (only used when show date is on)*/
	div.feedBurnerFeedBlock p.date{
	}
	/*class for post body (only used when show full exerpt is on)*/
	div.feedBurnerFeedBlock li div{
	}
	/*id for FeedBurner linkback  (hidding because a powered by feedburner button exist in site menu)*/
	#creditfooter{
		display: none;
	}
