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%;
	vertical-align: baseline;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	color: #666;
	background:#fff;
 }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
outline-style:none;
	color: #EEA34A;
	text-decoration: none;
	 }

a:hover{
	color: #333;
	text-decoration: none; }

a.img {
	border: none;
	background-color:transparent; }

form { margin: 0; padding: 0; }

img { border: none; }

hr {
	border-color: #ccc;     
	border-style: solid;   
	border-width: 1px 0 0; 
	clear: both;           
	margin: 0px 0 10px 0; 
	height: 0;             
}

.left {float:left;}
.right{float:right;}

textarea:focus, input:focus{
	outline:none
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

/*------------------HEADING--------------------*/

h1 {
	margin: 0px 0 20px 0;
	padding: 0 0 0px 0;
	font-size: 3.4em;
	line-height:1.2em;
	font-weight: 600;
	color: #333333;
	font-family: 'Open Sans', sans-serif; }

h2 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 2.4em;
	font-weight: 600;
	color: #333333;
	font-family: 'Open Sans', sans-serif; }

h3 {
	font-size: 2.1em;
	font-weight: 400;
	margin:0 0 10px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;  }

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.7em;
	font-weight: 400;
	color: #333333; 
	font-family: 'Open Sans', sans-serif; }
	
h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.3em;
	color: #333333; 
}

h6 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	color: #333333; 
}

p {
	margin: 0 0 1.0em 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.6em;
}

strong {
	font-weight:700;
}

hr {
	clear:both;
	margin:20px 0;
}

ul, ol {
	margin:0 0 20px;
	padding:0;
}

ul li, ol li {
	font-size:1.4em;
	padding:0;
	line-height:1.5em;
	margin:0 0 0 16px;
}

ol li {
	margin:0 0 10px 16px;
}
	
/*---------------LAYOUT BOXES----------------------*/

#Container {
	margin: 0px auto ;
	width:700px;
	background:#fff;
}

#Frame {
	float:left;
	width:700px;
	padding: 0px;
	margin:20px 0 60px;
	background:#fff;
}

header {
	float:left;
	width:100%;
	margin:0 0 30px;
}

/* --------------HEADER ELEMENTS----------------*/


#Header {
	float:left;
	width:700px;
	margin:0 0 0px 0;
	position: relative;
}

#Logo a {
	float:left;
	background:url(/prx/000/http/code.tiffbits.com/img/logo_tiffbits.png) no-repeat;
	width:72px;
	height:72px;
	overflow:hidden;
	text-indent:-9999px;
}

nav {
	float:left;
	width:100%;
	margin:0px 0 30px 0px;
}

nav ul li {
	float:left;
	width:100%;
	list-style-type:none;
	padding:0 0 15px;
	margin:0 0 15px;
	border-bottom:solid 1px #eee;
}

nav ul li em {
	display:block;
	font-size:0.7em;
	margin:0 0 2px;
}

nav ul li a {
	float:left;
	width:100%;
	font-size:1.3em;
	padding:0 0 0px 0px;
}

nav ul li a em {
	color:#000;
} 

article nav {
	width:auto;
	margin:0;
}

article nav ul li {
	float:none;	
	border:0;
	width:auto;
	margin:0;
	padding:0 0 5px;
}

article nav ul li a {
	font-size:1.1em;
	float:none;
	width: auto;
	padding:0 20px 10px 0;

}

/*---------------GLOBAL----------------------*/
h3 a {
	color:#333;
}

.comments {
	margin:0 0 10px;
}

.comments a {
	font-size: 1.2em;
	font-weight: normal;
	text-transform:uppercase;	
}

#disqus_thread {
	margin:50px 0 30px 0;
}

aside.bottom {
	margin:50px 0 0 0;
}

aside .share {
	clear:both;
	margin:40px 0 0;
}

/*---------------CSS3 FORMS TUTORIAL STYLING----------------------*/

.rounded_corners {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.text_shadow {
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}

input {
	border:0;
	padding:10px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#aaa;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:300px;
}

input[type="radio"] {
	width:auto;
	margin:0 0 10px;
}

input.shadow_inset {
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

input.shadow_inset_top {
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

input.shadow_bottom_white {
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
}

input:focus {
	border:solid 1px #EEA34A;
}

button {
	border:solid 1px #aaa;
	padding:15px 30px;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	color:#333;
}

button.bg_gradient {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
}

button.shadow_inset_top {
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

button.shadow_bottom {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

button.shadow_inset_top_shadow_bottom {
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
}

button:hover {
	background:#aaa;
}

.copy {
	width:660px;
	position:relative;
	float:left;
	border:solid 1px #e7ad75;
	padding:20px 20px 20px;
	margin:20px 0 30px;
}

.copy textarea {
	width:640px;
	height:200px;
}

.copy textarea.short {
	height:60px;
}

.copy_text {
	position:absolute;
	top:1px;
	right:1px;
	padding:5px;
	font-size:1.1em;
	font-weight:bold;
	text-transform: uppercase;
	cursor:pointer;
}

.copy_text:hover {
	color:#EEA34A;
}

.copy_text:active {
	color:#e77d00;
}


pre {
	font-size:1.5em;
	white-space:normal;
}


form.bg {
	background:#eea34a;
	padding:20px;
	width:325px;
	height:40px;
	margin:0 0 20px;
}

p.link {
	clear:both;
}

.ad {
	display:block;
	margin:0 auto;
}

.ad.banner{
	width:480px;
}

.ad.banner.middle {
	margin-bottom:20px;
}

/*-------------- Footer -----------------*/

/* Remove traces of float */	
.clear {
	clear: both;
	font-size: 2px; }
	
td.nowrap {
	white-space: nowrap;
	}
