/* 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 {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: black;
}

a.hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,ul,li,p {
	font-family: calibri;
	font-weight:normal;
	line-height: 100%;
	margin-top: 0;
}

h1 {
	font-size: 20px;
	color: #000;
}

h2 {
	font-size: 16px;
	color: #000;
}

h3 {
	font-size: 12px;
	color: #000;
}

/* my CSS */

#content {
	margin: 2em auto;
	width: 900px;
	height: 300px;
	border-style:solid;
	border-width:1px;
}

#pic {
	float: left;
	width: 300px;
	display: inline;
}

#pic img,video {
	margin-top: 25px;
	padding-left: 25px;
	max-height:250px;
	max-width:350px;
}
#info {
	display:none;
	float: right;
	width: 500px;
	margin-top: 25px;
	height:235px;
}

#info h1 {
	font-weight: bold;
}

#info h2 {
	margin-top:5px;
	margin-bottom: 10px;
}

#info2 {
	display:none;
	float: right;
	width: 500px;
	margin-top: 25px;
	height:235px;
}

#info2 h1 {
	font-weight: bold;
}

#info2 h2 {
	margin-top:5px;
	margin-bottom: 10px;
}


#wonder {
	float:right;
	margin-top:-15px;
	margin-right:10px;
	cursor:pointer;
}

#wonder h1 {
	font-size:15px;
	font-weight:normal;
	color:#999;
}

#wonder h1:hover {
	color:#090
}

#wonder2 {
	float:right;
	margin-top:-15px;
	margin-right:10px;
	cursor:pointer;
}

#wonder2 h1 {
	font-size:15px;
	font-weight:normal;
	color:#999;
}

#wonder2 h1:hover {
	color:#090
}

#contact {
	float: right;
	width: 500px;
	display:inline;
}
#contact ul,li {
	display:inline;
}

#contact img {
		max-width:20px;
		max-height:20px;
		filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    	filter: gray; /* IE6-9 */
    	-webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

#contact img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

#valid{
	text-align:center;
}

#valid img {
	max-height:75px;
	max-width:75px;
}