/*global resets*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*typekit FOUT fix*/


.wf-loading * {
	visibility: hidden;
}
 
.wf-active * {
	visibility: visible;
}

/*//////// begin site styles ///////*/


html, body {
	background: rgb(73,73,74);
}

/*selected class*/

.clicked {

	opacity: 1;
	box-shadow: 0px 0px 3px rgba(65,65,66, .9) ;
	/*border-width: 1px;*/
	/*rgba(65,65,66, .9);*/
	
}

.unclicked {
	opacity: .3;
	border-width: 0;
	/*box-shadow: 0px 0px 4px rgba(65,65,66, .8);*/
	/*box-shadow: 0px 0px 5px rgb(83,83,84);*/
}
/*main containers*/

#header {
	background: rgb(83,83,84);
	position: relative;
	top: 18px;
	height: 60px;
	width: 100%;
	overflow: visible;
	box-shadow: 0px 1px 5px rgb(65,65,66)
}

#logo {
	width: 960px;
	margin: 0 auto;
	height: 60px;
	position: relative;
	top: -10px;
	padding-left: 20px;
}

#logo_icon {
	float: left;
	position: relative;
	top: 3px;
	left: 20px
}

#body {
	width: 960px;
	margin: 0 auto;
	overflow: visible;
	
}

#text{
	width: 43%;
	height: auto;
	float: left;
	position: relative;
	clear: both;
	top: 70px;
	padding-left: 70px;
}

#portfolio {
	width: auto;
	height: 400px;
	/*background:  rgb(73,73,74);*/
	/*border: 1px solid #cecece;*/
	float: right;
	position: relative;
	right: 88px;
	/*top: 60px;*/
	padding: 0px;
	box-shadow: 0px 0px 10px rgb(65,65,66);
	/*background: #cecece;*/
	/*background: url(gx/progress_bar.gif) center center no-repeat transparent;*/
}

#portfolio_slider p {
	color: rgb(123,123,124);
	font-size: 8pt;
	font-style: italic;
	white-space: normal !important;
	text-align: center;
	border: 0;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.pf_xlarge {
	top: 120px;
}
.pf_large {
	top: 100px;
}

.pf_medium {
	top: 100px;
}

.pf_normal {
	top: 60px;
}

.pf_ipad {
	top: 40px;
}

.normal {
	position: fixed;
	bottom: 5px;
	/*border: 1px solid white;*/
}

.medium {
	position: fixed;
	bottom: 50px;
}

.large {
	position: fixed;
	bottom: 180px;
	/*border: 1px solid white;*/
}

.xlarge {
	position: fixed;
	bottom: 200px;
}

#portfolio_bar {
	width: 100%;
	height: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	position: fixed;
	/*border: 1px solid red;*/
	clear: both;
	margin: 0 auto;
	background: rgb(83,83,84);
	box-shadow: 0px 0px 5px rgb(65,65,66);
	/*background: rgb(68,68,69);*/
}

#previous, #next {
	height: 100px;
	width: 20px;
	position: relative;
	top: 1px;
	/*border: 1px solid #cecece;*/
	background: rgb(90,90,91);
	color: rgb(68,68,69);
	font-family: 'league-gothic-1', 'league-gothic-2';
	font-size: 18pt;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 1px 3px rgb(68,68,69);
}

#previous {
	left: -20px;
}

#next {
	left: 20px;
}

.float_left {
	float: left;
	
}
.float_right {
	float: right;
}

.nav_button {
	background-color: rgb(68,68,69);
	float: left;
	display: block;
	opacity: 1;
}


#portfolio_nav {
	width: 860px;
	height: 103px;
	margin: 0 auto;
}


#portfolio_container {
	width: 780px !important;
	margin: 0 auto;
	padding: 0;
	/*border: 1px solid red;*/
	height: 103px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;

}

#portfolio_slider {
	width: auto !important;
	height: 100px !important;
	margin: 0 auto;
	padding: 0;
	padding-top: 2px;
	position: absolute;
	left: 0px;
	white-space: nowrap;
	font-size: 0;
	overflow: visible;	
	/*background: url(gx/progress_bar.gif) 340px 50px no-repeat transparent;*/
}
 .progress_bar {
 	background: url('gx/progress_bar.gif') 50% 50% no-repeat transparent
 }
