/* 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: top;
	horizontal-align: left;
}
/* 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;
}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
	vertical-align: middle;
	horizontal-align: center;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	/*font-weight:bold;*/ 
	font-family:courier;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
}

/* Style */
html { background-color: #eaeaea; }




/* MAINWRAPPER */
#mainwrapper {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 0px auto 0 auto;
	text-align: center;
	width: 460px;
}

/* Image Box Style */
#mainwrapper .box {
	border: 0px solid #fff;
	cursor: pointer;
	height: 540px;
	width: 460px;
	float: left;
	margin: 0px;
	position: relative;
	overflow: hidden;
}
#mainwrapper .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#mainwrapper .box .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #aaa;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}

/** Caption 3: Fade **/
#mainwrapper .box .fade-caption  {
	opacity: 0;
	width: 460px;
	height: 540px;
	text-align: center;
	line-height: 33;
	vertical-align:middle;
	padding: 0px;
}

/** Fade Caption :hover Behaviour **/
#mainwrapper .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption  {
	opacity: 1;
}



/* MAINWRAPPER1 */
#mainwrapper1 {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 0px auto 0 auto;
	text-align: center;
	width: 460px;
}

/* Image Box Style */
#mainwrapper1 .box {
	border: 0px solid #fff;
	cursor: pointer;
	height: 260px;
	width: 460px;
	float: left;
	margin: 0px;
	position: relative;
	overflow: hidden;
}
#mainwrapper1 .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#mainwrapper1 .box .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #aaa;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}

/** Caption 3: Fade **/
#mainwrapper1 .box .fade-caption  {
	opacity: 0;
	width: 460px;
	height: 260px;
	text-align: center;
	line-height: 16;
	vertical-align:middle;
	padding: 0px;
}

/** Fade Caption :hover Behaviour **/
#mainwrapper1 .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption  {
	opacity: 1;
}



/* MAINWRAPPER2 */
#mainwrapper2 {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 0px auto 0 auto;
	text-align: center;
	width: 300px;
}

/* Image Box Style */
#mainwrapper2 .box {
	border: 0px solid #fff;
	cursor: pointer;
	height: 180px;
	width: 300px;
	float: left;
	margin: 0px;
	position: relative;
	overflow: hidden;
}
#mainwrapper2 .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#mainwrapper2 .box .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #aaa;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}

/** Caption 3: Fade **/
#mainwrapper2 .box .fade-caption  {
	opacity: 0;
	width: 300px;
	height: 180px;
	text-align: center;
	line-height: 11;
	vertical-align:middle;
	padding: 0px;
}

/** Fade Caption :hover Behaviour **/
#mainwrapper2 .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption  {
	opacity: 1;
}




/* MAINWRAPPER3 */
#mainwrapper3 {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 0px auto 0 auto;
	text-align: center;
	width: 620px;
}

/* Image Box Style */
#mainwrapper3 .box {
	border: 0px solid #fff;
	cursor: pointer;
	height: 180px;
	width: 620px;
	float: left;
	margin: 0px;
	position: relative;
	overflow: hidden;
}
#mainwrapper3 .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#mainwrapper3 .box .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #aaa;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}

/** Caption 3: Fade **/
#mainwrapper3 .box .fade-caption  {
	opacity: 0;
	width: 620px;
	height: 180px;
	text-align: center;
	line-height: 11;
	vertical-align:middle;
	padding: 0px;
}

/** Fade Caption :hover Behaviour **/
#mainwrapper3 .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption  {
	opacity: 1;
}

