/*Jesse Newland*/

/*General*/
body {
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
img {
	border: 0px;
}
.clr, hr {
	overflow: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

/*Structure*/
#container {
	margin: 0 auto;
	width: 941px;
	padding: 0px;
	background:url(http://fooassets.jnewland.com/images/theme/bodybg2.jpg) top center repeat-y;
}
#ccontainer {
	position:relative;
	width:901px;
	margin:0 auto;
	background:url(http://fooassets.jnewland.com/images/theme/big.jpg) 0 -163px no-repeat;
}
#content {
	margin: 0;
	width: 562px;
	float:right;
}
#header {
	margin: 0 auto;
	width: 100%;
	height: 163px;
	position: relative;
	overflow:visible;
	background:url(http://fooassets.jnewland.com/images/theme/big.jpg) top center repeat-y;
}
#header h1, 
#header h2,
#header h3 {
	display:none;
}
#sidebar {
	width: 180px;
	margin: 0 0 0 20px;
	padding: 0;
	overflow:hidden;
	float: left;
}
#sidebar ul {
	list-style: none;
	margin:0;
	padding:0;
	display: block;
}
#sidebar ul li {
	padding: 0;
}
#sidebar .sidebar-node div {
	margin-bottom:20px;
}
#sidebar .sidebar-node h3 {
	margin-top:0;
}
.pagination {
	padding:10px 0;
	text-align:center;
}

#footer {
	margin:0 auto;
	width: 900px;
	height:40px;
	line-height:40px;
	background-color:#323232;
}
#footer .fcontainer div {
	margin:0;
	padding:0;
}


/*Specifics*/
#topnav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 38px;
	left: 60px;
	width:140px;
	clear: both;
	z-index: 17;
}
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnav ul li {
	margin: 0;
	padding: 0;
}
#topnav ul li a {
	margin: 0;
	padding: 0;
}

#tags {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -125px;
	left: 380px;
	width: 500px;
	clear: both;
	z-index: 17;
}
#tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tags ul li {
	width:110px;
	margin: 0;
	padding: 0;
	float:left;
}
#tags ul li.one {
	clear:left;
}
#tags ul li a {
	margin: 0;
	padding: 0;
}

a.rss {
	display:block;
	text-indent:-100000px;
	height:16px;
	width:16px;
	background:url(http://fooassets.jnewland.com/images/theme/feed-icon-16x16.gif) 0 0 no-repeat;
}

#subscribefoo h3,
#statusfoo h3,
#delicious h3
{
	padding-left:20px;
}

#subscribefoo p.rss,
#statusfoo p.rss,
#delicious p.rss
{
	float:left;
	position:relative;
	top:-20px;
	margin:0;
	padding:0;
}

#sidebar #statusfoo p.status,
#sidebar #delicious ul {
	clear:both;
	position:relative;
	top:-10px;
}

#sidebar #delicious ul {
	width:180px;
	overflow:hidden;
}

#sidebar #delicious ul li {
	clear:both;
	margin:0;
	padding:6px;
	overflow:hidden;
	background:url(http://fooassets.jnewland.com/images/theme/dots.png) 0 top repeat-x;
}
#sidebar #delicious ul li.even {
	background:#eee url(http://fooassets.jnewland.com/images/theme/dots.png) 0 top repeat-x;
}
#sidebar #railsconf2007-schedule ul li {
	clear:both;
	margin:0;
	padding:6px;
	overflow:hidden;
	background:url(http://fooassets.jnewland.com/images/theme/dots.png) 0 top repeat-x;
}
#sidebar #railsconf2007-schedule ul li.even {
	background:#eee url(http://fooassets.jnewland.com/images/theme/dots.png) 0 top repeat-x;
}