/*  
Theme Name: td08
Theme URI: http://turkeydinner.net/
Description: td.net for the year 2008.
Author: Jesse Keyes

*/

/* big structure */

body, html {
	margin:0;
	padding: 0;
	}
	



#wrapper {
	margin: 0 auto 0 auto;
	border: none;
	height: 100%;
	}
	
/* header */


h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20pt;
	margin: 3px 0 0 10px;
	}
	
h3 {
	text-align: center;
	font-size: 26px;
	}
	
/* pretty colors */

	
a {
	color: #999;
	font-weight: bold;
	text-decoration:none;
	}
	
a:hover {
	color: #000;
	text-decoration:underline;
	}


	
a.title {
	color: #000;
	text-decoration: none;
	}
	
a:hover.title {
	text-decoration: underline;
	}
	
	
/* main content */
	
	
#content {
	float:right;
	margin: 100px 15% 50px auto;
	width: 900px;
	min-height: 600px;
	border: none;
	font: normal .9em/1.5em Georgia, serif;
	}
	

blockquote {
	background: url("img/quote.png") no-repeat;
	padding-left: 30px;
	font-size: .9em;
	}


	
#post {
	float: right;
	width: 450px;
	margin: 0 20px 0 20px;
	padding: 0px;
	}
	
#post img {
	margin: 10px;
	}
	
	
h2.title {
	font-size: 24pt;
	text-align: left;
	line-height: 22pt;
	font-weight:bold;
	margin: 0 0 15px 0;
	}
	
h2.title a {
	color: #000;
	text-decoration: none;
	}
	
h2.title a:hover {
	text-decoration: underline;
	}

	
#post-author {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	text-align:right;
	color: #333;
	margin: -10px 0 0 0;
	width:100%;
	}
	
	
	
img.main {
	border: 1px #ddd solid;
	float: right;
	}
	
	
object {
	margin: 10px;
	clear: both;
	}
	
/* meta stuff */
	
#meta span {
	display: none;
	}

#meta a {
	float:right;
	text-align: left;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	background: url("img/chat-bubble.png") no-repeat left;
	height: 9pt;
	color: #333;
	font-weight: bold;
	padding-left: 17px;
	width:auto;
	}
	
#metafeed a {
	float: right;
	text-align: left;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	background: url("img/feed-icon.png") no-repeat left;
	height: 12pt;
	color: #333;
	font-weight: bold;
	padding-left: 17px;
	margin: 0 0 10px 0;
	width:65px;
	}
	
#metaping a {
	float: right;
	text-align: left;
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	background: url("img/ping-icon.png") no-repeat left;
	height: 12pt;
	color: #333;
	font-weight: bold;
	padding-left: 17px;
	margin: 0 0 10px 0;
	width:65px;
	}

	
#meta a:hover, #metafeed a:hover, #metaping a:hover {
text-decoration: underline;
	}

	
.caption {
	text-align: right;
	color: #333;
	font-size: 10pt;
	}
	
	
div.postmetadata, div.postmetadata a {
	text-align: left;
	color: #ccc;
	margin: 30px 0 0 0;
	line-height: 12pt;
	}

div.postmetadata span {
	font-weight: bold;
	}
	
div.postmetadata-hover, div.postmetadata-hover a {
	text-align: left;
	color: #999;
	margin: 30px 0 0 0;
	line-height: 12pt;
	}

div.postmetadata-hover span {
	font-weight: bold;
	}
	
/* crazy designs */
	
#top {
	float: right;
	margin: 0;
	padding: 0;
	}
	
#left {
	float: left;
	margin: 0;
	padding-left: 30px;
	max-width: 400px;
}

#right {
	float: right;
	margin: 0;
	padding: 0;
	max-width: 400px;
}

#right img {width: 375px;}

#left img {width: 350px;}

#bottom {
	margin-bottom: 20px;
	padding: 0;
	clear:both;
}

#caption {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	text-align: right;
	width: auto;
	}

.aligncenter {
	margin-right: auto;
	margin-left: auto;
	}

.alignleft{
	float: left;
	margin-right: 5px;
	}

img.alignleft-special{ /* for crossing the post box to the left - crazy!!! */
	float: left;
	margin-right: 5px;
	margin-left: -95px !important;
	}

.alignright{
	float: right;
	margin-left: 5px;
	}




/* comments */


#comments {
	padding-top:10px;
	margin: 10px 0 0 0;
	border-top: 1px dashed #ccc;
	}
	
.commentlist {
	margin: 20px 0 0 0;
	}
	

	
/* footer/sidebar items */




#sidebar {	
	background: #E0DDDD;
	clear: both;
	padding: 10px 20px 10px 20px;
	margin: 0;
	/*
	background: #E0DDDD;
	padding: 10px 20px 10px 20px;
	float: left;
	margin:0;
	height: auto;*/
	}
	
.clear {
	clear: left;
	}

#sidebartitle {
	position:relative;
	z-index:2;
	float:right;
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	font-weight:bold;
	margin: -26px 5px 0 0;
}


#top-foot {
	min-height: 100px;
	margin: 0 0 20px 0;
	}



#bot-foot {
	height: 200px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: -10px 0 0 -5px;
	}


.sidecol {
	float: left;
	width: 225px;
	margin: 0 10px 0 10px;
	}
	
.sidecoltumblr {
	width: 400px;
	margin: 0 10px 0 10px;
	float:left;
	}
	
.sidecol li {
	margin: 0 0 5px 0;
	}
	
ul.recent {
	list-style-image: url(http://turkeydinner.net/favicon.ico);
	}
	
ul.gti {
	list-style-image: url(http://goteaminternet.com/favicon.ico);
	}
	
.widget_rss ul {
	list-style-image: url(http://images.del.icio.us/static/img/delicious.small.gif);
	}
	
h4 img {
	display: none;
	}

.sidecol a, .sidecoltumblr a {
	color: #666;
	}
	
.sidecoltumblr img, .sidecolrumblr embed {
	max-width: 400px;
}

.sidecoltumblr embed {
	max-height: 200px;
	}
	
.tum-more a {
	float: right;
	color: #333;
	font-style: italic;
	font-size: 12px;
	margin-right: 10px;
	}
	
.sidecol h4 a, .sidecoltumblr h4 a {
	color: #000;
}


#footer {
	color: #000;
	font-size: 10px;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	clear: both;
	border-top: #666 dotted 1px;
	padding: 2px 5px;
	margin: 0;
	}
	
	
	
/* twitter Bubble */
div.twitter {
	float: right;
	width: 350px;
	font-size: 16pt;
	margin: 0 100px 0 24px;
}

div.twitter blockquote {
	margin: 0px;
	padding: 5px 0 0 0;
	background-color: #fff;
	background-image: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div.twitter blockquote p {
	margin: 10px 10px 5px 10px;
	padding: 0px;
}

div.twitter cite {
	position: relative;
	margin: 0px;
	padding: 25px 0px 0px 50px;
	top: 10px;
	left: 325px;
	background: transparent url("img/tip-r.png") no-repeat 20px 0;
	font-style: normal;
}

div.twitter img {
	margin: -50px 0 0 370px;
	}
	
.footwitter {
	float: left;
	width: 480px;
	margin: 10px 0 0 0;
	}


.twitwter {
	font-size: 24pt;
	}

