@charset "UTF-8";
* {
	margin: 0px;
	-webkit-font-smoothing: antialiased;
}

#content {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .7);
	border: thin solid #FFF;
	min-height: 70%;
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	float: left;
	width: 630px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 310px;
}
#content img{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	margin: 10px;
}

h1 {
	font-size: xx-large;
	font-weight: normal;
	margin-bottom: 10px;
}

#menu {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .7);
	width: 250px;
	border: thin solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 390px;
	margin-left: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	float: left;
	margin-top: 30px;
	position: fixed;
}

#menu_line {
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fffff;
	margin-top: 20px;
	margin-bottom: 20px;
}
#menu img {
	margin-bottom: 20px;
	margin-top: 10px;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu p {
	font-size: small;
}
#menu li {
	margin:10px;
	
}

a:link {
	color:#FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited {
	color:#FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
	color:#FFF;
	text-decoration: underline;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:active {
	color:#FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#content p{
	margin-bottom:10px;
}
#footer {
	font-size: x-small;
	text-align: center;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 100%;
	z-index: 5;
	position: relative;
}
.footer_link {
	text-decoration: underline;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	min-height: 100%;
	position: relative;
	margin-bottom: -30px;
}
hr {
margin-top: 10px;
margin-bottom: 10px;
}

/*Stuff For Gallery*/

#work-images {
    margin-left: auto;
    margin-right: auto;
    width: 840px;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
}

#work-images .box {
    border: 5px solid #fff;
    cursor: pointer;
    height: 200px;
    float: left;
    margin: 10px;
    position: relative;
    overflow: hidden;
    width: 250px;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}
#work-images .box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    display: block;
}


#work-images .box .caption {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
}

#work-images .box .fade-caption, #work-images .box .scale-caption  {
    opacity: 0;
    width: 250px;
    height: 200px;
    text-align: left;
    padding: 15px;
}

#work-images .box .scale-caption h3, #work-images .box .scale-caption p {
    position: relative;
    left: -222px;
    width: 200px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#work-images .box .scale-caption h3 {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    transition-delay: 300ms;
}

#work-images .box .scale-caption p {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    transition-delay: 500ms;
}

#work-images .box:hover .fade-caption, #work-images .box:hover .scale-caption  {
    opacity: 1;
}

#work-images .box:hover .slide-caption {
    background-color: rgba(0,0,0,1) !important;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    opacity: 1;
    transform: translateX(-100%);
}

#work-images .box:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#work-images .box:hover .scale-caption h3, #work-images .box:hover .scale-caption p {
    -moz-transform: translateX(230px);
    -o-transform: translateX(230px);
    -webkit-transform: translateX(230px);
    transform: translateX(230px);
}

.more-info {
    font-size: smaller;
    font-style: italic;
    color: #2a4e9b;
}
.portrait img {
    width: 100%;
}
.landscape img {
    height: 100%;
}

#project-viewer {
    display: none;
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 20px;
    border: thin solid #FFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .7);
   
}
#project-viewer h3 {
    color: rgba(86,86,86,1);
}
#project-viewer p {
    color: rgba(103,103,103,1);
}

.long-description-hidden{
    display: none;
}
#scroll-point {
    height:10px;
}

#project-close-button {
    float: right;
    width: 20px;
    height: 20px;
    background-image:url('../images/close_20px.png');
}

#project-close-button:hover {
    cursor: pointer;
}
#viewer-images {
    float: left;
    width: 300px;
    margin-left: 20px;
    margin-top: 25px;

}
#viewer-text {
    width: 420px;
    float: left;
    margin-left: 15px;
}
.clear {
    clear: both;
}
.gallery-image {
    margin: 5px;
    cursor: pointer;
    height: 90px;
    width: 90px;
    float: left;
    position: relative;
    overflow: hidden;
}
#gallery-images-hidden {
   /*display: none;*/
}
.text_input{
    width: 270px;
    height: 37px;
    border: 1px solid #000;
    background-color: #FFFFFF;
    padding-left: 10px;
    float: left;
    margin-bottom: 5px;
}
.button_padded{
    display: block;
    border: 1px solid #000;
    background-color: #FFFFFF;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}