/* /_/css/default.css
 * Cascading Style Sheet for HKIPP.
 * (C) 2013 Dennis Lo Designs unless otherwise licensed.
 * @author Derek Nobuyuki Wallace, iGEN Knowledge Solutions, Inc. http://www.igen.ca
 * @author Dennis Lo, http://www.dennislo.com
 */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%% Baseline CSS for Cross Browser Consistency %%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
/* @DEBUG FF3+IE6-9 explicitly set display*/
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
/* @DEBUG don't display audio without the controls */
audio:not([controls]){display:none;}
/* @DEBUG FF3,S4, IE7-9 missing hidden attribute */
[hidden]{display:none;}
/* always force a scrollbar in non-IE for proper centering + iOS resize on orientation change fix*/ 
html{overflow-y: scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* YUI Library CSS Fonts developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages */
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
/* normalize monospace sizing for Chrome compatibility */
pre, code, kbd, samp { font-family: monospace, sans-serif; _font-family: 'courier new', monospace; font-size:1em;}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%Set Font%%%%%%%%%%%%%%%%%%%%%%%%%%% */
body,select,input,textarea{font: 11px Verdana,Georgia,"Lucida Sans Unicode",san-serif;}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1{font-size:2em;}
/* Accessibility Base Tweaks */
a:hover, a:active { outline: 0; color: #000;}
a, a:active, a:visited { color: #000; text-decoration: 0; }
a:hover { text-decoration: underline; color: #000;}
a:focus{outline:thin dotted;}
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
b, strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {padding: 15px;white-space: pre;/*CSS2*/white-space:pre-wrap;/*CSS2.1*/white-space:pre-line;/*CSS3*/word-wrap:break-word;/*IE*/}
textarea { overflow: auto; }
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 0px;
    -moz-box-shadow: 0px 0px 5px; 
 -webkit-box-shadow: 0px 0px 5px; 
         box-shadow: 0px 0px 5px;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 
/* make buttons play nice in IE */
button {  width: auto; overflow: visible; }
/* bicubic resizing for non-native sized IMG*/
.ie7 img { -ms-interpolation-mode: bicubic; }
svg:not(:root){overflow:hidden;}
/* ***********************************
 * **  Non-semantic helper classes  **
 * *********************************** */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@font-face {
	font-family: 'avenir';
	src: url('/_/fonts/AvenirLTStd_Light.eot'); /* IE9 Compat Modes */
	src: url('/_/fonts/AvenirLTStd_Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/_/fonts/AvenirLTStd_Light.woff') format('woff'), /* Modern Browsers */
	     url('/_/fonts/AvenirLTStd_Light.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/_/fonts/AvenirLTStd_Light.svg#webfontA') format('svg'); /* Legacy iOS */	     
}



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%% Site Specific CSS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

body {
	padding: 0;
	margin: 0;
	font-family: "Roboto", Helvetica, Arial, Verdana, "sans-serif";
	font-size: 11px;
	text-align: left;
	background: #333;
	color: #fff;
	width: 100%;
	height: 100%;
}

a:link, a:visited {
	outline: 0;
	text-decoration: none;
	color: #fff; 
}

a:hover, a:active {

}

.clr {
	clear: both;
}

.copyright {
	font-size: .9em;
	color: #dcdcdc;
}

img, a img { 
	border: none;
	outline: none;
}





/* MAIN NAV
*************************************************/

.logo {
	margin: 0;
}

nav#mainNavigation {
	padding: 5px 0;
	color: #fff;
	width: 200px;
	height: 320px;
	background: #dfdfdf;
}

a#mainNavigationLogo {
	background: url(/img/logo_hkipp.png) 0 0 no-repeat;
	width: 200px;
	height: 90px;
	display: block;
	cursor: pointer;
	outline: none;
	text-indent: -8888px;
	margin: 20px 0 0 0;
	padding: 0;
}

a#mainNavigationLogo:hover {
	opacity: .7;
}

#mainNavigation ul {
	margin: 10px 0 0 0px;
}

