﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body {
height: 100%;
}

html
{
	background-image : url('/Content/Images/Bgfade.png');
    background-repeat: repeat-x;
    background-color: #A663BD;    
}


body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 10px;
    color: #696969;
}

a:link,
a:visited
{
    color: #7F289F;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

#page
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width : 900px;
	min-height: 100%;
	background-image : url('/Content/Images/PageBg.png');
}

#man
{
    background-image : url('/Content/Images/largePlayer.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
	min-height: 100%;
}


#RightSection
{
	text-align: left;
	float: right;
	min-height: 100%;
	width : 200px;
	padding: 10px;
}

#MainSection
{
	text-align: left;
	margin-right: 210px;
	min-height: 100%;
	padding: 10px;
}

#header
{
	margin-bottom: 20px;
	height: 100px;
}

#logo
{
	float: left;
	width : 224px;
}

#SearchSection
{
	background-image : url('/Content/Images/SearchBg.png');
	background-repeat: no-repeat;
	background-position:top right;
	height : 45px;
	padding : 8px;
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 224px;
	text-align: right;
}


/* Menu
----------------------------------------------------------*/

.SubMenu
{
	text-align: right;
	margin: 3px;
}


/* Headers 
----------------------------------------------------------*/

h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #7F289F;
	font-size: 10;
}

#RightSection h1
{
	font-size : 130%;
	border-bottom: solid 1px #696969;
	padding: 5px;
}

#RightSection ul,
Links ul,
ul.FilesList 
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#RightSection li,
Links li,
.FilesList li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Poll ------------------------------ */

.PollResults
{
	margin-top: 25px;
	padding-bottom : 25px;
	border-bottom: solid 1px #696969;
}

.PollQuestion
{
	display: block;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}

#RightSection .PollQuestion
{
	font-size: 100%;
}
