/* Background Graphics --------------------------------------------- */

#container {
	background-image: url(back_content.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}

#header {
	background-image:;
	background-repeat: repeat-x;
}

#footer {
	background-image: ;
	background-repeat: repeat-x;
}

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	min-height: 170px;
}

.comment .metadata {
	background-image: url(back_lead.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.prominent {
	background-image: url(back_corner_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.prominent .inner {
	margin: 0px;
	padding: 20px 20px 1px;
	background-image: url(back_info.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#container .comment .metadata {
	background-image: url(back_comment.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 65px;
}


/* Color ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

body {
	background: url(tommyd_blog_bkgd.jpg) top center fixed repeat;
}

a, a:link {
	color: #ffcc66;
}

a:hover, a:active {
	color: #cc9933;
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #FFFFFF;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #fc6;
}

.post {
	border-bottom: 1px solid #383838;
}

.post a, .post a:link {
	color: #cccc66;
}

.post a:hover, .post a:active {
	color: #999933;
}

.lead a, .lead a:link {
	color: #cccc66;
}

.lead a:hover, .lead a:active {
	color: #999933;
}

.prominent {
	background-color: #101010;
}



/* Typography ------------------------------------------------------ */

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #FFFFFF;
	line-height: 17pt;
}

h1, h2, h3, h4, h5, h6 {
	color: #cc9;
	font-weight: 500;
	letter-spacing: -0.06em;
}

#title {
	display: none;
}

#tagline {
	margin-left: 80px;
	display: none;
}

.reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt {
	font-size: 95%;
}

/* Layout ---------------------------------------------------------- */



#content .style_content {
	padding: 25px 40px 0px;
}

html>body #content .style_content {
	padding: 25px 0px 0px;
}

.content img {
	margin: 0px 10px 15px;
	border: 0px none;
}

#container .comment .comment_number {
	margin-right: 30px;
	font-weight: 900;
	letter-spacing: -0.06em;
}

#button_email_address {
	vertical-align: middle;
}

#widgets.home {
	width: 320px;
}

#container .widget_set {
	width: 149px;
	padding-left: 20px;
	border-left: 1px solid #383838;
}

html>body #container .widget_set {
	width: 129px;
	padding-left: 20px;
	border-left: 1px solid #383838;
}

.flickr_photo, .flickr_photo_last  {
	margin: 10px;
	
}

#container .advert {
	text-align: left;
}

/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}
