@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #444;
	font-family: Arial;}

h1 {
	font: bold 24pt;
	color: #C00;
	margin: 32px 0 16px;
	line-height: 125%;}

h2 {
	font: bold 16pt;
	margin: 28px 0 8px;}

a {
	font-weight: bold;}



/* STRUCTURE */

.container {
	width: 980px;
	margin: 0 auto;
	background: #FFF url(i/m/bg.jpg);
	border-right: 3px solid #aaa;
	border-left: 3px solid #aaa;}

.title-img {
	display: block;
	margin: 0;}

.line {
	height: 1px;
	width: 100%;
	margin: 2px 0 20px;}

.content {
	width: 900px;
	margin: 20px auto;
	font: 12pt;
	line-height: 125%;}

.content > img, .content p img {
	border: 1px solid;
	margin-right: 5px;}

.content > img {
	margin-top: 48px;}

.foot-img {
	position: relative;
	top: 41px;}
	
.foot-nav {
	background-color: #000;
	color: #FFF;
	width: 100%;
	height: 41px;
	line-height: 40px;
	font-size: 8pt;}

.foot-nav a {
	color: #FFF;}

.addthis {
	margin: 0 10px 0 572px;
	vertical-align: middle;}



/* NAVIGATION */

#nav {
	margin-left: 10px;}

#nav a {
	height: 19px;
	width: 96px;
	display: block;
	float: left;
	outline: none;}

#tutorials {background: url(i/m/b.png);}
#articles {background: url(i/m/b.png) -96px -0px;}
#templates {background: url(i/m/b.png) -192px -0px;}
#setup {background: url(i/m/b.png) -288px -0px;}
#help {background: url(i/m/b.png) -384px -0px;}
#about {background: url(i/m/b.png) -480px -0px no-repeat;}

#tutorials:hover {background: url(i/m/b.png) 0px -19px;}
#articles:hover {background: url(i/m/b.png) -96px -19px;}
#templates:hover {background: url(i/m/b.png) -192px -19px;}
#setup:hover {background: url(i/m/b.png) -288px -19px;}
#help:hover {background: url(i/m/b.png) -384px -19px;}
#about:hover {background: url(i/m/b.png) -480px -19px no-repeat;}


/* MAIN PAGE */

.tut-div {
	height: 90px;
	margin: 18px 0;}

.tut-div img {
	margin-right: 15px;
	border: 1px solid;
	vertical-align: text-top;
	float: left;}

.tut-div h3 {
	font-size: 12pt;
	margin: 1px;}

.tut-div p {
	margin: 1px;}

.tut-div > a {
	font-size: 10pt;}



/* TUTORIAL PAGES */

.bo {
	list-style: none;}


/* TEMPLATES PAGE */

.template {
	height: 170px;
	padding: 25px 25px 10px;
	margin: 20px 0;}

.template img {
	margin-right: 20px;
	border: 1px solid;
	vertical-align: text-top;
	float: left;}

.template p {
	margin: 1px;}

.template h2 {
	margin-top: -6px;}
