/* HTML ELEMENTS */

body {
	background-color: #19110A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #5E5E5E;
	margin-top: 0px;
}

/* CLASS ELEMENTS */

.styled-box, .sidebar-box {
	background-color: #fff;
	border: 1px solid #D6D6D6;
	padding: 12px;
	margin-bottom: 10px;
}
.sidebar-box {
	margin-bottom: 10px;	
}
.post-wrapper hr {
	border: 3px solid #EAEAEA;
}
.featured-photo-top-right {
	float: right;
	margin: 0 0 10px 10px;
}
.featured {
  border: 1px dashed #4040FF;
  background-color: #D3D4FF;
  color: #000;
  padding: 4px;
}

/* ID ELEMENTS */

#container {
	width: 90%;
	margin: 0 auto;
	height: 15px;
}
#masthead {
	height: 90px;
	*height: 110px;
}
#masthead ul {
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 25px;
	/* margin-top: 0px; */

}
#masthead ul li {
	float: left; 
	background: #4B4B4B url('../images/nav-right-2.gif') no-repeat right; 
	display: block;
	margin-right: 10px;
}
#masthead ul li:hover {
	background-color: #D52300; 
	background-image: url('../images/nav-right.gif');
}
#masthead ul li a {
	color: #fff;
	/* width: 80px; */
	text-align: center;
	text-decoration: none;
}
#masthead ul li a:link, #masthead ul li a:visited{
	float: left;
	color: #FFFFFF;
	display: block;
	padding-top: 3px;
	height: 20px;
	font-size: 13px;
	background: url('../images/nav-left-2.gif') no-repeat left;
	padding-left: 20px;
	padding-right: 20px;
	/* padding-top: 6px; */
	font-family: Verdana, Geneva, sans-serif;
}
#masthead ul li a:hover, #masthead ul li a:active {
	background-image: url('../images/nav-left.gif');
}
#page_title, #page_title a {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navbar {
	background-color: #3B3B3B;
	height: 45px;
}
#navbar ul {
	padding-left: 7px;
	margin-left: 7px;
}
#navbar li a {
	color: #fff;
	width: 110px;
	height: 24px;
	display: block;
	text-align: center;
	padding-top: 7px;
	border: 1px solid #3B3B3B;
	text-decoration: none;
}
#navbar li {
	margin-top: 7px;
}
#navbar a.selected {
	background-color: #EAEAEA;	
}
#navbar a:hover {
	background-color: #D52300;
	border: 1px solid #FF4F2D;
}
#navbar ul li {
	display: block;
	float: left;
}
#navbar ul li ul {
	display: none;
}
#navbar ul li ul:hover {
	display: block;	
}
#navbar ul li ul li {
	float: none;
	border: 1px solid #3B3B3B;
	border-top: none;
}
#subscribe {
	float: right;
	padding: 14px 15px 0 0;
	width: 100px;
}
#subscribe a {
	float: right;
	padding-right: 5px;
	color: #FC0;
	border: none;
}
#subscribe a:hover {
	border: none;
	color: #F30;
	background: none;
}
#body {
	background-color: #EAEAEA;
	color: #5E5E5E;
	padding: 13px;
	font-size: small;
}
#footer {
	color: #999;
	padding-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
}
#footer a {
	color: #CCC;
}
#searchform {
	float: right;
	margin-top: 65px;
}


/* SEARCH BOX */
.search_bg {
	height:35px;
	width:255px;
	background:url('../images/search-bg.gif') no-repeat left;
	background-position: left;
	margin-top: 50px;
	float: right;
	text-align: right;
}
#search {
	color:#FFFFFF;
	padding:0;
}
#search input {
	background: transparent;
	font-size:11px;
	color:#FFF;
	font-family:Tahoma, arial, verdana, courier;
	width:180px;
	height:22px;
	vertical-align:middle;
	margin: 10px 0px 0 10px;
	padding:0;
	border: none;
}
#search .search-button {
	width:47px;
	height:30px;
	background:none;
	border:none;
	vertical-align:middle;
	margin:0;
	padding:0;
	margin-left: 15px;
}

/* TOP NAVIGATION MENU */
ul#subnavlist {
	padding-left: 0px; margin-left: 0px;
}
ul#subnavlist li { 
	float: none; 
	margin: 0px;
	padding: 0px;
}
ul#subnavlist li a {
	margin: 0px;
	background-color: #19110A;
	text-align: left;
	padding-left: 10px;
}
ul#subnavlist {
	padding: 0px;
	margin: 0px;
}
ul#navlist li:hover ul#subnavlist
{
	display: block;
	position: absolute;
	font-size: 8pt;
	padding-top: 5px;
}
ul#navlist li:hover ul#subnavlist li a
{
	display: block;
	width: 100px;
	border: none;
}


/* WIDGIT-SPECIFIC */

.flickr-photos h3 {
	color: #D52300;
	margin-top: 0px;
	font-size: small;
	font-weight: bold;
}

/* MEDIUM-SPECIFIC STUFF */

.nobrowser {
	display: none;
}