@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: KozGoPro;
    src: url(fonts/KozGoPro-ExtraLight.otf);
    font-weight:400;
}

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family:'Coda', Arial, Helvetica, sans-serif;
	/* [disabled]font-family: 'Lucida Grande', 'Lucida Sans', Arial, _sans; */
	font-size: 100%;
	line-height: 1.2;
	text-align:center;
	/* [disabled]background-color:#272626; */
	background-color:#FFFFFF;
	/* [disabled]background-image:url(images/layout/BG.jpg); */
	background-position: 0px -130px;
	background-color: #B4B4B4;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}


h1, h2, h3, h4, h5, h6, p, ul {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	margin-bottom: 0;
	padding-right: 20px;
	padding-left: 20px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	/* [disabled]font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: 'Coda', "Trebuchet MS", Arial, sans-serif;/*'rois Gothic', "Trebuchet MS", Arial, sans-serif; */
	/* [disabled]font-family: 'Lucida Grande', 'Lucida Sans', Arial, _sans; */
	font-size: 14px;
}
p, li {
	color:#666;
	font-weight:100;
	/* [disabled]opacity:0.6; */
	font-size:13px;
	text-align: justify;
}

ul {
	padding-left: 30px;	
}


h1{
	font-size: 18px;	
	color:#4E4E4E;
	font-weight: normal;
	font-style:normal;
	margin-bottom:6px;
	margin-top: 7px;
	
}
	
h2 {
	font-size: 16px;
	font-weight:normal;
	margin-top: 7px;
	margin-bottom: 6px;
	/* [disabled]text-shadow: 1px 1px rgba(255,255,255,0.5); */
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color:#666;
	margin-bottom: 10px;
}
h4 {
	
	
}

h5 {
	
}
h6 {
	
}



a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border:none;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #7a7900; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: none;
}
a:visited {
	color: #7a7900;
	text-decoration: none;
}
a:hover, /*a:active,*/ a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #000;
}
a:active{ /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	/* [disabled]text-decoration: underline; */
	color: #FFF;
}

.bullet {
	color:#FFF;
	padding:0;
	margin:0;
	float:left;
	margin-top:0px;
	opacity: 1;
	margin-left:25px;
	margin-right:16px;
	/* [disabled]text-shadow: 1px 1px rgba(0,0,0,0.1); */
	font-size: 20px;
}

ul.category {
	padding-left:0px;
	padding-right:0px;
	float:left;
}

ul.category ul 
{
	/* [disabled]padding-left: 87px; */
	/* [disabled]background-color: rgba(0, 0, 0, 0.2); */
	float:left;
	/* [disabled]background-color: rgba(0, 0, 0, 0.1); */
}

ul.category li {
	float:left;
	width:100%;
	/* [disabled]background: rgba(0, 0, 0, 0.2); */
	display:block;
	overflow:hidden;
	background-size: 100%;
	background-position: center center;
	background-attachment: fixed;
	/* [disabled]box-shadow: inset 0px 1px rgba(0,0,0,0.2); */
}

ul.category li.maincategory
{
	overflow:visible;
}


.clickable {
	width: 100%;
	height:33px;
	cursor:pointer;	
	background-color: #D3D3D3;
	transition: all 0.3s;
}

.clickable:hover {
	background-color: rgba(255,255,255,0.5);
}
.clickable:active {
	background-color: rgba(0,0,0,0.2);
}

.clickable .container {
	text-align: left;
	width:1000px;
}

.clickablemain {
	width: 100%;
	height:33px;
	cursor:pointer;	
	transition: all 0.3s;
}

.clickablemain:hover {
	background-color: rgba(0,0,0,0.2);
}
.clickablemain:active {
	background-color: rgba(0,0,0,0.4);
}

.clickablemain .container {
	text-align: left;
	width:1000px;
}


.container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#copyright {
	color: #E2E2E2;
	float:left; 
	text-align: right; 
	font-size:12px; 
	text-transform:uppercase;
	margin-top: 10px;	
}


.description {
	float:left;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#D3D3D3;
}

.description .container span {
	float:left;
	padding-right: 11px;
	/* [disabled]padding-bottom:10px; */	
}

