/********************************************/
/*				LAYOUT						*/
/********************************************/


#container{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #9BB265;
	background-image:url(../images/sidebarbg.jpg);
	background-position:right;
}

#heading {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
}

#heading h1{
	margin-left: 5px;
	margin-top: 4px;
	width: 220px;
	float: left;
	font-size: 4.8em;
	clear: right;
	
}



#heading h1 a{
	text-decoration: none;
}

#navigation{
	background-color: #9BB265;
	float: right;
	padding: 0;
	
}

#navigation li {
	float: left;
	
	
	list-style: none;
	
}

#navigation li a{
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: .35em .6em .3em .4em;
	text-decoration:none;
	background-color: #9BB265;
	background-image:url(../images/headingbg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 30px;
}
#navigation li a:hover{
	background-color: #FFFFFF;
}

#navigation li a.current{
	color: #000000;
	background-image:url(../images/headingbg_current.gif);
	
}



#subcontainer {
	padding: 5px 5px;
	
	float: left;
	width: 790px;
}

#subcontainer .content img{
	float: right;
	margin: 0 5px 5px 5px;
	border: 1px solid #434326;}

#sidebar{
	padding: 0 5px 0 5px;
	float: left;
	width: 190px;
	
	
}

#secondary{
	padding: 0 5px;
}

.entry{
	margin-bottom: 15px;
	padding-bottom: 1px;
	background-image:url(../images/divider.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	
}

#mascot{
	float: right;
	border: 0;
}

.messagemascot{
	margin-right: 50px;
}

#blurb{
	height: 150px;
	margin-bottom: 20px;
}



.entry img{
	float: right;
	margin: 0 0 .5em .5em;
	border: 1px solid #778C46;
}

.entry .tags{
	margin: 0;	
}

.entry h3{
	margin-top: 10px;
}



.comment img{
	float: right;
	margin: 0 0 .5em .5em;
	border: 1px solid #778C46;
	clear:both;
}

.author{
	padding-bottom: 3em;
}

.author img{
	margin-top: -1em;

}

.comment {
	border: 1px solid #CCCCCC;
	border-bottom: 0;
}

.comment .body{
	font-size: 1.3em;
	padding: 1em .6em;
}
.comment .body p{
	font-size: 1em;
}

.comment .body .timestamp{
	font-weight: bold;
}

#commentPreview {
	border-bottom: 1px solid #CCCCCC;
	
}



img.feed{
	border: none;
	float: none;
}

#subcontainer img.feed{
	float: none;
}

.blogarchive{
	float:left;
	width: 260px;
	
}

.blogarchive ul{
	padding-left: 3px;
	list-style: none;
	
}

.blogarchive li{
	
	vertical-align: top;
	line-height: .8;
}



#subcontainer .blogarchive li img.feed{
	vertical-align: bottom;
	margin: 0;
}

#appearances{
	padding: 0 5px;
	margin-bottom: 40px;
}



#appearances dt{
	font-size: 1.5em;
}

#appearances dt.title{
	font-size: 1.7em;
	font-weight: bold;
}

#appearances dd{
	margin-left: 0;
}

#appearances dl {
	background-image:url(../images/divider.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding-bottom:1px;
}

#breadcrumbs{
	margin: 0 .5em;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,Sans-serif;
	font-size: 12px;
}

.presentationlist{
	padding-left: 15px;
	
}
.presentationlist li{
	margin-bottom: 5px;
}

.cockpunch
 {
 	width: 229px;
	height: 172px;
	background-image: url(/terry/static/images/cockpunching.png);
	margin: 15px 5px 0px 10px;
	float:right;
	display: inline;
	clear:right;
	margin-right: 10px;
 }



 .cockpunch p
 {
 	padding-top: 110px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Candara, Tahoma, Arial, Helvetica, sans-serif;
 }

