/* Styles for bethemedia.ca by Robin Davies - robin.davies@viu.ca *//* -------------------------------------------------- main layout */* {	margin: 0;	padding: 0;	}body {	background: #000 url(images/wave.png) repeat-x;	font-family: Garamond, serif;	color: #FFF;	}	#wrap {	width: 800px;	margin: auto;	}/* -------------------------------------------------- header and navigation */#header {	padding-bottom: 0.3em;	}h1 {	margin: 75px 0px 15px;	text-align: center;	}	#nav {	text-align: center;	padding-bottom: 1em;	}	#nav li {	display: inline;	padding: 0 1em;	}	#nav a {	padding: 0 0.5em;	color: #FFF;	text-decoration: none;	font-variant: small-caps;	font-size: 1.2em;	}#nav a:hover, #home #home_t, #contributors #contributors_t, #podcasts #podcasts_t, #contact #contact_t, #press #press_t {	background-color: #FFF;	color: #000;	}	/* -------------------------------------------------- content */#inner {	border-top: 5px solid #7D0300;	background-color: #FFF;	overflow: hidden;}#content {	width: 490px;	float: left;	line-height: 1.4em;	font-size: 1.1em;	color: #000;	padding: 1em 15px;}#showbio {	padding: 0em;	width: 420px;	color: #666;	font-size: 1.2em;	text-align: center;	line-height: 1.4em;}#content h2, #content h3, #content h4 {	font-variant: small-caps;	}	#content h3 { /* contributor names... */	margin-top: 1em;	color: #09C;	}	#content h4 {	clear: left;	padding-top: 1em;	}	#content p {	padding: 0.5em 0em;	}	#hosts {	padding-top: 1em;	text-align: center;}#hosts img {	border: 2px solid #000;	}	.headshot {	margin-top: 0.5em;	float: left;	margin-right: 1em;	border: 2px solid #000;}#content a {	color: #7D0300;	text-decoration: none;	border-bottom: 1px dotted #7D0300;	}#content a:hover {	background-color: #000;	color: #FFF;}#content #social {	padding: 0;	float: right;	}	#social a {	border: none;	}#social a:hover {	background-color: transparent;	border: none;}#home #content h2 {	margin-top: 1em;	}#podcasts #content { /* no sidebar on podcasts page */	width: 770px;}#content dt {	font-weight: bold;}#content dd {	padding-left: 2em;	}	#content blockquote {	padding: 1em 2em;	}/* -------------------------------------------------- sidebar */#sidebar {	border-left: 1px dotted #7D0300;	margin-left: 520px;	padding: 1em 15px 1em;	background: #FFF;	color: #000;	text-align: justify;	font-size: 1em;	}#sidebar h3 {	background: transparent url(images/listen_up_soules.jpg) top left no-repeat;	min-height: 125px;	font-variant: small-caps;	text-align: right;	font-size: 1.6em;	}	#sidebar h4 { /* links to episodes */	margin-top: 1em;	}	#sidebar h4 a {	display: block;	color: #7D0300;	border-top: 1px solid #7D0300;	text-decoration: none;	}#sidebar p a {	color: #7D0300;	text-decoration: none;	border-bottom: 1px dotted #7D0300;	}#sidebar a:hover {	background-color: #000;	color: #FFF;}#sidebar p {	line-height: 1.4em;}/* -------------------------------------------------- footer logos */#footer {	overflow: auto;	width: 455px;	margin: 1.5em auto;	text-align: center;	}	#footer li {	display: block;	float: left;	}	#footer a {	display: block;	height: 53px;	margin: 0px 15px;	text-indent: -10000px;	}#viu {	width: 53px;	background: #000 url(images/logo_viu.png) top left no-repeat;}#dms {	width: 62px;	background: #000 url(images/logo_dms.png) top left no-repeat;}#chly {	width: 84px;	background: #000 url(images/logo_chly.png) top left no-repeat;}#twit {	width: 53px;	background: #000 url(images/logo_twit.png) top left no-repeat;}#fb {	width: 53px;	background: #000 url(images/logo_fb.png) top left no-repeat;}