/*Begin Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
ol,ul {	list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
/* End Reset*/

/* Begin Site Theme */
header {  position:relative; overflow-x:hidden; overflow-y:auto; }
body {
    background-color: #00447c;    
    color: #fff;
    font-size: 15px;
    font-family: 'Segoe UI', Roboto, Helvetica, Sans-Serif;
    -webkit-text-size-adjust: none;
}

.desktop dark home {

	}
    body.home
    {

    }

a, a:visited
{
    color:#fff;
}
.light a, .light a:visited
{
    color:#000;
}
button
{
    background-color:#fff;
    border-width:2px;
    border-style:solid;
    cursor:pointer;
    line-height:20px;
    min-width:50px;
    min-height:25px;
    vertical-align:middle;
}
.nobr { white-space: nowrap; }
.strike{ text-decoration:line-through; }
.italic{ font-style:italic; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.float-right, div.float-right {  }
.float-left, div.float-left { float:left; }
.float-none, div.float-none { float:none; }
.block { display:block; }
.d-none { display:none; }
.clear { clear:both; }
.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1 { font-size: 2em; }
h2 { font-size: 1.15em;  
	 line-height: 1.85em;
	 margin: 25px 0 0 0; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1.15em; }
    h5 a:link, h5 a:visited, h5 a:active { padding: 0; text-decoration: none; }

.projects-metrojs h2 { font-size: 3em; }
.projects-metrojs h3 { font-size: 2.75em; }
.projects-metrojs h4 { font-size: 2.5em; }
.projects-metrojs h5 { font-size: 2.25em; }

.smallNote
{
    font-size:.9em;
}
/* End Site Theme*/

/* Begin Site Layout */
#body
{
    clear:both;
    overflow-x:hidden;
}

.content-wrapper
{    
    overflow:auto;
    position:relative;
	background: url("images/license-trax-mock-up_bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	margin-top: -110px;
	padding-right: 550px;
}
    
.panorama
{
    padding:0 0 60px 0;
    position:relative;   
    /* we set to hidden in script if the browser is not touch enabled */
    overflow:auto;
    overflow-x:scroll;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: manipulation;
    -ms-scroll-chaining:none;
    width:100%;
}

.site-title
{    
    float:left;
    margin:-60px auto 0 40px;    
    -moz-transition:font-size .3s; /* Firefox 4 */    
    -webkit-transition:font-size .3s; /* Safari and Chrome */
    -o-transition:font-size .3s; /* Opera */
    transition:font-size .3s;
}
    .site-title a, .site-title a:visited
    {    
        font-size:8em;
        text-decoration:none;        
        -moz-transition:font-size .3s; /* Firefox 4 */        
        -webkit-transition:font-size .3s; /* Safari and Chrome */
        -o-transition:font-size .3s; /* Opera */
        transition:font-size .3s;
    }
.site-mode
{
    float:right;
    margin:20px 40px 0 0;
}
#twitterFeed {
    float: left;
    margin:0 0 0 30px;
    position: relative;
    width: 320px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

}
#twitterFeed div > div {
    clear: both;
    font-size: 0.7em;
    height: 60px;
    line-height: 1.3em;
    margin: 8px 0;
    width: 320px;
}
    #twitterFeed div > div.first
    {
        margin-top:5px;
    }
    #twitterFeed div > div:after
    {
        color: darkgray;
        content: attr(data-date);
        display: block;
        font-family: Segoe WP, Segoe UI,​ Verdana,​ Helvetica,​ Sans-Serif;
        font-size: .9em;
        text-transform: lowercase;
    }
 

#twitterFeed .pic {
    display: block;
    float: left;
    height: 60px;
    width: 60px;
}
    #twitterFeed .pic img
    {
        max-height:48px;
        max-width:48px;
        vertical-align:top;
    }  
    
.interior-content>p
{
    padding:2px 0 10px 5px;
}

.content_text {
    margin: 290px 0 0 510px;
    width:350px;
}

#submit {
    background-color: #00447C;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 15px;
    margin: 20px 0 0;
    padding: 5px 30px;
    text-decoration: none;
}

.link {
	text-decoration: none;
	margin-top: 50px;	
	}

img.full_me {
	background: #79bde8;
	}	

.org {
	margin-top:-25px;
	}
	
span.metroExtraLarge p-bottom {
	background: #404041;
	width: 310px;
	heigh:50px;
	}

.search_box{
	padding: 20px;
	background: #df8c19;
	height: 110px;
	width: 270px;
	margin: 5px;
	}

