@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS Resets */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
	font-weight:bold;
}
a {
	color:#3a98d4;
	text-decoration:none;
}
a:hover, a:focus {
	color:#c5672b;
}
body {
/*	font: normal 16px/1.4em Arial, Helvetica, sans-serif;
	color: #181818;
	background: url(../images/bg.png) repeat;
*/
	background:url(../images/icons/bg2.jpg) repeat-x #000000;
	font: normal 14px/1.4em Helvetica, Arial, Verdana, "Century Gothic", "Apple Gothic", "Futura Medium", sans-serif;
	color:#000;
}
h1, h2, h3, h4, h5, h6 {
	color:#3a98d4;
	text-shadow:1px 1px 1px #000;
	font-family:'LeagueGothicRegular', Arial, sans-serif;
	text-transform:uppercase;
}
h1{
	font-size: 3.6em;
	line-height:1.2em;
	font-weight:bold;
	padding-bottom:10px;
}
h2{
	font-size: 2.7em;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:2px solid #3a98d4;
}
h3{
	font-size: 2.1em;
	line-height:1.2em;
	font-weight:bold;
	padding:5px 0;
}

p {
	padding-bottom:10px;
}
#tag {
	display:none;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#top-container {
	background:#181818;
}
#top {
	max-width:960px;
	margin:0 auto;
}
#top ul {
	list-style:none;
	float:right;
	display:inline;
	padding:9px 0px 4px;
}
#top ul li {
	display:inline;
	padding-right:4px;
}
/* container */
#container {
	margin: 0 auto;
	max-width: 960px;
}
/* header elements */
#header {
	padding: 20px 0 0 20px;
	background:transparent;
	height:70px !important;
	min-height: 70px;
}
#logo {
	float: left;
	display: inline;
}
#logo a img {
	height:70px;
	width:207px;
	background:none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/logo3.png", sizingMethod="scale");*/
}
#header-side {
	padding-top:20px;
	float:right;
	display:inline;
}
/* navigation */
#navigation {
	margin: 0px 10px 0 0;
	height:30px;
	line-height: 30px;
	float:right;
}
#navigation ul {
	list-style-type:none;
	float: right;
	display:inline;
	/*height: 30px;*/
	line-height:30px;
}
#navigation ul li {
	height: 30px;
	float:left;
	display: inline;
	display: inline-block;
	text-align: center;
}
#navigation ul li a {
	/*font: 1.4em/30px Arial, Helvetica, sans-serif;*/
	font-size:1.4em;
	line-height:30px;
	font-weight:bold;
	color: #fff;
	background:transparent;
	padding: 5px 10px;
	height: 20px;
	text-shadow:#1874CD -2px 1px 3px;
}
#navigation ul li a:hover, #navigation ul li a:focus {
	background: url(../images/icons/hover2.png) repeat-x;
/*background:#181818;
*/	color:#fff;
	text-decoration:none;
	height: 30px;
	text-shadow:#fff -1px 1px 5px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
/*	padding-bottom:10px;
	border-bottom:2px solid #C5672B;
	padding-top:10px;
	border-top:2px solid #C5672B;
*/}

.portfolioWebContainer {
	width: 65%;
	overflow: hidden;
	margin-bottom: 1.714em;
	height: 165px;
	cursor: pointer;
	border: 10px solid #3a98d4;
	margin-left:auto;
	margin-right:auto;
}

.portfolioWebContainer:last-child {
	margin-bottom:0;
}

.portfolioWebContainer:hover, .portfolioWebContainer:focus {
	border: 10px solid #c5672b;
}

.portfolioWeb {
	position: relative;
	background: #fff;
	height: 165px;
	width:100%;
}

.portfolioWeb img {
	width:100%;
	/*height:165px;*/
	position: absolute;
	left: 0;
	top: 0;
	opacity:0.6;
}

.portfolioWeb img:hover, .portfolioWeb img:focus {
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.portfolioWeb p {
	display: block;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	background: #000;
	padding: 10px 0 0 0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-weight: bold;
	font-size: 1.286em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#slider {
	overflow:hidden;
	position:relative;
	background:url(../images/icons/banner-portfolio.jpg) no-repeat;
	height:317px;
	width:100%;
	margin-bottom:20px;
}
#blurb {
	padding:20px 20px 0;
	color:#fff;
}
h1#hello {
	font:normal 75px/1.2em 'LeagueGothicRegular', Arial, sans-serif;
	padding-bottom:0px;
	color:#fff;
	text-transform:none;
	text-shadow:none;
	padding:80px 0 120px;
}
h1#hello .blue {
	color:#3a98d4;
	text-shadow:3px 3px 6px #000;
}
h1#hello a:hover .blue, h1#hello a:focus .blue {
	color:#c5672b;
}
/* content properties */
#featured-content {
	height:100%;
	min-height: 420px;

	background:#f5f5f5; /*maybe 000*/
	padding:20px;
	margin:20px 0;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}
