/* @override 
	http://www.turbodad.com/textpattern/css.php?s=default
	http://www.turbodad.com/textpattern/css.php?s=articles
	http://www.turbodad.com/css.php?n=default
*/

/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, serif;
	color: #000;
	background-color: #fff;
}

blockquote, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
	color: #0b3f7e
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h3.entry-title {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 10px;
}

/* links
----------------------------------------------- */

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid;
	border-color: #177efb;
}

a:visited {
	color: #666;
	border-color: #cf64fc;
}

a img {
	border: none;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
	line-height: 18px;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 760px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0 155px;
	padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #920051;
	padding: 0 4px;
	margin: 0 4px;
}

pre code {
	background: #f4f4f4;
	display: block;
	padding: 6px;
	border-left: 1px solid #d8d8d8;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 12px;
	line-height: 14px;
}

.caps {
	font-size: 12px;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: italic;
	font-size: 12px;
}

p.tags a {
	background-color: #fdeecc;
}

.published {
	font-size: 11px;
	color: #666;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

label {
	position: relative;
	top: 4px;
}

#txpCommentInputForm {
	font-size: 12px;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 10px;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

