@charset "utf-8";
/* CSS Document */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}



/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/


/*html {
    font-size: 100%;*/ /* 1 */
/*    overflow-y: scroll;*/ /* 2 */
/*    -webkit-text-size-adjust: 100%;*/ /* 3 */
/*    -ms-text-size-adjust: 100%;*/ /* 3 */
}
 */

html {
	
	width: 100%;
	border: none;
	margin: 0px;
	font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
	background: url(http://codymillerarchitect.com/css/headBG2.png) repeat, #333;
}

h1 {
	font-family: "muli", sans-serrif, 'Times New Roman', serif;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: -.03em;
	font-size: 1.5em;
	margin-bottom: .7em;
}

h2 {
	font-family: "muli", sans-serrif, 'Times New Roman', serif;
	font-weight: 400;
	line-height: .5em;
	letter-spacing: -.03em;
	font-size: 1.1em;
}

h3 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 8px;
	margin-top: -10px;
	text-shadow: 1px 1px 1px #AFAFAF;
}

h5 {
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 6px 0;
	text-shadow: 1px 1px 1px #AFAFAF;
}

h7 {
	font-size: 1.25em;
	position: relative;
	z-index: 5;
}

html a {
	border: none;
	outline: none;
	display: inline-block;
}

body {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	min-width: 1200px;
	position: relative;
}

/*  #aboutbg{
	position: relative;
	height: 5em;
}
*/
/* 
#about{
	background: url(wrapperbackground3.jpg), no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url(wrapperbackground3.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url(wrapperbackground3.jpg', sizingMethod='scale')";
    zoom:1;
}
*/


#about{
	background: #333;
	background-size: 100%;
	padding-left: 15px;
	margin: auto;
	max-width: 90%;
}

#aboutbg{
	opacity: .3;
}
#aboutText{
	float: left;
	font-size: 1.25em;
}

#pfol {
	text-align: center;
	float: right;
}

.pfolioquote{
	width: 80%;
	margin-left: 5%;
}
.pfolioquote p{
	font-size: 1.5em;
	margin-left: 20%;
}

.button{
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-transition: background-color 300ms ease-out;
	moz-transition:background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	line-height:1;
	position: relative;
	background-color: #f00;
	border-color: #b72002;
	margin-left: 20%;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	width: 210px;
}

.button:hover{
	text-decoration: none;
	margin-left:19%;
	margin-top: -3px;
	background-color: #b72002;	
}

#test{
	postion: relative;
	margin: 0 auto;
}

#wdt{
	padding-left: 1px;
	min-width: 500px;
}

a img{
	border: 0;
}

#container {
	font-size: 1.2em;
	color: #ccc;
	background-color: #333;
	text-align: left;
	background: #333;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-width: 900px;
}

#header {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow: visible;
	clear: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	background: -webkit-gradient(linear,left top,left bottom,from(rgb(128, 128, 128)),to(rgb(53, 53, 53)));
	color: #000;
	border-bottom: 1px solid #000;
}

.inlineicon{
	display: inline-block;
}
/* start nav bar css */

#navbar{
	/*padding-top: 120px*/
	background:#464646;
background:-webkit-gradient(linear,left top,left bottom,from(rgb(168,168,168)),to(rgb(69,69,69)));
background:-moz-linear-gradient(top,rgb(168,168,168),rgb(69,69,69));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999')"; /* IE8 */
}

#mtk{
	position: relative;
	margin-right: 1.5%;
	padding-top: 75px;
	float: right;
}

.wrapper{
width:100%;
height:40px;
position:relative;
background:#464646;
background:-webkit-gradient(linear,left top,left bottom,from(rgb(168,168,168)),to(rgb(69,69,69)));
background:-moz-linear-gradient(top,rgb(168,168,168),rgb(69,69,69));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999')"; /* IE8 */
border-top:2px solid #939393;
border-bottom:2px solid #454545;
}