#featured-content p{
/*	padding: 0px 0 10px 20px;*/
}
#featured-content p:last-child {
	padding-bottom:0;
}
#featured-content #slider img {
	max-width:100%;
}
#welcome {
	display:block;
	padding: 5px 0 15px 10px;
	/*font-size: 1.4em;*/
}
#about {
	width:75%;
	float:left;
	display:inline;
}
#about-pic {
	width:25%;
	float:right;
	display:inline;
}
#about-pic img {
	margin-left: 42px;
}
#about-pic a {
	float: right;
	display:inline;
	margin-right: 3px;
}
#projects {
}
#mid-pic {
	margin: 0 24px;
}
/* footer */
#footer {
	height:120px;
	line-height:120px;
	background: #181818;
	color:#fff;
	font-size: 0.9em;
	text-align:center;
	margin: 0 auto;
	/*font-family: "Century Gothic", "Apple Gothic", Verdana, Arial;*/
}
#footer p{
	padding:0;
}
/* CSS rollovers */
.project-imgs {
	/*margin: 5px 0 0 15px;*/
	margin:5px 0 0 1%;
	border: 10px solid #3a98d4;
	float:left;
	display:inline;
	width:30%;
}
.project-imgs img {
	width:100%;
	opacity:0.6;
}
.project-imgs:hover, .project-imgs:focus {
	border: 10px solid #c5672b;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.project-imgs:hover img, .project-imgs:focus img {
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*
#jr-recent {
	margin: 5px 0 0 15px;
	background: url(../images/icons/jr.png) no-repeat;
	display: block;
	height: 199px;
	width: 250px;
	border: 10px solid #3a98d4;
	float:left;
	display:inline;
}
#jr-recent:hover, #jr-recent:focus {
	background: url(../images/icons/jr.png) no-repeat 0 -199px;
	border: 10px solid #c5672b;
}

#ftv-recent {
	margin: 5px 40px 0;
	background: url(../images/icons/ftv.png) no-repeat;
	display: block;
	height: 199px;
	width: 250px;
	border: 10px solid #3a98d4;
	float:left;
	display:inline;
}
#ftv-recent:hover, #ftv-recent:focus {
	background: url(../images/icons/ftv.png) no-repeat 0 -199px;
	border: 10px solid #c5672b;
}
#cbia-recent {
	margin: 5px 15px 0 0;
	background: url(../images/icons/cbia.png) no-repeat;
	display: block;
	height: 199px;
	width: 250px;
	border: 10px solid #3a98d4;
	float:left;
	display:inline;
}
#cbia-recent:hover, #cbia-recent:focus {
	background: url(../images/icons/cbia.png) no-repeat 0 -199px;
	border: 10px solid #c5672b;
}
*/
#twitter {
	background: url(../images/icons/twitter-btn.png) no-repeat;
	display: block;
	height: 21px;
	width: 182px;
	margin:5px 0 0 13px;
}
#twitter:hover, #twitter:focus {
	background: url(../images/icons/twitter-btn.png) no-repeat 0 -21px;
}
/* contact form */
.box{
	margin:0 auto;
	width:470px;
	position:static;
	padding-left:35px;
	clear:both;
}
label {
	display: block;
	padding:5px 0 10px 0;
}
label .contactlabel {
	display: inline;
	font-weight:bold;
	color:#000;
	float:left;
	width:80px;
	text-align:right;
	padding:5px 5px 0 0;
}
label .star {
	color: #ff0000;
	font-size:1.4em;
	padding:5px 0 0 0;
	clear:both;
}
.input_text {
	padding:7px 5px;
	width:45%;
	background:#121212;
	border: 1px inset #bababa;
	color:#FFFFFF;
	font: normal 14px/1.2em "Century Gothic", Verdana, Arial;
}
#message{
	padding:7px 5px;
	width:75%;
	background:#121212;
	border: 1px inset #bababa;
	overflow:hidden;
	height:150px;
	color:#FFFFFF;
	font: normal 14px/1.2em "Century Gothic", Verdana, Arial;
}
#send-btn {
	margin:0 10px 0 85px;
	position: relative;
	background:url(../images/icons/send-btn.png) no-repeat;
	height:24px;
	width: 65px;
	cursor:pointer;
}
#reset-btn {
	position: relative;
	background:url(../images/icons/reset-btn.png) no-repeat;
	height:24px;
	width: 65px;
	cursor:pointer;
}



