/* @override http://www.demented.com/html/css/style.css */

* {
	margin: 0;
	padding: 0;
}

.clearall:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

body {
	background: #fff url(../images/bg.png) repeat-x top center;
	font-family: arial;
	font-size: 12px;
}

a:link {color:#394886;}      /* unvisited link */
a:visited {color: #8e93ab;}  /* visited link */
a:hover {color: #485ba8;}  /* mouse over link */
a:active {color:#485ba8;}  /* selected link */

#page {
	width: 980px;
	margin: 0 auto;
}

#header {
	position: relative;
	display: inline-block;
	width: 980px;
	height: 113px;
}


.post-media-button {
	background: transparent url(../images/post-media.png) no-repeat;
	display: block;
	height: 43px;
	width: 250px;
	text-indent: -9999px;
	outline: none;
}

#post p, #post ul, #post h3 {
	margin: 0 0 15px 0;
}

#post ul {
	margin-left: 15px;
}

#logo {
	background: transparent url(../images/demented-logo.png) no-repeat;
	text-indent: -9999px;
	height: 80px;
	width: 246px;
	float: left;
	margin: 20px 0 0 20px;
}

#top-nav {
	float: right;
	list-style: none;
	margin: 45px 0 0 0;
	display: inline-block;
}

#top-nav li {
	float: left;
	margin: 0 20px 0 0;
}

#content {
	background: transparent url(../images/page-bg.png) no-repeat;
	padding: 35px 30px 20px;
	display: inline-block;
	width: 920px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px 0;
}

#content-nav a {
	outline: none;
}

#content-nav {
	margin: 0 0 20px 0;
	position: relative;
	list-style: none;
	display: inline-block;
	height: 24px;
	width: 640px;
}

#left-column {
	width: 640px;
	float: left;
}

.right-column-box {
	margin-bottom: 20px;
}

#top-nav li a {
	padding: 2px 0 0 24px;
	display: block;
	height: 16px;	
}

.header-twitter {
	background: transparent url(../images/twitter-16x16.png) no-repeat;
	
}

.header-facebook {
	background: transparent url(../images/facebook-16x16.png) no-repeat;	
}

.header-rss {
	background: transparent url(../images/feed-16x16.png) no-repeat;	
}

.right-column-box form p {
	margin-bottom: 10px !important;
}

#right-column div.right-column-box form h3 {
	margin: 10px 0;
}

#right-column {
	margin: 0;
	width: 250px;
	float: right;
}

#footer {
	text-align: center;
}

#left-column h1 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 18px;
}

.back-link {
	position: absolute;
	left: 0;
}

.back-link a {
	background: transparent url(../images/back-link.png) no-repeat;	
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 98px;
}

.next-link {
	position: absolute;
	right: 0;
}

.next-link a {
	background: transparent url(../images/next-link.png) no-repeat;	
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 98px;
}

.like-link {
	position: absolute;
	left: 140px;
}

.like-link a {
	background: transparent url(../images/share-it.png) no-repeat;	
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 76px;
}

.tweet-link {
	position: absolute;
	left: 235px;
}

.tweet-link a {
	background: transparent url(../images/tweet-it.png) no-repeat;	
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 76px;
}

.digg-link {
	position: absolute;
	right: 235px;
}

.digg-link a {
	background: transparent url(../images/digg-it.png) no-repeat;	
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 76px;
}

.stumble-link {
	position: absolute;
	right: 140px;
}

.stumble-link a {
	background: transparent url(../images/stumble-it.png) no-repeat;	
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 76px;
}

#right-column p {
	margin: 0 0 20px 0;
}

.post-link-list {
	list-style: none;
	font-size: 16px;
}

.post-link-list li {
	margin: 0 0 10px 0;
}

/* Forms */

#postlink, #postdescription, #creditname, #creditlink {
	width: 460px;
	border: 1px solid #ccc;
	padding: 6px;
	margin: 5px 0 15px;
}


