/*
Theme Name: AGA
Theme URI: http://tremetreme.net
Description: This is a blank Wordpress theme with a fixed width, laid out in 2 columns with the menu on the right
Author: treme treme
Author URI: http://tremetreme.net


/*-----------YUI CSS Reset--------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-----------Layout--------------*/

body {
	background: #1a1a1a;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #1a1a1a;
}

#page {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

#headerWrapper {
	width: 100%;
	height: 228px;
	margin: 0 auto;
	background: url(images/headerBg.png) 0 0 repeat-x;
}

#header {
	width: 848px;
	margin: 0 auto;
}

#header p.description {
	display: none;
}

#wrapper {
	width: 848px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 0 60px 0;
	height: 1%;
}

#content {
	float: left;
	position: relative;
	display: inline;
	width: 468px;
	margin-left: 74px;
}

#sidebar {
	display: inline;
	float: right;
	width: 200px;
	margin-right: 44px;
}

#footerWrapper {
	width: 100%;
	clear: both;
	height: 1%;
	padding: 0 0 40px 0;
	background: #1a1a1a url(images/footerBgTile.png) 0 0 repeat-x;
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 42px 0 0 0;
	background: #1a1a1a url(images/footerBg.png) top right no-repeat;
	color: #fff;
	font-size: 11px;
}

/*-------------Headings-------------*/

#header h1 {
	width: 848px;
	height: 228px;
	background: url(images/headerAGALogo.png) 0 0 no-repeat;
	line-height: 500px;
	overflow: hidden;
}

#header h1 a, #header h1 a:visited { 
	display: block; 
	width: 848px;
	height: 228px;
	background-color: none;
}

#header h1 a:hover { 
	display: block; 
	width: 848px;
	height: 228px;
	background-color: none;
}

/*-------------Typography-------------*/

p, address {
	margin-bottom: 20px;
}

strong, b {
	font-weight: bold;
}

/*-------------The Post-------------*/

#content .post .date {
	width: 66px;
	float: left;
	text-align: right;
	position: absolute;
	margin: 2px 0 0 -76px;
}

#content .post .date span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}

#content .post .date .day {
	font-size: 28px;
	line-height: 28px;
}

#content .post .date .month, #content .post .date .time {
	font-size: 11px;
	line-height: 11px;
}

#content .post h2 {
	background: #1a1a1a url(images/contentTitleBg.jpg) 0 0 no-repeat;
	width: 428px;
	padding: 10px 20px 6px 20px;
	margin: 0 0 20px 0;
	color: #FFF;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

#content .post h2 a, #content .post h2 a:visited {
	color: #FFF;
	text-decoration: none;
	background: transparent;
}

#content .post h2 a:hover {
	color: #FF0000;
	text-decoration: none;
	background: transparent;
}

#content .post h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#content .post h4 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}


#content .post {
	margin: 0 0 40px 0;
}

#content .post .entry {
	margin: 0 0 20px 0;
	line-height: 1.3em;
}

#content .post .entry p {
	margin: 0 0 10px 0;
}

#content .post .entry strong, #content .post .entry b {
	font-weight: bold;
}

#content .post .entry em, #content .post .entry i {
	font-style: italic;
}

#content .post .entry strike, #content .post .entry s {
	text-decoration: line-through;
}

#content .post .entry u {
	text-decoration: underline;
}

#content .post .entry a, #content .post .entry a:visited {
	color: #1A1A1A;
	text-decoration: underline;
}

#content .post .entry a:hover {
	color: #FFF;
	background-color: #1A1A1A;
	padding: 1px 0;
	text-decoration: none;
}

#content .post .entry img {
	padding: 1px;
	margin-bottom: 6px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

#content .post ul {
	list-style-type: disc;
	margin-bottom: 10px;
}

#content .post ol {
	list-style-type: decimal;
	margin-bottom: 10px;
}

#content .post li {
	list-style-position: outside;
	margin-left: 20px;
}

