/* reset browser defaults and basic styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

strong {
       font-weight: bolder;
} 

q:before,q:after {
	content: '';
}

a {
	outline: 0;
        color: #bfebe6;
}
a:visited {
       color: #a3a5c9;
}

body {
	font: 76% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #CCC;
	background: #272727 url(http://www.chronotope.org/tpblog/images/7.jpg) repeat-x;
}

/* ----- main containers, floated with negative margins -------------------*/

div#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div#wrapper {
	float: left;
	width: 100%;
	margin-top: 0;
}

div#content {
	margin-right: 530px;
	padding-bottom: 25px;
}

div#sidebar {
	float: left;
	width: 265px;
	margin-left: -265px;
	padding-bottom: 25px;
	background-color: #272727;
}

div#extra {
	float: left;
	width: 265px;
	margin-left: -530px;
	padding-bottom: 25px;
	background-color: #272727;
}

div#header {
	margin-bottom: 45px;
}

h1#logo {
	width: 400px;
	padding-top: 10px;
}

h1#logo a {
	color: #525252;
	font: 1.5em/1.5em Univers, Candara, Helvetica;
	text-decoration: none;
}

/* main blogpost styles */

h2, #content h2 a:link, #content h2 a:visited {
	font: bold 1.7em "Courier New", Georgia, serif;
	letter-spacing: -2px;
	word-spacing: -5px;
	color: #99cc00;
	text-decoration: none;
	border: none;
}

#content h2 a:link, #content h2 a:visited {
	font-size: 1.1em;
}

#content a:link,#content a:visited, #extra p a {
	color: #d9d9d9;
	border-bottom: 1px dotted #ffffff;
	text-decoration: none;
}

#content a:hover, #extra p a:hover {
	color: #99cc00;
	border-bottom: 1px dotted #99cc00;
}

#content p, #content ul, .simplepie ol, #extra p {
	color: #aaaaaa;
	font: 1em/1.5em "Frutiger", "Univers", "Candara", Arial, sans-serif;
	margin: 0 2.25em 1em 0.25em;
}

#content h3.date {
	margin: -18px 19px 0 0;
	font-size: 0.8em;
	float: right;
	color: #525252;
}

div#content img {
	border: 1px dotted rgb(102, 102, 102);
	padding: 4px;
	display: block;
	margin-bottom: 18px;
	margin-top: 0;
}

#content blockquote {
	border-left: 5px solid rgb(146, 136, 131);
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

#content ul {
	list-style-image: url(http://www.pixelsandtext.be/images/bullet.gif);
	list-style-type: disc;
	margin: 1em 0 1em 3em;
}

#content h3 {
	margin: 0 0 1em 2px;
	font-size: 1.2em;
}

/* flickr styles  */

#flickring img {
	width: 75px;
	height: 75px;
}

#flickring a {
	border: 1px solid rgb(102, 102, 102);
	margin: 2px;
	padding: 2px 2px 0px;
	display: block;
	float: left;
	text-decoration: none;
	background-image: none;
}

#flickring a:hover {
	background: rgb(121, 179, 11) none repeat;
}

#flickring {
	margin: 0 0 0 5px;
	overflow: auto;
}

/* grooving, reading styles   */

#listening, #reading, #viewing {
	margin: 10px 0 25px 6px;
}

#listening ul, #reading ul {
	margin-top: 4px;
	width: 255px;
	overflow: hidden;
	height: 170px;
}

#reading {
	margin-top: -8px;
}

#reading ul {
	height: 120px;
}

#listening li, #reading li {
	float: left;
}

#listening ul li a, #reading ul li a {
	border: 1px solid rgb(102, 102, 102);
	margin: 0 2px 4px;
	padding: 2px;
	text-decoration: none;
	display: block;
	width: 75px;
	height: 75px;
	float: left;
	background-image: none;
}

#reading ul li a {
	height: 100px;
}

#viewing {
	margin-top: -10px;
}

#viewing h2 {
	margin-bottom: 2px;
}

#viewing a {
	display: block;
	border: 1px solid rgb(102, 102, 102);
	width: 244px;
	height: 151px;
	padding: 2px;
}

#listening ul li a:hover, #movies a:hover, #reading ul li a:hover, #viewing a:hover {
	background: rgb(121, 179, 11) none repeat;
}

/* searchform position*/

#searchform {
	float: right;
	margin: 15px 7px 0 0;
}

input {
	background-color: #d9d9d9;
}

#searchform fieldset label {
	color: #525252;
	font: 1em/1.5em "Frutiger", "Univers", "Candara", Arial, sans-serif;
}

/*live search default styles */

#LSResult {
	position: absolute;
	right: 7px;
	background-color: #525252;
	width: 252px;
	z-index: 100;
}

#LSShadow {
	padding: 5px;
}

#LSRes {
	background-color: #525252;
}

.LSRow {
	padding: 5px;
}

.LSRow a, #LSHeader div a {
	color: #ffffff;
}

.LSRow a:hover, #LSHeader div a:hover {
	color: #000;
}

#LSHighlight {
	background-color: #aaa;
}

#LSHeader {
	padding: 2px 2px 8px;
}

.lsDate {
	display: block;
	color: #555;
}

ul#recent_articles {
	margin-bottom: 2em;
}

ul#recent_articles li {
	border-bottom: 1px solid rgb(85, 85, 85);
	padding: 4px 0;
	margin: 0 35px 0 0;
}

ul#recent_articles li a {
	padding-left: 1.75em;
}


/* elsewhere article list */
.simplepie ol li {
	padding: 4px 0;
	margin: 0 8px 0 -2px;
	border-bottom: 1px solid rgb(85, 85, 85);
}

.simplepie ol li a, ul#recent_articles li a {
	color: #d9d9d9;
	text-decoration: none;
}

.simplepie ol li a:hover, ul#recent_articles li a:hover {
	color: #99cc00;
	text-decoration: none;
}

#extra p img#me {
	border: 1px dotted rgb(102, 102, 102);
	padding: 2px;
	display: block;
	float: left;
	margin: 0 1em 1em 0;
}

#extra p {
	margin: 5px 25px 2em 0;
}

/* comment form styles */

dl#lna_comment {
	margin: 50px 0 0 2px;
	border-top: 1px dotted #919191;
	padding-top: 10px;
width: 405px;
}

dl#lna_comment input, dl#lna_comment textarea {
	width: 250px;
	background-color: #d9d9d9;
}

dl#lna_comment input#remember, dl#lna_comment input#forget {
	width: 15px;
}

dl#lna_comment input.button {
	width: 60px;
}

dl#lna_comment dt{
	display: block;
	margin:  10px 0 2px 0;
}

a#txpCommentHelpLink {display:  block;
	padding-top: 10px;
	width: 75px;
}

.a_comment_message, p#txpCommentInputForm {
	border:  1px dotted #525252;
		background-color: #1f1f1f;
margin: 2em 0 0.5em 0;
width: 405px;
}

.a_comment_message p {
	padding: 1em 0 0 1em;
}