input.search {
	 border: 1px solid #CCCCCC;
    color: #AAAAAA;
    font-family: Arial,sans-serif;
    font-size: 0.75em;
    margin: 10px 0 20px 25px;
    padding: 10px 10px 10px 5px;
    width: 200px;
	}

input.submit {
    background: none repeat scroll 0 0 #404041;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    height: 35px;
    margin: -10px 30px 0 2px;
    padding: 10px;
    width: 90px;
	border: none;
}

p.text{
	 font-size: 0.75em;
	 margin-left: 25px;
	}
	
/* End Site Layout */

/* Begin Live Tile customizations */
i.icon {
    display: inline-block;
    font-size:1.1em;
    text-decoration:none;
}
    i.icon.extraLarge
    {
        font-size: 128px;
    }
    i.icon.small
    {
        font-size:.9em;
    }
.half-tile i.icon, .half-tall i.icon, .half-wide i.icon {
    font-size: 48px;
    margin: 0.2em;
    text-align: center;
}

.tile-group
{
    float:left;    
    margin-left:-20px;
}
    .tile-group.wider
    {
        width:340px;
		margin-top:320px;
    }
    .tile-group.first
    {
	margin-top:258px;
    margin-left: 480px;
    }
 
.tile-group h2
{
    margin: 20px 0 0 5px;
	font-size:24px;
}

.skills div.flip-back img
{   
    background-image:url('/images/skills/mcsd.jpg');
}

#cloud1 img, #cloud2 img
{
    height:150px;
    width:150px;
}
#cloud2 .slide-front
{
    left:-160px;
}
.csstransforms #cloud2 .slide-front
{
    left: 0px;
    -webkit-transform:translate(-160px,0);
    -moz-transform:translate(-160px,0);
    -ms-transform:translate(-160px,0);
    -o-transform:translate(-160px,0);
    transform:translate(-160px,0);
}

.live-tile.me .metroBig { padding: 0 0 10px 10px;  }
.copy-tile .p-bottom,
.live-tile .p-bottom { padding: 0 0 10px 10px;  }
.copy-tile.half-tile,
.live-tile.half-tile .p-bottom { padding: 0 0 10px 5px;  }
.live-tile .tile-title,
.list-tile .tile-title,
.copy-tile .tile-title
{
	padding:0 0 6px 2%;
	width: 98%;
}

.live-tile .head2
{
    -moz-transform: rotateZ(180deg) translateY(70px);
    -ms-transform: rotateZ(180deg) translateY(70px);
    -o-transform: rotateZ(180deg) translateY(70px);
    -webkit-transform: rotateZ(180deg) translateY(70px);
    transform: rotateZ(180deg) translateY(70px);
}
.live-tile.projects .head
{
    left: 0;
    position: absolute;
    top: 45%;
}
.live-tile.projects .head.top {
    top: -93px;
}
.live-tile.projects .title
{
    display:block;
    padding-top:0.5em;
}
.dark .metrojs-carousel > div.first
{
    color:#fff;
}
.light .metrojs-carousel > div.first
{
    background-color:#000;
    color:#fff;
}

.metrojs-carousel>div.first p
{
    padding: 2.5em 0.5em 0;
}
.metrojs-carousel>div.first span
{    
    display:block;
    font-size:1.7em;
    line-height:0.8em;
    padding:.15em 1.4em;  
}
.metrojs-carousel > div span.compat
{
    display:block;
}

.metrojs-carousel>.theming-slide>.theme-block
{
    padding-top:25px;
}
.metrojs-carousel>.theming-slide>.p-bottom
{
    padding:10px;
	background: #404041;
	width: 310px;
}

ul.copy-list  {
   list-style-position: outside;
   list-style-type: square;
   margin-left: 2em;
}
ul.copy-list.tight > li {
    padding: 0.05em;
}
ul.copy-list > li {
    padding: 0.25em;
}
ul.copy-list.tight.fat > li {
    padding: 0.75em;
}

img.tenancyagreement {
	margin-top:-30px;
	width: 318px; 
	height:	257px;
	}
/*.metrojs-carousel ul
{
    display:block;
    list-style-type:square;
    list-style-position: inside;
}
.metrojs-carousel li
{
    display:block;
    margin:.25em 0 0 1em;
    text-indent: -1em;
    padding-left:.5em;
}*/