#content-main {
	background: transparent;
	width: 620px;
	margin-left:30px;
	padding: 10px 20px 0 0;
	float:left;
	display:inline;
}
#sidebar-main {
	background: transparent;
	width: 230px;
	padding:10px 0 15px 20px;
	float:right;
	display:inline;
}
#main-content {
	min-height: 188px;
	background: transparent;;
	width: 65%;/*585px*/
	/*padding-right:20px;*/
	float:left;
	display:inline;
}
#sidebar {
	min-height: 188px;
	width: 30%;/*295px*/
	/*padding-left:20px;*/
	float:right;
	display:inline;
}
#main-content2 {
	min-height: 188px;
	background: transparent;;
	float:left;
	display:inline;
	width:100%;/*920*/
}


.portfolio {
	padding:10px 0;
	min-height: 133px;
	margin-bottom:10px;
	border:1px dashed #d3d3d3;
	width:918px;
}

.portfolio:hover, .portfolio:focus{
	background:#DFECEC;
}

/*
.portfolio-desc:hover, .portfolio-desc:focus{
	background:#DFECEC;
}
*/

/*.portfolio-img {
	float:left;
	display:inline;
	width:212px;	
}*/
.portfolio a img {
	border: 1px outset #000;
}

.portfolio-desc {
/*	float:right;
	display:inline;
*/	width:100%;/*585px*/ /*688*/
	margin:0;
	padding:0;
}
.hidden {
	display:none;
}
.portfolio-title{
	font-family: "Century Gothic", Verdana, Arial;
	text-shadow:#181818 -1px 1px 1px;
	font-size: 2.1em;
	margin-left:0px;
	margin-bottom:5px;
	padding:0;
	text-align:center;
}
.portfolio-title a:hover, .portfolio-title a:focus{

}
.portfolio-desc p{
	/*font-size:0.85em;*/
	/*line-height:1.5em;*/
	padding:0 0 5px 0;
}

.portfolio-desc .smalltxt {
	padding-top:10px;
}

.smalltxt
{
	font-style:italic;
}
.portfolio-img a img
{
	border: 5px solid #3a98d4;
	border-width: 5px 5px 15px;
}
.portfolio-img a img:hover, .portfolio-img a img:focus
{
	border-color:#c5672b;
	-webkit-transform: rotate(-1deg) scale(0.95);
	-moz-transform: rotate(-1deg) scale(0.95);
}

.gallery {
	background-color: transparent;
}
.gallery ul { 
	list-style: none; 
	/*margin-left:113px;*/
	width:75%;
	margin:auto;
}
.gallery ul li {
	padding:0;
	display: inline;
	overflow: hidden;
	outline: 0;
	margin:0 5%;
}
.gallery ul img {
	border: 5px solid #3a98d4;
	border-width: 5px 5px 20px;
	overflow: hidden;
	outline: 0;
	margin-bottom:15px;
	/*opacity:0.6;*/
}
.gallery ul a:hover img, .gallery ul a:focus img {
	border-color: #c5672b;
	-webkit-transform: rotate(-1deg) scale(0.95);
	-moz-transform: rotate(-1deg) scale(0.95);
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.gallery ul a:hover, .gallery ul a:focus { 
	overflow: hidden;
	outline: 0;
}

#about-img{
	float:right;
	display:inline;
	margin:0 0 10px 10px;
	max-width:100%;
}
#main-img{
	margin-left:10px;
}


#subtext{
	/*font-size: .6em;*/
	padding-left: 20px;
}

.services {
	padding-left:35px;
}
.services li{
	list-style:square;
}

/*new portfolio page*/
#sidebar2 {
	width: 295px;
	padding-right: 20px;
	float: left;
	display: inline;
}
#sidebar2 ul {
	list-style-type:none;
}
#sidebar2 ul li{
	padding-bottom:5px;
}
#main-content3 {
	background: transparent;
	width: 585px;
	padding-left: 20px;
	float: right;
	display: inline;
	min-height:543px; /*originally, 543px*/
}

.indPortfolio/*, #js, #ftv, #cbia, #sushi, #bh, #acmhn, #tic, #jr*/, #screen_container{
	background:url(../images/icons/screen.jpg) no-repeat;
	/*height:421px;*/	
	width:585px; /*63.586956521739130434782608695652%;*//*585px;*/
	margin-left: auto;
	margin-right: auto;
}
#screencap/*, #screencap1, #screencap2, #screencap3, #screencap4, #screencap5, #screencap6, #screencap7, #screencap8*/ {
	margin:26px;
	float:left;
	display:inline;
	width:90.940170940170940170940170940171%;/*532px;*/ /* equals width of list item(including margin) * items shown */ 
	height:290px;
	overflow:hidden;
	position:relative;
}