#mainNavigation li {
	margin: 0;
	padding: 0;
}

#mainNavigation li a {
	color: #555;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
	padding: 10px 0 10px 30px;
	display: block;
}

#mainNavigation li a:hover {
	color: #000;
	background: url(/img/icon-mainNav.png) no-repeat 0px 6px;
}

#mainNavigation li.active a {
	color: #000;
	background: url(/img/icon-mainNav.png) no-repeat 0px 6px;
}

.mainNavigationListItem a {
	color: #999;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
	padding: 10px 0 10px 30px;
	display: block;
}

.mainNavigationListItem a:hover,
.mainNavigationListItem.active {
	color: #fff;
	background: url(/img/icon-mainNav.png) no-repeat 0px 6px;
}

#loginBox {
	margin: 20px 0 0 30px;
	padding: 2px 0;
	text-transform: uppercase;
	color: #929292;
}

#loginBoxContents {
	margin: 15px 0;
}

#loginBoxContents input {
	width: 190px;
	margin: 0 0 4px 0;
	border: 0;
}

#languageSelectionBox {
	margin: 0px 0 20px 30px;
	padding: 2px 0;
	text-transform: uppercase;
	color: #929292;
}

#loginBox a,
#languageSelectionBox a {
	color: #929292;
}

#loginBox a:hover,
#languageSelectionBox a:hover,
#languageSelectionBox a.active {
	color: #fff;
}

#newsletterBox {
	margin: 0 0 20px 0;
	background: #484848;
	color: #ebebeb;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 30px;
	text-transform: uppercase;
	overflow: hidden; 
	height: 85px;
}

#newsletterBox:hover {
	background: #999;
}

#newsletterBox input {
	margin: 0 0 5px 0;
	width: 130px;
	border: 0;
	padding: 4px;
	outline: none;
}

#NewsletterEmail {}

#NewsletterSignupButton {
	width: 138px;
}

#NewsletterSignupButton:hover {
	background: #666;
	color: orange;
}

.header ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#snsFbBox {
	width: 200px;
	color: #555;
	text-transform: uppercase;
	font-size: 1.2em;
	display: block;
	margin: 15px 0;
	padding: 5px 0;
}

#snsFbBox a {
	font-weight: 100;
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
}

#snsFbBox:hover {
	background: #999;
}


#snsFbBox span {
	width: 100px;
	display: block;
}

#snsFbBox img {
	float: right;
	margin: -30px 0 0 0;
}




/* SUB NAV
*************************************************/

h2.sectionTitle {
	color: orange;
	font-size: 1.6em;
	padding-top: 20px;
	padding-bottom: 30px;
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
	text-transform: uppercase;
}

h3.subNavigationTitle {
	margin: 30px 0 10px 0;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 1px;
}

.subNavigation {
	width: 200px;
	overflow:hidden;
}

.subNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subNavigation aside ul li {
	padding: 0;
}

.subNavigation ul li a {
	padding: 2px 0;
	display: block;
	color: #727272;
	text-transform: uppercase;
}

.subNavigation aside ul li.active a {
	color: orange;
} 

.subNavigation ul li a:hover {
	background: #656565;
	color: #fff;
}

.subNavigation .searchAside h3 {
	margin-top: 0px;
}





/* LAYOUT
*************************************************/

#sponsorBox {
	position: absolute;
	right: 0;
	top: 70px;
	width: 250px;
	margin: 0 0 100px 0;
}

#sponsorBox h3 {
	color: #666;
	font-weight: 100;
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
	margin: 0 0 15px 0;
}

#sponsorBox ul {
	list-style: none;
	margin: 0;
}

#sponsorBox ul li {
	margin: 0 0 10px 0;
}

#sponsorBox ul li a:hover {
	opacity: .5;
	border-bottom: 1px solid orange;
}

#wrapper {
	width: 100%;
	position: relative;
}

#wrapper > header{
	position: fixed;
	top: 0px;
	left: 30px;
	width: 200px;
	z-index: 9999;
}

