/* TTG Blog styles */

/* Reset */

* { margin: 0; padding: 0; }

img, fieldset { border: 0; }

a { outline: 0; text-decoration: none; }

/* Containers */

body {
	font: 12px/1 Geneva, Helvetica, Arial, sans-serif;
	color: #414141;
}

#page {
	width: 964px;
	margin: 0 auto;
	padding-right: 10px;
}

#header {
	width: 964px;
	height: 89px;
	position: relative;
}

#main {
	width: 964px;
	background: url(images/blog-main-bg.gif) repeat-y;
}

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

#content {
	float: left;
	width: 521px;
	background: #eeeeee url(images/blog-content-bg.gif) repeat-x;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 65px 11px 25px;
	position: relative;
}

#sidebars {
	float: right;
	width: 420px;
}

#footer {
	clear: both;
	font-size: 10px;
	line-height: 24px;
}

.center { text-align: center; }

.clear { clear: both; }

.alignleft { float: left; }

.alignright { float: right; }


/* Header */

#header #home-link {
	background-image: url(images/logo-blog.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 3px;
	top: 0;
	height: 148px;
	width: 193px;
	z-index: 1;
}

#header #header-nav {
	float: right;
	padding-top: 11px;
	list-style: none;
}

#header-nav li {
	float: left;
	height: 30px;
}

#header-nav a {
	float: left;
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#header-nav a:hover { background-position: bottom left; }

#header-nav #nav-home { width: 50px; background-image: url(images/blog-nav-home.gif); }

#header-nav #nav-ttg { width: 221px; background-image: url(images/blog-nav-ttg.gif); }

#header-nav #nav-tttv { width: 216px; background-image: url(images/blog-nav-tttv.gif); }

/* Sidebars */

.sidebar {
	float: left;
	width: 186px;
	padding: 15px 12px;
	color: #dad9d9;
	line-height: 1.33;
}

.sidebar ul { list-style: none; }

.sidebar ul ul {
	list-style: none; 
	margin: 12px 0;
}

.sidebar ul li {
	margin-bottom: 5px;
}

.sidebar a {
	color: #dad9d9;
}

.sidebar p, .sidebar h5 {
	margin: 12px 0;
	font-size: 12px;
}

.sidebar .widget {
	padding: 10px 0;
	border-top: 1px solid #404040;
}

.sidebar .widget:first-child {
	border-top: 0;
}

.sidebar h2 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: relative;
	left: -3px;
	height: 0;
}

.widget_previous_entries h2 {
	width: 149px;
	height: 21px;
	background-image: url(images/blog-sidebar-previousposts.png);
}


.categories h2 {
	width: 113px;
	height: 25px;
	background-image: url(images/blog-sidebar-categories.png);
}

#nowplaying h2 {
	width: 150px;
	height: 41px;
	background-image: url(images/blog-sidebar-nowplaying.png);
}

#nowplaying a {
	color: #32baf4;
	font-size: 11px;
}

#nowplaying a img { margin-bottom: 8px; }

.widget_twitter h2 {
	width: 120px;
	height: 30px;
	background-image: url(images/blog-sidebar-twitter.png);
}

.widget_twitter .twitter-item {
	padding: 10px 0;
	border-top: 1px solid #404040;	
}

.widget_twitter .twitter-item:first-child {
	border-top: 0;
}

.widget_twitter .twitter-timestamp {
	display: block;
	text-align: right;
	margin: 5px 0;
	color: #7eddf7;
}

.widget_twitter .twitter-link {
	display: block;
	color: #7eddf7;
	text-align: center;
	text-transform: uppercase;
}

.widget_text img.alignleft {
	margin: -5px 5px 10px -4px;
}

/* Content */

#content a {
	color: #508d04;
	text-decoration: underline;
}

#content p, #content ul, #content ol {
	margin: 21px 0;
	line-height: 1.75;
}
#content ul {

	margin-left: 30px;

}

#content ol {

	margin-left: 30px;

}

#content #content-header {
	width: 204px;
	height: 23px;
	margin-bottom: 25px;
	background: url(images/blog-content-header.png) no-repeat top left;
	text-indent: -9999px;
	clear: both;
}

#content #share-links {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
padding-left:3px;
	height: 20px;
border-right:1px solid #ccc;}

#share-links a {
	display: block;
	float: left;
	margin-right: 1px;
	margin-left: 1px;	
	background-color: #8b8b8b;
	height: 20px;
	line-height: 20px;	
	color: #ffffff;
	text-decoration: none;
	
}

#share-links a.rss {
	padding: 0 5px 0 25px;
	background-image: url(images/blog-icon-rss.png);
	background-repeat: no-repeat;
	background-position: 5px center;
border-left:1px solid #ccc;

}

.post {
	margin: 25px 0;
	padding-bottom: 10px;
	clear: both;
}

.post h2 {
	font-size: 30px;
	line-height: 1.5;
}

#content .post h2 a {
	color: #414141;
	text-decoration: none;
}

.postmetadata {
	font-size: 10px;
}

#commentform textarea {
	width: 100%;
}

.navigation {
	clear: both;
}

/* Footer */

#footer #footer-nav {
	float: left;
	list-style: none;
}

#footer-nav li {
	display: inline;
	margin-right: 3px;
}

#footer-nav a {
	color: #414141;
	margin-right: 3px;
}

#footer #copyright {
	float: right;
}

.entry img {

	border: solid 1px #000000;

}

.entry-image img {

	float: left;

	border: solid 1px #000000;

	margin: 4px 4px 4px 2px;

}



/*********SEARCH FORM STYLES*************/
#search {
	font-size: 12px;
	line-height: 20px;
	display: block;
	height: 27px;
	width: 270px;
	position: absolute;
	right:0;
	top:38px;
	margin: 0px;
	padding:10px 0px;
	float:right;
	}
#search input {
	width: 223px;
	height: 20px;
	padding: 4px 5px 3px;
	background:url(images/searchform-bg.png) no-repeat left top;
	border: 0;
	margin:5px 0;
    font-size:12px;
}

#search #submit {
	display: inline-block;
	border: 0;
	width: 25px;
	height: 25px;
	margin: 1px 2px;
	text-indent: -999px;
	cursor: pointer;
	background:url(images/searchform-submit.png) no-repeat left top;
	overflow: hidden;
}

