/*----------------------------------------------------------------------------
Customise Style Sheet

Name: 						Beautiful Day
Modified for Joomla by:     JoomlaJunkie.com
Date: 						2007-02-07
Description: 				Totally liquid three-column layout, clean and simple.
Author: 					Viktor Persson
URL: 						http://templates.arcsin.se

Stylesheet Index:
	$1 - Global Resets
	$2 - Typography
	$3 - Lists Styling
	$4 - Horizontal Rules
	$5 - Quotations
	$6 - Sitewide Links
	$7 - Joomla Specific
	$7a - Joomla Content Styles
	$8 - Forms Styling
	$9 - Modules

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
----------------------------------------------------------------------------*/

/* $1 - Global Resets eliminates cross browser inconsistancies
          -----ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING-----
----------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
h1,h3,h4,h5,h6,p,blockquote,form,label,ol,dl,fieldset,address {
	margin:0.5em 0;
}
.header h1 {
    margin: 0;
}
.navigation ul {
   	margin: 0;
}
fieldset {
	padding:.5em;
}
img {
	border:0;
}
a {
	text-decoration: none;
}
a img {
	border:0;
}
code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

/* This helps fix the relative font sizing problem with tables in internet explorer */
table {
	font-size:1em;
}
.hidden {
	display:none;
}

.clearer {clear: both;}

.right {float: right;}
/*end global resets*/

/* $2 - Typography
----------------------------------------------------------------------------*/
body {
	background: #FFF url(../images//bg.gif) repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
} 
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font: normal 80% Tahoma,sans-serif;
    text-align:left;
	line-height: 140%;
}
body.contentpane ul{
	margin-left:20px;
}

/*These control the general, asthetic, typographical/text
elements of the css*/
h1 {
	margin-bottom: 4px;
	padding:10px 0;
	color: #F06;
	margin-bottom: 4px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
}
h3 {
	color: #FF4892;
	padding-top: 6px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
}
h5 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #999999;
}
h6 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

/* $3 - Lists Styling
----------------------------------------------------------------------------*/
li {
	list-style: none;
	font-size: 12px;
}
	
/* $4 - Horizonal Rules
----------------------------------------------------------------------------*/
hr {
/*many components use this as a seperator line */
	border:none;
	background:#EAE8D0;
	height:1px;
	margin:10px 0;
}

/* $5 - Quotations
----------------------------------------------------------------------------*/
blockquote {
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
	background-color: #E9E9E9;
}
pre {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space:normal;
}

/* $6 - Sitewide Links
----------------------------------------------------------------------------*/
a {
    color: #F06;
    text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}

/* $7 - Joomla Specific
----------------------------------------------------------------------------*/
.pagenav,
.pagenav_prev,
.pagenav_next {
	padding:0 4px;
}
a.pagenav,.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration:none;
}
a.pagenav:hover,
a.pagenav:active,
a.pagenav:focus,
.pagenav_prev a:hover,
.pagenav_prev a:active,
.pagenav_prev a:focus,
.pagenav_next a:hover,
.pagenav_next a:active,
.pagenav_next a:focus,
.pagenavbar a:hover,
.pagenavbar a:active,
.pagenavbar a:focus {
	text-decoration:none;
	color:#F06;
}
.back_button {
	margin:5px 0 15px;
}
.back_button a {
	color:#666;
}
.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}
td.createdate {
/* styling the date the content was created on*/
	color: #06F;
	font-size: 11px;
	margin-bottom: 6px;
	}
.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
	color: #06F;
	font-size: 11px;
	margin-bottom: 6px;
}
.readon {
	display:block;
	text-align:left;
	width:125px;
	text-indent:8px;
	float:right;
	color:#F06;
	font-family: "Trebuchet MS",sans-serif;
}
a.readon:hover {
	/* formatting the "Read on..." link on blog layout pages */
	color:#000000;
	text-decoration: underline;
}

