
/*
	RESET & BASIC SETUP
*/
* {
	margin: 0 0 0 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: #fff;
	background-image:url(../images/bg.png);
	background-attachment:fixed;
	padding: 0px;
	color: #000;
}

table tr {
	vertical-align: top;
}

/*
	STRUCTURE
*/

.post {
	width: 400px;
	;
}

.header {
	height: 400px;
	width: 520px;
	top: 20px;
	left: 40px;
	position:fixed;
}

.container {
	position:absolute;
	left: 580px;
	top: 20px;
	width: 400px;
}

.newsnews {
	position:fixed;
	left: 40px;
	top: 250px;
	width: 520px;
}

.twitterup {
	width: 520px;
	position:fixed;
	left: 40px;
	top: 390px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
}

.linkcontainer {
	display:inline-block;
	background-image:url(../images/link-off.png);
	position:fixed;
	width:520px;
	top: 198px;
	left: 40px;
}

.footer {
	position:fixed;
	width:520px;
	top: 520px;
	left: 40px;
	font-size: 1em;
	display:block;
}

/*
	TYPOGRAPHY
*/


p {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 0 15px 0;

}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 6.0em;
	letter-spacing: -1px;
	color: #000;
	margin: 0 0 15px 0;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 2.0em;
	letter-spacing: -1px;
	color: #000;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #000;
}

h4 {
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #000;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #f00;
}

img {
	border:0
}

#shmink a {
	list-style:none;
	font-weight:bold;
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	text-decoration:none;
	letter-spacing: -1px;
	color:#000;
}

#shmink li {
	list-style:none;
	color: #000;
	background-image:url(../images/link-off.png);
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
}

#shmink li:hover {
	background-image:url(../images/link-on.png);
}

#twitter_update_list {
	list-style:none;
}