.wrapper00{
width:81%;
height:40px;
position:relative;
background:#464646;
background:-webkit-gradient(linear,left top,left bottom,from(rgb(168,168,168)),to(rgb(69,69,69)));
background:-moz-linear-gradient(top,rgb(168,168,168),rgb(69,69,69));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999')"; /* IE8 */
border-top:2px solid #939393;
border-bottom:2px solid #454545;
}

.title{
position:absolute;
right:20px;
top:10px;
font-size:18px;
text-transform:uppercase;
}

.fl{
float:left;
}

.navcontainer00{
width:1000px;
margin:0 auto;
}

.navcontainer{
width:1000px;
margin:0 auto;
padding-left: 11%;
}

li.proj{
	background-color:#333;
}


ul.insideUOL{
	display: none;
	background: #333;
}

ul.insideUOL li a{
	background: #333;
}

ul.menu li:hover > ul{
	display: block;
}

ul.menu li ul  > li{
	display: block;
}

ul.menu li:hover a, ul.menu ul:hover>a {
    background: rgba(0,28,60,.8);
    border: 1px rgba(78, 76, 76, 0.5);
}

.ie9 ul.menu li:hover a, .ie9 ul.menu ul:hover>a {
    border: 1px rgba(78, 76, 76, 0.5);
    padding-bottom: .2em;
	background-color: rgb(70, 70, 70, .5);
}

.menu{
height:40px;
border-left:1px solid rgba(0,0,0,0.3);
border-right:1px solid rgba(255,255,255,0.3);
float:left;
}

ul.menu a{
font-family:"muli", sans-serif;
text-decoration:none;
color:#bebebe;
text-transform:none;
font-size: .85em;
padding: 10px;
}

ul.menu{
margin:0;


/* Adding this in for drop down menu
*/

list-style: none;
padding: 0;
position: relative;
display: inline-table;
}
ul.menu ul{
top: 100%;
padding: 0;
width: auto;
white-space: nowrap;
}

ul.menu ul li{
float: none;
border-top: 1px;
border-bottom: 1px;
position: relative;
background-color: rgb(70, 70, 70);
}


/* Adding this in for drop down menu
*/
ul.menu:after{
	content:"";
	clear: both;
	display: block;
}


ul.menu li{
list-style:none;
float:left;
height:40px;
text-align:center;
z-index: 500;
background:-webkit-gradient(radial,50% 100%,10,50% 50%,90,from(rgba(31,169,244,1)),to(rgba(0,28,78,1)));
background:-moz-radial-gradient(center 80px 45deg,circle cover,rgba(31,169,244,1) 0%,rgba(0,28,78,1) 100%);
}

ul.menu li img{
list-style:none;
float:left;
height:23px;
margin-top:9px;
background:-webkit-gradient(radial,50% 100%,10,50% 50%,90,from(rgba(31,169,244,1)),to(rgba(0,28,78,1)));
background:-moz-radial-gradient(center 80px 45deg,circle cover,rgba(31,169,244,1) 0%,rgba(0,28,78,1) 100%);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999')"; /* IE8 */
}

ul.menu li a{
display:block;
padding:0 50px;
border-left:1px solid rgba(255,255,255,0.1);
border-right:1px solid rgba(0,0,0,0.1);
text-align:center;
line-height:40px;
background:-webkit-gradient(linear,left top,left bottom,from(rgb(168,168,168)),to(rgb(69,69,69)));
background:-moz-linear-gradient(top,rgb(168,168,168),rgb(69,69,69));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999')"; /* IE8 */
-webkit-transition-property:background;
-webkit-transition-duration:700ms;
-moz-transition-property:background;
-moz-transition-duration:700ms;
}

ul.menu li.proj a{
padding:0 5px;
font-size: .75em;
}


ul.menu li img{
display:block;
border-left:1px solid rgba(255,255,255,0.1);
border-right:1px solid rgba(0,0,0,0.1);
line-height:39px;
background:-webkit-gradient(linear,left top,left bottom,from(rgb(168,168,168)),to(rgb(69,69,69)));
background:-moz-linear-gradient(top,rgb(168,168,168),rgb(69,69,69));
filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999')"; /* IE8 */
-webkit-transition-property:background;
-webkit-transition-duration:700ms;
-moz-transition-property:background;
-moz-transition-duration:700ms;
}