/* $7a - Joomla Content Styles
----------------------------------------------------------------------------*/
/*These are all the styles for content, this is used for joomla content 
output in the main content area*/
table.contentpaneopen li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}
table.contentpaneopen, table.contentpane {
	padding:0;
	margin:0;
	width:100%;
}
.moduletable table.contentpaneopen td {
	background:none;
	margin-top:0;
	background:none;
	border:none;
	padding:0;
}
.header .moduletable table.contentpaneopen td {
	font: normal 100% Tahoma,sans-serif;
}
td.contentheading {
	/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
	margin-bottom: 4px;
	padding:10px 0;
	color: #F06;
	margin-bottom: 4px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 22px;
}
table.contentpaneopen {
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
}
td.buttonheading{
	padding:0;
}
.contentpagetitle {
/*Title of articles*/
	font-size:80%;
	font-weight:700;
	color:#E2E2E2;
	text-align:left;
}
.componentheading {
/* Used to format a components heading or title */
	font-size:100%;
	font-weight:700;
	color:#444444;
	margin:.7em 0 0.9em;
	font-weight:700;
}
table.contenttoc {
	margin:10px;
	padding:0;
	float:right;
}
.buttonheading img {
	padding:2px;
}
.sectiontableheader,tr.sectiontableentry1 td,tr.sectiontableentry2 td {
	text-indent:5px;
	padding:4px;
}
.sectiontableheader {
	color:#FFFFFF;
	font-weight:700;
	padding:5px;
	background-color: #F06;
}
.sectiontableentry1 {
	background-color: #F3F3F3;
}
.sectiontableentry2 {
	background-color: #E9E9E9;
}

/*Polls */
.poll {
/* polls texts */
	line-height:18px;
}

/*this helps make the poll look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1,.poll .sectiontableentry2 {
	background:none;
	border:none;
	text-align:left;
}
.pollstableborder {
/* set the border properties of the polls voting table */
	border:none;
}
.poll td {
/* set the table data properties of the polls voting table */
	font-weight:400;
}

/* Website design */
.websitedesign
{
	display:none;
	text-align:center;
}
.website_design
{
	font-style: normal;
}
.outsourcing
{
	font-style: normal;
}

/* Search Results */
table.contentpaneopen fieldset{
	border:1px solid #DBDBDB;
	border-bottom:3px solid #DBDBDB;
	padding:10px;
	background:#F3F3F3;
	margin:0;
}
table.contentpaneopen fieldset a{
	font-size:1.2em;
}
table.contentpaneopen fieldset span.small{
	color:#999;
}
table.contentpaneopen fieldset span.highlight{
	background:#FFF3D0;
	border-bottom:1px dotted #EFEFEF;
	color:#CF9B00;
	padding:0 3px;
}

/* $8 - Forms Styling
----------------------------------------------------------------------------
These styles control the appearance of forms */
.inputbox {
	border: 1px solid #000;
	padding:2px 5px;
	margin: 0 6px;
	background-color: #FFFFFF;
	
}
.inputbox:hover {
	border:1px solid #222;
}
.inputbox:focus {
	border:1px solid #06F;
}
select.inputbox {
	background:#fff !important;
}
.button {
/* button style for Joomla component, form and module buttons
specifically in the  sidebar*/
	text-align:center;
	padding:1px;
	background:#C0CDD3;
	color:#333;
	border:none;
	cursor:pointer;
    margin: 0 6px;
}

textarea {
/* the look of the large text area on forms */
	font-size:100%;
	background: white;
	border:1px solid #3d3d3d;
	padding:1px 3px;
	margin:0;
	overflow: auto;
}

/* $9 - Modules
----------------------------------------------------------------------------*/
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	padding-top: 40px;
	text-align: center;
}
.header .moduletable h3 {
    font: normal 1.6em "Trebuchet MS",sans-serif;
    color: white;
}

.right .subnav .moduletable .contentpaneopen{
	color: #CCCCCC;
}

/* navigation */
.nav {
	right: 23%;
	text-align: center;
	width: 17%;
}
.nav .logo {
	background: url(../images/logo.gif) no-repeat center top;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	height: 159px;	
}
.nav li {
	border-bottom: 1px solid #EEE;
}
.nav li a {
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
}
.nav li a:hover {
	background: #FAFAFA;
	color: #F06;
	text-decoration: none;	
}
/* sub navigation */
.right {
	background: #222;
	right: 3%;
	width: 18%;
}
.subnav .moduletable{
	padding: 12px 12px 0;
}
.subnav .moduletable h3 {
	color: #F06;
	font-size: 14px;
	height: 20px;
	margin-left: 8px;
	font-weight: normal;
}
.subnav .moduletable ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav .moduletable li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav .moduletable li a {	
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav .moduletable li a:hover {
	color: #DDD;
}

/* footer */
.footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin: 0 0 0 3%;
	padding: 8px 6px;
}
.footer a {
	color: #F06;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
