﻿body
{
    background-color: #000;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #aaa;
    height: 100%;
}

a
{
    color: #5771ff;
    text-decoration: underline;
}
a:hover
{
    color: #1d60ff;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #fff;
    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;
}
/*
 * PAGELAYOUT
 */
.page
{
    min-width: 560px;
    max-width: 720px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#sidebar
{
    position: relative;
    color: #000;
    margin-top: 20%;
    padding: 0;
    float: right;
    max-width: 150px;
    min-width: 120px;
    width: 20%;
    margin-right: 53px;
    padding-right: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid #222;
    text-align: right;
}
input, textarea
{
    background-color: #181818;
    border: 1px solid #555;
    color: #aaa;
    margin-bottom: 2px;
    padding: 2px;
}
input[type="text"]
{
    border: 0;
    border-bottom: 1px solid #777;
}
input.watermarked
{
    color: #444;
}
#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
	position: relative;
    float: right;
    width: 78%;
    max-width: 490px;
    min-width: 350px;
    margin-bottom: 30px;
    margin-top: 20%;
    padding-top: 20px;
    height: 100%;
}

#footer
{
    clear:both;
    color: #333;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#menucontainer ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menucontainer li
{
    margin-bottom: 2px;
}
#menucontainer a
{
    display: block;
    padding: 2px;
    border-right: 2px solid #8dce00;
    color: #fff;
}
#adminmenu
{
    margin-top: 2em !important;
}
#adminmenu a
{
    border-right: 2px solid #ff9900;
}
#menucontainer a:hover
{
    background-color: #121212;
}

/*
 * Page & Products
 */
#pageContent
{
    
}
#pageContent p
{
    padding-left: 2em;
}
#itemOverview
{
}
#itemOverview
{
    margin-bottom: 1em;
}
#pageInfo
{
    text-align: right;
    font-size: 0.7em;
    color: #333;
}
.productLink
{
    font-size: 10px;
}
.productLink a
{
    
}
.items ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.items
{
    color: #999;
}
.items a
{
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
}
.items li
{
    border-left: 2px solid #ff9900;
    margin-bottom: 2px;
}
.items a:hover
{
    background-color: #121212;
}
.items .name
{
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}
.info
{
    font-size: 0.8em;
    padding-left: 1em;
    color: #666;
}
/*
 * Listen
 */
.item
{
    padding: 0.5em;
    border-left: 2px solid #ff9900;
    margin-bottom: 0.5em;
}
.item h3 a
{
    color: #fff;
}
.item p
{
    padding-left: 0.5em;
}
/*
 * Forms..
 */
fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset input[type="text"], fieldset textarea
{
    width: 100%;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/*
 */
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    margin-bottom: 1em;
}
#title h1
{
    color: #f0f0f2;
}

#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;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