.metrojs-carousel>div.last p
{
    padding: 40% 0 0;
    text-align:center;
}
.metrojs-carousel>div.last span
{    
    display:block;
    font-size:2.4em;
    line-height:1.1em;
    padding:0;  
	color: #df8c18;
	margin-top: -80px;
}
/* /projects/metrojs */
.top-link
{
	display: block;
	float: right;
	font-size: 14px;
	padding: 12px 0;
}
.projects-metrojs ol {
    list-style-type: decimal;
    padding-left: 30px;
}
.projects-metrojs .interior-content
{
    margin:0px auto 0px 0px;
    min-width:800px;
    max-width:1024px;
    padding-bottom:100px;
    padding-left:40px;
    width:90%;
}
.projects-metrojs.theme-gen .interior-content
{
    padding-left:20px;
}
.projects-metrojs .interior-content h3 {
    padding: 0.5em 0 0.25em;
}
.projects-metrojs .interior-content h4,
.projects-metrojs .interior-content h5 {
    padding: .25em 0;
}
    .projects-metrojs .interior-content .return
    {
        border-bottom: 1px dashed #FFF;
        font-size: 13px;
        margin-left: 60px;
        text-decoration: none;
    }
.light.projects-metrojs .interior-content .return
{
    border-color: #000;
}
.projects-metrojs .interior-content .footnote {
    display: block;
    font-size: 0.9em;
}
.projects-metrojs .about
{
    overflow:auto;
    padding-bottom:20px;
    position:relative;
}
    .projects-metrojs .about nav ul li
    {
        margin-top: 5px;
    }
       .projects-metrojs .about nav > ul > li ul > li {
        padding-left: 16px;
    }
    .projects-metrojs .about nav > ul
    {
        list-style-position: inside;
    }
        .projects-metrojs .about nav > ul a
        {
            border-left-style: solid;
            border-left-width: 3px;
            font-size: 1.2em;
            padding: 0 0 3px 7px;
            text-decoration: none;
        }
.projects-metrojs #pageNav
{
    width:320px;
}
.projects-metrojs .tile-group
{    
    margin:0px;
}
#whatsIncluded > ul, #whatsPlanned > ul, #liveTileFeatures > ul {
    list-style-type: square;
    padding: 4px 0 4px 20px;
}
.projects-metrojs .live-tile-fiddles, .projects-metrojs .live-tile-fiddles .fiddleNav{
    overflow: auto;
    position: relative;
    padding-bottom:20px;
}   
    .projects-metrojs .live-tile-fiddles .fiddleNav > ul {
        float: left;
        margin:10px 0 0 30px;
    }
        .projects-metrojs .live-tile-fiddles .fiddleNav > ul.first
        {
            margin-left:0px;
        }
        .projects-metrojs .live-tile-fiddles .fiddleNav > ul > li ul li
        {
            font-size:1em;
            padding:3px 0;
        }
        .projects-metrojs .live-tile-fiddles .fiddleNav > ul > li > span
        {
            font-size:2em;
        }
        .projects-metrojs .live-tile-fiddles .fiddleNav > ul a:link
        {
            text-decoration:none;
            border-bottom-width:1px;
            border-bottom-style:dashed;
        }

.projects-metrojs .filter-by .count
{
    font-size:.9em;
    font-style:italic; 
    padding-left:1em;   
}
.projects-metrojs .filter-by .sort-by-label
{
    padding-right:20px;
}

.projects-metrojs .filter-by .jump-to {
    font-size: 90%;
    padding-left: 30px;
}
.projects-metrojs .filter-by .jump-to > a {
    border-bottom: 1px dashed #FFF;
    text-decoration: none;
}
.light.projects-metrojs .filter-by .jump-to > a
{
    border-bottom: 1px dashed #000;
    text-decoration: none;
}
.projects-metrojs .option {
    border: 1px solid #fff;
    border-left:4px solid;
    height:20px;
    margin: 15px 0 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    -webkit-transition: all linear .25s;
    -moz-transition: all linear .25s;
    -o-transition: all linear .25s;
    transition: all linear .25s;
}
    .projects-metrojs .option.expanded
    {
        max-height:2000px;
        height:auto !important;
    }
    .projects-metrojs .option > .content > .expand
    {
        display:block;
        height:100%;
        padding-right:10px;
        position:absolute;
        right:0px;
        text-align:right;
        top:4px;
        width:20px;
    }
        .projects-metrojs .option > .content > .expand > i
        {
            -webkit-transition: all linear .45s;
            -moz-transition: all linear .45s;
            -o-transition: all linear .45s;
            transition: all linear .45s;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            -moz-transform-origin: center;
            -o-transform-origin: center;
            transform-origin: center;
        }
        .projects-metrojs .option > .content > .expand.expanded > i
        {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform:  rotate(-90deg);
        }
