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

/*         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;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*------------------------------------------------------------------------page*/
#page
{
	background: #FFF url('gfx/agtbnetPageBackground.png') repeat-y;
	margin: 0px auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

/*----------------------------------------------------------------------header*/
#header
{
	background: #9CF url('gfx/agtbnetHeaderBackground.jpg') no-repeat bottom center;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 960px;
}

#headerTitle
{
	float: left;
	margin: 45px 0px 0px 20px;
	width: 207px;
}

#headerTitle h2
{
	margin: 0;
	padding: 0;
}

#headerNavigation
{
	float: right;
	font-size: 1.6em;
	margin: 5px 30px 0px 0px;
	width: auto;
}

#headerNavigation ul, #headerNavigation ul li
{
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#headerNavigation ul li
{
	margin-left: 20px;
}

#headerNavigation a:link, #headerNavigation a:visited, #headerNavigation a:hover, #headerNavigation a:active
{
	color: #FFF;
	background-color: transparent;
}

#headerNavigation a:hover
{
	text-decoration: underline;
}

/*---------------------------------------------------------------------content*/
#content
{
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 20px 0px 20px 30px;
	width: 600px;
}

.entry
{
	padding-bottom: 1em;
}

.post
{
	text-align: justify;
}

.post hr
{
	display: block;
}

.postmetadata
{
	border-top: 1px solid #CCC;
	clear: both;
	padding-top: 1em;
}

.postmetadata p
{
	margin: 0;
}

.postmetadata ul, .postmetadata li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/*---------------------------------------------------------------------sidebar*/
#sidebar
{
	background-color: #FAFAFA;
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 20px 0px 0px 650px;
	padding-bottom: 10px;
	width: 280px;
}

#sidebar h6
{
	border-bottom: 1px solid #CCC;
	clear: none;
	margin-top: 20px;
	/*text-transform: uppercase;*/
}

#sidebar a
{
	color: #333;
}

#sidebar a:hover
{
	color: #06C;
}

#sidebar #searchform
{
	text-align: center;
}

#sidebar #searchform input
{
	margin: 0px auto;
	width: 98%;
}

#sidebar ul
{
	margin-bottom: 20px;
}

#sidebar ul li
{
	margin-bottom: 1em;
	line-height: 1.4em;
	list-style-type: none;
	list-style-image: none;
}

#sidebarContact a
{
	margin: 0px 15px;
}

/*----------------------------------------------------------------------footer*/
#footer
{
	background: transparent url('gfx/agtbnetFooterBackground.jpg') no-repeat bottom;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

/* MSIE8 fix - if spans for #footer[text|button] arbitrary widths applied */
#footer #shoe
{
	border-top: 1px solid #CCC;
	margin: 0px auto;
	overflow: hidden; /* contains floats */
	padding: 0.5em 0px 15px;
	width: 940px;
}

.endsign
{
	margin-right: 0.1em;
	vertical-align: middle;
}

#footertext
{
	float: left;
	margin-left: 20px;
}

#footerbuttons
{
	float: right;
	margin-right: 20px;
	/*width: 145px;*/
}

#footerbuttons img
{
	margin-left: 2px;
	vertical-align: middle;
}

.post-edit-link
{
	background-color: #F0F;
	color: #333;
	font-family: 'Andale Mono', Fixed;
	position: fixed;
	right: 0;
	top: 0;
}

/*----------------------------------------------------------------------search*/
#searchform input, #searchform-page input
{
		color: #333;
}

#searchform #s, #searchform-page #s-page
{
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 100%;
}

#searchform #searchsubmit, #searchform-page #searchsubmit-page
{
	background-color: #CCC;
	float: left;
	margin-top: 1px;
	width: auto;
}

/*--------------------------------------------------------------------tagcloud*/
#tagcloud
{
	text-align: center;
}

#tagcloud a
{
	margin: 0em 0.2em;  
}

/*--------------------------------------------------------------------comments*/
#commentary
{
	clear: both;
}

#commentform p
{
	margin: 1px 0px;
}

#commentform input
{
	padding: 2px;
	width: 200px;
}

#commentform label
{
	font-size: 0.9em;
}

#commentauthor,
#commentemail,
#commenturl,
#commentcontent
{
	background-color: #FFF;
	border: 1px solid #CCC;
}

#commentform #commentcontent
{
	width: 100%;
	padding: 2px;
}

#commentform #commentsubmit
{
	background-color: #CCC;
}	

#commentform .error
{
	border: 1px solid #F66;
}

#commentform label.error
{
	display: none;
}

#commentform label span.error
{
	border: none;
	border-bottom: 1px solid #F66;
}

#commentform #commenterror label
{
	border: none;
	color: #F66;
	display: block;
}
/*-----------------------------------------------------------------commentlist*/
/*(number of comments) and (no comments)*/
.nocomments
{
	color: #999;
	font-size: 0.9em;
	line-height: 1.5em;
}

.commentlist li
{
	border: 1px solid #EEE;
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0.5em;
}

.thread-alt { background-color: #FAFAFF; }
.thread-even { background-color: #FFF; }

.commentlist li .avatar
{ 
	background-color: #FFF;
	border: 1px solid #EEE;
	float: right;
	padding: 2px;
	width: auto;
}

.commentlist .says { display: none; }

.commentmetadata
{
	display: block;
	font-size: 0.8em;
}

.commentlist p
{
	line-height: 1.5em;
	margin: 0.5em 0;
}

.commentlist cite, .commentlist cite a
{
	font-style: normal;
	font-weight: bold;
}	
/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬/Structural*/

/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬HTML*/
a
{
	color: #06C;
	text-decoration: none;
}

a:visited
{
	color: #606;
}

a:hover
{
	color: #06C;
	text-decoration: underline;
}

a img
{
	border: none;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
	cursor: help;
}

blockquote
{
	border-left: 0.5em solid #EEE;
	padding-left: 0.5em;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
	text-decoration: none;
}

code, pre
{
	background-color: #EEE;
	font: 1.1em 'Courier New', Courier, Fixed;
}

pre, kbd
{
	margin: 1em 0em;
}

em
{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
}

h1
{
	margin-bottom: 1em;
}

h2, h3, h4, h5, h6
{
	margin: 1em 0em 0.5em;
}

h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited,
h5, h5 a, h5 a:visited,
h6, h6 a, h6 a:visited
{
	clear: both;
	color: #333;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover
{
	color: #06C;
	text-decoration: none;
}

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

hr
{
	display: none;
}

p
{
	/*clear: both;*/
	display: block;
	margin-bottom: 1em;
}

small
{
	font-size: 0.9em;
	line-height: 1.5em;
}

strong
{
	font-weight: bold;
}
/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬/HTML*/

/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬Classes*/
.alignleft
{
	float: left;
	width: auto;
}

.alignright
{
	float: right;
	width: auto;
}

.alt
{
	
}

.center
{
	text-align: center;
}

.clear
{
	clear: both;
}

.code
{
	font: 1em 'Courier New', Courier, Fixed;
}

.hidden
{
	display: none;
}
/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬/Classes*/

/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬Pages*/
/*-------------------------------------------------------------------------404*/
.error404 #content ul li
{
	clear: both;
}

.error404 #content img
{
	margin-top: 0;
}
/*---------------------------------------------------------------------Archive*/
.archive .entry
{
	border-bottom: 1px solid #CCC;
}
/*---------------------------------------------------------------------Contact*/
.page-id-12 .post img
{
	margin-top: 0;
}
/*------------------------------------------------------------------------Home*/
.home .entry img
{
	margin-top: 0;
}
.home .entry ul
{
	margin-bottom: 2em;
}
.home .entry ul li
{
	clear: both;
}
/*-------------------------------------------------------------------Portfolio*/
.page-id-14 .post
{
	text-align: left;
}

.page-id-14 .entry img
{
	margin: 0em 1em 2em 0em;
}

/*----------------------------------------------------------------------Search*/
.search-results #SearchQuery
{
	background-color: #FAFAFA;
	border-bottom: 1px solid #CCC;
	font-size: 1.2em;
}

.search-results .entry
{
	border-bottom: 1px solid #CCC;
}
/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬/Pages*/






/*¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬OLD*/

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
}

.navigation
{
	display: block;
	margin: 0 0 2em;
	text-align: center;
}

/*----------------------------------------------------------------------Images*/
p img
{
	max-width: 100%;
}

img.alignleft
{
	display: inline;
	margin: 0 1em 2em 0;
}

img.centered
{
	display: block;
	margin: 0 auto;
}

img.alignright
{
	display: inline;
	margin: 0 0 2em 1em;
}

img.framed
{
	border: 1px solid #CCC;
}
	
img.galleried
{
	margin-right: 10px;
}

/* Begin Lists */

html>body #content ul
{
	margin-left: 0;
	padding: 0 0 0 1em;
	list-style: none;
}

html>body .entry li {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select
{
	width: 130px;
}

/*--------------------------------------------------------------------Calendar*/
#wp-calendar
{
	border-bottom: 1px solid #CCC;
	empty-cells: show;
	margin: 0px auto;
	width: 100%;
}

#wp-calendar caption
{
	border-bottom: 1px solid #CCC;
	text-align: right;
	text-transform: uppercase;
}

#wp-calendar th, #wp-calendar td { text-align: center; }

#wp-calendar td a { text-decoration: line-through; }

#wp-calendar #today { font-weight: bold; }

#wp-calendar #next a, #wp-calendar #prev a
{
	font-size: 0.9em;
	text-decoration: none;
}
#wp-calendar #next { text-align: right; }
#wp-calendar #prev { text-align: left; }


/*--------------------------------------------------------------------Captions*/
.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	text-align: center;
	background-color: #333;
	margin-bottom: 1em;
	width: auto !important;
}

.wp-caption-text
{
	color: #FFF;
	font-size: 0.9em;
	margin: 0;
}

