@charset "UTF-8";
/* CSS Document */

/* RESET STYLES */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* UX TWEETS STYLES */

body {
background-image:url(../img/graph.gif);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: .75em;
color:#2c293b;

}

a:link {color:#7aaea3;}


#container	{
position: relative;
width: 760px;
margin: 10px auto 0 auto;
padding: 0 0 0 0;
background-color: #FFF;
			
			
			
			}




#right-col {
float:right;
width: 460px;
margin-right:20px;
margin-top:20px;
}

#left-col {
float: left;
width: 240px;
}

#logo {
text-align:center;
width:inherit;
}

#about {
margin-top:30px;
font-size:13px;
line-height:18px;


}



#tweet-nav {
text-align:right;
font-size: 12px;
margin-bottom: 10px;
margin-top:30px;
}

#tweet-nav span {
margin-left: 10px;
}

.on {font-weight:bold;color:#444053;text-decoration:none;}




#tweet-container {

}


.tweet {
background-color: #EFF0E2;
width:450px;
padding: 20px 10px 20px 10px;
margin-bottom:20px;
color:#444053;
font-size:16px;
line-height:19px;
}

.tweet a:link {text-decoration:none;}

.small {
font-size:11px;

}

#footer {
width:100%;
padding-top:20px;
padding-bottom:40px;
text-align:center;
}

.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}