.description .container p {
	/* [disabled]color: rgba(255,255,255,0.9); */	
	padding-right:7px;
}

.description .container span ul {
	padding-top:10px;
	padding-bottom: 10px;
	float:none;
	background: none;
}

.description li {
	margin-left:15px;
	display: list-item !important;
	background: none;
	list-style-type:circle !important;
	float:none !important;
	overflow: visible !important;
}

.expandlink {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 7px;
	color: #666 !important;
	/* [disabled]background-color:#999; */
	padding: 3px 6px;
	/* [disabled]box-shadow: 1px 1px rgba(255,255,255,1); */
	/* [disabled]border-left: 1px solid #ACACAC; */
	/* [disabled]border-right: 1px solid #FFF; */
	border-radius: 20px;
	/* [disabled]background-color: #F5F5F5; */
	transition: all 0.1s;
	background-color: #F0F0F0;
	box-shadow: 1px 1px rgba(0,0,0,0);
	text-decoration: none !important;
}

.expandlink:visited {
	color: #666;
	text-decoration: none !important;
}

.expandlink:hover {
	color: #666;
	background-color: #FFF;
	text-decoration: none !important;
  box-shadow: 1px 1px rgba(0,0,0,0.1);

}

.expandlink:active {
	background-color: #000;
	text-decoration: none;
}


#expandlinkcontainer {
	position: absolute;
	top: 101px;
	margin-left: 165px;
	padding-left: 10px;
	padding-right: 10px;
	height:35px;
}


#footer {
	float:left;
	width:100%;
	height: 100px;
	border-top: 1px solid #FFF;
	/* [disabled]border-top: 1px solid #FFF; */
	/* [disabled]background-image:url(images/layout/footerBG.png); */
	/* [disabled]background-repeat:repeat-x; */
	/* [disabled]background-position: center top; */
	/* [disabled]border-top: thin solid #A8A8A8; */
}

#footercontainer {
	margin: 0px auto;
	width: 1000px;
}


#header {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background-image:url(images/layout/headerBG.png);
	position: relative;
}
#headerexpanded {
	position:absolute;
	top: 0px;
	height: 100px;
	left: -200%;
	width: 200%;
	background-color: #c7c7c7;
	/* [disabled]background-image:url(images/layout/headerexpandedBG.png); */
	background-repeat: repeat-x;
}

#iconscontainer {
	float:right; 
	margin-right: 15px;
	margin-top:1px;
}

#iconscontainer a img {
	float: left;
	margin-right: 10px;
	height: 30px;
	border-radius: 20px;
	transition: all 0.1s;
	/* [disabled]background-color: #D1D1D1; */
	/* [disabled]box-shadow: 1px 1px rgba(255, 255, 255, 1); */
	/* [disabled]background-color:#666; */
	/* [disabled]box-shadow: 1px 1px #FFF; */
}

#iconscontainer a img:hover {
	background-color:#FFF;
	transform: scale(1.2);
	box-shadow: 3px 3px rgba(0,0,0,0.2);
}

#iconscontainer a img:active {
	background-color:#666;
}

#logo {
	float: left;
	/*background-image:url(images/brettlogo.png);*/
	height: 100px;
	margin-top: 0px;
	margin-left: 0px;
}

.media {
	float:left;
	width: 100%;
}

.media img {
	border: 1px solid #666;
	text-align: center;
	z-index:1;
}

.media img:hover{
	border-style: solid;
	border-color: #FFF;
	border-width: thin;
	z-index:1;
}
.media img:active{
	border-style: solid;
	border-color: #000;
	border-width: thin;
	z-index:1;
}

.mediabg {
	float:left;
	width: 100%;
	background-size: 100%;
	background-position: center center;
}

.mediaspacer {
	float:left;
	width :100%;
	height: 1px;
	opacity: 1;
	/* [disabled]background: rgba(255, 255, 255, 1); */	/*background-image:url(images/layout/spacerBG.png);
	background-repeat:repeat-x;*/
	
}

.media_group_title
{
	float:left;
	width:100%;
	/* [disabled]background-color: #DFDFDF; */
	/* [disabled]box-shadow: 0px -1px #F3F3F3; */
	/* [disabled]background-image:url(images/layout/titlerowBG.png); */
	/* [disabled]height:35px; */
}