ul.menu li a:hover{
background:transparent none;
color:white;
}

ul.menu li img:hover{
background:transparent none;
}

ul.menu[rel=sam1] li a{
background:#606060;
}

ul.menu[rel=sam1] li img{
background:#606060;
}

ul.menu[rel=sam1] li a:hover{
background:transparent none;
}

ul.menu[rel=sam1] li img:hover{
background:transparent none;
}

ul.menu li.active a{
background:-webkit-gradient(radial,50% 100%,10,50% 50%,90,from(rgba(31,169,244,1)),to(rgba(0,28,78,1)));
background:-moz-radial-gradient(center 80px 45deg,circle cover,rgba(31,169,244,1) 0%,rgba(0,28,78,1) 100%);
}

#container #header #navbar {
	margin-left: 130px;
	padding-left: 4em;
	z-index: 6000;
}

#main {
	padding-top: 6px;
	width: 100%;
	display: inline-block;
	zoom: 1;
	*display: inline;
	clear: none;
	min-width:900px;
	margin: 0 auto;
	z-index: -100;
	background: #333;
}

#maincenter {
	width: 80%;
	margin: 0 auto;
	height: 100%;
	float: left;
	background: #333;
}

#maincenter00 {
	width: 67%;
	margin: 0 auto;
	height: 100%;
	float: left;
	text-align: center;
}

#indexcontent {
	margin-left: 90px;
}

#indexcontent img{
	float: left;
	padding-right: 20px;
}

#indexcontent a {
	display: inline;
	text-decoration: underline;
	color: #16FCF2;
}


#container #main #middle p {
	float: left;
}


#bothlr {
	position: relative;
	display: inline-block;
	*display: inline;
	width: 100%;
	height: 100%;
}

#bothlr00 {
	position: relative;
	display: inline-block;
	*display: inline;
	width: 100%;
	height: 100%;
	background-image: url(wrapperbackground2.jpg);
	background-repeat: no-repeat;
  	background-size: 61%;
  	background-color: #000000;
	background-position: 70px 18px;
	margin-bottom: -6px;

	
}

#lsidebar {
	width: 16.75%;
	position: relative;
	float: left;
	clear: none;
	list-style-type: none;
	height: auto;
	min-width: 300px;
}

#leftBarIndex {
	width: 19%;
	position: relative;
	float: left;
	clear: none;
	list-style-type: none;
	height: auto;
}

.leftSlides{
	list-style: none;
}

#fp {
	display: block;
}
#fpcontainer{
	position: relative;
	width: 450px;
}

.rsbcontainer {
	position: relative;
	padding-top: 10px;
	display: block;
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
}

#rsidebar {
	position: relative;
	float: left;
	padding-top: 0px;
	margin: 0 auto;
	height: 100%;
	display: block;
	width: 100%;
}

#innerrsb {
	position: relative;
	top: 0;
	bottom:  0;
	left: 0;
	right: 0;
}

#middlecontainer{
	height: 100%;
	clear: none;
	overflow: hidden;
	color: #ccc;
}

#middleminwidth{
	min-width:410px;
	height: auto;

}

#middleminwidth00{
	min-width:410px;
	height: auto;
	padding: 20px;
	padding-right: 50px;
}

.middlecontent{
	width: 100%;
	min-height: 100px;
	max-width: none;	
	padding-top: 0px;
	margin: 0 auto;
	clear: none;
	overflow: visible;
	padding-right: 1px;
	margin-right: 1px;

}
a:link {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #CCC;
}

#footer {
	font-family: muli, sans-serif;
	font-size: .9em;
	height: auto;
	position: relative;
	clear: none;
	text-align: center;
	background: #333;
	color: #ccc;
padding: 2px;
	border-top: 1px solid #ccc;
}


}
#socialMedia ul li{
	display: inline;
	list-style: none;
}
.social{
	list-style: none;
}

