/*
Theme Name: agtbnet
Theme URI: http://www.agtb.net/
Description: WordPress theme for agtb.net.
Version: 1.0
Author: Alistair Buckle
Author URI: http://www.agtb.net/
Tags: agtb.net
Media: print
*/

/*         page
| header |/
|--------|
|c     |s|
|o     |i|
|n     |d|
|t     |e|
|e     |b|
|n     |a|
|t     |r|
|--------|
| footer |
*/

/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬Structural*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #AAA;
	color: #333;
	font-size: 62.5%; /* (16px @ 62.5% = 10px) */
	font-family: Arial, Helvetica, sans-serif;
}

#headerTitle a img
{
	/* third size */
	height: 15px;
	width: 69px;
}

#content
{
	font-size: 1.2em;
	line-height: 1.4em;
}

code, pre
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

pre
{
	margin: 1em 0em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1
{
	margin-bottom: 1em;
}

h2, h3, h4, h5, h6
{
	margin: 1em 0em 0.5em;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; margin-top: 2em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬/Structural*/

/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬Print*/
/*-----------------------------------------------------------------------fixes*/
a img
{
	border: none;
}

hr
{
	display: none;
}

/*-------------------------------------------------------------------Portfolio*/
.page-id-14 .post
{
	text-align: left;
}

.page-id-14 .entry img
{
	border: 1px solid #CCC;
	display: block;
	float: none;
	margin: 0em 1em 2em 0em;
}

/*----------------------------------------------------------------------ignore*/
#headerNavigation
{
	display: none;
}

#sidebar
{
	display: none;
}

#commentary
{
	display: none;
}

.postmetadata
{
	display: none;
}

#footer
{
	display: none;
}
/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬/Print*/