#content .post .entry {
	clear: both;
}

#content .post .postmetadata {
	color: #666;
}

#content .post .postmetadata alt {

}

#content .post .postmetadata p { margin: 2px 0 0 0; }

#content .post .postmetadata a, #content .post .postmetadata a:visited {
	color: #666666;
	background: #E6E6E6;
	text-decoration: none;
	padding: 2px;
}

#content .post .postmetadata a:hover {
	background: #FFF;
	color: #666;
	text-decoration: underline;
}

.navigation {
	position: absolute;
	top: -20px;
	left: 0;
	width: 468px;
	color: #666;
}

.navigation a, .navigation a:visited {
	color: #666666;
	background: #E6E6E6;
	text-decoration: none;
	padding: 2px;
}

.navigation a:hover {
	background: none;
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	clear: none;
}

.center {

}

div.center {
	width: 50px;
	border: 1px solid red;
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: none;
}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Share------------*/

.shareEntry {
	position: relative;
}

.shareBox {
	position: absolute;
	padding: 10px;
	background-color: #1A1A1A;
	color: #FFF;
	font-size: 12px;
}

/*--------------Sidebar------------*/

#sidebar ul#pages {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#sidebar ul#pages li {
	display: block;
	line-height: 24px;
}

#sidebar ul#pages li a, #sidebar ul#pages li a:visited {
	padding: 0 0 0 4px;
	color: #1a1a1a;
	text-decoration: none;
	border-left: 8px solid #FFF;
	background: none;
}

#sidebar ul#pages li.current_page_item a, #sidebar ul#pages li.current_page_item a:visited {
	border-left: 8px solid #FFFF00;
	background: none;
}

#sidebar ul#pages li a:hover {
	border-left: 8px solid #FF0000;
	background: none;
}

/*--------------Search Form-------------*/

form#searchform {

}

form#searchform #s {
	border: 1px solid #CCCCCC;
	width: 114px;
	padding: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0 0 0 13px;
}

form#searchform input#searchsubmit {
	background: none;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

form#searchform input#searchsubmit:hover {
	color: #ff0000;
	cursor: pointer;
}

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

#footer address {
	float: left;
}


#footer address img {
	margin-bottom: 10px;
}

#footer address p {
	margin: 0;
	line-height: 13px;
}

#footer address p.credits {
	margin-top: 10px;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: none;
	background-color: #FFF;
	padding: 1px 0;
	color: #1A1A1A;
}

#footer ul {
	margin: 40px 0 0 140px;
	float: left;
	border-left: 2px solid #FFF;
}

#footer li {
	line-height: 13px;
	padding: 0 0 0 10px;
}

/*--------------Errors--------------*/

#errors h2 {
	background: #1a1a1a url(images/contentTitleBg.jpg) 0 0 no-repeat;
	width: 428px;
	padding: 10px 20px 6px 20px;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

/*--------------Search--------------*/

#search h2 {
	background: #1a1a1a url(images/contentTitleBg.jpg) 0 0 no-repeat;
	width: 428px;
	padding: 10px 20px 6px 20px;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

/*--------------Post Results--------------*/

#content .postResults h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}

#content .postResults h3 a, #content .postResults h3 a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #1A1A1A;
	padding: 4px;
}

#content .postResults h3 a:hover {
	color: #FF0000;
	background-color: #1A1A1A;
}

#content .postResults .date {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .postResults .postmetadata {
	color: #666;
	margin-bottom: 20px;
}

#content .postResults .postmetadata p {
	margin: 2px 0 0 0;
}

#content .postResults .postmetadata a, #content .postResults .postmetadata a:visited {
	color: #666666;
	background: #E6E6E6;
	text-decoration: none;
	padding: 2px;
}

#content .postResults .postmetadata a:hover {
	background: #FFF;
	color: #666;
	text-decoration: underline;
}


.postmetadata {
	color: #666;
	margin-bottom: 20px;
}

.postmetadata p {
	margin: 2px 0 0 0;
}

