/**
 * Architect in the House stylesheet
 *
 * 09 April 2008 - updated March 2010
 **/
body {
	background:#fff url(../images/bg_gradient.jpg) repeat-x left -350px fixed;
	min-height:700px;
}

/** Basic styles **/
a, a:visited {
	color:#a5a380;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#mainContent a, #mainContent a:visited {
	color:#666633;
	text-decoration:underline;
}

h1, h2, h3, h4 {
	font-family:Georgia, serif;
	padding:0.5em 0 0.2em 0;
	letter-spacing:-1px;
}

h1 { font-size:1.5em;}
h2 { font-size:1.3em; font-weight:bold; }
h3 { font-size:1.25em; font-weight:bold;}
h4 { font-size:1em; }

p, li, ul, dl, dd, dt {
	font-family:Arial;
	line-height:1.5em;
}

ol li {
	list-style-type: decimal !important; 
	margin:0 0 0 1.5em;
}

ol.numbered_list {
	margin-top: 19.5px;
}

ol.numbered_list li {
	list-style-type: decimal !important; 
	list-style-position: inside;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #a4a380;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
}

ol.numbered_list h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	display: inline;
}

ol.numbered_list li p {
	font-size: 13px;
	font-weight: normal;
	display: block;
	line-height: 19.5px;
	color: #000000;
	margin-top: 0;
	padding-bottom: 5px;
}

p.intro {
	font-weight:bold;
}

p {
	margin:0.5em 0 0.7em 0;
}

p.inlinecaption, p.inlinecaptionLeft {
	color: #666666;
	font-size: 0.85em;
	margin:0.2em 0 1.4em 0;
}

p.inlinecaptionLeft {
	float:left;
}

p.top {
	margin:1em 0 0 0 !important;
	padding:0.2em 0 0 0;
	border-top:1px solid #ccc;
	text-align:right;
}

/*
li {
	margin:0 0 0.3em 0;
}
*/

strong {
	font-weight:bold;
}

dt {
	font-weight:bold;
	color:#a5a380;
}

hr {
	border:0;
	border-top:1px solid #ccc;
}

dd {
	margin:0 0 0.8em 0;
	padding:0 0 0.5em 0;
	border-bottom:1px solid #eee;
}

img.left {
	float:left;
	margin:0 9px 9px 0;
	border:1px solid #ccc;
	background:#fff;
}

img.leftgrid {
    width: 245px;
    float:left;
	margin: 10px 0 20px 0;
	background:#fff;
	clear: both;
	display: block;
}

img.rightgrid {
    width: 245px;
    float: right;
	margin: 10px 0 20px 0;
	padding:6px;
	background:#fff;
	display: block;
}

img.centergrid {
    margin: 10px auto 20px auto;
	background:#fff;
	display: block;
	clear: both;
	width: 145px;
}

img.right {
	float:right;
	margin:0 0 9px 9px;
	padding:6px;
	border:1px solid #ccc;
	background:#fff;
}

img.full {
	margin:0 0 9px 0;
	padding:6px;
	border:1px solid #ccc;
	background:#fff;
}

img.three_up {
	float:left;
	margin:0 9px 9px 0;
	padding: 6px;
	border:1px solid #ccc;
	background:#fff;
}

img.three_up_final {
	float:left;
	margin:0 0 9px 0;
	padding: 6px;
	border:1px solid #ccc;
	background:#fff;
}

.captionPad {
	margin:1em 0;
}

#skip {
	position:absolute;
	z-index:-1;
}

#mainContent ul {
	color:#333;
	padding:0.5em 1.5em;
}

#mainContent li {
	list-style-type:square;
	padding-bottom:0.3em;
	margin-bottom:0;
}

#archNotes {
	width:450px;
	text-align:left;
}

#archNotes ul {
	color:#333;
	padding:0.5em 1.5em;
}

#archNotes li {
	list-style-type:square;
	padding-bottom:0.3em;
	margin-bottom:0;
}

.signupBox {
	margin:0.5em 0 0 0;
	padding:0.7em 1em 1em 1em;
	color:#fff;
	min-height:175px;
}

.signupBox .title {
	font-family:Georgia, serif;
	font-size:1.7em;
	line-height:1.1em;
}

.signupBox a, .signupBox a:hover, .signupBox a:visited {
	color:#fff !important;
	text-decoration:underline;
}

