/*
Theme Name: Toboggans
Theme URI: http://drtoboggans.com
Description: Dr. Toboggans's very first Wordpress Theme! Designed by <a href="http://danwrotethis.com">Dan Baker</a>.
Version: 1.1
Author: Dan Baker
Author URI: http://danwrotethis.com
Tags: Dr. Harold Toboggans, Dr. Toboggans, Toboggans, Ominous Comma, Brent Diggs, Dan Baker, DanWroteThis

	Toboggans 1.1
	http://drtoboggans.com

	This theme was designed and built by Dan Baker,
	whose blog you will find at http://danwrotethis.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Reset Problematic Tags */

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

li {
	list-style-type: none;	
}

:focus {
	outline: 0;
}



/* Begin Typography & Colors */

body {
	background-color: #FFCC99;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-image:    url("images/bg.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}

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

#header {
	background: #ffffff;
}

#header h1 {
	font-size: 18px;
	font-weight: bold;	
}

#sidebar {
	width: 200px;
	background-color: #f2e0c2;
	float: left;
}

#nav li a {
	width: 200px;
	height: 36px;
	background-image: url("images/menu_bg.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	display: block;
	margin-bottom: 1px;
	padding-top: 14px;
	font-size: 18px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav li a:hover {
	background-position: 0px -50px;
}

.sub_header {
	width: 775px;
	height: 39px;
	background-image: url("images/header.gif");
	padding-top: 11px;
	padding-left: 25px;
	font-size: 24px;
	font-style: italic;
	font-family: "Courier New", Courier, mono;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
}



/* Special Home Page Greeting */

#greeting {
	width: 770px;
	padding: 15px;
	float: right;
	background-color: #66190e;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
}

#greeting p, #greeting h3 {
	margin-left: 15px;
	margin-bottom: 10px;
}



/* Content Tags */

#content {
	width: 750px;
	padding: 25px 25px 0 25px;
	float: right;
	background-color: #FFFFFF;
}

#content p {
	margin-bottom: 1em;
}

.post {
	margin-bottom: 25px;
}

.post h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #982616;
}

.post .entry {
	margin: 20px 0 50px 0;
	font-size: 17px;
}

.clearboth {
	padding: 0;
	margin: 0;
	clear: both;
}

#footer {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}



/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}




/*** Comments stuff **********************************************************************/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

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

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
	
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}



/* Twitter Tools */

.aktt_tweets li{
	margin: 15px 10px;
}

.aktt_tweet_time, .aktt_tweet_reply {
	font-size: .75em;
}