*{
	margin:0;
	padding:0;
}
body{
	background:#000 url('images/border.gif') repeat-y center 0;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#949494;
	line-height:18px;
}
input, textarea { 
	font-family: "Lucida Grande",Verdana, sans-serif; 
	background:#282828;
	border:solid 1px #444;
	color:#aaa;
	padding:3px;
	font-size:11px;
}
textarea {
	overflow:auto;
}

h2 {
	font-size: 15px;
	color:#fff;
}
h3 {
	font-size:12px;
}
h4 {
	font-size: 12px;
}
h2, h3, h4 { text-transform: uppercase;font-family: "Lucida Grande",Verdana,sans-serif;font-weight:normal}
a {
	color:#fff;
	text-decoration: none;
}
a:hover {
	color:#5b7b61;
}
.cl{
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	text-indent:-10000px;
}
#wrapper {
	background:url('images/background.gif') repeat-x 0 0;	
}
#shell{
	margin:0 auto;
	width:940px;
}

#background{
	background:url('images/ball.jpg') no-repeat 0 0;
	padding-top:63px;
	width:940px;
	margin:0 auto;
	position:relative;
	margin-left:-152px;
	padding-left:152px;
}

td {
	padding:5px
}


/*************************************** Header Style ***************************/


#logo{
	width:136px;
	height:189px;
	position:absolute;
	top:23px;
	left:175px;
}
#logo a{
	background:url('images/logo.gif') no-repeat  0 0;
	text-indent:-10000px;
	height:189px;
	display:block;
	font-size:0;
	line-height:0;
}
#logo2{
	width:159px;
	height:14px;
	position:absolute;
	left:311px;
	top:84px;
}
#logo2 a{
	background:url('images/logo2.gif') no-repeat  0 0;
	text-indent:-10000px;
	height:14px;
	display:block;
	font-size:0;
	line-height:0;
}



/************************************* Navigation Style **********************************/



#navigation{
	float:left;
	width:97px;
	padding:180px 0 0 0;
}
#navigation ul {
	list-style-type: none;
	border-bottom:1px solid #2d2d2d;
}
#navigation li{
	background:url('images/nav_bg.gif') repeat-x  0 0;
	height:38px;
	border-left:1px solid #2d2d2d;
	border-top:1px solid #2d2d2d;
}
#navigation li a{
	line-height:38px;
	color:#ccc;
	text-transform:uppercase;
	margin:0 0 0 10px;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 10px
}
#navigation li a:hover{
	color:#5b7b61;
}


/***************************** Content Style **********************/


#container {
	background:url('images/shadow_top.gif') no-repeat right 0;
	width:100%;
}
#content_shell {
	float:left;
	width:843px;
	padding:75px 0 0 0;
}
#border {
	width:743px;
	padding-left:62px;
	margin-right:33px;
	border-right:solid 1px #282828;
	border-left:solid 1px #282828;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width: 495px;
}


/**************************** Main Box Style ***************************/


#posts {
	float:left;
	width:490px;
	padding-left:10px
}
#posts h2{
	padding:3px 0;
}
#posts p{
	padding:0 0 20px 0;
}

/******************************* Side Bar Style *************************/


#sidebar {
	float:right;
	width:215px;
}
h3.news-title, h3.features-title {
	border-top:solid 1px #282828;
	text-align: right;
	padding:7px 7px 20px 7px;
}
h3.news-title span{
	background:url('images/rss.gif') no-repeat 0 0;
	padding:2px 0 2px 23px;
}
.small-post {
	padding:0 10px 42px 0;
}
.post {
	padding-bottom:20px;
}
h4.date {
	padding-bottom:5px;
}
h4.date  span {
	background:#1e1e1e;
	color:#fff;
	padding:2px 8px;
}

/*************************************** Footer ****************************/


#footer{
	font-size:10px;
	text-transform: uppercase;
	text-align: left;
	padding:50px 0 15px 110px;
	line-height:10px;
}
#footer span{
	color:#5b7b61;
	padding:0 15px 0 0;
	float:left;
}
#footer a {
	float:left;
}
#footer li,
#footer ul {
	display:inline;
}
#footer li a {
	float:none;
}
#footer li {
	border-left:solid 1px #fff;
	padding-left:4px;
	margin-left:4px;
	float:left;
}
#posts h2.pagetitle {
	color:#fff;
	padding-bottom:30px;
	
	display:none;
}

.postmetadata {
	font-size:11px;
}

.navigation {
	font-size:11px;
	padding:5px 0;
	margin-bottom:20px;
}
.alignleft { text-align: left; }
.alignright { text-align: right; }


#commentform textarea  {
	width:400px;
	height:150px;
}
h3#respond, h3#comments {
	padding-bottom:15px;
}
input#submit,
input#searchsubmit {
	background:#444;
	border:solid 1px #222;

}

h2.widgettitle {
	border-top:solid 1px #282828;
	text-align: right;
	padding:7px 7px 0px 7px;
	font-size:12px;
	height:25px;
	
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul ul {
	list-style-type: disc;
	padding-left:20px;
	padding:0 20px 20px 15px;
}
#sidebar ul ul li {
	line-height:1.3;
	padding-bottom:5px;
}

#calendar_wrap {
	padding:0 20px 0 0px;
}
#searchform {
	padding:0 20px 20px 0px;
}
#sidebar #searchform {
	border-top:solid 1px #282828;
	padding-top:10px;
}
#sidebar #searchform input {
	display:block;
	margin-bottom:5px;
	width:190px;
}
#sidebar #searchform input#searchsubmit {
	width:auto
}
a.feed {
	font-size:0px;
	line-height:0;
	background:url(images/rss.gif) no-repeat 0 0;
	width:16px;
	height:17px;
	float: right;
	display:block;
	color:#000 !important;
}
.floated-title {
	float:right;
	margin-left:5px;
}

.textwidget {
	padding-bottom:15px;
}

.wordtube {
	background:#000;
}