/*CSS Reset: Special Thanks to Eric Meyer*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* 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 {/*memo: we still need cellpadding="0"*/
	border-collapse: collapse;
	border-spacing: 0;
}
.ie7 * { zoom:1}
/*basic typography Special Thanks to Jeffrey Zeldman http://www.zeldman.com/
below partially based on http://www.zeldman.com/wp-content/themes/zeldman-v2/style.css?0418120943*/

body	{
	text-align: left;
	color: #000;
	font: 12px/18px Arial, Helvetica, sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
	font-weight: normal;
}

p {
	font-family: Georgia, "times new roman", times, serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
}
/* main setting*/
body { background:50% 50% url(ajax-loader.gif) no-repeat;}
#contentshere { text-align:center; letter-spacing: -.40em;vertical-align:middle !important; position:relative;}
#contentshere * {letter-spacing: normal !important;}
.aPfBox { display:inline-block; vertical-align:middle !important; padding:2px;
padding:0;}
.aPfBox.addBorder { padding:1px;}
/*IE7*/
.ie7 .aPfBox{display:inline;zoom:1;}
.ie7 .aPfBox   { }
.ie7 .aPfBox.addBorder { padding:1px;}
.ie7 .aPfBox a div img, .ie7 .aPfBox a div span { cursor:pointer} 
a.aPfBoxLink { text-decoration:none; position:absolute;}
.aPfBoxLinkSpan { display:block; margin:0 auto; font-size:12px; text-align:center; overflow:hidden; height:14px; line-height:14px;vertical-align: middle !important; text-decoration:none; /*color:#F36;*/
	-moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease}
.aPfBoxLinkVwCnt { position:absolute; top:1px;display:inline-block; padding:2px 4px; line-height:12px; font-size:12px; /*background-color:#F00; color:#FF0;*/
background-repeat:repeat; background-color:transparent;
}
.aPfBoxLinkVwCnt.vw_red { background-image:url(vw_red.png); color:#fff;}
.aPfBoxLinkVwCnt.vw_blue { background-image:url(vw_blue.png);color:#fff;}
.aPfBoxLinkVwCnt.vw_white { background-image:url(vw_white.png);color:#000;}
.aPfBoxLinkVwCnt.vw_black { background-image:url(vw_black.png);color:#fff;}
.aPfBoxLinkVwCnt.vw_purple { background-image:url(vw_purple.png);color:#fff;}
.aPfBoxLinkVwCnt.vw_green { background-image:url(vw_green.png);color:#fff;}
.aPfBoxLinkVwCnt.zero {display:none !important;}
.aPfBoxLinkVwCnt.online { background-image:url(vw_online.gif) !important; color:#ffff00 !important;}

a.aPfBoxLink:hover .aPfBoxLinkSpan { /*color: #0CF;*/}
a.aPfBoxLink div img {-moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease}
a.aPfBoxLink:hover div img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
    filter: alpha(opacity=80) !important;
    opacity: 0.8 !important
}



/*isotope*/

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

@media all and (min-device-width:768px) {
	
}




/*eventually I would like to move on to rem for responsive trigger,,,,but for now*/
@media only screen and (min-width: 480px) {/*smart phone landscape*/


}

@media only screen and (min-width: 768px) {/*tablet and pc*/


}

@media only screen and (min-width: 1024px) {/*pc*/


}
