
/*----------------------------------------------------------------------------
Template Style Sheet

Name: 						JJ Beautiful Day
Modified for Joomla by:     JoomlaJunkie.com
Date: 						2007-02-07
Description: 				A soft and bright two-column template.
Author: 					Viktor Persson
URL: 						http://templates.arcsin.se

Stylesheet Index:
	$1 - Standard Elements
	$2 - Structural Stylings
	$3 - Header
	$4 - Title
	$5 - Main
	$6 - Content

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/

@import url("customise.css");

/* $1 - Standard Elements
----------------------------------------------------------------------------*/
html {min-height: 100%;}

p,code,ul {padding-bottom: 1.2em;}

/* $2 - Structural Stylings
----------------------------------------------------------------------------*/
.container {
	background: #61870a url(../images/l_content_repeater.gif) repeat-y;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 25px 25px 0px;;
	width: 870px;
}

/* $3 - Header
----------------------------------------------------------------------------*/
.top {
	background: #61870a repeat;

	padding: 75px 0px 0px 0px;
}

/* $4 - Title
----------------------------------------------------------------------------*/
.header {
	background: #61870a url(../images/l_header_bgnd.gif) no-repeat;
	font-size: 1.2em;
	height: 160px;
	margin: 0 auto;
	padding: 35px 25px 0px 0px;
	width: 870px;
}
#headerwrap {
	width: 800px;
	margin: auto;
}
.header .left, .header .right {
	background: #FFF;
	color: #000;
	height: 150px;	
}
.header .left {
	/*background: #B3C2C7 url(../images/header.gif) no-repeat;*/
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 620px;
}
.header .right {
	overflow: auto;
	width: 155px;
}

.header .right .moduletable{
        padding: 0 0px 0px 0px;
}

/* $5 - Main
----------------------------------------------------------------------------*/
.main {
  border-top: 0px solid #FFF;
  background: #61870a url(../images/greendust.gif) repeat-y;
  padding: 0 0 0;
  width: 800px;
  margin: auto;
}

/* $6 - Content
----------------------------------------------------------------------------*/
.content {
  float: left;
  width: 620px;
  background-color: #000;
  background-image:url(../images/l_blogshadow_center.jpg);
}
#contentheader {
  float: left;
  height:15px;
  width: 620px;
    margin: 0;
  padding: 0;

  background-color: #000;
  background-image:url(../images/l_contentheader.jpg);
}
#contentfooter {
  float: left;
  margin-left: 35px;
  height: 0px;
  width: 620px;
  background-color: #FFF;
  background-image:url(../images/l_contentfooter.jpg);
}

#myBlog-wrap
{
    color:#000;
}

div.blogwrap {
	width: 568px;
	margin: auto;
	padding: 10px 0px 10px 0px;
}
div.mainwrap {
	width:;
	padding-top: 21px;
}

.containerfooter {
	width: 870px;
	height: 55px;
	padding: 0px 25px 25px 0px;
	background: url(../images/l_footer_bgnd.gif) no-repeat;
	margin: 0 auto;

}

.bb {
    margin:0 auto;
    position:center;
    z-index:99;
    bottom:0px;
    color:white;
    font-size:10pt;
    height:25px;
    padding:0;
    width:850px;
    text-align:center;
    background-color:#61870a;
    border-top:solid 30px #61870a;
 
}