.social li{
	display: inline;
	float: left;
	padding-left: 1%;
}

#footercontent{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


#bannercontainer{
	margin: auto;
	width: auto;
	display: block;
	vertical-align: middle;
	background: url(panoramaBanner.jpg);
	background-size: 66% 200px;
	min-height: 200px;
  	background-color: #000000;
	background-repeat: no-repeat;
}

#topbanner{
font-family: "muli", sans-serrif;
font-weight: bold;
color: #CCC;
text-align: left;
}

#bannercenter{

}
#bannercenter img{
	vertical-align: middle;
}

#bannericon{
	padding:15px;
}

#projectthumb {
	font-size: .9em;
	height: 150px;
	padding-top: 20px;
	clear: none;
	text-align: center;
	margin: auto;
	width:70%;
}



.thumb {
	width:200px;
	height:100px;
	background-color:#e5e3db;
	margin: 0px 5px 14px 14px;
	float:left;
	display:inline;
	/*border: 2px solid #00A3C6; */
	}

	.thumbselected {
	width:200px;
	height:100px;
	background-color:#F00;
	margin: 0px 5px 14px 14px;
	float:left;
	display:inline;
	border: 2px solid #00A3C6;
	
	}
	
	.tint {
	position: relative;
	float: none;
	cursor: pointer;
	margin: 0px 5px 14px 14px;
}

.tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(10,10,10, 0.5);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.tint:hover:before {
	background: none;
}


#resume {
	margin-left: 5%;
	margin-right: 5%;
}
.contactContainer {
	margin: 0 auto;
	text-align: center;
}

.contactInfo {
	margin: 0 auto;
	text-align: center;
}

.formContainer {
	margin: 0 auto;
	text-align: center;
}

.formWrap {
	margin: 0 auto;
	text-align: center;
}

.formWrap table {
	margin:0 auto;
}

#footCenter{
	display: block;
	width: 400px;
	margin: 0 auto;
	padding-right: 2.5%;
}

#footerID{
	float: right;
	width: 20%;
	text-align: center;
	border: 1px solid;
	margin: 10px;
}

#footerID p{
	margin: 0px;	
}

#footPageNumber{
	border-bottom: 1px solid;
	border-top: 1px solid;
}

#footProjectNumber{
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid;
}

#footProjectTitle{
	float: right;
	text-align: center;
	position: absolute;
	right: 4.5%;
}

#ftprcent{
	position: absolute;
	right: 4.5%
}


#footPackage{
	position: relative;
}

/* start left side vertical navigaion */

#vertNavContainer {
	min-width: 300px;
	position: relative;
}

#ResVlinkWrap:hover{
	height: 200px;
	background: rgb(51,51,51);
}

#ResVlinkWrap:hover .subLink{
	height: 220px;
}

#ResVlinkWrap:hover ul.hideOnHover{
	display: none;
}

ul.hideOnHover li a{
	display: block;
	font-family: "muli", sans-serrif;
	color: #0FF;
	text-decoration: none;
	list-style-type: none;
	height: 40px;
	text-align: center;
}

#ResVlinkWrap{
	width: 200px;
	position: absolute;
	display: block;
	overflow: hidden;
	bottom: 0px;
	height: 50px;
	margin-left: 20px;
	background-color: #000;
	border-top: groove 1px #CCC;
}

#ResVlinkWrap ul,{
	margin: 0 auto;
	padding-left: 20px;

}

#CommIntVlinkWrap{
	width: 200px;
	position: absolute;
	display: block;
	overflow: hidden;
	bottom: -52px;
	height: 50px;
	margin-left: 20px;
	background-color: #000;
	border-top: groove 1px #CCC;
}

#CommIntVlinkWrap ul,{
	margin: 0 auto;
	padding-left: 20px;
}

#CommIntVlinkWrap:hover{
	height: 160px;
	background: -webkit-gradient(linear,left top,left bottom,from(rgb(168,168,168)),to(rgb(69,69,69)));
}

#CommIntVlinkWrap:hover ul.hideOnHover{
	display: none;
}