.arch { background:#5285c5; }
.public { background:#83c55b;}

.pullQuote {
	float:right;
	width:200px;
	margin:0 0 0.5em 1em;
	background:#a5a380;
}

.pullQuote p {
	padding:0.5em 0.7em 0 0.7em;
	font-family:Georgia, serif;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4em;
	color:#fff;
}

/** Layout **/
#header {
	background:#fff url(../images/lines_bg.gif) repeat-x 0 68px;
	padding:10px 30px 5px 40px;
}

#aithLogo {
	float:left;
	width:120px;
}

#menu {
	float:right;
	width:675px;
	margin:0;
}

#logos {
	margin-top: 7px;
	text-align:right;
	padding:0 0.5em 0 0;
}

#bd {
	padding:10px 45px 0 45px;
}

#leftCol {
	margin:0 30px 0 0;
}

#mainContent {
	padding:0 0 0 0;
}


#partners {
	padding:0;
	margin:4em 0 0 0;
	width: 225px;
}

#partners .title {
	padding:0 0.5em;
	color:#999;
	font-weight:bold;
	font-size:0.9em;
	margin:-10px 0 1.5em 0;
	text-align:left;
}


#partners .title span {
	padding:0 0.5em;
	background: #FFFFFF;
}

#partners img {
	padding:0 0.2em;
	margin-left: 8px;
}

#partners #sponsored {
	border-top:1px solid #bbb;
	padding:0.3em 0 1.2em 0.5em;
}

#partners .supported {
	border-top:1px solid #eee;
	padding:0.3em 0 1.2em 0.5em;
}

#partners #sponsored {
	margin-bottom: 60px;
}

#ft {
	margin: 4em 0 0 0;
	font-size:0.85em;
	color:#333;
	border-bottom:2px solid #ccc;
	background:#fff url(../images/footer_bg.gif) no-repeat top left !important;
	position:relative
}

#ft #copyright {
	padding:130px 600px 20px 45px;
}

/** menu **/
#tabs {
	/* font-size:1em; */
	letter-spacing:-1px;
	font-weight:bold;
	line-height:normal;
	padding:0;
	margin:45px 0 0 0;
}

#tabs ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#tabs li {
	float:left;
	margin:0 2px 0 0;
	padding:0;
	text-align:left;
	list-style-type:none;
}

#tabs a {
	display:block;
	font-family:Georgia, serif;
	line-height:1.3em;
	font-size:0.85em;
	color:#666;
	text-decoration:none;
}

#tabs li.select a {
	color:#a5a380 !important;
}

#tabs > ul a {width:auto;}
/* hide from IE5-Mac \*/
#tabs a {
	float:none;
	background-color:transparent;
	background-repeat:no-repeat;
}
/* End IE5-Mac hack */
#tabs li:hover, #tabs a:hover {
	text-decoration:underline;
}

#tabs #nav-home a { width:60px; }
#tabs #nav-aith a { width:120px;}
#tabs #nav-reg a { width:215px; }
#tabs #nav-archreg a { width:190px; }
#tabs #nav-donate a { width:75px; }
#tabs #nav-archfaq a { width:130px; }
#tabs #nav-publicfaq a { width:150px; }

li.menuitem, li.select {
	font-size:17px;
}

/** sub menu styles **/
#subMenu li {
	margin:0;
	font-family:Arial;
	line-height:1.3em;
	font-size:0.95em;
}

#subMenu ul {
	padding: 0 0 8px 0;
	margin: 0;
	background: #eeeee6;
}

#subMenu li li {
	margin:0;
	font-family:Arial;
	line-height:1.3em;
	font-size:0.95em;
	background: #FFFFFF;
}


#subMenu li.selected a, #subMenu li.selected a:hover  {
	font-weight:bold;
	background: #eeeee6;
}

#subMenu li a {
	display:block;
	width: 215px;
	color:#000;
	padding: 8px 3px 6px 8px;
	border-top:1px solid #CCCC99;
}

#subMenu li li a {
	display:block;
	width: 199px;
	color:#000;
	padding: 8px 3px 6px 24px;
	border-top: none;
	font-weight: normal !important;
}

#subMenu li a:hover {
	background: #f8f8ed;
}

#subMenu li li a:hover {
	text-decoration: underline;
}