.projects-metrojs.light .option
{
    border-bottom-color:#000;
    border-top-color:#000;
    border-right-color:#000;
}
.projects-metrojs .option > .content > span {
    display: block;
    float:left;
    font-size:.9em;
    width:40%;
}
    .projects-metrojs .option > .content > .name
    {
        width:30%;
    }
        .projects-metrojs .option > .content > .name > .label
        {
            display:none;
        } 
        .projects-metrojs .option > .content > .name > .value
        {
            font-size: 1.4em;
            line-height: 1em;
        }           
    .projects-metrojs .option > .content > .data-attribute
    {
        width:50%;
    }
.projects-metrojs #liveTileMethods .option > .content > .data-attribute > .label,
.projects-metrojs #fnMetrojsThemeMethods .option > .content > .data-attribute > .label
{
    display:none;
}
    .projects-metrojs .option > .content > .type
    {
        width:20%;
    }
    .projects-metrojs .option > .content > .modes
    {                
        font-style:italic;
        width:30%;
    }
        .projects-metrojs .option > .content > .modes > .value
        {
            font-size:.8em
        }    
    .projects-metrojs .option > .content > .default-value > .label,
    .projects-metrojs .option > .content > .default-value > .value    
    {
        font-size:.9em;
        width:70%;
    }
    .projects-metrojs .option > .content > .options
    {
	width:100%;
    } 
    .projects-metrojs .option > .content > .description
    {
        clear:both;
    }
        .projects-metrojs .option > .content > .description dl
        {
            font-size:.9em;
        }
        .projects-metrojs .option > .content > .description dt
        {
            display: block;
            float: left;
            font-style: italic;
            min-width: 60px;
        }
    .projects-metrojs .option > .content > .example
    {
        clear:both;
    }
    
