.wrapper
{
   position:absolute;
   top: 210px;
   left: 10px;
   height: 100%;
   width: 100%;

}



body 
	{
	  background-color: #000066;
	  background-repeat: repeat-x;
	  margin: 0px;
	  padding: 0px;	  
      font-family: Calibri, Verdana, Arial, sans-serif;
      background: url(images/Blue.png);
      font-weight: bold;
	  }

#center_title
	{
	  display: block;
	  width: 100%;
	  height: 210px;
	  top: -210px;
	  position: absolute;
	} 
 
	 

.TitleImageBack[class] 
	{
		background: transparent url(http://www.jbcovertlodge.com/Images/Blue.png)
	}

.TitleImage
	{
	  height: 119px;
	  width: 583px;
	  margin: 0px auto;
	  padding: 0px;
	  top: 0px;

		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://www.jbcovertlodge.com/Images/Half_G.png');
	}

.TitleImage[class] 
	{
		background: transparent url(http://www.jbcovertlodge.com/Images/Half_G.png)
	}

#marqueecontainer
	{
	position: relative;
	width: 400; /*marquee width */
	width: 400; /*marquee width */
	height: 400px; /*marquee height */
	background-color: #000066;
	overflow: hidden;
	border: 3px solid #e6ce6c;
	padding: 0px;
	padding-left: 4px;
	}

#block_1
	{
	float: left;
	width: 34%;
	margin-left: 33%;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 33%;
	margin-left: -67%;
	}
#block_3
	{
	float: left;
	width: 33%;
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#block_1, #block_2, #block_3
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#block_1:before, #block_2:before, #block_3:before
	{
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	}
#block_1 .verticalalign
	{
	width: 34%;
	}
#block_2 .verticalalign
	{
	width: 33%;
	}
#block_3 .verticalalign
	{
	width: 33%;
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign
	{
	width: 34% !important;
	}
div[id^="wrapper"] #block_2 .verticalalign
	{
	width: 33% !important;
	}
div[id^="wrapper"] #block_3 .verticalalign
	{
	width: 33% !important;
	}
}
/* hack for IEs of all persuasions before IE7 */
* html .verticalalign
	{
	width: 100% !important;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #996666;
	}
#wrapper
	{
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}



a {

	text-decoration: none;

    color: #dcaa00;

}



a:hover{

	text-decoration: underline;

}


ul, ol {

    list-style-type: none;

}



blockquote, #content ul, #content ol, p, pre {

    margin: 0 0 0.5em 0;

}



/************************/

/*     Layout Design    */

/************************/



#page {

	width: 1100px;

	margin: 0 auto;

}



#header {

    margin-bottom: 10px;

}



#wrapper {

    clear: both; /* Clear float items in from navi-bar */

}



#content {

	float: left;

	width: 740px;

}



#sidebar {

	float: right;

    width: 345px;

}



#footer {

	clear: both;

	    background: url(http://www.jbcovertlodge.com/Images/Blue.png) no-repeat;

	height: 50px;

	margin-bottom: 10px;

}



/************************/

/*     Header Design    */

/************************/

#headerimg {

    background: url(images/blue.png) no-repeat;

    height: 300px;

    position: relative;

}



.inner {

    position: absolute;

    left: 700px;

    top: 100px;

    width: 400px;

}





#headerimg h1 {

    font-size: 30px;

}



#headerimg a {

    color: #FFF;

}



.description {

    font-size: 12px;

    color: #dcaa00;

}



/* Navigational bar */

ul#navi-bar {

    font-size: 20px;

    background: url(images/navbar.jpg) no-repeat;

    height: 49px;

}



ul#navi-bar h2 {

    font-size: 120%;

}



ul#navi-bar li {

    float: left;

}



ul#navi-bar ul {

    display: none;

}



#navi-bar a {

    padding: 11px 20px;

    display: block;

    float: left;

    color: #e3d7c0;

    text-decoration: none;

}



#navi-bar a:hover {

    color: #dcaa00;

}

/************************/

/*    Sidebar Design    */

/************************/

#sidebar ul {

	font-size: 16px;

    color: #FFF;

}



#sidebar ul h2 {

    font-size: 20px;

    color: #FFF;

	margin: 0 0 4px 0;

    padding: 0 0 0 20px !important;

    padding: 0;

}



#sidebar ul li {

    margin-bottom: 10px ;

    background: url(images/post.png);

    padding: 10px;

}



#sidebar ul ul {

}



#sidebar ul ul li {

    margin-bottom: 3px;

    line-height: 14px;

    background: none;

    padding: 2px 0 2px 20px !important;

    padding: 2px 0;

    background: url(images/bullet.png) no-repeat left !important;

    background: none;

}



