/* @override http://tomdale.net/wp-content/themes/tddotnet/style.css */

/*
Theme Name: tomdale.net
Theme URI: http://tomdale.net
Description: Tom's customer WordPress Theme
Version: 1.0
Author: Tom Dale
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande";
	font-size: 11px;
	line-height: 16px;
	color: #444;
}

img {
	border: none;
}
a:link > img {
	border-style: none;
}

a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
	background-color:transparent;
	border-bottom: 1px solid #ddd;
}

a:visited {
	color: #550000;
	text-decoration: none;
	background-color:transparent;
	border-bottom: 1px solid #ddd;
}

a {
	padding: 0px 0px 2px;
}

#sidebar {
	position: fixed;
	padding-top: 10px;
	padding-left: 5px;
	top: 0px;
	left: 0px;
	width: 260px;
	background-image: url(retro.png);
	height: 100%;
	border-right:  1px solid #aaa;
}

#sidebar > #info {
	padding-left: 15px;
	width: 90%;
}

#posts {
	background-color: white;
	margin-left: 275px;
	width:  600px;
	padding-top: 20px;
	padding-left: 20px;
	z-index: 99;
}

.post {
	padding: 25px;
}

.date {
	display: block;
	color: #222;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#copyright {
	width: 100%;
	bottom: 0;
	position: fixed;
	text-align: center;
}

#copyright > span {
	display: block;
	margin: 0 auto;
	width: 400px;
	background-color: white;
}

#sidebar > #info > h3 {
	font-family: Helvetica;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.2em;
	color: #333;
	margin-top: 25px;
}

#sidebar ul > li, #sidebar ol > li {
	list-style-type: none;
}

/*.post ul > li:before {
  content: "•";
  font-size: 0.8em;
  margin-right: 5px;
}*/

.post ul > li {
	margin: 15px 0px;
}

.post ol > li, .post ul > li {
	list-style-position: outside;
}

ol, ul {
	margin-left: 5px;
}

#centerbox {
	position: fixed;
	padding: 15px;
	left: 400px;
	width: 350px;
	top: 50%;
	background-color: #ddd;
}

input {
	margin:10px;
}

p {
	margin: 11px 0px;
}

.wp_syntax {
  background-color: #EAEAEA;
  -webkit-border-radius: 6px;
  padding: 10px;
}