section#mainSection {
	margin: 0 0 0 300px;
	position: relative;
	min-width: 1200px;
}

#homeContent {
	position: relative;
}

.mainContent {
	position:absolute;
	top:70px;
	left:230px;
}

footer {
	height: 13px;
	width: 100%;
	margin: 0 auto;
	text-align: right;
	opacity: .9;
	background-color: #222;
	padding: 10px 0;
	text-transform: uppercase;
	position: fixed;
	bottom: 0;
	display: block;
	z-index: 9999;
}

footer a {
	opacity: .7;
}

footer a:hover {
	text-decoration: line-through;
}






/* PHOTOGRAPHER GRID
*************************************************/

.searchAside input#searchText {
	background: #ccc;
	border: 0;
	padding: 6px 3px;
	width:150px;
}

.searchAside #searchButton {
	margin: 0 0 0 1px;
	padding: 6px 3px;
	width: 40px;
	background: #ccc;
	border: 0;
}

.searchAside input#searchText:hover,
.searchAside input#searchButton:hover {
	border: 0;
	background: #999;	
}

.sortingControls {
	text-transform: uppercase;
}

.sortingTitle {
	margin: 0 30px 0 0;
}

.sortingControls a {
	color: #727272;
	padding: 0 5px;
}

.sortingControls a:hover {
	color: #fff;
}

.sortingControls a.active {
	color: orange;
}

ul.photographerGrid {
	margin: 15px 240px 0 0;
	list-style: none;
	width: auto;
	min-width: 400px;
}

li.photographerGridItem {
	height: 150px; width: 150px;
	display: inline-block;
	float: left;
	overflow:hidden;
	margin: 1px;
	background-color: #000;
	color: #333;
	position: relative;
}

li.photographerGridItem a {
	position: relative;
}

li.photographerGridItem .caption {
	opacity: .8 !important;
	background-color: #ccc;
	position:absolute;
	bottom: 0;
	left:0;
	right:0;
	height: 30px;
	z-index: 8888;
}

li.photographerGridItem .captionText {
	opacity:1;
	color: #000 !important;
	text-shadow: none !important;
	display: block;
	margin: 2px 0 0 5px;
}

li.photographerGridItem:hover a img {
	opacity: .8;
}

li.photographerGridItem:hover .caption {
	background: orange !important;
}

li.photographerGridItem img.photographerGridImage {
	min-width:150px;
	min-height:150px;
}
	
td {
	border: 1px solid black;
}

aside.membersListAside {
	margin: 20px 0;
	display: block;
	height: auto;
	max-width: 195px;
	border: 1px solid #ccc;
	background: #444;
	padding: 10px;
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
	font-size: 1.6em;
}

aside.membersListAside p img {
	width: 175px;
	height: auto;
}

.paginationControls {
	float: right;
	margin: 0 300px 0 0;
	background: #222;
}

.paginationControls.bottom {
	margin: 15px 300px 50px 0;
}

.paginationControls .curPage {
	margin: 0 6px;
	text-transform: uppercase;
}

.paginationControls .prevPage,
.paginationControls .nextPage {
	font-size: 1.3em;
	background: #444;
}

.paginationControls .prevPage a,
.paginationControls .nextPage a {
	padding: 0 5px;
}

.paginationControls .prevPage:hover,
.paginationControls .nextPage:hover {
	background: orange;
}




/* PHOTOGRAPHER PROFILE
*************************************************/

.subHeader {
	display: block;
	height: 41px;
	overflow: hidden;
}

.subHeader a.backNavigation {
	display: block;
	width: 41px;
	height: 41px;
	background: url(/img/icon-arrowBack.png) no-repeat 0 0;
	background-color:  #5e5e5e;
	text-indent: -8888px;
	float: left;
}

.subHeader a.backNavigation:hover {
	background-color: #999;
}

.subHeader .studioTitle {
	font-size: 1.2em;
	height: 41px;
	width: 250px;
	display: block;
	margin-left: 42px;
	background-color: #5e5e5e;
	color: #fff;
	text-shadow: #333 0.1em 0.1em 0.2em;
	line-height: 40px;
	padding: 0 15px 0 15px;
	cursor: default;
}

