body {
	color:#fff;
	background:#000000 url(images/p1bg1.jpg) no-repeat center 20%;
}

.container {
	background: url(images/black.png);
	padding: 50px;
	margin-top:50px;
}

#tabs {
	display: none;
}

#header {
padding:4px 0 10px 4px;	
}

.alt { 
  color: #ccc; 
}

a {
	color:#ED1C24;
        text-decoration: none;
}

hr {
	background:#333;
	color:#333;
}
h1, h2, h3, h4, h5 {
	color:#ccc;
}
a:hover {
	color:#fff;
}

#navigation {
/*	background-color:#666666;
	border:1px solid #333333;*/
	display:none;
}

#navigation ul li {
	/*border-right:1px solid #333333;*/
}

#navigation ul > li a.current, 
#navigation ul > li.current_page_parent a,
#navigation ul > li.current_page_item a,
#navigation ul > li.current_page_ancestor a {

	color:#333;
/*  
	background-color:#fff;
	-moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
*/

}

#navigation ul li a {
	color:#fff;
}

#header h1 a {
	color:#fff;
}

#header h2 {
	color:#999;
}
#subscribe {
	background:transparent url("images/rss-header.png") no-repeat 0px 1px;
}
.post h3 a {
	color:#ED1C24;	
}

.post h3 a:hover {
	color:#fff;
}

.postmetadata {
	color: #999999; 
	display: none;
}

/* Comments */

.widget {
	/*border-bottom:1px solid #333;*/
}

.widget h4 {
	color:#ccc;
}

.widget ul li {
	background:transparent url("images/arrow.png") no-repeat 0px 6px; 
}

.author-comment {
	background-color:#d0eefd;
}

/*
Tabs

border: #333333
background:#666666;
hover:#2c2c2c

*/

.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #333333;
	bottom: -1px;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #333333;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.3em;
	color: #000;
	background-color: #666666;
}
.ui-tabs-nav-item a:hover {
	background-color: #333;
	color:#fff;
}
.ui-tabs-selected {
	border-bottom-color: #000;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background-color: #000;
	color: #fff;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;

	clear:left;
	border: 1px solid #333333;
	background-color: #000;
	color: #fff;
	padding: 1.5em 1.7em;
	margin-bottom: 15px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

.ui-tabs-nav-item.rss a {
	background-image: url("images/rss-header.png");
}
