@charset "utf-8";

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;
}
html, body{
	height: 100%;
	background-color: #000;
}

p, h1, h2, h3, a {
	line-height: 1.6;
	font-family: Helvetica, Arial, sans-serif;
	color: #b4c7df;
}

p{
	font-size: .7em;
	margin-bottom: 10px;	
}

p.about{
	font-size: .75em;
	margin-bottom: 10px;	
	color: #f2f2f2;
}

h1, h2{
	font-weight:100;
	/* letter-spacing: .1em; */
	color: #fff;
	font-weight:100;
}

h1{
	margin-bottom: 10px;
	font-size: 1.5em;
}

h2{
	color: #cad0de;
}
a, a:link,a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover,a:active,a:focus {
	text-decoration: underline;
}
a:tweetLink{
	font-size: 2em;	
}

h1.contact{
	margin-bottom: -2px;
}
	

.location-head{
	color: #fff;
	margin: 0px;
}

.location{
	color: #fff;
	font-size: .7em;
}

.tagline{
	font-size: .7em;
}



#container
{
	margin: 0 auto;
	width: 1141px;
	height: 100%;
	background-image:url('../images/sky.jpg');
	background-color: #07419b;
}

#header
{
	height: 105px;
}

#logo
{
	float:left;
	padding-top:30px;
	margin-left: 145px;
	width:110px;
}

#tag
{
	float:left;
	margin-top: 57px;
	margin-left: 30px;
	width: auto;
}

/*
#content-container, #about, #blog, #twitter, #footer, #contact, #pdx, #wa, #ger
{	
	border: 1px #000 solid;
}
*/

#content-container
{
	float: left;
	width: 1141px;
	height: 370px;
}

#about
{
	float: left;
	width: 420px;
	margin-top: 20px;
	margin-left: 150px;
	margin-right: 100px;
}

#blog
{
	float: left;
	width: 330px;
	height: 160px;
	margin-top: 40px;
	overflow:hidden;
}

#text-content, #text-content a
{
	clear: left;
	font-size: 1em;
}



#twitter
{
	float: left;
	width: 330px;
}

#text-header, #text-link
{
	float: left;
	width:auto;
}

#text-link{
	margin-left: 8px;
	margin-top: .8em;
	font-size: .55em;
}

#contact-link{
	font-size: .65em;	
}

#footer
{
	clear: left;
	height: 150px;
}

#contact, #pdx, #wa, #ger
{
	float: left;
	width: 130px;
	margin-top: 25px;
	margin-left: 30px;
}

#contact
{
	margin-top: 45px;
	margin-left: 290px;
	width:auto;
}