.no_progress_bar {
	background-image: none !important;
}

#portfolio_slider img.cover_small {
	display: inline;
	margin: 0px 1px 0px 1px!important;
	padding: 0px;
	opacity: .3;
	cursor: pointer;
	/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgb(83,83,84);*/
	/*border-color: rgb(221,166,29);*/
	/*background-color: rgb(221,166,29);*/
	/*border-width: 2px 0px 2px 0px;*/
	/*letter-spacing: normal;*/
}


#main_nav {
	float: right;
	position: relative;
	top: 16px;
	right: 45px;
	width: 380px;
}


.nav:link,
.nav:visited,
.nav:hover,
.nav:active {
	color: rgb(68,68,69);
	font-weight:400;
}

.nav {
	display: block;
	float: left;
	margin: 5px;
	background: rgb(90,90,91);
	font-family: "league-gothic-1", "league-gothic-2";
	font-size: 24px;
	line-height: 30px;
	color: rgb(68,68,69);
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	box-shadow: 0px 0px 7px rgb(75,75,76);
}

.inactive {
	background: rgb(90,90,91);
	color: rgb(68,68,69);
}

.nav_clicked {
	background-color: rgb(221,166,29);
    color: rgb(255,255,255);
}

.active {
	background: rgb(90,90,91);
    color: rgb(255,255,255);
}


/*headings & text */

h1.logo {
	font-family: "league-gothic-1","league-gothic-2";
	font-size: 60px;
	color: rgb(124,124,125);
	position: relative;
	top: 12px;
	left: 30px;
	width: 40%;
	float: left;

}

h1.logo span.dark {
	color: rgb(101,101,102);
}	

h1.logo span.darker {
	color: rgb(68,68,69);
}


h1.logo span.orange {
	color: rgb(221,166,29);
	opacity: 0.2;
}


h2 {
	font-family: "league-gothic-1","league-gothic-2";
	color: rgb(121,121,122);
	font-size: 28pt;
	padding-left: 10px;
}


p {
	font-family: "proxima-nova-1", "proxima-nova-2";
	font-size: 9pt;
	line-height: 12pt;
	font-weight: 400;
	color: rgb(173,173,174);
	margin-top: 15px;
	padding-left: 15px;
	margin-left: 12px;
	border-left: 1px solid rgb(123,123,124);
}

p em {
    font-style: italic;
}

p > a, a:link, a:visited, a:active {

	color: rgb(255,255,255);
	text-decoration: none;
	outline: 0;
	font-weight: 600;
}

p > a:hover {
	color: rgb(221,166,29);
}

#info_box {
    font-family: "proxima-nova-1", "proxima-nova-2";
    position: absolute;
    overflow: hidden;
    bottom: 2px;
	right: 2px;
	z-index: 101;
	font-size: 9pt;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
	padding: 4px;
	padding-left: 5px;
	padding-right: 6px;
	color: rgb(164,164,165);
	width: 14px;
	background-color: rgba(25,25,26,.9);
	text-indent: 4px;
    border: 1px solid rgb(223,223,224);
    opacity: .4;
    /*max-height: 180px;*/
}

#info_box span {
    font-size: 9.5pt;
    font-weight: 700;
    font-style: normal;
    display: block;
    background: rgba(73,73,74,.9);
    padding: 4px;
    padding-left: 8px;
    margin: 4px -12px 6px -13px;
    color: rgb(164,164,165);
    box-shadow: 1px 1px 2px rgb(25,25,26);
}

#info_box > a.cap:link, a.cap:visited, a.cap:hover, a.cap:active {

	display: block;
	color: rgb(255,255,255);
	text-decoration: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
	font-size: 8pt;
	outline: 0;
	font-weight: 400;
	/*display: none;*/
}


#info_box a.cap:hover {
	color: rgb(221,166,29);
}

/*.info_show {
    opacity: 1;
    width: 293px;
    text-indent: 0;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    border: 0px solid rgb(223,223,224);
}*/

.info_hide {
    opacity: .4;
    width: 14px;
    height: 16px;
    text-indent: 4px;
    bottom: 2px;
    right: 2px;
    padding-left: 5px;
    padding-right: 6px;
    line-height: 16px !important;
	border: 1px solid rgb(223,223,224);
}
