/* @override http://www.select-hinges.com/blog/wp-content/themes/gluedideas_subtle/styles/default/default.css */

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

body {
	background-color: #f3f3eb;
}

#container {
	background-image: url(../../assets/images/back_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	background-image: url(../../assets/images/back_header.gif);
	background-repeat: repeat-x;
}

#menu .page_item a {
	background-image: url(../../assets/images/back_menu.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

#menu .current_page_item a {
	background-image: url(../../assets/images/back_menu_selected.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

.prominent {
	background-image: url(back_prominent.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f4f4ec;
}

.prominent .inner {
	background-image: url(back_prominent_inner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 15px 15px 10px;
}

#footer {
	background-image: url(../../assets/images/back_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#comment_area .metadata {
	background-image: url(back_comment_meta.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 15px;
	padding: 10px;
	background-color: #f4f4ec;
}

#information {

}

#post_meta {
	background-image: url(back_prominent.jpg);
}

#search {
	background-image: url(back_search.jpg);
}

#author {

}

.post_author img {
	float: left;
	padding-right: 5px;
	width: 60px;
	height: 60px;
}

/* Color ----------------------------------------------------------- */

#div {
	border: 1px solid #FF0000;
}

h3.title a {
	color: #f60;

}

a, a:link {
	color: #06c;
}

a:hover, a:active {
	color: #e58802;
}

a:hover {
	text-decoration: underline;
}


h3.title a:hover {
	text-decoration: none;
	color: #e58802;
	
}



#header, #footer {
	color: #FFFFFF;
}

#header a, #header a:link, #footer a, #footer a:link {
	color: #fff;
}

#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #DDDDDD;
}

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #382e1f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -0.06em;
}

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

.xoxo.blogroll li a {
	font-size: 10px;
}

.xoxo.blogroll li {
	margin-bottom: 0px;
}

/***************  Sidebar Styles  **************/


.sidebar_authors {
	margin-bottom: 15px;
}

.sidebar_authors ul{
	list-style-type: none;
		
}
.sidebar_authors li{
	list-style: none;
	margin-left: 5px;
		
}

.sidebar_links {
	margin-bottom: 15px;
}

#widgets a{
	font-size: 11px;
	
}
.sidebar_links ul{
	list-style-type: none;
		
}
.sidebar_links li{
	line-height: 15px;
	margin: 0 0 5px;
	list-style: none;
	text-align: left;
	display: block;
}

.sidebar_links a {
	display: block;
}

.sidebar_category li {
	background-image: url(../../assets/images/icon_category.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

img#authorpic {
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 15px;
}





