/* GENERAL 
_____________________________________________________________________________*/

.edit {
	float:right;
	border: 0;
}

html { 
	margin-bottom: 1px; 
	min-height: 100%; 
	height:100%;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td { 
	margin:0;
	padding:0;
	border:0;
}

fieldset, img {
	border:0;
	margin:0;
	padding:0;
}

table { 
	font-size:inherit;
	border-collapse:collapse;
	border-spacing:0;
}
 
.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}
 
img { 
	border: 0; 
	vertical-align: bottom; 
}

h1,h2,h3,h4{font-size:100%;}

body {
	font:13px Arial, Helvetica, sans-serif;
}

body {
	color: #333;
}
 

/* LINKS
_____________________________________________________________________________*/

a { 
	text-decoration: underline; 
	color: #333; 
}

a:hover { 
	text-decoration: none; 
}


h2 a {
	border-bottom: 1px solid #848D00;
	color: #221f20;
	text-decoration: none; 
}

h2 a:hover {
	text-decoration: none;
	color: #848D00;
}

#header-nav a,
#header-nav img {
	display: block;
	float: left;
}

/**************/

a#nav-home {
	width: 56px;
	height: 25px;
	background-image:url(/images/site/button-home.jpg);
}

a#nav-home.active {
	background-position: 56px 0;
}

a#nav-home:hover {
	background-position: -56px 0;
}

/**************/

a#nav-submit {
	width: 68px;
	height: 25px;
	background-image:url(/images/site/button-submit.jpg);
}

a#nav-submit:hover {
	background-position: -68px 0;
}

/**************/

a#nav-about {
	width: 166px;
	height: 25px;
	background-image:url(/images/site/button-about.jpg);
}

a#nav-about:hover {
	background-position: -166px 0;
}	

a#nav-about.active {
	background-position: 166px 0;
}	

/**************/

a#nav-syndicate {
	width: 197px;
	height: 25px;
	background-image:url(/images/site/button-syndicate.jpg);
}

a#nav-syndicate:hover {
	background-position: -197px 0;
}

/**************/

a#nav-contact {
	width: 84px;
	height: 25px;
	background-image:url(/images/site/button-contact.jpg);
}

a#nav-contact:hover {
	background-position: -84px 0;
}	

/**************/

a#button-rss {
	width: 196px;
	height: 26px;
	display: block;
	background-image: url(/images/site/button-rss.jpg);
	margin: 10px 0 10px 0;
}

a#button-rss:hover {
	background-position: -196px 0px;
}

a#button-newsletter {
	width: 218px;
	height: 26px;
	display: block;
	background-image:url(/images/site/button-newsletter.jpg);
}

a#button-newsletter:hover {
	background-position: -218px 0px;
}

.recent-comments,
.recent-comments a {
	color: #000;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
}

.archives a {
	font-size: 18px;
	color: #333;
	display: block;
}

a#ad-rightcol {
	margin: 15px auto -6px auto;
	display: block;
	width: 280px;
}

/* STRUCTURE & HEADER
_____________________________________________________________________________*/

#container {
	width: 991px;
	margin: 0px auto 50px auto;
	background: #FFF url(/images/site/bg-rightcol.jpg) repeat-y top right;
}

#sub-container {
	border: 1px solid #000;
	border-width: 0px 1px 1px 1px;
	position: relative;
}

#header-nav {
	background-color: #AAA;
	text-align: right;
	padding: 16px 16px 16px 320px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

#logo {
	border-bottom: 1px solid #000;

}

/* CONTENT
_____________________________________________________________________________*/

#left-column {
	width: 697px;
	float: left;
	background-color: #FFF;
	padding-bottom: 50px;
}

#left-column-pad {
	padding: 30px 28px 11px 38px;
}

.photo {
	float: right;
	width: 271px;
	padding: 0 0 10px 32px;
	color: #666;
	text-align: center;
}