#subMenu li li.selected a, #subMenu li li.selected a:hover {
	background: #f8f8ed;
	font-weight: bold !important;
	text-decoration: none !important;
}

#subMenu li.last a {
	border-bottom:1px solid #CCCC99;
}

/** Homepage feature area **/
#mainSplashArea {
	padding:15px 45px;
	margin:0 0 10px 0;
	background:#c5c4a8 url(../images/bg_gradient.jpg) repeat-x left -100px;
}

.featureBox {
	background:#ccc;
	height:250px;
	overflow:hidden;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
}

.featureBox:hover {
	cursor:pointer;
}

.featureCaption {
	color:#fff;
	margin-top:190px;
	background-color:rgba(0,0,0,0.8);
	padding:0 0.7em;
	height:140px;
	min-height:140px;
}

.featureCaption p {
	line-height:1.25em;
	padding:0.2em 0;
	margin:0;
}

.featureCaption h1 {
	height:48px;
	line-height:1.1em;
	overflow:hidden;
}

#feature1 { background:#fff url(../images/featurebox_bg_1.jpg) no-repeat; }
#feature2 { background:#fff url(../images/featurebox_bg_2.jpg) no-repeat; }
#feature3 { background:#fff url(../images/featurebox_bg_3.jpg) no-repeat; }

#feature1 h1 a:link, #feature1 h1 a:visited {
	color:#f8a03a !important;
}

#feature2 h1 a:link, #feature2 h1 a:visited  {
	color:#83c55b !important;
}

#feature3 h1 a:link, #feature3 h1 a:visited  {
	color:#6794cc !important;
}

.featureCaption a, .featureCaption a:hover {
	color:#fff;
	text-decoration:none;
}

.featureCaption .link {
	text-decoration:underline;
}

.title {
	font-family:Georgia, serif;
	letter-spacing:-0.05em;
	font-weight:normal;
	color:#666;
	font-size:1.7em;
	line-height:1.1em;
}

.caption {
	font-family:Georgia, serif;
	font-weight:normal;
	color:#000;
	font-size:1.5em;
	line-height:1.3em;
	letter-spacing:-0.05em;
}

#signupHolder {
	width:100% !important;
	margin:1em 0;
}

.signupBox {
	margin:0 0 0.5em 0;
	padding:0.7em 1em 1em 1em;
	color:#000;
	border:1px solid #ccc;
	min-height:90px;
	background:#fff url(../images/bg_gradient.jpg) repeat-x left -375px;
}

.signupBox p {
	margin:0;
}

.signupBox a, .signupBox a:hover, .signupBox a:visited, 
#aithTips a, #aithTips a:hover, #aithTips a:visited {
	color:#666633 !important;
	text-decoration:underline;
}

#aithTips {
	height:280px;
	overflow:visible;
}

.quoteFeature {
	min-height:200px;
}

.quoteFeature p {
	padding:0.2em 108px 0.4em 0;
	margin:0;
}

#quote1 p {
	padding:0.2em 0 0.4em;
}

#quote1 {
	background:#fff url(../images/fp_banner_warrenevans.png) no-repeat 0px 60px;
}
#quote2 {
	background:#fff url(../images/fp_banner_sarah.jpg) no-repeat top right;
}
#quote3 {
	background:#fff url(../images/before_you_build_cover_bg.jpg) no-repeat top right;
}

.quotee {
	font-weight:bold;
	padding:0 105px 0.2em 0;
}

/* Pre-register  */
.error {
	color:#f00;
}

#preRegisterInterest .inputBox {
	width:145px;
	margin:0 0 0.2em 0;
	padding:0.15em 0.2em;
}

#preRegisterInterest .button {
	padding: 0.2em 0.5em;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

/** Registration form styles **/
.question p {
	font-weight: normal !important;
}

#formErrors ul {
	margin:0 0 0 1em;
	padding:0 0 0.2em 1em;
}

#formErrors li {
	margin:0;
	list-style-type:square;
	color:#333;
}

#regForm {
	font-family:Arial;
}

#regForm p.note {
	font-size:0.9em;
}

#regForm .selectBox {
	border-top: 1px solid #a4a37f;
	border-left: 1px solid #a4a37f;
	border-bottom: 1px solid #c9c9b4;
	border-right: 1px solid #c9c9b4;
	font-size:1em;
}

