﻿/******************************************************************

Lambda42 Day styles
Date Started -  04/09/10
Author - Dan 'Psyrinix' Meek
Last Modified - 28/01/11

******************************************************************/

/* ==== DAY FONT STYLES ==================================================================================================== */

h1                     	{color:#ffffff;}
.heading              	{color:#ffffff;}
h2                     	{color:#ffffff;}
h3,h4                  	{color:#000000;}
.mainheader            	{color:#000000;}
.postheader            	{color:#000000;border-bottom:solid 1px #242223;}
p                      	{margin:0 0 0px 0;color:#ffffff;}
a				       	{color: #f6c898;}

/* ==== MAIN DAY BODY STYLES ==================================================================================================== */

body
{
	background:#c87e40;
}

#header
{
	background:url('../images/header-day.jpg') no-repeat center;
	border:0px solid #000000;
}

.leftcontent
{
    background: url('../images/post-bottom-day.jpg') repeat-x bottom; /*border-bottom:1px solid #0f1821;*/ /*background:#060B0F;*/
    margin: 10px;
    padding: 5px;
    padding-bottom: 15px;
}

.rightcontent
{
    /*border-left:1px solid #0C131B;*/ /*background:#060B0F;*/
    margin: 10px;
    padding: 5px;
}

/* ==== NIGHT HOMEPAGE STYLES ================================================================================================================= */

.recent-posts
{
    background: url('../images/post-bottom-day.jpg') repeat-x bottom;
}

