﻿/* 
    Filename: main.css
    Created: 12-04-2009
    Author: Kerry Meagher
*/

@import url('class.css');

body {
    margin:0 auto;
    height: 100%;
}

a {
    color:#12a0ce;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

p 
{
	
}

/* =========================================================== */

/*# .wrapper {
#     min-height: 100%;
#     height: auto !important;
#     height: 100%;
#     margin: 0 auto -4em;
# }
# .footer, .push {
#     height: 4em;
# }*/

#container {
    margin:0 auto;
}

#footer 
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	z-index:20;
	background-color:#3a3a3a;
	padding:0px 15px 0px 15px;
}

#header {
    background-image:url(../image/header/header.jpg);
    background-repeat:no-repeat;
    height:130px;
    background-color:#3a3a3a;
    /*font-family:Cooper Black;*/
}

#userOptions {
    float:right;
    color:#ffffff;
    margin:10px 25px 0px 0px;
}

#userOptions a {
    color:#12a0ce;
    text-decoration:none;
}

#userOptions a:hover {
    text-decoration:underline;
}

#navigation {
    clear:both;
    background-color:#3a3a3a;
    font-family:Cooper Black;
    padding:5px 30px 0px 30px;
}

#navigation a {
    /*color:#12a0ce;*/
    color:#3a3a3a;
    font-size:22px;
    text-decoration:none;
    padding:0px 3px 0px 3px;
    background-color:#909090;
    border-left:solid 1px #909090;
    border-right:solid 1px #909090;
    border-top:solid 1px #909090;
}

#navigation a:hover {
    background-color:#cfd0d0;
}

#navigation a.selected {
    /*color:#12a0ce;*/
    color:#3a3a3a;
    font-size:22px;
    text-decoration:none;
    padding:0px 3px 0px 3px;
    background-color:#ffffff;
    border-left:solid 1px #f0efef;
    border-right:solid 1px #f0efef;
    border-top:solid 1px #f0efef;
}

#navigation a.selected:hover {
    
}

#pageContent {
    background-color:#ffffff;
    margin:10px 30px 10px 30px;
}

/* =========================================================== */

#leftWrapper 
{
	float:left;
	width:200px;
}

#userProfile {
    border:solid 1px #3a3a3a;
}

#userProfile .top {
    background-color:#12a0ce;
    color:#3a3a3a;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    border-bottom:solid 2px #3a3a3a;
}

#userProfile .name 
{
	text-align:center;
}

#userProfile .userImage {
    margin:0 auto;
    background-image:url(../image/profile/no-image.jpg);
    background-repeat:no-repeat;
    width:150px;
    height:100px;
}

#userProfile .userImage .quiziq 
{ 
	float:right;
	font-family:Cooper Black;
	font-size:18px;
}

#userProfile .options {
    text-align:center;
}

#userProfile .options a {
    display:block;
}

/* =========================================================== */

#content 
{
	float:left;
	width:75%;
	margin:0px 0px 0px 10px;
}

