/* ========================== Background Images ========================== */
body {
	background: url("/public/img/default/bg_body.png") repeat-x top left;
}

body.page-int {
	background: url("/public/img/default/bg_body_short.png") repeat-x top left;
}

#left-column {
	background: url("/public/img/default/bg_left_home.png") no-repeat top left;
}

.page-int #left-column {
	background: url("/public/img/default/bg_left.png") no-repeat top left;
}

section[role="main"] {
	background: url("/public/img/bg_main.png") no-repeat right top;
}

nav[role="navigation"] li {
	background: url("/public/img/default/bg_menu_divider.png") no-repeat right top;
}

nav[role="navigation"] li:last-child, nav[role="navigation"] li li {
	background: none;
}

nav[role="navigation"] li ul {
	background: url("/public/img/bg_dropdown.png") no-repeat left bottom;
}

nav[role="navigation"] li li ul {
	background: url("/public/img/bg_dropdown_third.png") no-repeat right bottom;
}

nav[role="navigation"] button {
	background: url("/public/img/bg_search_arrows.png") no-repeat 50% 50%;
}

#main-content {
	background: url("/public/img/bg_main_content.png") no-repeat left bottom;
}

.comments-count {
	background: url("/public/img/default/bg_comments_count.png") no-repeat top left;
}

.hentry footer .tags {
	background: url("/public/img/bg_tag.png") no-repeat 0% 50%;
}

.comment-meta {
	background: url("/public/img/bg_comment_content.png") no-repeat 100% 10%;
}

.sidebarPage .page-content {
	background: url("/public/img/bg_sidebar.png") no-repeat top right;
}

.celta-twitter .widget-title {
	background: url("/public/img/bg_twitter.png") no-repeat 0% 50%;
}