ul#screen/*, ul#screen1, ul#screen2, ul#screen3, ul#screen4, ul#screen5, ul#screen6, ul#screen7, ul#screen8*/ {
	position:relative;
	list-style-type: none;
	height:290px;
	width:9999px; /* important */
	left:-532px; /* negative number of list item width( including margin) */
	overflow:hidden;
}
ul#screen li/*, ul#screen1 li, ul#screen2 li, ul#screen3 li, ul#screen4 li, ul#screen5 li, ul#screen6 li, ul#screen7 li, ul#screen8 li*/ {
	float: left; 
	width:532px; /* actual width of list item */
	padding:0px;
	height:290px;
	background: #000000;
	display:inline;
}
#scrollL/*, #scrollL1, #scrollL2, #scrollL3, #scrollL4, #scrollL5, #scrollL6, #scrollL7, #scrollL8*/ {
	width:75px;
	float:left;
	display:inline;
	text-align:left;
	padding-top:40px;
}
#scrollR/*, #scrollR1, #scrollR2, #scrollR3, #scrollR4, #scrollR5, #scrollR6, #scrollR7, #scrollR8*/ {
	width:75px;
	float:right;
	display:inline;
	text-align:right;
	padding-top:40px;
}
.controls {
	padding-bottom:15px;
}
.twtr-hd h3 {
	text-transform:capitalize;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.twtr-hd h4 {
	text-transform:lowercase;

	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#menu-icon {
	display: none;
	text-align:center;
	width: 50px;
	height: 40px;
	line-height:40px;
	background: #4C8FEC;
	color:#fff;
	font-weight: bold;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

#recaptcha_widget_div {
	margin-left:80px;
}

@media only screen and (max-width : 960px) {
	.gallery ul {
		width:90%;
	}
}

@media only screen and (max-width : 896px) {
	.project-imgs {
		width:260px;
		display: block;
		float:none;
		margin:5px auto;
	}
}

@media only screen and (max-width : 800px) {
	.gallery ul {
		width:100%;
	}
}


@media only screen and (max-width : 768px) {
	#main-content, #sidebar {
		display: block;
		width:100%;
	}

	#twitter-widget-0 {
		margin-left:auto;
		margin-right:auto;
	}

	#sidebar {
		padding-top:10px;
	}
}

@media only screen and (max-width : 724px) {
	.gallery ul {
		width:65%;
		margin:auto;
	}
}

@media only screen and (max-width : 654px) {
	.gallery ul {
		
		margin:auto;
	}

	.gallery ul li img {
		width:35%;
	}
}

@media only screen and (max-width : 641px) {
	#menu-icon {
		display:inline-block;
	}

	#navigation ul { 
		display: none;
		position: absolute;
		background: #000;
		color:#fff;
		border: 5px solid #4C8FEC;
		right: 20px;
		top: 120px;/*60*/
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}

	#navigation li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	#navigation:hover ul {
		display: block;
		z-index: 9999;
	}

	#navigation a {
		display: block;
	}

	#navigation ul li a:hover, #navigation ul li a:focus {
		color:#4C8FEC;
		text-shadow:none;
	}

	#blurb #hello {
		font-size: 3.0em;
	}

	label .contactlabel {
		display:block;
		text-align: left;
		float:none;
	}

	.box {
		width:auto;
		padding-left: 10%;
	}
	#recaptcha_widget_div {
		margin-left:0;
	}

	#send-btn {
		margin-left:0;
	}

	.indPortfolio {
		background:none;
		width:90%;
	}

	#screencap {
		border:3px solid #1b1b1b;
		margin:0;
		width:100%;
	}

	ul#screen li img {
		width:100%;
	}

	#scrollL, #scrollR {
		padding-top:15px;
	}

	.controls {
		border:3px solid #f5f5f5;
		width:100%;
	}

	.portfolio-desc {
		border:3px solid #f5f5f5;
	}
}

@media only screen and (max-width : 480px) {
	.input_text {
		width:95%;
	}
	#message{
		width:95%;
	}
	.box {
		padding-left:0;
	}
	#blurb #hello {
		font-size: 2.7em;
	}
}

@media only screen and (max-width : 420px) {
	img#about-img {
		float:none;
	}

	.portfolioWeb img {
		height:100%;
		width:auto;
		left:-15%;
	}

	ul#screen {
		left:-50%;
	}
}

@media only screen and (max-width : 320px) {
	.gallery ul {
		width:50%;
		margin:auto;
	}

	.gallery ul li img {
		width:75%;
	}

	.project-imgs {
		width:90%;
	}
}
