/*
ReelSmart Calendar CSS
Version: 2.0
*/

/***************************************************************************/
/* HTML Tags */
/***************************************************************************/

body {
	background-color:#666699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
    background-attachment:fixed;
}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
	margin-bottom:0px;
}

blockquote
{
	padding: 0 1pc 0 1pc;
	border: 1px solid #ddd;
	background-color: #E3F5FE;
	background-repeat: no-repeat;
	background-position: -8px -7px;
	font-size: 14px;
}


blockquote br + cite
{
	display: block;
	text-align: right;
}

a:link {
	color: #000000;
}

a:caption {
	color: #fff;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration:none;
	color:#ff0000;
}

/***************************************************************************/
/* This is the container for the whole page */
/***************************************************************************/

.page {
	max-width:1200px;
	min-width:800px;

	

	position:relative;
	padding:5px;
	margin:0 auto;
	text-align:left;
}

/***************************************************************************/
/* Header */
/***************************************************************************/

.header {
	border-color:#666699;
	background-color:#666699;
	height:80px;
	background-image:url("images/ReelSmart_logo.jpg");
	background-repeat:no-repeat;
	background-position:center;
	border-style:solid;
	margin-bottom:5px;
	border-width: 1px;
	padding-left:10px;
}


/***************************************************************************/
/* Menu Bar */
/***************************************************************************/
.menu-bar {
	text-align:center;
	padding:5px;
	margin:0px 0px;
	border:0px solid #aaaaaa;
	white-space:nowrap;
	text-decoration:none;
	margin-bottom:5px;
	font-size:9pt;
	background-color:#666699;
}

.menu-bar ul {
	padding:6px 0px;
	margin:0;
}

.menu-bar li {
	padding:4px 0px;
	display:inline;
}

.menu-bar li a {
	border:1px solid #aaaaaa;
	padding:4px 4px;
	background-color:#F5F5F5;
	text-decoration:none;
}

.menu-bar li a:hover {
	padding:4px;
	background-color:#99CCFF;
	color:#000066;
	text-decoration:none;
}


/***************************************************************************/
/* Images */
/***************************************************************************/

img.right
{
float: right;
padding: 4px; 
margin: 0 0 2px 7px; 
display: inline;
}

img.left
{
float: left;
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

img.center
{ 
display: block; 
margin-left: auto; 
margin-right: auto; 
}

img.line
{
display: inline;
padding: 0 4px 0px 4px;
margin-left: auto; 
margin-right: auto;
}

ul.photoset 
{ 
   display:inline;
   margin:0em;
   padding:0em; 

} 

ul.photoset li 
{ 
   display:inline; 
   list-style-type:none; 
} 


.footer {
	margin-left:170px;
	margin-right:170px;
	border-color:#C5C4BC;
	font-size:10px;
	text-align:center;
	position: relative;
	color:#000000;
	background-color:#FFFFFF;
	border-width: 0px;
	border-style:solid;
}

.footer p {
	margin:10px;
}

img {
	border-width:0px;
}

.odd-comment, .even-comment{
	/*background-color:#f8f7ef;*/
}


/***************************************************************************/
/* Dum, dum dum dum, Don't touch this! */
/***************************************************************************/
/* IE Hack (http://www.positioniseverything.net/easyclearing.html) - Begin */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* IE Hack - End */
/***************************************************************************/

/* Search input */
input#s {
	width:75%;
}

/* Page nav */


.google-ads {
	text-align:center;
}



