/* COLORS

RED #EB1B00

RED GRADIENT
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb1b00+0,960000+100 
background: #eb1b00; /* Old browsers 
background: -moz-linear-gradient(top,  #eb1b00 0%, #960000 100%); /* FF3.6-15 
background: -webkit-linear-gradient(top,  #eb1b00 0%,#960000 100%); /* Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom,  #eb1b00 0%,#960000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
*/


body {
	background-image: url(../images/body_stripes.png);
	margin: 0px;
	padding: 0px;
}

.container {
    	width: 100%;
    }


/*******************    BUTTONS    *************************/

.backtotop{
	position: fixed;
    right: 0;
    top: 100px;
    padding: 10px;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: -2px 2px 4px #000;
    border: 1px solid #fff;


background: #eb1b00; /* Old browsers */
background: -moz-linear-gradient(top,  #eb1b00 0%, #960000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eb1b00 0%,#960000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eb1b00 0%,#960000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.top-button {
	width: 100%;
	letter-spacing:1px;
	padding-bottom: 1em;
	list-style:none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float:left;
	
	
}

.top-button a{
	font-family: 'Rancho',cursive,Arial,Helvetica,sans-serif;
	width: 22%;
	display: inline-block;
	padding: 5px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background: #333333;
	text-decoration: none;
	border-radius: 5px;
	font-size: 30px;
	border: 1px solid #666;
	margin: 0 5px 10px 0;
	
	background: #7c7c7c; /* Old browsers */

background: -moz-linear-gradient(top,  #7c7c7c 0%, #262626 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(100%,#262626)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7c7c7c 0%,#262626 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7c7c7c 0%,#262626 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #7c7c7c 0%,#262626 100%); /* IE10+ */

background: linear-gradient(to bottom,  #7c7c7c 0%,#262626 100%); /* W3C */

}


.top-button a:hover{
	color:#fff;
	background: #a30000; /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EzMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a30000 0%, #ff0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a30000), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a30000 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a30000 0%,#ff0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a30000 0%,#ff0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a30000 0%,#ff0000 100%); /* W3C */
	border: #EB1B00 1px solid;
	text-shadow: 2px 2px 3px #000;
}


.skills {
	font-size: 16px;
	color: #fff;
}


.skills p{
	line-height: 160%;
	float:left;
	padding:10px;
	display: block;
}

.skills ul {
    list-style-type: none;
    float: left;
    width: 33%;
    margin: 0px;
    padding: 0 5%;
    display: block;
}

.skills ul li.title{
	font-weight:bold;
	margin-bottom: 15px;
	padding-left: 0px !important;
	color: #DA7171;
	font-size: 20px !important;
}

.skills ul li{
	margin-bottom: 10px;
}


.cursive {
	font-family: 'Rancho', cursive, Arial, Helvetica, sans-serif;
}

a.thumbnail {
	height:149px;
	width:149px;
	float:left;
	margin: 10px 5px 0px 0px;
	border: 1px solid #999;
	overflow:hidden;
	position:relative;
	border-radius:10px;
}

a.thumbnail:hover{
	border-color:white;
	left:-1px;
	top:-1px;

	box-shadow: 2px 2px 2px #000;
}

a.thumbnail.last {margin-right: 0;}

a.thumbnail img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.header, .footer{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-image: url(../images/header_bgd.png);
	background-repeat:repeat;
	text-align: center;
	animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -o-animation: animatedBackground 20s linear infinite;
}

@keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-moz-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-webkit-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-ms-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}
@-o-keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: -300px 0; }
}

.header { 
    width: 100%; 
    height: 100%; 
    background-image: url(../images/header_bgd.png);
    background-position: 0px 0px;
}

.footer {padding-top:10px;}

.header img, .footer img {max-width:100%;}

.illustration a{
	margin-left:15px;
	padding:0px;
	height:50px;
	width:220px;
	background-image: url(../images/button-sprite.png);
	background-position:0px -50px;
	display:block;
	float:left;
	}

.illustration a:hover{
	background-position:0px 0px;
	}

.contact a{
	margin-left:15px;
	padding:0px;
	height:50px;width:220px;
	background-image: url(../images/button-sprite.png);
	background-position:220px -50px;
	display:block;
	float:left;
	}

.contact a:hover {background-position:220px 0px;}

.print a{ margin-left:15px; padding:0px; height:50px;width:220px;background-image: url(../images/button-sprite.png); background-position:440px -50px; display:block;float:left;}

.print a:hover { background-position:440px 0px;}

.web_design a{margin-left:15px;padding:0px; height:50px;width:220px;background-image: url(../images/button-sprite.png); background-position:660px -50px; display:block;float:left;}

.web_design a:hover {background-position:660px 0px;}

.category_box {
	margin:auto;
	text-align:left;
	display:block;
	vertical-align:text-top;
	position:relative;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}

.contact_box {margin:20px auto 0px auto;width:950px;text-align:left;display:block;vertical-align:text-top;position:relative;padding:10px;}

.category_title {
	color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	display:block;
}

.category_title a {
    float: right;
    margin-right: 10px;
    padding: 1px solid blue;
}

.back_to_top {display:block;float:left;width:400px;color:yellow;border:none;}

.back_to_top a{border:none;}

.category_nav_box {width:200px;position:absolute; top:0; right:0; color:green;display:block;margin:0px;padding:0px;}

.category_title {display:block; width: 100%; max-width:950px;color:#ccc;height:40px;font-family:Arial, Helvetica, sans-serif;font-size:24px;padding-right: 10px; margin:auto;}

.web_title { display:block; width:950px; color:#ccc; height:40px; font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; background-image: url(../images/category_headers.png); background-repeat: no-repeat; background-position: 0px -40px;}




/******************     MEDIA QUERIES     ***********************/


@media screen and (max-width: 768px) {

    .container {
    	width: 100%;
    	margin: auto;
    }

    .top-button a  {
    	font-size:18px;
    	width: 90%;
    }

}

@media screen and (max-width: 520px) {

    .skills ul { font-size: .9em;}

    a.thumbnail {
    height: auto;
    width: 30%;
    margin: 10px 2% 0 0;
}

}

@media screen and (max-width: 480px) {

    a.thumbnail {
    height: auto;
    width: 40%;
    margin: 2%;
}

.skills ul { width: 100%;}

.skills p {margin:0; padding: 10px;}

.category_title img { max-height: 26px;}

}

/******************     LIGHTBOX     ***********************/



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ 
position: relative;
width: 250px; height: 250px; margin: 0 auto;
 border-left: 1px solid #232323;
 border-top: 1px solid #232323;
  border-right: 1px solid #232323;
background: #353535; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzM1MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #353535 1%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#353535), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #353535 1%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #353535 1%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #353535 1%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #353535 1%,#000000 100%); /* W3C */
}

#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev_label.png) left 45% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) right 45% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; border-left: 1px solid #232323;
 border-bottom: 1px solid #232323;
  border-right: 1px solid #232323;}
#imageData{	padding:5px 10px; color: #CCC; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }/*end lightbox*/