.postmetadata a, .postmetadata a:visited {
	color: #666666;
	background: #E6E6E6;
	text-decoration: none;
	padding: 2px;
}

.postmetadata a:hover {
	background: #FFF;
	color: #666;
	text-decoration: underline;
}


/*--------------Archive--------------*/

#archive h2 {
	background: #1a1a1a url(images/contentTitleBg.jpg) 0 0 no-repeat;
	width: 428px;
	padding: 10px 20px 6px 20px;
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

#archive h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}

#archiveResults h2 {
	background: #1a1a1a url(images/contentTitleBg.jpg) 0 0 no-repeat;
	width: 428px;
	padding: 10px 20px 6px 20px;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

#archive ul.dateArchive {
	font-size: 14px;
}

#archive ul.dateArchive li, #archive ul.catCloud li, #archive ul.tagCloud li {
	display: inline;
	margin: 0 5px 0 0;
}

#archive ul.dateArchive li.emptymonth {
	font-size: 12px;
	color: #999;
}


#archive ul.dateArchive strong {
	font-weight: bold;
}

#archive ul.dateArchive a, #archive ul.dateArchive a:visited {
	color: #666666;
	background: #E6E6E6;
	text-decoration: none;
	padding: 2px;
}

#archive ul.dateArchive a:hover {
	background: #FFF;
	text-decoration: underline;
}

#archive ul.dateArchive li strong a, #archive ul.dateArchive li strong a:visited {
	color: #FFF;
	background: #1A1A1A;
	text-decoration: none;
	padding: 2px;
}

#archive ul.dateArchive li strong a:hover {
	color: #1A1A1A;
	background: #FFF;
	text-decoration: underline;
}

#archive ul.catCloud a, #archive ul.tagCloud a, #archive ul.catCloud a:visited, #archive ul.tagCloud a:visited {
	color: #666666;
	background: #E6E6E6;
	text-decoration: none;
	padding: 2px;
}

#archive ul.catCloud a:hover, #archive ul.tagCloud a:hover {
	background: none;
	text-decoration: underline;
}

/*--------------Links--------------*/

#links h2 {
	background: #1a1a1a url(images/contentTitleBg.jpg) 0 0 no-repeat;
	width: 428px;
	padding: 10px 20px 6px 20px;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

#links h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#links .linksGroup {
	float: left;
	margin-right: 30px;
}

#links ul {
	margin: 0 0 20px 0;
}

#links li {
	line-height: 16px;
	font-size: 14px;
	margin-bottom: 4px;
}

#links ul li a, #links ul li a:visited {
	color: #666;
	background: #E6E6E6;
	text-decoration: none;
	padding: 2px;
}

#links ul li a:hover {
	background: none;
	text-decoration: underline;
}


/*--------------Feeds--------------*/

#feeds h2 {
	background: #1a1a1a url(images/contentTitleBg.jpg) 0 0 no-repeat;
	width: 428px;
	padding: 10px 20px 6px 20px;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

#feeds h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#feeds .feedsGroup {
	float: left;
	margin-right: 30px;
}

#feeds ul {
	margin: 0 0 20px 0;
}

#feeds li {
	line-height: 16px;
	font-size: 14px;
	margin-bottom: 4px;
	background: url(images/feedIcon.png) center left no-repeat;
	padding: 0 0 0 20px;
}

#feeds ul li a, #feeds ul li a:visited {
	color: #666;
	background: #E6E6E6;
	text-decoration: none;
	padding: 2px;
}

#feeds ul li a:hover {
	background: none;
	text-decoration: underline;
}


/*--------------Contact--------------*/

#contact h2 {
	background: #1a1a1a url(images/contentTitleBg.jpg) 0 0 no-repeat;
	width: 428px;
	float: left;
	padding: 10px 20px 6px 20px;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
}