#CommIntVlinkWrap ul.hideOnHover{
	border-bottom: 1px solid rgba (0,0,0,0.1);
}

ul.hideOnHover{
	padding-left: 0px;
}

.subLink {
	font-family: "muli", sans-serrif;
	font-size: 1em;
}

.subLink ul{
	list-style-type: none;
	text-decoration: none;
}

.subLink ul li{
	margin: 0 auto;
	padding-bottom: 2px;
}

.subLink ul li a{
	margin: 0 auto;
}
.subLink ul li:hover{

}
.subLink:hover{
	/*height: 180px;*/
	border: solid 1px #CCFFFF;
}
.subLink{
	overflow: hidden;
	/*height: 50px;*/
	position: relative;
}

.linkOuter{
	position: absolute;
	bottom: 0px;
	left: 2%;
	background: #F6F;
	padding-bottom: 50px;
	z-index: 3000;
	font-size: .9em;
}

.linkPosition{
	font-size: 1.1 em;
}
.linkPosition ul li a{
	color: rgba(0,255,255,1);
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
	display: block;
}
.linkPosition ul {
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}
.linkPosition ul li{
}

.linkPosition ul li a:hover{
	background: rgba(102,102,102,1);
}

h1 a {
	text-align: center;
}

.subLink .ah1 a{
	display: block;
}
.subLink .ah1{
	text-decoration: none;
	color: #0FF;
	text-transform: none;
	text-align: center;
	margin-left: 0px;
	display: block;
	/*line-height: 45px; */
	background:-webkit-gradient(linear,left top,left bottom,from(rgb(168,168,168)),to(rgb(69,69,69)));
	background:-moz-linear-gradient(top,rgb(168,168,168),rgb(69,69,69));
}

.subLink .ah1:hover{
}

.drUp{
	position: relative;
	float: left;
	display: inline-block;
	
}
 

.currentVlink{
	width: 100%;
	position: relative;
	text-align: center;
	font-size: .9em;
	text-shadow: .5px .5px .5px #c;	
}

.currentVlink a{
	text-align: center;
	color: #CCC;
	text-decoration: none;
	list-style-type: none;
}

.currentVlinkHead{
	display: block;
}

.currentVlink ul{
	padding: 0px;
}

.currentVlink ul li{
	display: block;
	padding-bottom: 3px;
}

.currentVlinkHead a{
	display: block;
	line-height: 60px;
	font-size: 1.2em;
	font-weight: bold;
}

.currentVlink ul li a{
	display: block;
	padding-bottom: 4px;
}

.currentVlink ul li a:hover{
	
}

/* end left side vertical navi*/ 



/*! adgallery css in example.html

/* =============================================================================
*/

.moblock{
	display: inline-block;
}

a:-webkit-any-link{
text-decoration:none !important;
}

#momocontainer{
	width:auto;
	margin: 0 auto;
}

#outerfloat{
	width: 100%;
	margin-top: -50px;
	position: relative;
}

#innerfloat{
	width: 88%;
}

#pbt{
	display: block;
	z-index: 5;
	text-align: center;
	position: absolute;
	bottom: 0;
	border-radius: 12px;
	width: 432px;
	background: rgb(128,128,128);
	background: -webkit-gradient(linear,left top,left bottom,from(rgb(128, 128, 128)),to(rgb(53, 53, 53)));
}

#pbtleftbox{
	moz-border-radius-bottomright: 28px;
    -webkit-border-bottom-right-radius: 28px;
	border-bottom-right-radius: 28px;
	background: rgb(0, 0, 0);
	height: 40px;
	width: 12px;
	margin-left: -12px;
	left: 0;
	bottom: 0;
	position: absolute;
}

#pbtrightbox{
	background: rgb(0, 0, 0);
	height: 40px;
	width: 12px;
	right: 0;
	bottom: 0;
	position: absolute;
	moz-border-radius-bottomleft: 28px;
    -webkit-border-bottom-left-radius: 28px;
	border-bottom-left-radius: 28px;
	z-index:20;
}
#pbtcontainer{
	width: 444px;
	position: absolute;
	bottom: 0;
}

