﻿/******************************************************************

Lambda42 Main styles
Date Started -  04/09/10
Author - Dan 'Psyrinix' Meek
Last Modified - 28/01/11

******************************************************************/

/* ==== GLOBAL ============================================================================================================== */

* {margin: 0; padding:0 }

body {line-height: 1.6em;font-family: 'Cambria', Arial, Helvetica, sans-serif;}

#wrapper
{
	width:955px;
	margin:auto;
	border:0px solid #000000;
}

/*==== FONT STYLES ==============================================================================================================*/

h1                     	{font-size:1.8em;margin-top:0;padding-top:0;font-weight:normal;font-style:normal;font-variant:normal;}
h2                     	{font-size:1.6em;margin-top:0;padding-top:0;font-weight:normal;}
h3                     	{font-size:1.4em;margin-top:0;padding-top:0;font-weight:normal;}
h4                     	{font-size:1.2em;margin-top:0;padding-top:0;font-weight:normal;}
p                      	{font-size:0.9em;margin:0 0 0px 0;color:#ffffff;padding-top:10px;padding-bottom:10px;}
a                      	{font-size:0.9em;margin:0 0 0px 0;padding-top:10px;padding-bottom:10px;text-decoration: none;}
a:hover                	{text-decoration:underline;}
li                     	{font-size:0.9em;}
label                  	{font-size:0.9em;}

/* ==== MAIN GENERIC CLASSES ==================================================================================================== */

.clear                 {clear:both; height:1px;}
.center                {text-align:center;}
.padleft5              {padding-left:5px;}
.italic                {font-style:italic;}
.bold                  {font-weight:bold;} 
.left                  {text-align:left;}
.right                 {text-align:right;}
.center                {text-align:justify;}
.smallfont             {font-size:80%;}
.border                {border:solid 1px #000000;}
.noborder              {border:0;}
.imgfloatleft          {float:left;margin:0 10px 10px 0;}
.imgfloatright         {float:right;margin:0 0 10px 10px;} 
.hidden                {display:none;}
.intro-text            {font-size:150%;margin:5px;font-weight:normal;}
.team-text             {margin:15px;}
.home-text             {margin:5px; color: #caceca; list-style:none;}
.error                 {color:#ff0000;}

/* ==== COLUMN STYLES  ============================================================================================================*/

.col_75         {width:75%;float:left;}
.col_25         {width:25%;float:left;}
.col_50         {width:50%;float:left;}
.col_33         {width:33%;float:left;}
.colContainer   {padding:0 10px 10px 10px;}

/* ==== MAIN BODY STYLES ==================================================================================================== */

#header
{
	width:100%;
	height:300px;
}

#mainbackground
{
	width:100%;
	height:350px;
	border:0px solid #000000;
	margin-bottom:10px;
}

.leftcolumn
{
    width:700px;
	float:left;
    border:0px solid #000000;
}

.topcolumn
{
	width:925px;
    height:170px;
	float:left;
    padding:15px;
    border:0px solid #000000;
    background:url('../images/top-content-bg.png');
    margin-bottom:20px;
}

.rightcolumn
{
	width:200px;
    height:200px;
	float:left;
	margin-left:40px;
    border:0px solid #ffffff;
}


/* ==== NAVIGATION ==================================================================================================== */

#nav
{
    width: 955px;
    height: 40px;
	margin:auto;
}

#nav ul
{
    color: #545454;
    margin-left: 10px;
    margin-right: 10px;
	padding-top:12px;
    list-style: none;
    float:right;
}

#nav ul li
{
    list-style: none;
    display: block;
    position: relative;
    float: left;
}

#nav ul li a
{
    padding: 8px 10px 8px 10px;
    border-left: 0px solid #0A1B31;
    border-right: 0px solid #0A1B31;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
    display: block;
}

#nav ul li a:hover
{
    color: #ffffff;
    border-bottom:3px solid #ffffff;
}

.active a
{
    color: #4A9CD6;
}

/* ==== DROP DOWN MENU ================================================*/
#nav li ul { display: none; }
#nav li:hover ul { display: block; position: absolute; }
#nav li:hover li { float: none;  padding: 8px 10px 8px 10px; }
#nav li:hover li a:hover { color:#ffffff; padding: 6px 10px 7px 10px;}
#morning-dropdown { background:#EE862D; }
#day-dropdown { background:#26c438; }
#evening-dropdown { background:#6A6054; }
#night-dropdown { background:#066190; }
/* ====================================================================*/


/* ==== BLOG SIDE BAR STYLES ==================================================================================================== */

#leftpane
{
    width: 75%;
    float: left;
}

#rightpane
{
    width: 25%;
    float: right;
}

#sidebar-dates
{
    text-align: center;
    margin-bottom: 15px; /*border:1px solid #0f1821; background:#081016;*/
    padding: 15px;
}

#sidebar-dates ul 			{ list-style: none; }
#sidebar-counters li 		{  	}
.sidebar-counters ul 		{ list-style: none; }

.sidebar-counters
{
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px; /*border:1px solid #0f1821; background:#081016;*/
    padding: 15px;
}

#tag-cloud
{

    color: #ffffff;
    text-align: center;
    list-style: none;
    margin-bottom: 15px; /*border:1px solid #070D13; background:#081016;*/
    padding: 15px;
}

#tags 			{ list-style: none; }
.tagtext		{ display: block;	}

.recent-posts
{
    list-style: none;
}

.recent-posts-heading
{
    list-style: none;
 }

.time-travel
{

    position:absolute;
    top:10px;
    right:20px;
    background:#010C1E;
    color:#FFFFFF;
    border:1px solid #FFFFFF;
    font-family:inherit;
}
.time-travel option 		{ padding:0 10px 0 10px; }

/* ==== HOME BLOG SIDEBAR ==================================================================================================== */

.slideshow-image
{
    border:8px solid #ffffff;
}

#slideshow
{
    border:0;padding:0;margin:0;
}

/* ==== PORTFOLIO =============================================================================================================*/

.topcontent
{
    width:955px;
}

.portfolio-column-left
{
    width:500px;
    float:left;
}

.portfolio-column-right
{
    width:300px;
    float:right;
}



