/* 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;
}

/* Site styles */

.wrapper { margin-top: 15px; }
.header {
	background: transparent url("images/metanick-embed-header.jpg") left top no-repeat;
	width: 870px;
	height: 110px;
}
.navigation {
	float: right;
	position: relative;
	top: 10px;
	margin-right: 10px;
}
	.navigation a {
		font-size: 14px;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: underline;
	}
	navigation a:hover { text-decoration: none;	}
.contentWrapper {
	width: 868px;
	border: 1px solid #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F7F0F0;
}
.content {
	width: 775px;
	height: 100%;
	margin: 20px 0px 20px 10px;
	padding: 20px;
	background: transparent url("images/texture.gif") left top repeat;
	border: 1px solid #ccc;
}
	.content p,
	.content li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	.content h1 {
		font-size: 30px;
		font-family: "Oswald", sans-serif;
		text-align: center;
		text-shadow: #000 2px 2px 2px;
	}
	.content h2 {
		font-size: 16px;
		font-weight: bold;
		font-family: "Oswald", sans-serif;
	}
	.content h3 {
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
	}
	.content a {
		font-size: 15px;
		color: #009900;
		text-decoration: underline;
	}
	.content a:hover { text-decoration: none;	}
.break {
	height: 2px;
	background-color: #000;
	width: 97%;
	margin: 20px;
}
.footer {
	margin-top: 15px;
  background-color: #fff;
	width: 100%;
	text-align: center;
	float: left;
	background: url('images/close-tags.jpg') 90% 80% no-repeat;
}
	.footer p {
		font-size: 11px;
	}
	.footer a {
		font-size: 11px;
		color: #000000;
	}
.portfolio {
	float: right;
	border: 1px dashed #FF0000;
	margin: 10px;
}
.indexC1,
.indexC2,
.indexC3 {
	width: 210px;
	height: 210px;
	padding: 10px;
	margin: 10px;
	border: 1px solid black;
	float: left;
	box-shadow: #000 0 2px 2px; 
}
.indexC1 { 
	background: #FACBCB; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FACBCB', endColorstr='#fff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FACBCB), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FACBCB,  #fff); /* for firefox 3.6+ */ 
}
.indexC2 { background-color: #E1DFFF; }
.indexC3 { background-color: #FDFFAA; }
.right {
	text-align: right;
	width: 120px;
	float: left;
	height: 22px;
	font-size: 13px;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
