/** HTML **/

html, body {
/*	background: #efefef url('img/fogliato_tm.png'); */
	background: #efefef url('t2e/bg_waves.png');
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
code, blockquote {
	padding: 1em;
	background: #eee;
	border: 1px solid #ccc;
}
code {
	white-space: nowrap;
	word-wrap: none;
	overflow: auto;
	display: block;
}
strong {
	font-weight: bold;
	color: #333;
}
em {
	font-style: italic;
}
h1, h2, h3, h4 {
	color: #333;
	font-weight: bold;
}
/** IDs **/
#docshadow {
	width: 66.923076923em;
	background: transparent url('img/docshadow.png') repeat-y top left;
	margin: auto;
	text-align: center;
}
#doc {
	background: #fff;
}
/** HEADER **/
#hd {
	background: transparent url('t2e/hdr-bg.png') top center no-repeat;
}
#hd h1 a{
	display: block;
	text-decoration: none;
	background: transparent url('t2e/hdr-estate.png') top center no-repeat;
	height: 150px;
}
#hd h1 span {
	visibility: hidden;
}
#navitop {
	background: #ffffab;
	border-bottom: .2em solid #fff37f;
	padding-left: .2em;
}
#navitop li {
	display: inline;
	border-right: .2em solid #cccc89;
	padding: .1em 0;
}
#navitop li a {
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border: .2em solid #fff37f;
	border-bottom: .2em solid #fff37f;
	padding: .1em .7em;
	padding-bottom: 0;
	color: #f60;
}
#navitop li a:hover {
	color: #999;
}
#navitop li a.active {
	border-bottom: .2em solid #fff;
}



/** BODY **/
#bd {
	background: #fff url(t2e/bg_sidebar.png) top right repeat-y;
	border-left: .2em solid #fff37f;
/**	border-right: 1em solid #fff37f; **/
}
#bd #main {
	padding-top: 2em;
}
#bd #sticky {
	padding-top: 1em;
}
#bd #sticky3 {
	padding-bottom: 1em;
}
.tabs {
	font-size: 77%;
}
#bd #mainWrapper {
	margin: 0 1em;
}
#bd #main p {
	margin: .8em 0;
	line-height: 131%;
}
#bd #main h1 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 161.6%;
	line-height: 138.5%;
}
#bd #main h2 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 138.5%;
	line-height: 116%;
}

#shiny {
	position: absolute;
	top: -10em;
	left: -10em;
}


/** Sidebar **/
#sidebar {
	margin-top: 2em;
}
#sidebar .block .item-list ul {
	padding: 0;
}
#sidebar .block .item-list li {
	margin: 0;
	list-style: none;
	margin-bottom: .2em;
}



/** NODE **/
#bd .node {
	margin-bottom: 3em;
	font-size: 108%;
	line-height: 138.5%;
	letter-spacing: .02em;
	border-bottom: .2em solid #fff77f;
}
#bd code {
	background-image: url(img/bg_code.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 85%;
}
#bd blockquote {
	padding-left: 80px;
	background-image: url(img/bg_blockquote.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	font-size: 85%;
	line-height: 108%;
	font-style: italic;
}
#bd .node ul,
#bd .node ol {
	margin-left: 2em;
}
#bd .node li {
	margin-bottom: .25em;
}
#bd .node  ul li {
	list-style-type: circle;
}
#bd .node ol li {
	list-style-type: decimal;
}
#bd .node .content .field-field-img {
	float: left;
	margin-right: .5em;
}
#bd .node .terms {
	font-size: 77%;
}
#bd .node-image .meta {
	float: right;
}
#bd .node-image .meta .terms li {
	display: block;
}
.submitted {
	float: right;
	margin: 0 0 0 .5em;
	border: .2em solid #fff77f;
	color: #333;
}
.cal {
	margin: 0 !important;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background: #fff;
}
.cal span {
	display: block;
	width: auto;
	background: #ffffad;
	font-size: 77%;
}
.cal .dd {
	font-style: italic;
	font-size: 197%;
	font-weight: bold;
}
.node .feedapi_feed {
	display: none;
}
#bd #views-filters table {
	width: 100%;
}
#bd #views-filters .form-item {
	display: inline;
}
#bd .node .terms {
	background: url(/sites/blog.tassoman.com/themes/tassoman/img/tag_blue.png) no-repeat 0 0;
}
#bd .node .links a.comment_add {
	background: url(/sites/blog.tassoman.com/themes/tassoman/img/comment.png) no-repeat 0 0;
	padding-left: 20px;
}


/** BLOCK **/
.block {
	margin-right: 1em;
	margin-bottom: 2em;
}
.block h4 {
	font-size: 123.1%;
/**	border-bottom: .2em solid #fff37f; **/
}
.block .content {
	font-size: 93%;
}

.block .view ul {
	padding-left: 0;
}
.block .view li {
	margin-left: 0;
	list-style: none;
}

.block .view-item-comments-recent .view-data-comments-name,
.block .view-item-comments-recent .view-data-comments-timestamp {
	font-size: 77%;
}


/** FOOTER **/
#ft a {
	text-decoration: underline;
	color: #666;
}
#ft {
	color: #666;
	text-align: center;
	border-top: 1em solid #fff37f;
	background: #ffffab;
	padding: 1.25em 0;
}
#ft div {
	font-size: 77%;
}



/** CLASSES **/

.messages {
	display: block;
	padding: 1em;
	border-width: 1px;
	border-style: dotted;
	border-color: #999;
	background-color: #eee;
}
.status {
	background-color: #efe;
	border-color: #090;
	color: #090;
}
.warning {
	background-color: #fef;
	border-color: #f60;
	color: #f60;
}
.error {
	background-color: #fee;
	border-color: #900;
	color: #900;
}
.messages code {
	display: inline;
	background: none;
}

/* Pagination */
div.pager {
	font-size: 108%;
	padding: .2em;
	margin: 1em -1em;
	text-align:center;
}
div.pager a {
	white-space: nowrap;
	padding: .2em .5em .2em .5em;
	margin-right: .2em;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #f60;
}
div.pager a:hover, div.pager a:active {
	border: 1px solid #f60;
	color: #f60;
	background-color: #ffffab;
}
div.pager .pager-current {
	padding: .2em .5em .2em .5em;
	margin-right: .2em;
	border: 1px solid #ccc;
	font-weight: bold;
	background-color: #fff37f;
	color: #999;
}
div.pager span.disabled {
	padding: .2em .5em .2em .5em;
	margin-right: .2em;
	border: 1px solid #f3f3f3;
	color: #ccc;
}


div.odd {
	background: #fafafa;
	border-color: #eee;
}
div.even {
	background: #eee;
	border-color: #ccc;
}

.comment {
	border-width: 1px;
	border-style: solid;
	padding: .5em;
	border-right: 0;
	border-left: 0;
}
.comment .sincecomment {
	font-style: italic;
}
.comment .links,
.node .links {
	text-align: right;
}
.comment .links a.comment_delete {
	padding-left: 20px;
	background: url(/sites/blog.tassoman.com/themes/tassoman/img/comment_delete.png) left center no-repeat;
}
.comment .links a.comment_edit {
	padding-left: 20px;
	background: url(/sites/blog.tassoman.com/themes/tassoman/img/comment_edit.png) left center no-repeat;
}
.comment .links a.comment_reply {
	padding-left: 20px;
	background: url(/sites/blog.tassoman.com/themes/tassoman/img/comment_add.png) left center no-repeat;
}