.photographerRecentlyViewed h3 {
	margin: 20px 0;
	padding: 0 5px;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 1px;
	cursor: pointer;
	text-shadow: #000 0.1em 0.1em 0.2em;
	color: #ccc;
}

.photographerRecentlyViewed ul {
	margin: 0;
}

.photographerRecentlyViewed ul li {
	height: 75px;
}

#homeContent {
	position: relative;
}

.photographerPortfolio {
	height: 652px;
	width: 900px;
	margin: 0 400px 0 0;
	position:relative;
	background-color: #000;
}

.photographerPortfolio .leftNavigation {
	position:absolute;
	height: 533px;
	width: 50%;
	display:block;
	z-index:99999;
	background: url(/img/icon-previous-gr.png) no-repeat left 200px; 
	top: 0px;
	left:0;
	text-indent: -8888px;
	opacity: 0;
}

.photographerPortfolio .rightNavigation {
	position:absolute;
	height:533px;
	width:50%;
	display:block;
	z-index:99999;
	top: 0px;
	right:0;
	text-indent: -8888px;
	background: url(/img/icon-next-gr.png) no-repeat right 200px;
	opacity: 0;
}

.photographerPortfolio .leftNavigation:hover,
.photographerPortfolio .rightNavigation:hover {
	opacity: .9;
	cursor:  pointer;
}

.photographerImages {
	background: #000;
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	height: 600px;
	width: 900px;
	overflow: hidden;
}

.photographerImages img {
	height: auto;
	max-height: 600px;
	max-width: 900px;
}

.photographerImageThumbnails {
	height: 50px;
	position: absolute; 
	top: 600px; 
	left: 0; 
	right: 0;
	overflow:hidden;
	background: #222;
}

