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

@font-face {
    font-family: 'bentonSansBook';
    src: url('../fonts/benton-sans-book.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bentonSansRegular';
    src: url('../fonts/benton-sans-regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bentonSansThin';
    src: url('../fonts/benton-sans-thin.otf');
    font-weight: normal;
    font-style: normal;
}

body{
	background:url(../images/texture.png) #f0f1f5;
	font-family: bentonSansBook, arial;
	color: #6d707d;
	font-size: 12px;
	line-height: 14px;
}

header h1{
	text-indent: -99999px;
	background:url(../images/logo.png);
	width:315px;
	height:76px;
	margin: 0px auto;
	margin-top: 40px;
}

strong{
	font-family: bentonSansRegular, arial;
	color:#000;
}

#container{
	width:442px;
	margin: 0px auto;
}

#container #example{
	width:315px;
	margin: 0px auto;
}

	#container .popup-top, #container .popup-bottom, #container .download{
		width: 147px; 
		height: 35px; 
		background-color: #b1b88f;
		float:left;
		margin: 40px 20px 50px 0px;
		line-height: 35px;
		text-align: center;
		color: #fff;
		font-family: bentonSansBook, arial;
		font-size: 12px;
		text-decoration: none;
		cursor: default;
	}

		#container .download{
			cursor: pointer;
			width: 315px;
			background-color: #4b4d56;
			margin:20px 0px 50px 0px;
		}

		#container .popup-bottom{
			margin-right:0px;
		}

		#container .popup-top:hover, #container .popup-bottom:hover{
			background-color:#929875;
		}

		#container .download:hover{
			background-color:#36383e;
		}

	#container .code{
		width: 402px; 
		background-color: #f7f8fb; 
		border: solid 1px #b0b6bc;
		float:left;
		padding:20px;
		font-size: 12px;
		color: #6d707d;
		font-family: bentonSansBook, arial;
		line-height: 14px;
		position: relative;
		margin-bottom: 20px;
	}

	#container .code em{
		position: absolute;
		top:5px;
		right:6px;
		font-size:9px;
		color: #a8a9ae;
		text-transform: uppercase;
	}

	#container .code ol li{
		padding:7px 0px 7px 0px;
	}

		#container table{
			width: 442px; 
			background-color: #f7f8fb; 
			border: solid 1px #b0b6bc;
			border-top:none;
			float:left;
			font-size: 12px;
			color: #6d707d;
			font-family: bentonSansBook, arial;
			line-height: 14px;
			position: relative;
			margin: 20px 0px;
		}

			#container table tr td{
				padding:20px;
				vertical-align: middle;
			}

			#container table tr{
				border-top: solid 1px #b0b6bc;
			}

			#container table tr:nth-child(2){
				background: #e9ebf1;
			}

			#container table tr td.left{
				border-right: solid 1px #b0b6bc;
				width:120px;
			}

		#container h2{
			font-size: 16px;
			padding: 30px 0px 10px 3px;
			float:left;
			width: 100%;
			color: #4b4d56;
		}

		#container p{
			padding-left: 3px;
			float: left;
		}

		#container footer{
			width:442px;
			height:30px;
			float:left;
			border-top: #b0b6bc solid 1px;
			padding: 10px 0px;
		}

			#container footer .right{
				float:right;
				font-size: 10px;
			}

			#container footer .left{
				float:left;
			}
		

/* EasyPop plugin css */

.popup-bubble { position: absolute; background: #454545; top:0px; left:0px; border-radius: 2px; color:#fff; text-align: center; font-size: 10px; padding:4px 8px 4px 8px; display: none;} 
.popup-bubble:after { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.popup-bubble:after { border-color: rgba(0, 0, 0, 0); border-top-color: #454545; border-width: 3px; left: 50%; margin-left: -3px; } 

.popup-bubble.bottom-bubble:after { top:auto; bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.popup-bubble.bottom-bubble:after { border-color: rgba(0, 0, 0, 0); border-top-color:transparent; border-bottom-color: #454545; border-width: 3px; left: 50%; margin-left: -3px; } 
