﻿/* DEFAULTS
----------------------------------------------------------*/
@font-face {
    font-family: 'franchiseregular';
    src: url('../Fonts/franchise-bold-webfont.eot');
    src: url('../Fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/franchise-bold-webfont.svg#franchiseregular') format('svg'),
         url('../Fonts/franchise-bold-webfont.woff') format('woff'),
         url('../Fonts/franchise-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html
{
    background-image: -ms-linear-gradient(top, #1c1c1c 0%, #363535 20%);        /* IE10 Consumer Preview */     
    background-image: -moz-linear-gradient(top, #1c1c1c 0%, #363535 20%);       /* Mozilla Firefox */     
    background-image: -o-linear-gradient(top, #1c1c1c 0%, #363535 20%);         /* Opera */     
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c1c1c), color-stop(0.2, #363535));    /* Webkit (Safari/Chrome 10) */     
    background-image: -webkit-linear-gradient(top, #1c1c1c 0%, #363535 20%);    /* Webkit (Chrome 11+) */     
    background-image: linear-gradient(to bottom, #1c1c1c 0%, #363535 20%);      /* W3C Markup, IE10 Release Preview */   
    }
    
body   
{    
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    /*min-height: 800px;*/   
    
	/*background-image: url('../Images/backStripe.png');*/
        
	
	/*background-position: center center, 20% 80%, top left, bottom right;
	background-origin: border-box, content-box;
	background-repeat: no-repeat;*/
	
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#1c1c1c', endColorstr='#363535');*/ /*For IE7-8-9*/ 
    height: 1%;/*For IE7*/
}

a
{
    color: Orange;
    text-decoration: none;
}

a:visited
{
    color: Orange;
    text-decoration: none;
}

a:hover
{
    color: #F08040;
    text-decoration: none;
}

a:active
{
    color: Orange;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* MAIN MENU
----------------------------------------------------------*/

.menuanchorclass
{
}

.MainMenuCell
{
    border-collapse:collapse;
    border-spacing: 0px;
    border-bottom: 1px solid #363535;
    padding-left: 12px;   
    padding-right: 12px;
}

.MainMenuCell:hover
{
    background-color: #303030;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* Footer   
----------------------------------------------------------*/

.footer
{
    border-top: 1px solid #373737;
    font-style:italic;
}

.footer A
{
    color:#e39d06;
    font-style:italic;
    text-decoration:none;
}

.footer A:visited
{
    color:#e39d06;
    font-style:italic;
    text-decoration:none;
}

.footerCells
{
    vertical-align: top;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    
    margin: 20px auto 0px auto;
    border: 1px solid #464545;
    
    
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #171717 0%, #2b2a2a 20%);
    
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #171717 0%, #2b2a2a 20%);
    
    /* Opera */ 
    background-image: -o-linear-gradient(top, #171717 0%, #2b2a2a 20%);
    
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #171717), color-stop(0.2, #2b2a2a));
    
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #171717 0%, #2b2a2a 20%);
    
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #171717 0%, #2b2a2a 20%);
    
    /*For IE7-8-9*/        
    height: 1%;
    background-image: linear-gradient(to bottom, #171717 0%, #2b2a2a 20%);
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    height: 50px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}



/* PROJECTS PAGE  
----------------------------------------------------------*/

.AdminView
{
	background-image: url('../Images/backAdmin.png');   
}

.ProjectsTitleCell
{
    height: 48px;    
    vertical-align: bottom;
    text-align:left;
}

.ProjectDetailPageLink
{
    color: #e39d06;
    font-style:italic;
    text-decoration:none; 
    width:100%;
    text-align:right;
    letter-spacing: .4pt;
}

.ProjectDetailPageLink A
{
    color: #e39d06;
    font-style:italic;
    text-decoration:none; 
    width:100%;
    text-align: right;
}

.ProjectDetailPageLink A:Visited
{
    color: #e39d06;
    font-style:italic;
    text-decoration:none; 
    width:100%;
    text-align: right;
}

.ProjectsTitle
{
    font-family : 'franchiseregular';
    font-size : 18pt;    
    color: #c7c6c4;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #505050;    
}

.ProjectsText
{
    font-family : 'franchiseregular';
    font-size : 16pt;    
    color: #808080;
    width: 100%;
    letter-spacing: .3px;
}

.ProjectsSpaceBetweenPrjs
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #505050;
}

.ProjectsImagesTitle
{    
    width:205px;
    text-align:center;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;   
}

.ProjectsImagesCellContainer
{   
    border: 1px solid #444444;
    
    text-align : center; 
    vertical-align: top;
       
    -moz-border-radius: 5px; for mozilla support*/
    -webkit-border-radius: 5px; /*for chrome support*/
    border-radius: 5px;  
}

.ProjectsImagesCellContainer:hover
{    
    background-color: #3b3a3a;
      -o-transition:.7s;
      -ms-transition:.7s;
      -moz-transition:.7s;
      -webkit-transition:.7s;
      /* ...and now for the proper property */
      transition:.7s;
}

.ProjectsImages
{
    -moz-border-radius: 5px; for mozilla support*/
    -webkit-border-radius: 5px; /*for chrome support*/
    border-radius: 5px;  
}

/* Project Details Page   
----------------------------------------------------------*/

.PD_Title
{
    font-size: 12pt;
    font-weight: bold;
    color: #a9a9a9;
}

.ProjectDetailLinks
{
    color:#e39d06;
    font-style:italic;
    text-decoration:none;        
}

.ProjectDetailLinks:visited
{
    color:#e39d06;
    font-style:italic;
    text-decoration:none;     
}

/* Share links   
----------------------------------------------------------*/

.shareIcons
{
    -moz-opacity:  0.5;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */    
}

.shareIcons:hover
{
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */   
}
/*-------------------------------------------------------------- CONTACT ME */

.contactmeLeftColumn
{
    text-align : right;
    font-size : 9pt;
    font-style : italic;
    vertical-align : middle;
    padding-right : 10px;
    width : 120px;
}   

.contactmeRightColumn
{
    font-size : 12pt;
    font-style : italic;
    vertical-align : middle;
    padding-right : 10px;
}   