.photographerImageThumbnails a img {
	opacity: .5;
	height: 50px;
	width: auto;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.photographerImageThumbnails:hover {
	z-index: 9999;
	height: 110px;
}

.photographerImageThumbnails a:hover img,
.photographerImageThumbnails .activeSlide img {
	opacity: 1;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
}

.photographerContent {
	width: 900px;
	margin: 0 400px 0 0; 
	min-height: 330px;
	position:relative;
}

.photographerDetails {
	width: 230px;
	min-height: 330px;
	float: left;
	background-color: #ccc;
	color: #000;
	padding: 15px;
}

.photographerDetails .detailValue {
	display: block;
	margin: 0 0 0 60px;
}

.photographerDetails .detailHeader {
	width: 50px;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	font-weight:bold;
	line-height: 17px;
}

.photographerDetails h3 {
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
	font-size: 1.5em;
	font-weight: 100;
	color: #333;
}

.photographerDescription{
	width: 568px;
	min-height: 330px;
	margin: 0 0 0 262px;
	background-color: #ccc;
	color: #000;
	padding: 15px 35px;
}

.photographerDescription img {
	width: 100px;
	padding: 0 15px 15px 0;
}

.photographerDescription p {
	margin: 0;
	padding-bottom: 10px;
}

.photographerDetails a,
.photographerDescription a {
	color: #333;
}

.photographerDetails a:hover,
.photographerDescription a:hover {
	text-decoration: underline;
}

.photographerGridItem{
	height: 150px; width: 150px;
	display: inline-block;
	float: left;
	overflow:hidden;
	margin: 1px;
	background-color: #ccc;
	color: #333;
	position: relative;
}

.photographerGridItem a{
	position: relative;
}

.photographerGridImage{
	min-width:150px;
	min-height:150px;
}

.photographerGridItem .caption{
	position:absolute;
	bottom: 0;left:0;right:0;
	height: 30px;
	z-index:9999;
	cursor: pointer;
}

.photographerRecentlyViewed{
	height: 250px;
}





/* NEWS & EVENTS
*************************************************/

section.news .mainContent {
	margin-right: 250px;
}

.contentSectionHeader {
	font-size: 1.9em;
	margin: 40px;
	text-align: left;
	font-weight: 100;
}

.contentSectionHeader .title {
	display: block;
	padding: 20px 0 0 0;
	font-weight: 100;
	text-transform: uppercase;
}

section.news .mainContent .newsListItem:first-child {
	width: 710px;
	padding: 0;
}

.newsListItem:first-child header {
	background: orange;
	width: 190px;
	padding: 15px;
	float: left;
	height: 210px;
}

.newsListItem:first-child header h3 {
	font-size: 2.5em;
	font-weight: 100;
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
	line-height: 28px;
} 

.newsListItem:first-child .newsImage {
	position: relative;
	width: 490px;
	height: 240px;
	margin: 0;
	top:auto;
}

.newsListItem:first-child .newsImage img {
	width: 100%;
	height: auto;
}

.newsListItem:first-child a:hover {
	background: #999;
}

.newsListItem,
.latestPostItem {
	text-align: left;
	width: 220px;
	height: 240px;
	padding: 15px 0 0 0;
	margin: 0 25px 25px 0px;
	float: left;
	border-top: 1px solid #999;
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
	position: relative;
}

.newsListItem a {}

.newsListItem:hover,
.latestPostItem:hover {
	background: #444;
	border-top: 1px solid orange;
}

.newsListItem .newsTitle
.latestPostItem header {
	font-size: 1.2em;
}

.newsListItem small.newsDate {
	color: #666;
	font-size: .9em;
	text-transform: uppercase;
	clear: left;
	display: block;
	padding: 5px 0;
}

.newsListItem .newsImage,
.latestPostItem img {
	margin: 15px 0 0 0;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 90px;
}

.newsListItem img,
.latestPostItem img {
	width: 220px;
	height: auto;
}

section.content #blogFilters {}

section.content aside {
	width: 200px;
}

aside#archiveSearch h3,
aside#archiveCategories h3,
aside#archiveCalendar h3 {}

aside#archiveSearch {}

aside#archiveSearch select,
aside#archiveCategories select,
aside#archiveCalendar select {}

aside#archiveSearch input#searchButton {
	width: auto;
	display: block;
	margin: 3px 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5em;
}

aside#archiveSearch input#searchButton:hover {
	text-decoration: line-through;
}

aside#archiveSearch input#searchText {
	width: 200px;
	border: 0;
	height: 22px;
	background: #333;
	color: #ccc;
}

aside#archiveCategories {
	margin: 30px 0 0 0;

}

aside#archiveCategories ul {
	list-style: none;
	text-align: left;
	margin: 0 0 0 0;
}

aside#archiveCategories ul li a {
	color: #999;
	list-style: none;
}

aside#archiveCategories ul li a:hover {
	color: #fff;
}

aside#archiveCategories ul li.active a {
	color: orange;
}

aside#archiveCalendar {
	margin: 30px 0 0 0;
	text-align: left;
}

aside#archiveCalendar select#blogCalendarSelect {
	margin: 5px 0 0 0px;
}

#blogPostList {
	float: left;
	position: relative;
	z-index: 8;
	width: 900px;
}

#blogPostList {}





/* NEWS & EVENTS - POST DETAIL
*************************************************/

.newsFullContent {
	width: 700px;
}

.newsFullContent .gallery img {
	max-width: 700px;
}

.newsFullContentHeader {}

.newsFullContentHeader h2 {
	font-size: 2.0em;
	font-weight: 100;
}

.newsFullContentHeader small {
	font-size: 1.0em;
	padding: 5px 0;
	display: block;
}

.content .description {
	padding: 0 40px;
}

.newsFullContent .description {
	padding: 30px 0 0 0;
}

.postNavigation {
	position: absolute;
}

.upNavigation a {
	background: url(/img/icon-prevPost.png) no-repeat 0 -27px;
	height: 27px;
	width: 53px;
	display: block;
	text-indent: -8888px;
	margin: 0 0 0 20px;
}