#sidebar ul ul ul {

    display: none;

}



#sidebar p {



}



#sidebar a {



}

#sidebar a:hover {



}



#sidebar a:visited {



}



/************************/

/*    Content Global    */

/************************/

blockquote {

    font-style: italic;

    padding: 0 10px;

}



h1, h2, h3, h4, h5, h6 {

    font-weight: bold;

}



h1 {

    font-size: 30px;

}



h2 {

    font-size: 18px;

}



h3 {

    font-size: 14px;

}



h4 {

    font-size: 12px;

}



h5 {

    font-size: 12px;

}



h6 {

    font-size: 12px;

}



code, pre {

    overflow: auto;

    white-space: pre;

    font-family: Courier;

}



#content ul {

    padding-left: 20px;

    list-style-type: square;

}



#content ol {

    padding-left: 25px;

    list-style-type: decimal;

}



/************************/

/*    Content Design    */

/************************/

.post {

    margin: 0 0 10px 0;

	font-size: 16px;

	line-height: 14px;

    background: url(images/post.png);

    padding: 10px;

    color: #e9d6a0;

}



.post h2 {

	line-height: normal;

	font-size: 26px;

}



.post h2 a:hover, h2 a:visited, h2 a {

    color: #FFF;

}



.post .posted {

	font-size: 14px;

	line-height: normal;

    color: #dcaa00;

}



.post p {



}



.post a {



}



.post img {

    max-width: 100%;

    margin: 3px;

}



.post ul {



}



.post li {



}



.entry {



}



.postmetadata {

    margin: 5px 0;

    font-size: 16px;

	line-height: normal;

    color: #dcaa00;

}



.postmetadata a {



}



.entrytext {



}



p.alt {

    font-size: 10px;

}



.entry-tags {

    display: block;

}



.navigation {

    height: 1em;

    font-size: 12px;

    margin: 5px 0;

}



#nav-above {

    margin-bottom: 10px;

}



#nav-below {

    margin-top: 10px;

}





.alignleft, .nav-previous {

    float: left;

}



.alignright, .nav-next {

    float: right;

}



.center {



}



.pagetitle {



}



cite {



}



a img {

    border: none;

}



acronym, abbr {



}





/************************/

/*    Comment Design    */

/************************/



#content ol.commentlist {

	font-size: 12px;

	padding: 0;

	list-style-type: none;

    margin: 0;

}



ol.commentlist li cite.author {

    font-size: 14px;

    font-weight: bold;

    font-style: normal;

color: #DCAA00;

}



ol.commentlist li {

    margin-bottom: 1em;

}



ol.commentlist li.alt {



}



ol.commentlist a {



}



ol.commentlist p {

    margin: 0 0 0.5em 0;

background-color: #2c1509;

margin: 10px 40px;

padding: 5px;



}



#commentform p {

    font-size: 12px;

    margin: 0 0 5px 0;

}



#comment {

    width: 95%;

}



#author, #email, #url, #comment {

    padding: 3px;

    font-family: Verdana, sans-serif;

    font-size: 10px;

background-color: #cfc19c;

border: 0;

}



#author:hover, #email:hover, #url:hover, #comment:hover {

}



small.commentmetadata {

    margin: 0 0 0.3em 0;

}



h3#comments, h3#respond {

    font-size: 16px;

    margin: 4px 0 4px 0;

color: #DCAA00;

}



/************************/

/*     Search Design    */

/************************/

#searchform {



}



#searchform #s {



}



#searchform #searchsubmit {



}



/************************/

/*   Calendar Design    */

/************************/



#wp-calendar {

	width: 100%;

}



#wp-calendar td {

	text-align: center;

}



#wp-calendar th {



}



#wp-calendar a {



}



#prev a, #next a {



}



#wp-calendar caption {



}



/************************/

/*     Footer Design    */

/************************/

#footer-meta {

    padding: 11px 20px;

    color: #e3d7c0;

    text-decoration: none;

    font-size: 15px;

    background: url(images/navbar.jpg) repeat-x;

    height: 20px;

}



#footer-img {

	color: #d2ad00

}

#footer-meta a {

	color: #d2ad00

}



#footer-meta a:hover {

	color: #dfd7bf

}





/************************/

/*     Other Design     */

/************************/

.clear {

    clear: both;

}



.about {

    width: 90%;

    color: #e9d6a0;

}



.comtitle {

font-size: 30px;

color: #FFF;

}



#submit {

    background: url(images/submit.jpg) no-repeat;

    padding: 5px 5px;

	width: 116px;

    text-align: center;

    border: 0;

    color: #FFF;

    font-weight: bold;

    font-size: 11px;

    font-family: Verdana;

}
