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

#header .logo
{background-image: url(/news/wp-content/themes/glued-ideas-subtle-0391/assets/images/headers/logo_white_small.gif);
	background-repeat: no-repeat;
}

#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 {
	background-image: url(back_info.jpg);
}

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

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

#author {
	background-image: url(back_author.jpg);
}


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

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

a, a:link {
	color: #bb6f02;
}

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

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

#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;
}



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

body {
	font-family: "Lucida Grande", Arial, 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;
}
#widgets {
	width:250px;
	float:right;
	padding:0px 8px 10px 8px;
	margin:0;
	font-size:1.1em;
	color:#333;
	display:inline;
} 
#widgets h2 {
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 1.1em;
	color: #666633;
	text-align:center;
	background:url(img/sidenav_top.jpg) no-repeat top center;
	border:#ccc 0px solid;
	height:30px;
	font-weight:bold;
}
li.widgets h2 {
	font-weight: normal; 
	font-size: 1.1em; 
	text-align: left;
	color: #242;	
}
#widgets h3 {
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 1.1em;
	color: #666633;
	text-align:center;
	background:url(img/sidenav_top.jpg) no-repeat top center;
	border:#ccc 0px solid;
	height:30px;
	font-weight:bold;
}
li.widgets h3 {
	font-weight: normal; 
	font-size: 1.1em; 
	text-align: left;
	color: #242;	
}
#widgets ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 1em;	
	padding-bottom:2em;
	background:#F3F6ED url(img/sidenav_bottom.jpg) no-repeat bottom;
	border:#E1D6c6 1px solid;
	border-top:#f3f6ed 1px solid;
}
#pagenav
{
	list-style:none;
}
#widgets ul li {
	margin: 0.1em 0 0 0;
	
}
#widgets ul li a {
	text-decoration: none;
	border:none;
}
#widgets ul li a:link {
	color: #909D73;	
}
#widgets ul li a:visited {
	color: #999999;	
}
#widgets ul li a:hover, #sidebar ul li a:active {
	color: #990000;
}
#widgets ul ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	font-size: 1em;	
	background:none;
	border:none;
}
#widgets ul ul li 
{
	margin:0;
	padding:0;
	padding-left:10px;
	margin-left:10px;
	background:url(img/subcat_bullet.gif) no-repeat left;
}