#regForm .inputBox {
	height: 1.5em;
	width: 280px;
	padding: 1px 2px;
	border-top: 1px solid #a4a37f;
	border-left: 1px solid #a4a37f;
	border-bottom: 1px solid #c9c9b4;
	border-right: 1px solid #c9c9b4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #f6f6f0;
}

#regForm .inputBoxReverse {
	height: 1.5em;
	width: 280px;
	padding: 1px 2px;
	border-top: 1px solid #a4a37f;
	border-left: 1px solid #a4a37f;
	border-bottom: 1px solid #c9c9b4;
	border-right: 1px solid #c9c9b4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #FFFFFF;
}

#regForm .inputArea {
	width: 280px;
	padding: 1px 2px;
	border-top: 1px solid #a4a37f;
	border-left: 1px solid #a4a37f;
	border-bottom: 1px solid #c9c9b4;
	border-right: 1px solid #c9c9b4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #f6f6f0;
}

#regForm .inputBoxShort {
	width: 140px;
}

.error .selectBox, .error .inputBoxShort, .error .inputBox, .error .inputBoxReverse {
	border:2px solid #f00 !important;
}


#regForm .error label {
	color:#f00;
	font-weight:bold;
}

#regForm .req {
	color:#f00;
	font-weight:bold;
	font-size:1.2em;
}

#regForm fieldset {
	border:1px solid #c9c9b4;
	padding:0.5em 1em;
	margin:1em 0;
	font-size:0.9em;
	line-height:1.5em;
}

#regForm legend {
	font-weight:bold;
	padding:0 0.5em;
	font-size:1.3em;
}

#regForm .question {
	border-bottom:1px solid #c9c9b4;
	padding: 0.6em 0;
}

#regForm .last {
	border-bottom:0;
}

#regForm .fieldDesc {
	float:left;
	width:40%;
	font-weight:bold;
}

#regForm .fieldDescWide {
	width:100%;
	font-weight:bold;
	padding: 0 0 0.5em 0;
}

#regForm .inputfield {
	float:right;
	width:57%;
}

#regForm .inputfieldWide {
	width:100%;
}

#regForm .inputfield ul, #regForm .inputfieldWide ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#regForm .inputfield li, #regForm .inputfieldWide li {
	background-image:none !important;
	padding:0;
}

#regForm .buttons {
	padding:0.5em;
	text-align:right;
}

#regForm .buttons input {
	padding: 0.2em 1em;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #9a9a9a;
	border-bottom: 1px solid #9a9a9a;
}

#regForm #formErrors {
	color:#f00;
	font-weight:bold;
	line-height:1.6em;
}

#regForm #formErrors ul {
	margin:1em 0 0 1em;
}

#regForm #formErrors li {
	color:#000;
	font-weight:normal;
}

.explainBox {
	background:url("../images/explainboxarrow_left.gif") no-repeat right 5px;
	margin:-5px 0 0 -230px;
	padding-top:10px;
	position:absolute;
	width:230px;
}

.explainBox .text {
	background:#DDDDDD;
	font-size:1em;
	margin:-10px 30px 0 0;
	padding:1em;
}

.promoButton {
	width:490px;
	margin-bottom:0.5em;
}

.promoButton .image {
	float:left;
	width:200px;
}

.promoButton .code {
	float:right;
	width:270px;
}

.promoButton .code textarea {
	width:270px;
	height:120px;
	border:1px solid #666;
	padding:0.5em;
	font-family:monospace;
	font-size:0.9em;
}

.addressLookup .fieldDesc, .addressLookup .inputfield {
	width:auto !important;
	display:inline !important;
	float:left !important;
	padding-right:10px;
}

#addressLookup a, #addressLookupContact a {
	float:left;
}

/** Address drop down **/
.ajaxLoading {
	background:url(../images/loading.gif) no-repeat top right;
}

#addressesHolder {
	width:100%;
}

#addressesHolder #intro {
	font-weight:bold;
	width:
}

#addressesHolder #close {
	float:right;
	text-align:right;
	margin-top:-1.5em;
}

#addressLookUpList {
	height:200px;
	overflow:auto;
	border:1px solid #666;
	padding:0.5em;
	margin:0.5em 0;
	background:#fff;
}

#addressLookUpList li {
	padding:0.3em 0.5em;
	font-size:0.95em;
}

