﻿/*----------------------------------------------------------
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, article, nav, section, aside, time, p, a, ul, li, dl, dd, dt{
	border : 0;
	font-family: 'Verdana';
	outline : 0;
	padding : 0;
}

article, aside {
padding: 10px;
}

/*#region Footer */
footer
{
    border-top: 1px dotted #B5B3A9;
    clear: both;
    margin: 20px 0;
    height: 50px;
    opacity: 0.4;
    
}
footer a, footer p
{
    color: #666;
    display: inline;
    font-size: 10px;
}

/*#endregion*/

/*#region Edit Menu */
.edit-menu {
    float: right;
    display: inline;
}

    .edit-menu img {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    .edit-menu a {
        text-decoration: none !important;
    }

/*#endregion*/

/*#region PRIMARY LAYOUT ELEMENTS */

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

#main 
{
    margin:0;
    padding: 0;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border: 1px #5C87B2 solid;
    padding: 0;
    position: relative;
    margin: 0;
    text-align: right;
    width:100%;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 12px;
    color: #444;
    width: 300px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 12px;
    padding: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.logindisplay 
{
    min-width: 50px;
    line-height:17px;
    font-size: 12px;
    display: block;
    text-align: right;
    color: #333;
    background-color: #FFF;
    position: fixed;
    right: 0px;
    top: 0;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 3px;
    border-left: #AAA solid 1px;
    border-bottom: #AAA solid 1px;
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow:    -2px 2px 4px rgba(0, 0, 0, 0.13);
    box-shadow:         -2px 2px 4px rgba(0, 0, 0, 0.13);
    -webkit-transition: all 300ms cubic-bezier(0.815, 0.070, 0.460, 0.905); 
   -moz-transition: all 300ms cubic-bezier(0.815, 0.070, 0.460, 0.905); 
    -ms-transition: all 300ms cubic-bezier(0.815, 0.070, 0.460, 0.905); 
     -o-transition: all 300ms cubic-bezier(0.815, 0.070, 0.460, 0.905); 
        transition: all 300ms cubic-bezier(0.815, 0.070, 0.460, 0.905); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.815, 0.070, 0.460, 0.905); 
   -moz-transition-timing-function: cubic-bezier(0.815, 0.070, 0.460, 0.905); 
    -ms-transition-timing-function: cubic-bezier(0.815, 0.070, 0.460, 0.905); 
     -o-transition-timing-function: cubic-bezier(0.815, 0.070, 0.460, 0.905); 
        transition-timing-function: cubic-bezier(0.815, 0.070, 0.460, 0.905); /* custom */   
}

    .logindisplay.logedin {   
        top: -38px;
    }

    .logindisplay.logedin-administrator {   
        top: -55px;
    }

.logindisplay a{
    color: #333;
    text-decoration: none;
    width:100%;
}

    .logindisplay:hover {
        top: 0;
    }

    .logindisplay div.menu-section {
        padding-bottom:3px;
        margin-bottom:3px;
        color:#333;
        border-bottom: #CCC solid 1px;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
/*#endregion*/

/*#region FancyBox*/

.fancybox .thumbnail{
    
}

/*#endregion*/

