﻿/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ul{ list-style:none; list-style-position:outside;}

wside, nav, article {display: block;}

/* Essentials */

body {
	background: #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrapper {
	margin: 0 auto;
}

p {
	line-height: 140%;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter; /*counteract strong browser anti-aliasing*/
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Header */

header {
	height: 110px;
}

h1.logo a {
	display: block;
	width: 249px;
	height: 65px;
	background: url('images/devscope.png') no-repeat;
	float: left;
	margin: 20px 0 20px 40px;
}

/* Contents */ 

article.contents {
	background: #ed6f0d;
	padding-bottom: 20px;
	line-height:30px;

}

article.contents h2 {
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	padding: 20px 0 0 40px;
	font-family: Arial, Helvetica, sans-serif;
}

article.contents h3 {
	font-size: 14px;
	color: #fff;
	/*padding: 20px 0 20px 40px;*/
	padding: 0 0 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
}

article.contents p {
	padding: 0 0 0 40px;
}

/* Footer */

footer p.copyright{
	color: #666;
	font-size: 11px;
	padding: 20px 0 20px 40px;
}