.projects-metrojs .option > .content > span > .label, .projects-metrojs .option  > .content > div > .label {
    color:#404040;
    font-size:.85em;
    font-weight: bold;
    text-transform:lowercase;
}
.projects-metrojs .option > .content > .modes, .projects-metrojs .option > .content > .type, .projects-metrojs .option > .content > .default-value {
    font-size:.9em;
    
}
.projects-metrojs .download-options
{
    clear:both;
    overflow:auto;
    position:relative;
}
.projects-metrojs .download-options label { position:relative; top:7px; padding:0px 10px; font-size:18px; }
.projects-metrojs .download-btn { 
    color:#fff; 
    float:left; 
    padding:10px 10px 10px 20px;
    -webkit-box-shadow: 1px 1px 5px #3c3c3c;
    box-shadow: 1px 1px 5px #3c3c3c;
    border-radius:6px;
    display:block;
    margin:20px 0 20px 30px;
    min-height:72px;
    width:180px;
    text-decoration:none !important;
    font-size:18px;
	-webkit-transition:background-color .5s ease;
	-moz-transition:background-color .5s ease;
	-ms-transition:background-color .5s ease;
	-o-transition:background-color .5s ease;
	transition:background-color .5s ease;
}
.projects-metrojs .download-btn:hover { background-color:rgb(240,150,9) !important; }
.projects-metrojs.light .download-btn:link, body.light .download-btn, .download-btn:hover { color:#fff; }
.projects-metrojs .download-btn .modules { display:block; font-size:12px; padding-top:4px; }

.projects-metrojs .whats-changed li {
    list-style-type: square;
    margin-left: 20px;
    font-size:1em;
}
/* Theme Generator */
.theme-gen .interior-content
{
    padding-bottom:100px;
    position:relative;
    overflow:auto;
}

.theme-gen h3
{
    padding-bottom:12px;
    
}
.theme-gen legend
{
    color:#000;
}
.dark.theme-gen legend
{
    color:#fff;
}
.theme-gen h3 .smallNote, .theme-gen h3 label
{
    font-size:16px;
}
.theme-gen .interior-content > fieldset
{
    margin-top:20px;
}
.theme-gen fieldset,
.theme-gen fieldset.colors
{
    min-height: 220px;
    overflow:auto;
    position:relative;
    width:275px;
}

.theme-gen .field-row { overflow: auto; padding-bottom: 10px; position: relative; margin-bottom: 5px; }
.theme-gen .field-row.template { display: none; }
.theme-gen .field-row.custom { border-top-style: solid; border-top-width: 2px; }
.theme-gen .field-row .field-row { border-bottom-width: 0px; }
.theme-gen .field-row.row-options { font-size:13px; border-bottom-width: 0px; }
.theme-gen .field-row p { margin-top: 8px; }
.theme-gen .field-row p input { display:inline-block; float: none; margin-bottom: 10px;  }
.theme-gen .field-row p label { display:inline-block; float: none; top: 9px; padding-right: 8px; min-width:20px; }
.theme-gen .field-row p input[type='checkbox'] { top: 7px; margin-left: 8px; }
.theme-gen .field-row p .and-query { display:none; }
.theme-gen .field-row .field label { padding-right: 20px; min-width: inherit; width: auto; }
.theme-gen .field-row .field label,
.theme-gen .field-row .field input { margin-top: 0px; }

.theme-gen fieldset.size-options ,
.theme-gen .less-files fieldset,
.theme-gen .less-files .field
{
	width: 100%;
}

.theme-gen .advanced { font-weight:bold; padding-top: 10px; }

    .theme-gen .colors .field,
    .theme-gen .colors .opt {
        clear: none;
        float: left;
        width: 125px;
    }
    .theme-gen .custom-colors .field {
        clear: none;
        float: left;
        width: 150px;
    }
	.theme-gen .field.float-left {
		clear: none;
        	float: left;
	}
    .theme-gen .custom-colors .field label {
        padding: 0;
        width: 45px;
        min-width: 45px;
    }
    .theme-gen .custom-colors fieldset input[type=text] {
        width: 90px;
    }
    .theme-gen .custom-colors .add
    {
        margin-top:35px;
    }
    .theme-gen .custom-colors .field.color {
        clear:left;
        padding-top: 10px;
        width: auto !important;
    }
    .theme-gen .custom-colors .field.color .value{
        padding: 0 4px;
    }
    .theme-gen fieldset legend
    {
        font-size:1.75em;
        padding:12px 0;
    }
    .theme-gen fieldset label
    {
        cursor: pointer;
    }
    .theme-gen fieldset p
    {
        font-size:.9em;
        padding-right:20px;
    }
.theme-gen .field, .theme-gen .opt
{
    clear:both;
    position:relative;
    overflow:auto;
    width:180px;
}
.theme-gen .field.submit {
    padding: 20px;
    text-align: right;
    width: 70%;
}
.theme-gen label
{    
    padding-right:20px;
	min-width: 65px;
	display:inline-block;
}
.theme-gen .less-files label
{
    padding-right:20px;
}
.theme-gen fieldset label, .theme-gen fieldset input
{
    display:block;
    float:left;
    margin:8px 0 0 0;
    height:25px;
    overflow:auto;
    position:relative;    
}
    .theme-gen fieldset input[type=text]
    {
        height:20px;
        width:75px;
    }
    .theme-gen fieldset input[type=checkbox]
    {
        margin-top:6px;
    }
    .theme-gen fieldset input.generate
    {
        float:right;
    }
.theme-gen fieldset .message
{
    clear:both;
    font-size:.85em;
}
.theme-gen .preview
{
    clear:both;
    width:946px;
}

/* views from wordstreamer */
.ws .appbar
{
    display:none;
}
    /* Media Queries */
    @media (max-width:1280px) {
        body
        {
        }
        .site-title
        {
            margin-top:-45px;
        }
            .site-title a
            {
                font-size:6em;
            }
	.projects-metrojs .live-tile-fiddles .fiddleNav > ul {
            margin-left:20px;
	}
    }
    @media (max-width:1024px) {
        body
        {
            min-width:480px;
            min-height:553px;
        }
        .content-wrapper
        {
            margin-top:10px;
        }
        .site-title
        {
            margin-top:-33px;
        }
            .site-title a
            {
                font-size:5em;
            }
        .site-mode
        {
            margin-top:10px;
        }	
    }
    @media (max-width:800px) {
        body
        {
        }
        .content-wrapper
        {
            margin-top:10px;
        }
        .site-title
        {
            margin-top:-25px;
        }
            .site-title a
            {
                font-size:4em;
            }
        .site-mode
        {
            
        }
    }
    @media (max-height:481px)
    {
        .tweet.last
        {
            display:none;
        }
    }
    @media (max-width:481px) {
	    #twitterFeed
	    {
	    	font-size:15px;
	    }
    }

    @media (max-width:321px) {  
           body
	    {		        
	        width:100%;
	    } 
        .content-wrapper
        {    
            margin:10px auto 0 4px;        
        }
        .site-title
        {
            margin: 4px auto 0 4px;
        }
            .site-title a
            {
                font-size:1em;
            }    
       
        #twitterFeed
        {
            margin:10px auto 0 20px;
        }
        #twitterFeed div > div
        {
            clear:none;
            float:left;    
        }
        .tile-group
        {
            margin:0 0 30px 0;
        }
        .tile-group.first
        {
            margin-left:8px;
        }
    

}