.photo img {
	border: 1px solid #333;
	margin-bottom: 5px;
}

.caption {
	padding: 0px 20px;
}

h2 {
	font-weight: bold;
	font-size: 34px;
	color: #221F20;
	letter-spacing: -2px;
	line-height: 40px;
	margin-bottom: 10px;
}	

.dateline {
	color: #666;
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 305px;
	font-weight: bold;
	margin-top: 25px;
}

.blog-entry,
.comments {
	padding-bottom: 14px;
	margin-bottom: 28px;
	line-height: 1.35em;	
}

.blog-entry img {
	border: 1px solid #333;
	margin: 20px auto 20px auto;
}

.left-header {
	margin-bottom: 8px;
}

.more {
	font-weight: bold;
	font-size: 16px;
	margin: 15px 0 25px 0;
}

.more a {
	text-decoration: none; 
}

.more a:hover {
	text-decoration: underline; 
}

.comment {
	border: 1px solid #6A6A6A;
	background-color: #E5E0E0;
	padding: 18px;
	margin-bottom: 8px;
	width: 593px;
}

.c2 {
	background-color: #FFF;
}

.comment-author {
	float: right;
	margin: 20px 0 0 0;
}

.comment-author span {
	color:#666;
	font-weight: bold;
}

.comment-form input.text,
.comment-form textarea {
	background-color: #E5E0E0;
	border: 1px solid #6A6A6A;
	margin-bottom: 21px;
}

.comment-form input.text {
	width: 308px;
	margin-right: 15px;
}

.comment-form textarea {
	display: block;
	width: 625px;
	height: 280px;
}

.comment-form span {
	vertical-align: 17px;
	color: #666;
	font-size: 14px;
}

input#postcomment {
	width: 136px;
	height: 26px;
	background-image:url(/images/site/button-comment.jpg);
	border: 0;
}
input#postcomment:hover {
	background-position: -136px 0;
}
input#postcomment:active {
	background-position: 136px 0;
}

/*__________________________________________________*/

#right-column {
	width: 289px;
	float: left;
	border-top: 5px solid #FFF;
	color: #666;
	padding-bottom: 70px;
	padding-left: 3px;
}

.rightcol-line {
	height: 2px;
	background: no-repeat url(/images/site/bg-line.jpg);
	margin-top: 20px;
}

.tout-random {
	text-align: center;
	margin-top: 20px;
}

.tout-header {
	margin: 12px 0 9px 0;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 22px;
	font-family: "Futura Bold", "Futura Bk", Futura, Arial, Helvetica, sans-serif;
	color: #666;
}

.right-flash {
	text-align: center;
	margin-top: 5px;
}

#videobox.tout-header {
	padding: 0px 0px 0px 19px;
}

.tout {
	padding: 0px 19px 0px 19px;
}

input.text {
	background-color: #FFF;
	border: 1px solid #999;
	height: 22px;
	padding-left: 3px;
}

input#search {
	width: 55px;
	border: 0;
	background-image: url(/images/site/button-search.jpg);
	height: 26px;
	vertical-align: -4px;
}

input#search:hover {
	background-position: -55px 0px;
}

#right-column embed {
	margin: 10px auto -10px auto;
}

#right-column object,
#right-column embed {
	display: block;
	width: 265px;
}
	
.links a {
      font-size: 18px;
      color: #333;
}	

/* FOOTER
_____________________________________________________________________________*/

.digg {
	color: #0033FF;
	background-color: #F0F0F0;
	border: 1px solid #999;
	padding: 6px 0 6px 0;
	font-size:13px;
	font-weight:bold;
	text-align: center;
}
	
.digg a {
	color: #0033FF;
	text-decoration: none;
}
.digg a:hover {
	text-decoration: underline;
}

.date {
	font-weight: bold;
	color: #333;
}

a.comment-link {
	font-style: italic;
	color: #000;
	text-decoration: underline;
}
