/*----------------------------------------------------------------------------

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: #FFF;
	font-size: 1.2em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d0970c;
	border-bottom-color: #d0970c;
	border-left-color: #d0970c;
	width: 710px;

}



/* $3 - Header

----------------------------------------------------------------------------*/

.top {

	background: url(../images/clouds.gif) repeat-x;

	padding: 50px 10px 0;

}



/* $4 - Title

----------------------------------------------------------------------------*/

.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	width: 716px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d0970c;
	border-right-color: #d0970c;
	border-left-color: #d0970c;

}

.header .left, .header .right {

	background: #A4A4A0;

	color: #FFF;

	height: 150px;	

}

.header .left {

	background: url(../images/header.jpg) no-repeat;

	font: normal 2.8em "Tahoma",sans-serif;

	line-height: 150px;

	text-align: center;	

	width: 716px;

}

.header .right {

	overflow: auto;

	width: 212px;

}



.header .right .moduletable{

        padding: 0 5px 3px 10px;

}



/* $5 - Main

----------------------------------------------------------------------------*/

.main {

	border-top: 4px solid #FFF;

	background: url(../images/bgmain.gif) repeat-y;

}



/* $6 - Content

----------------------------------------------------------------------------*/

.content {

	float: right;

	margin: 10px 0;

	padding: 0 16px;

	width: 490px;

}