.downNavigation a {
	background: url(/img/icon-nextPost.png) no-repeat 0 0;
	height: 27px;
	width: 53px;
	display: block;
	text-indent: -8888px;
	margin: 10px 0 0 20px;
}

.upNavigation a:hover {
	background-position: 0 0;
	cursor: pointer;
}

.downNavigation a:hover {
	background-position: 0 -27px;
	cursor: pointer;
} 

.SNS {
	width: 200px;
	position: absolute;
	right: 0;
	top: 24px;
}

.newsFullContent .SNS {
	float: none !important;
	clear: both;
	width: 100%;
	position: relative;
	left: 0;
	top: auto;
}

section.latestPosts {
	margin: 20px 0 0 0;
}

.latestPostItem header {
	font-size: 1.4em;
}

section.latestPosts .latestPostItem {
	width: 210px;
}





/* Join 
*************************************************/

article.pageContent {
	background: #fff;
	color: #666;
	width: 600px;
	padding: 40px;
	position: absolute;
	top: 0px;
	left: 230px;
}

.pageContent .content h3 {
	font-size: 1.5em;
}

header.contentHeader h2.title {
	font-family: avenir, helvetica, "roboto", arial, "sans-serif";
	font-size: 1.5em;
	font-weight: 100;
}

article.pageContent a {
	color: #000;
	text-decoration: underline;
}

article.pageContent a:hover {
	text-decoration: line-through;
}





/* Resources 
*************************************************/

article#resourcesContent {
	color: #666;
	position: absolute;
}

ul.filterList {}

.dataGrid {
	position: absolute;
	top: 100px;
	left: 240px;
	margin-right: 230px;
}

#dataGrid_resources ul li.dataGridItem {
	height: 200px; 
	width: 220px;
	display: inline-block;
	float: left;
	overflow:hidden;
	margin: 0 20px 0 0;
	padding: 10px 0;
	border-top: 1px solid #eee;
	color: #999;
	line-height: 14px;
}

#dataGrid_resources .dataGridItem h3 {
	margin: 10px 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000;
	color: #fff;
}

td {
	border: 1px solid black;
}

	
	


/* About 
*************************************************/
	
article#pageContent_about {
	color: #ccc;
	width: 700px;
	padding: 0px;
	position: absolute;
	top: 72px;
	left: 230px;
	background: none;
}

article#pageContent_about .pageMasthead img {
	width: 700px;
}

article#pageContent_about .content {
	width: 500px;
}

.contactPiece {
	width: 180px;
	position: absolute;
	top: 263px;
	right: 0;
}





/* CONTACT
*************************************************/

#studioContent {
	width: 400px;
	color: #5f626a;
	padding-right: 30px;
	float: left;
	margin: 0;
}

#studioContent p {
	text-align: justify;
}

#studioContent p a {
	font-weight: bold;
	color: #330066;
}

#studioContent p a:hover {
	background: #330066;
	color: #fff;
}

#contactBox {
	margin-top: 10px;
	width: 400px;
}

#contactForm {}

dd {
	padding: 3px 0;
	margin: 0;
}

dt {
	float: left;
	margin: 5px 10px 0 0;
	width: 150px;
}

input:hover, textarea:hover {
	border: 1px solid #ED1B2D;
}

input {
	width: 236px;
}

input, textarea {
	background: ;
	border: 1px solid #999;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

textarea {
	width: 236px;
	margin: -10px 0 0 150px;
}

select {
	border: 1px solid #666;
	font-size: 1em;
	width: 140px;
}

#sendButton {
	background: #fff;
	color: #666;
	border: 0;
	padding: 0;
	width: auto;
}

#sendButton:hover {
	color: #ed1b2d;
} 

.Notification {
	background: #e1ecff; 
	width: 360px;
	padding: 8px;
	border: 1px solid #666699;
	text-align: center;
}

.required {
	color: red;
}

#studioImages {
	margin-top: 110px;
	height: 600px;
	position: relative;	
	float: right;
}

#studioImages img.attachment-full {
	width: auto;
	height: 700px;
}





