/* Background Graphics --------------------------------------------- */

#container {
	background-image: url(back_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	background-image: url(back_header.gif);
	background-repeat: repeat-x;
}
#footer {
	background-image: url(back_footer.gif);
	background-repeat: repeat-x;
}
#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}
.comment .metadata {
	background-image: url(back_comment.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_corner_bottom.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-color: #333333;
}
a, a:link {
	color: #000066;
	text-decoration: none;
}
a:hover, a:active {
	color: #000033;
	text-decoration: underline;
}
#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: #DDDDDD;
}
#content .summary {
	padding-top: 20px;
	border-top: 1px dotted #cacaca;
	background-position: 0px 20px;
}
.prominent, .comment .metadata {
	background-color: #333333;
	color: #FFFFFF;
	margin: 0px 0px 15px;
	padding: 10px 10px 0px 10px;
}
.prominent a, .prominent a:link, .comment .metadata a, .comment .metadata a:link {
	color: #FFFFFF;
}
.prominent a:hover, .prominent a:active, .comment .metadata a:hover, .comment .metadata a:active {
	color: #DDDDDD;
}
#header, #footer {
	color: #FFFFFF;
}


/* Typography ------------------------------------------------------ */

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 18pt;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	/* letter-spacing: -0.06em; */
}
.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%;
	line-height: 160%;
}
.inner h2 {
	text-align: left;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 8px;
}
.inner ul {
	font-size: 12px;
	margin-left: 0px;
}
.inner li {
	list-style: disc;
	line-height: 17px;
}


/* Layout ---------------------------------------------------------- */

#content .style_content {
	padding: 25px 40px 0px;
}
html>body #content .style_content {
	padding: 25px 0px 0px;
}
#content .wp-smiley {
	margin: 0px 0px 0px;
	border: 0px none;
}
#container .comment .comment_number {
	font-weight: 900;
	letter-spacing: -0.06em;
}
#button_email_address {
	vertical-align: middle;
}
#widgets.home {
	width: 320px;
}
#container .widget_set {
	width: 199px;
	padding-left: 20px;
	border-left: 1px dotted #cacaca;
}
html>body #container .widget_set {
	width: 179px;
	padding-left: 20px;
	border-left: 1px dotted #cacaca;
}
.flickr_photo, .flickr_photo_last {
	margin-bottom: 10px;
}


/* 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;
}