#contact h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#hcard-Internal-Sync {
	padding: 10px;
	margin-bottom: 20px;
	width: 448px;
	line-height: 14px;
	background: #E6E6E6;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#hcard-Internal-Sync a, #hcard-Internal-Sync a:visited {
	background: #1A1A1A;
	padding: 2px;
	text-decoration: none;
	color: #FFF;
}

#hcard-Internal-Sync a:hover {
	background: none;
	text-decoration: underline;
	color: #1A1A1A;
}

#hcard-Internal-Sync .given-name {
	font-size: 16px;
}

#hcard-Internal-Sync .email {
	display: block;
	margin-top: 4px;
}

#hcard-Internal-Sync .tags {
	display: none;
}

form#contactform p {
	margin: 0 0 2px 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

form#contactform label {
	display: block;
	margin: 10px 0 2px 0;
}

form#contactform input {
	width: 248px;
	padding: 6px;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

form#contactform textarea {
	width: 454px;
	padding: 6px;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

form#contactform input#submit {
	background: none;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	float: right;
	color: #191919;
	width: auto;
	padding: 0;
}

form#contactform input#submit:hover {
	color: #FF0000;
	cursor: pointer;
}

form#contactform #message {
	border: 1px solid #CCCCCC;
	width: 454px;
	margin: 0 0 8px 0;
}

p#messageSubmit .required {
	float: left;
	font-size: 11px;
	text-transform: lowercase;
}

/*--------------Comments--------------*/

#comments {
	margin: 50px 0 0 0;
}

#comments h3, h3#respond {
	color: #fff;
	background: #1a1a1a;
	font-size: 26px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0 0 0 4px;
}

h3#respond span {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

h3#respond span a, h3#respond span a:visited { text-decoration: underline; color: #fff;  }
h3#respond span a:hover { text-decoration: none; }

#comments cite {
	font-size: 14px;
	font-weight: bold;
}

#comments cite a, #comments cite a:visited, a.commentlink {
	color: #666666;
	background: #E6E6E6;
	text-decoration: none;
	padding: 2px;
	text-transform: lowercase;
	text-decoration: none;	
	font-weight: normal;
}

#comments cite a:hover, a.commentlink:hover {
	background: none;
	text-decoration: underline;
}

ol.commentlist {

}

ol.commentlist li {
	position: relative;
}

ol.commentlist li a.commentlink {
	position: absolute;
	top: 0;
	right: 0;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

.commentmetadata {
	margin: 4px 0 16px 0;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #1a1a1a;
	font-size: 11px;
}

form#commentform p {
	margin: 0 0 2px 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

form#commentform label {
	display: block;
	margin: 10px 0 2px 0;
}

form#commentform input {
	width: 248px;
	padding: 6px;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

form#commentform textarea {
	width: 454px;
	padding: 6px;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

form#commentform input#submit {
	background: none;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	float: right;
	color: #191919;
	width: auto;
	padding: 0;
}

form#commentform input#submit:hover {
	color: #FF0000;
	cursor: pointer;
}

#comment {
	border: 1px solid #CCCCCC;
	width: 468px;
	margin: 0 0 8px 0;
}

p#commentsubmit .required {
	float: left;
	font-size: 11px;
	text-transform: lowercase;
}


/*-------------Images------------------*/




/*-------------Other------------------*/


.required { color: #ff0000; }

.clearfix:after {	
	content: ".";	
	display: block;	
	height: 0;	
	clear: both;	
	visibility: hidden;
}

#commentsWrapper {
	position: relative;
	height: 1%;
}
	
#ajax_comments_loading {
	position: absolute;
	margin: 33px 0 0 296px;
	width: 140px;
	border: 1px solid #CCC;
	background-color: #E6E6E6;
	padding: 10px 10px 10px 20px;
}

#ajax_contact_loading {
	position: absolute;
	margin: 33px 0 0 296px;
	width: 140px;
	border: 1px solid #CCC;
	background: #E6E6E6 url(images/loading.gif) no-repeat 0 50%;
	padding: 10px 10px 10px 20px;
}