.mediatitle {
	float: left;
	font-size: 14px;
	color:#FFF;
	font-weight: normal;
	/* [disabled]text-shadow: 1px 1px rgba(0,0,0,0.3); */
	/* [disabled]text-shadow: 1px 1px rgba(0,0,0,0.5); */
	margin-left: 15px;
	margin-top: 8px;
	z-index: 1;
	/* [disabled]transform:matrix3D(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); */
	transition: transform 0.3s, text-shadow 0.4s;
	/* [disabled]text-shadow: 0px 0px rgba(0,0,0,0); */
	/* [disabled]text-transform: uppercase; */
}

.clickable:hover .mediatitle {
	/* [disabled]transform: matrix3D(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1.05, 0, 10, 0, 0, 1); */
	transform: scale(1.05) translateX(10px);
	/* [disabled]text-shadow: 7px 2px rgba(0,0,0,0.1); */
}

.clickablemain:hover .mediatitle {
	/* [disabled]transform: matrix3D(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1.05, 0, 10, 0, 0, 1); */
	transform: scale(1.05) translateX(10px);
	/* [disabled]text-shadow: 7px 2px rgba(0,0,0,0.1); */
}



#MenuBar1 li {
	margin-left: 25px;
}

#MenuBar1 li a{
	border-radius: 20px;
	transition: all 0.1s;
	/* [disabled]border-right: 1px solid #F0F0F0; */
	/* [disabled]border-left: 1px solid #9C9C9C; */
	/* [disabled]background-color: #E0E0E0; */
	/* [disabled]border-bottom: 2px groove #E7E7E7; */
	/* [disabled]border: 1px solid #FFFFFF; */
	/* [disabled]box-shadow: 1px 1px #929292; */
	/* [disabled]background-color: #D3D3D3; */
}

#MenuBar1 li a:hover{
	/* [disabled]border-top: 1px solid #E0E0E0; */
	background-color: #FFF;
	color: #666 !important;
}

#MenuBar1 li a:active{
	/* [disabled]border-top: 1px solid #E0E0E0; */
	background-color: #000;
	color: #666;
}



#nav {
	float: left;
	margin-left: 117px;
	height: 99px;
	/* [disabled]background: rgba(0,0,0,0.5); */
	/* [disabled]margin-top: 35px; */
}

#nav img {
	float:left;	
	opacity: 0.5;
}

#nav_container {
	float:left;
	margin-top:38px;	
}


.nextprev{	
	float:right;
	margin-top: -27px;
	margin-right: 15px;
}

.nextprev a {
	float:right;
	margin-left:15px;
	padding: 5px;
	padding-bottom:2px;
	border-radius: 20px;
	color: #666;
	transition: all 0.3s;
	font-size: 12px;
}

.nextprev a:hover {
	color: #FFF;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
}

#content {
	float: left;
	width: 100%;
	display:block;
	/* [disabled]background-image:url(images/layout/pageContentsBG.png); */
	background-position:center top;
	background-repeat:repeat;
	background-size:100%;
	opacity: 1;
	background-color: #D3D3D3;
	padding-bottom:10px;
}

.portfoliogroup{
	float:left;
	width:100%;
	/* [disabled]background-image:url(images/layout/pageContentsBG.png); */
	background-position:center top;
	background-repeat:repeat;
	background-size:100%;
}

#portfolionav {
	position:absolute;
	top:101px;
	margin-left:429px;
	padding-top: 5px;
	padding-left:6px;
	width:550px;
	height: 29px;
	/* [disabled]box-shadow: 1px 1px rgba(0,0,0,0.1); */
}

.secondrow {
	float:left;
	width:100%;
	background: rgba(0, 0, 0, 0.2);
	display:block;
	opacity: 0.7;
	overflow:hidden;
	z-index:10;
	box-shadow: inset 0px 1px rgba(0,0,0,0.3);
	/* [disabled]border-top: solid 1px rgba(0,0,0,0.5); */
	/* [disabled]background-image:url(images/layout/secondrowBG.jpg); */
	/* [disabled]background-repeat:repeat-x; */
	/* [disabled]background-color:#161616; */
}

