

/* Variable definitions
  ====================
   
   <Variable name="mainTextColor" description="Text Color" type="color"
             default="#000" value="#000000">
   <Variable name="dateHeaderColor" description="Date Header Color"
             type="color" default="#000" value="#000">
   <Variable name="mainLinkColor" description="Link Color" type="color"
             default="#5F1C14" value="#5F1C14">
   <Variable name="mainVisitedLinkColor" description="Visited Link Color"
             type="color" default="#5F1C14" value="#5F1C14">       
   <Variable name="titleTextColor" description="Blog Title Color"
             type="color" default="#ffffff" value="#ffffff">
   <Variable name="topSidebarHeaderColor"
             description="Top Sidebar Title Color"
             type="color" default="#000000" value="#000000">

  <Variable name="pageTitleFont" description="Blog Title Font" type="font"
             default="normal normal 260% Georgia,'Times New Roman',Times,serif" value="normal normal 260% Georgia,'Times New Roman',Times,serif">
   <Variable name="descriptionFont" description="Blog Description Font" type="font"
             default="normal normal 100% 'Trebuchet MS',Verdana,Arial,Sans-serif" value="normal normal 100% 'Trebuchet MS',Verdana,Arial,Sans-serif">
   <Variable name="postTitleFont" description="Post Title Font" type="font"
             default="normal bold 125% Georgia,'Times New Roman',Times,serif" value="normal bold 125% Georgia,'Times New Roman',Times,serif">
   
*/



@import url(base-weblog.css);

/*	GLOBAL PAGE ELEMENTS
-----------------------------------------------------------------------------*/
#navbar-iframe {
   height:0px;
   visibility:hidden;
   display:none
}

*{
	margin: 0;
	padding: 0;
	}

body {
	background:transparent url(/images/marblebluebackground.jpg) repeat scroll 0%;
	color:#FFFFFF;
	font: normal normal 100% Bradley Hand ITC,Georgia,'Times New Roman',Times,serif;
	line-height:1.6;
	text-align:center;
	height:100%;
	margin:0; 
	padding:0; 


}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
	
div#sidebar.sidebar h2 {
	color: $topSidebarHeaderColor;
}	
	
a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
ul{
	list-style-type: none;
	}
blockquote{
	padding: 6px 10px;
	font-size: 92%;
	background: transparent url(images/bg-blockquote.png) no-repeat 0 0;
	}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #333;
	cursor: help;
	}
code, pre {
	margin: 10px 0;
	font: 1.1em/normal "Courier New", Courier, Monospace;
	color: #666;
	}
img{
	border: 0;
	}
h3{
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	}

/*	LAYOUT BITS
------------------------------------------------------------------*/
#container{

	}


#wrap{
	min-height:100%;
	width:1060px; 
	text-align:center;
	margin:auto;


/*
margin:auto;
position:relative;
text-align: center;
*/
}


#pagebody{

	background: transparent url(images/bg-container.gif)  repeat-y;
	display:inline 
	position:relative;
	width: 810px;
      padding-top:20px;
	color:#FFFFFF;
	font: normal normal 100% Bradley Hand ITC,Georgia,'Times New Roman',Times,serif;
	font-size: 18;
	float:right;

	}

#header{
	height:116px;
	width:100%;
	margin: 0;
	padding: 0;
/*	background: transparent url(images/bluevalleylogo.jpg) no-repeat;  */
	text-align: center;
	}

#nav{
	font: normal normal 100% Tempus Sans ITC,Georgia,'Times New Roman',Times,serif;
	font-color: #FFFFFF;
	text-decoration: none;
      /*padding-left:30px; */
	width: 250px;
	margin: 0 auto;
	text-align: left;
	position: relative;
      padding-top:40px;
	color: #000000;
	float:left;
	padding-bottom: 0px;
	display:inline 

}

#nav a:link, #nav a:visited, #nav a:hoover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}


#footer {
	font: normal normal 100% Bradley Hand ITC,Georgia,'Times New Roman',Times,serif;
	font-color: #FFFFFF;
	font-size: 16;
	text-decoration: none;
	font-weight:Bold;
	text-align: center;
	position:relative;
   	bottom:0;
   	width:810px;
	float:right;
   	height:50px;   /* Height of the footer */

} 
#footer a:link, #footer a:visited, #footer a:hoover{
	color: #900000;
	text-decoration: none;
	font-weight:bold;
	}



/*	PAGEBODY BITS
--------------------------------------------------------------------*/

#pagebody h1{
	color:#FFFFFF;
	font:"Hobo";
	font-weight:strong;
	font-size: 6
	text-align: center;
	}
#banner h1 a:link, #banner h1 a:visited{
	color: #000;
	text-decoration: none;
	font-size: 1.4em;
	}
#banner h1 a:hover{
	color: #000;
	}

.logo {  font-family:  Monotype Corsiva, Algerian, Constantia, Times New Roman, Helvetica, sans-serif; font-size: 40px; font-weight: bold; color: #000000}

.scroll {  font-family:   Monotype Corsiva, Algerian, Constantia, Times New Roman, Helvetica, sans-serif; font-size: 40px; font-weight: bold; color: red}


.table-border {
  border-top: 1px solid #EEEEEE; 
  border-right: 1px solid #EEEEEE;
	color:#FFFFFF;
	font:"Hobo";

}
.cell-border {
  padding: 7px 7px 15px 0px;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
}	color:#FFFFFF;
	font:"Hobo";