#addressLookUpList li:hover {
	cursor:pointer;
	background-color:#FFFFCC;
}

#addressLookup {
	border-bottom:1px solid #c9c9b4;
	margin:0.5em;
}

#contact_address {
	background-color: #F6F6F0;
}

.aith_boxout {
	padding:0.5em 1em;
	background: #f5f4ef;
	border: 1px solid #eeeee6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 12px;
}

.third {
	float:left;
	width:33% 
}

.aith_boxout ul {
	margin-top:0;
}

.celeb { margin-top:8px!important }

#casestudyIntroLeft, .feature_left {
	width:300px;
	float:left;
}

#casestudyIntroRight, .feature_right {
	width:210px;
	float:right;
}

#case_study_left {
	float: left;
	width: 258px;
}

#case_study_right {
	float: right;
	width: 258px;
}

#case_study_left img, #case_study_right img {
	margin-left: 0 !important;
	margin-right: 0 !important
}

#other_casestudies {
	margin-top: 12px;
	border-top: 4px solid #ccc;
	padding-top: 12px;
}

div.imagecaption {
	padding:6px;
	margin:0 0 9px;
	border: 1px solid #CCCCCC;
}

div.imagecaption p { color: #333333; padding: 0px; margin: 0px; font-size:12px }

/* News */
.quote {
	float:left;
	width:65%;
	margin:0 0 1em;
}

.screenshot {
	float:right;
	width:34%;
}

blockquote {
	padding:0.5em 1em 1em 2em !important;
	background:#fff url(../images/quote_marks.gif) no-repeat left 5px;
}

.moneyRaised th {
	font-weight:bold;
}

.moneyRaised td, .moneyRaised th {
	padding:0.5em 0.5em; 
}

.moneyRaised tr {
	border-bottom:1px solid #CCCC99;
}

.moneyRaised {
	margin:0 0 1em; 
}

#regDetails {
    font-size: 11px;
    line-height: 14px;
    color: #999;
    margin-top: 15px;
}

#description_text {
    position: relative;
}

.sponsor_logo {
	border-top:1px solid #BFBFBF;
	padding: 12px 45px;
}

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin:0;
	padding:0;
}

.sIFR-unloading .sIFR-flash {
	visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
	visibility:visible !important;
}

.sIFR-alternate {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0; 
	padding: 0; 
	overflow: auto;
	letter-spacing: 0;
	float: none;
}

.sIFR-active object {
	display: block;
}

/*---- Header styling ---*/
.sIFR-active h1 {
	visibility: hidden;
	color:#666;
	font-family: Arial, sans-serif;
	line-height: 1em;
	font-size: 20px;
	padding:0.5em 0 0 0;
}

.sIFR-active .featureCaption h1 {
	visibility: hidden;
	color:#666;
	font-family: Georgia;
	line-height: 1em;
	font-size: 18px;
	padding:0.5em 0 0 0;
}

.sIFR-active h2 {
	visibility: hidden;
	font-family: Arial, sans-serif;
	line-height: 1em;
	font-size: 18px;
	padding:0.5em 0 0 0;
}

.sIFR-active div.caption {
	visibility: hidden;
	font-family: Arial, sans-serif;
	font-weight:bold;
	line-height: 1em;
	font-size:18px;
	color:#888888;
	padding:0.5em 0 0 0;
}

.sIFR-active div.archTitle {
	visibility: hidden;
	line-height: 1em;
	color:#fff;
	font-size:25px;
}

.sIFR-active div.publicTitle {
	visibility: hidden;
	line-height: 1em;
	color:#fff;
	font-size:25px;
}

.sIFR-active div.pullQuote p {
	visibility: hidden;
	font-size:18px;
	line-height: 1em;
}

.sIFR-active li.menuitem {
	visibility: hidden;
	line-height: 1em;
}

.sIFR-active li.select {
	visibility: hidden;
	line-height: 1em;
}

.sIFR-active div.caption {
	visibility:show;
	font-size:18px;
	line-height:2em;
}

#we_tandc {
    width: 500px;
    background: #FFF;
    text-align: left;
    padding: 20px;
}

#we_tandc ul {
    list-style: outside square;
    margin: 1em 0 0 1.2em;
}

#we_tandc li {
    margin-bottom: 1em;
    list-style: outside square;
}

.fb_loadingarea {
    display: none;
}