.slideshow {
	background-image:url(images/layout/pageContentsBG.png);
	background-position:center top;
	background-repeat:repeat-y;		
}

.spacer {
	float: left;
	width: 100%;
	height: 4px;
	background-color: #BBBBBB;
	margin-top: 6px;
	margin-bottom: 6px;
	box-shadow: inset 0px 1px rgba(0,0,0,0.1);
}

.thirdrow {
	float:left;
	width:100%;
	background-color: #D3D3D3;
	/* [disabled]border-top: thin solid #000; */
}

.thumbnail {
	float:left;
	position:relative;
	margin-left: 15px;
	height: 33px;
	width: 44px;
	overflow:hidden;
	text-align:center;
	background-repeat:no-repeat;
	background-position-y: top;
	background-position-x: center;
	z-index: 0;
	border-spacing:0px;
	/* [disabled]transform:matrix3D(0.807891, -0.131881, 0.357678, 0, 0.1354, 0.882776, 0.0196627, 0, -0.356361, 0.036431, 0.818348, 0, 0, 0, 0, 1); */
	border-radius: 10px;
	/* [disabled]box-shadow: 1px 1px rgba(0,0,0,0.5); */
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.7);
	transition: transform 0.2s, border-radius 0.2s, box-shadow 0.2s;
	/* [disabled]background-color:#666; */
	/* [disabled]border: solid thin #FFF; */
	/* [disabled]box-shadow: 1px 1px rgba(0,0,0,0.5); */
	/* [disabled]background-color: #333; */
}

.clickablemain .thumbnail {
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.9);
}


.clickable:hover .thumbnail {
	/* [disabled]transform:matrix3D(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); */
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.0);
	border-radius: 0px;
	/* [disabled]box-shadow: 5px 2px rgba(0,0,0,0.2); */
}

.clickablemain:hover .thumbnail {
	/* [disabled]transform:matrix3D(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); */
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.5);
	border-radius: 0px;
	/* [disabled]box-shadow: 5px 2px rgba(0,0,0,0.2); */
}

.titlerepeat
{
	font-weight: normal;
	text-align:left; 
	padding-top: 0px; 
	color:#FFF;
	font-size:26px; 
	margin-right: 40px; 
	text-transform:uppercase; 
	white-space:nowrap;
	float:left;
	overflow-hidden;
	text-overflow: ellipsis;
	min-width:0;
	
}

.titlerow{
	float:left;
	width:100%;
	/* [disabled]border-bottom: 1px solid #B9B9B9; */
	/* [disabled]background-color: #E0E0E0; */
	/* [disabled]border-bottom: 1px dotted #9E9E9E; */
	/* [disabled]background-color: #E4E4E4; */
	border-bottom: 1px dotted #ADADAD;
	background-color: #E0E0E0;
}



.titlerowcontainer
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.toggle {
	float: left;
	margin-left: 10px;
	/* [disabled]background-image:url(images/layout/plusIcon.png); */
	height: 33px;
	width: 12px;
	margin-top: 0px;
	/* [disabled]box-shadow: 1px 1px rgba(0,0,0,0.5); */
	border-spacing: 0px;
	text-align: center;
	font-size: 26px;
}

.clickable:hover .toggle {
	font-weight:bold;
}

.clickablemain:hover .toggle {
	font-weight:bold;
}


#topiconscontainer {
	position:absolute;
	top: 75px;
	margin-left: 18px;
}

#topiconscontainer a img {
	float: left;
	margin-right: 7px;
	height: 21px;
	border-radius: 20px;
	transition: all 0.1s;
	/* [disabled]background-color: #E4E4E4; */
	/* [disabled]box-shadow: 1px 1px rgba(255, 255, 255, 0.8); */
	/* [disabled]background-color:#666; */
	/* [disabled]box-shadow: 1px 1px #FFF; */
}

#topiconscontainer a img:hover {
	background-color:#FFF;
	transform: scale(1.2);
	box-shadow: 3px 3px rgba(0,0,0,0.2);
}

#topiconscontainer a img:active {
	background-color:#666;
}

#toprow {
	float:left;
	width:100%;
	height: 100px;
	background-image:url(images/layout/toprowBG.png);
	background-position: 51% top;
	border-bottom: 1px solid #FFF;
}





/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->