.pbtlbox{
	margin-left: -12px;
	width: 40px;
	height: 40px;
	float: left;
	background: -webkit-gradient(linear,left top,left bottom,from(rgb(29, 30, 41)),to(rgb(69, 69, 69)));
}

.pbtrbox{
	width: 40px;
	height: 40px;
	float: right;
	background: -webkit-gradient(linear,right top,right bottom,from(rgb(29, 30, 41)),to(rgb(69, 69, 69)));
}



#outermomo{
	margin: 0 auto;
	max-width: 590px;
}

#innermomo{
	float: left;
	padding-bottom: 40px;
	width: 432px;
	margin: 0 auto;
	background: rgb(28,30,41);
}

#projectsCenter{
	position: relative;
}

#projectsCenter00{
	position: relative;
	width: 100%;
	height: 50%;
}

#projectsMiddle{
	margin: 0 auto;
	width: 99%;
	padding-left: 16%;
}

#center00{
	margin: 0 auto;
	width: 99%;
}

#projectsMiddle00{
	margin: 0 auto;
	width: 99%;
	padding-left: 16%;
}

/*

/* =============================================================================
*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:400px;
	height:250px;
	margin:10px;
	background:#111 url(http://codymillerarchitect.com/img/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

.mosaic-block:hover {
	border: 1px solid #F00;
}

.mosaic-block00 {
	float:left;
	position:relative;
	overflow:hidden;
	min-height: 124px;
	width: 22%;
	min-width:126px;
	height:135px;
	margin:8px;
	background:#111 url(http://codymillerarchitect.com/img/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

.mosaic-block bar{
	float:left;
	position:relative;
	overflow:hidden;
	width:120px;
	height:120px;
	margin:8px;
	background:#111 url(http://codymillerarchitect.com/img/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

.mosaic-block00 bar{
	float:left;
	position:relative;
	overflow:hidden;
	width:120px;
	height:120px;
	margin:8px;
	background:#111 url(http://codymillerarchitect.com/img/progress.gif) no-repeat center center;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
	
	/*** Custom Animation Styles (You can remove/add any styles below) ***/
	.circle .mosaic-overlay {
		background:url(http://codymillerarchitect.com/img/hover-magnify.png) no-repeat center center;
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
		filter:alpha(opacity=00);
		display:none;
	}
		
	.fade .mosaic-overlay {
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
		filter:alpha(opacity=00);
		background:url(../images/indeximages/bg-black.png);
	}
		
	.bar .mosaic-overlay {
		bottom:-100px;
		height:100px;
		background:url(http://codymillerarchitect.com/img/bg-black.png);
	}
	
	.bar2 .mosaic-overlay {
		bottom:-33px;
		height: 75px;
		opacity:0.8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter:alpha(opacity=80);
	}
	
	.bar200 .mosaic-overlay {
		bottom:0px;
		height:15px;
		opacity:0.8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter:alpha(opacity=80);
	}
		
	.bar2 .mosaic-overlay:hover {
		opacity:.8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
	}
	

	
		
	.bar200 .mosaic-overlay:hover {
		opacity:1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter:alpha(opacity=100);
	}
		
	.bar3 .mosaic-overlay {
		top:-100px;
		height:100px;
		background:url(http://codymillerarchitect.com/img/bg-black.png);
	}
		/*** End Animation Styles ***/
		
		
	.details{
		margin:15px 20px;
}	

	.details{
		margin:15px 20px;
		text-align: center;
}
	.details h4{
		font:300 16px 'muli', sans-serif;
		line-height:160%;
		letter-spacing:0.15em;
		color:#fff;
		text-shadow:1px 1px 0 rgb(0,0,0);
}

	.details p{
		font:300 12px 'muli', sans-serif;
		color:#aaa;
		text-shadow:1px 1px 0 rgb(0,0,0);
		margin-top: -30px;
}

	.details a{
		text-decoration:none;
}


*/