/* MEMBERS AREA
*************************************************/

article.membersArticle{
		position: relative;
		width: 100%;
		border-top: 1px solid #ccc;
		padding-top: 20px;
		padding-bottom: 15px;
}

article.membersArticle .groupTag{
		position: absolute; 
		top:0; 
		right:0;
		width: 100px;
		padding-right:5px;
		background-color: #999;
		color: #fff;
		text-align: right;
		-webkit-box-shadow: 2px 2px 5px rgba(10, 10, 10, 0.75);
		-moz-box-shadow:    2px 2px 5px rgba(10, 10, 10, 0.75);
		box-shadow:         2px 2px 5px rgba(10, 10, 10, 0.75);
}

.membersArticle h3 {
	font-size: 1.1em;
	text-shadow: 1px 1px 2px #000;
}

.membersArticle .description {
	color: #ccc;
}

.membersArticle ul {
	list-style: none;
	margin: 25px 0 10px 0;
	max-width: 700px;
}

.membersArticle ul li {
	margin: 0;
	padding: 5px 0;
	color: #999;
}

.membersArticle ul li span {
	display: inline-block;
}

.membersArticle ul li a {
	text-decoration: underline;
	color: #ccc;
}

.membersArticle a:hover {
	color: #fff;
}

.membersArticle ul li:nth-child(odd) {
	background: #444;
}

.membersArticle .downloadDescription:hover {
	color: #fff;
}

.membersArticle .personName {
	min-width: 130px;
}

.membersArticle .personPosition {
	min-width: 170px;
}

.membersArticle .personEmail {
	min-width: 190px;
}

.membersArticle .personTelephone {
	padding-right: 10px;
	min-width: 50px;
}

.membersArticle .personTelephone a {
	color: #999;
}

.membersArticle .downloadButton {
	display: inline-block;
	height: 21px;
	width: 21px;
	background: url(/img/icon-download.png) 0 0 no-repeat;
	text-indent: -8888px;
}

.membersArticle .downloadDescription {
	padding: 0 5px;
	font-size: 1.4em;
	color: #666;
	font-weight: 100;
	display: inline-block;
}




/* CHINESE MODIFICATIONS
*************************************************/
.language-zt #NewsletterShow {
	font-size: 1.6em;
}

.language-zt .subNavigation {
	font-size: 1.2em;
}

.language-zt #pageContent_join {
	font-size: 1.2em;
}

.language-zt #pageContent_about {
	font-size: 1.2em;
}

.language-zt #searchText {
	height: 20px;
}




/* Scrollbar ======================= */
::-webkit-scrollbar {
	height: 6px;
	overflow: visible;
	width: 6px;
	background: #EEE;
}
::-webkit-scrollbar-thumb {
	background-color: #CCC;
	background-clip: padding-box;
	border: 1px solid #AAA;
	box-shadow: inset 0 0 2px #999;
	min-height: 8px;
	padding:0;
	border-width: 1px;
}
::-webkit-scrollbar-button {
	height: 0;
	width: 0;
	padding: 0px;
}
::-webkit-scrollbar-track {
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0 0 0 4px;
	border: 1px solid #BBB;
	border-right: none;
	border-bottom: none;
	abox-shadow: inset 0 0 4px #BBB;
}
::-webkit-scrollbar-corner {
	background: #EEE;
}
::-webkit-scrollbar-thumb:hover {
	background: #AAA;
	border: 1px solid #777;
	box-shadow: inset 0 0 2px #777;
}
/* End Scrollbar =================== */






/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%% Mobile Augments %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
@media only screen and (min-width: 1600px){
	.test{color:pink;}
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.test{color:pink;}
}
/* Tablet Augment 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.test{color:pink;}
}
/* Mobile Augment 320px */
@media only screen and (max-width: 767px) {
	.test{color:red;}
}
/* Mobile Augment - 480px Wide Edition (that pulls from Mobile Augment then adjust for wider screens */
@media only screen and (min-width: 480px) and (max-width: 767px){
	body {	
		background: #333;
	}
}