/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* Basic */
a {
	color: #0099cc;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
h3 {
	color: #0099cc;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}
p {margin-bottom: 23px;}
i {font-family: Georgia, serif;}

/* How to page */
body {
	background: #fcf4d3 url('images/howto-bg.jpg') repeat-x;
	color: #3c3c3c;
	font: 14px/1.2em Helvetica, Arial, sans-serif;
}
#container {
	background: url('images/howto-container-bg.jpg') no-repeat top center;
	margin: 0 auto 40px;
	width: 965px;
}
#top {
	height: 61px;
	position: relative;
}
h2 {
	height: 19px;
	left: 0;
	position: absolute;
	top: 21px;
	width: 334px;
}
h2 a#logo {
	background: url('images/howto-logo.jpg') no-repeat;
	height: 19px;
	display: block;
	width: 334px;
}
#top ul#left {
	height: 26px;
	right: 0;
	position: absolute;
	top: 19px;
	width: 350px;
}
#top ul#left li {float: left;}
#top ul#left li.title2 {
	background: url('images/howto-title2.png') no-repeat;
	height: 20px;
	margin: 3px 10px 0 0;
	width: 248px;
}
#top ul#left li a.tw {
	background: url('images/howto-social-icons.jpg') no-repeat 0 0;
	height: 26px;
	margin-right: 14px;
	width: 45px;
}
#top ul#left li a.tw:hover {background-position: 0 -26px;}
#top ul#left li a.fb {
	background: url('images/howto-social-icons.jpg') no-repeat 0 -52px;
	height: 26px;
	width: 26px;
}
#top ul#left li a.fb:hover {background-position: 0 -78px;}
#header {
	height: 308px;
	margin-top: 155px;
	position: relative;
}
#header h1 {
	background: url('images/howto-title.png') no-repeat;
	height: 126px;
	left: 0;
	position: absolute;
	top: 24px;
	width: 395px;
}
#header img {
	height: 308px;
	right: 0;
	position: absolute;
	top: 0;
	width: 498px;
}
#content {
	margin-top: 100px;
}
#content .left {width: 430px;}
#content .right {width: 388px;}
#content .right ol li {
	background: url('images/howto-content-ol-tall.png') no-repeat 0 0;
	border-bottom: 1px solid #e5dec0;
	padding: 20px 44px;
}
#content .right ol li.one {background-position: 9px 14px;}
#content .right ol li.two {background-position: 9px -129px;}
#content .right ol li.three {background-position: 9px -330px;}
#content .right ol li.four {background-position: 9px -503px;}
#content .right ol li.five {background-position: 9px -700px; border: none;}
#content .right ol li b.title {
	color: #222222;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.3em;
}
#content .right ol li a {
	color: #3c3c3c;
	font-weight: bold;
	text-decoration: underline;
}
#content .right ol li a:hover {text-decoration: underline;}
#content .right ol li p {margin: 0;}

#footer {
	margin-top: 130px;
}
#footer p {
	font-size: 1.14em;
	font-weight: bold;
	line-height: 1.45em;
}
#footer #contributors {
	margin-bottom: 50px;
}
#footer #contributors div.left {
	padding-top: 12px;
	text-align: center;
	width: 225px;
}
#footer #contributors div.border {
	border-right: 1px solid #d9d9d9;
}
#footer #contributors a {
	color: #333333;
	display: block;
	font-size: 0.86em;
	height: 72px;
	padding: 105px 15px 12px 15px;
}
#footer #contributors a:hover {
	color: #000000;
	text-decoration: none;
}
#footer #contributors a span {
	color: #333333;
	display: block;
	font-size: 1.14em;
	font-weight: bold;
	margin-bottom: 5px;
}
#footer #contributors a.miro {background: url('images/contributors_miro.png') top center no-repeat;}
#footer #contributors a.ova {background: url('images/contributors_ova.png') top center no-repeat;}
#footer #contributors a.drumbeat {background: url('images/contributors_drumbeat.png') top center no-repeat;}
#footer #contributors a.kaltura {background: url('images/contributors_kaltura.png') top center no-repeat;}
#footer p.small {
	font-size: 0.88em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}




/* // For Image Headers, Hide Text // */
.title_image {z-index: 99999; text-indent: -2000em; display: block; font-size: 6px;}

/* Classes */
.center {text-align: center;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}

