/* Reset stylesheet */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






/* Architela stylesheet */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/1032bh.png) repeat; 
	background-color: #E4F3C7;

}


body, th, td, input, textarea {
	font-family: Verdana, "Futura Bk BT", "Futura", "Arial Unicode MS", "Eras Medium ITC", Helvetica, sans-serif;
	line-height: 130%;
	font-size: 13px;
	color: #011B5F;
}

h1, h2, h3, h4 {
	margin-top: 1.5em;
	color: #0000A0;
	font-weight: normal;
}

h1 {
	font-size: 170%;

}

h1.big {
	margin-top: 0.5em;
	font-size: 400%;
	color: #CB0157;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	color: #000071;
	padding-bottom: 12px;
}

h3 {
	font-size: 110%;
}

h3.guides {
	font-size: 120%;
	background-color: #E8E8E8;
}

h4 {
	font-size: 105%;
}

p, ul, ol {
	margin-top: 1em;
	line-height: 1.3em;
	font-size: 100%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #0073E6;
	font-size: 100%;
}

a:hover {
	border: none;
	color: #84B125;
	outline: none;
}

a:active {
		outline: none;
		}


h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #0000A0;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #84B125;
}

ul.guides {
	margin-left: 8px;
	padding-left: 8px;
	list-style-type: square;
}

.caption {
	font-size: 90%; 
}

.italic {
	font-style: italic;
}

.questions {
	font-style: italic;
	color: #006FA4;
	padding-left: 15px;

	border-left: 3px dotted #006FA4;
}

.slogan {
	font-size: 85%;
	text-align: right;
	color: #39794D;
	padding-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 90%;
}


/* Wrapper */

#wrapper {

}

/* Header */


#header {
	width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
	border-left: 1px solid #3A8BE4;
	border-right:  1px solid #3A8BE4;
}

img.twitter {
	float: right;
	padding-top: 50px;
	padding-right: 10px;
}

/* Logo */

#logo {
	width: 900px;
	height: 180px;
	margin: 0 auto;
  background-color: #ffffff;
	background: url(images/architela.png) no-repeat left top; */
}

#logo h1, #logo h2 {
	margin: 0;
	
}

#logo h1 {
	padding: 90px 5px 0px 20px;
	font-size: 300%;
	color: #39794D;
	font-weight: normal;
}

#logo h2 {
	padding: 0px 0 0 20px;
	font-family: "Futura Bk BT", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 170%;
	color: #39794D;
	font-weight: normal;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 100%;
	color: #3399FF;
}

#logo a {
	color: #39794D; 
}

/* Menu */


#menu {
	height: 38px;
	width: 900px;
	background-color: #C9E78D;
	margin: 0 auto;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	background-color: #C9E78D;
}

#menu li {
	float: left;
	background-color: #C9E78D;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 11px 15px;
	letter-spacing: .1em;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000A0;
}

#menu a.special{
	color: blue;
}

#menu a:hover {
	background: #1263C5;
	color: #FFFFFF;
	outline: none;
}

#menu a.current {
	background: #1263C5;
	color: #FFFFFF;
}



/* Sub Menu */

#submenu {
	background-color: #fff;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #B3D6A9;

	color: #2A009A;
  font-size: 14px;
}

#submenu a {
	color: #39794D;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#submenu a:hover {
	color: silver;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 15px;
	background: #FFFFFF;
	border-left: 1px solid #3A8BE4;
	border-right:  1px solid #3A8BE4;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding-left: 30px;
	padding-right: 20px;
}

.rec {
	font-size: 85%;
	color: #5F5F5F;
	}

.polaroid {
	width: 130px;
	padding: 10px 10px 8px 10px;
	border: 1px solid #BFBFBF;
	background-color: white;
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	text-align: center;
	font-size: 90%;
	}
	
#rightcol {
	text-align: center;
	padding-top: 10px;
	float: right;
	margin-right: 10px;
}

 #leftcol {
	width: 410px;
	padding-top: 10px;
	float: left;

}
/* content home */

#contenthome {

	width: 820px;
	padding-left: 30px;
	font-size: 100%;
	color: #0000A0;

	}

ul.homelist { 
	list-style-type: circle;
	font-size: 100%; 
	margin-left: 20px;
} 


#contenthome #leftcol {
	width: 410px;
	padding-top: 10px;
	float: left;

}

#contenthome #rightcol {
	text-align: center;
	padding-top: 10px;
	float: right;
}

#content img {
	vertical-align: middle;
}

.quote {
	text-align: left;
	color: #0000A0;
	border: 1px dashed #3A8BE4;
	padding: 8px;
	margin-top: 30px;

}



/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-right: 10px;
	padding-top: 40px;
	text-align: center;

}

#sidebar img {
	align: center;
}

#sidebar .quote {
	text-align: left;
	font-size: 85%;
	color: #0000A0;
	border: 1px dashed #3A8BE4;
	padding: 5px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	background: #C9E78D;
	padding-top: 5px;
	padding-bottom: 15px;
	border-left: 1px solid #3A8BE4;
	border-right: 1px solid #3A8BE4;
	border-bottom: 1px solid #3A8BE4;
}

#footer p {
	text-align: center;
  font-family: sans-serif;
	font-size: 90%;
	color: #0000A0;
}

#footer a {
	text-align: center;
  font-family: sans-serif;
	color: #0000A0;
}

#footer .ltd {
	color: #7E7E7E;
	font-size: 90%;
}
	
	
#gallery {
padding: 5px;
}

#gallery img {
	border: none;
}

#gallery td {
	padding: 5px;
	text-align: center; 
}

/* Form */

#form {
	padding: 15px;
	background-color: #EAF8FF;

}

input.text, textarea {
	padding: 2px 5px;
	border-top: 1px solid #006595;
	border-left: 1px solid #006595;
	border-right: 1px solid #006595;
	border-bottom: 1px solid #006595;
	color: #0000A0;
}

/*  input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
*/
	
input.button {
	font-weight: bold;
	color: #0000A0;

}

/* Buzz Boost */

div.feedburnerFeedBlock ul { 
	margin-left:0; 
	padding-left:0; 
}

div.feedburnerFeedBlock {
	text-align:left;
}

p.feedTitle {
	text-align: center;	
}

p.feedTitle a {
	color: navy;
	font-size: 110%	
}

.feedburnerFeedBlock ul li {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7D7D7;
}

div.feedburnerFeedBlock ul li span.headline { 
	text-decoration: none;
	display: block;
}

div.feedburnerFeedBlock { 
	border: 2px dashed #3A8BE4;
	padding: 8px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F2FCED;
}

#creditfooter { 
  display: none; 
}
.twtr-tweet-text {
	font-family: Verdana, sans-serif;
}
