/*

	-- -- -- -- -- -- --
	mezzoblue v6 tv layout CSS file
	'Fountain' style
	last edit: 15 mar 08
	-- -- -- -- -- -- --

	File Contents:
	Mobile layout style for site, independent of colour information.
	
*/


																				/* -- HTML Elements -- */
a:link, a:visited {
	text-decoration: underline;
}
blockquote {
	margin: 12px 25px;
	padding: 6px 12px 6px 38px;
	background: url(../../i/fountain/blockquote.png) no-repeat 10px 10px;
}
body {
	font: 24px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
code, kbd, var {
	font: 24px Monaco, monospace;
}
dl {
	margin: 0.5em 0 1.5em 0;
}
dt {
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1em;
	padding: 0 25px;
	background: url(../../i/fountain/dt.png) no-repeat 6px 0.2em;
}
dd {
	line-height: 1.5;
	padding: 0 25px;
}
h2 {
	font-weight: normal;
	font-family: palatino, georgia, serif;
}
h3 {
	font-weight: normal;
	font-family: palatino, georgia, serif;
	margin: 1.5em 0 1em 0;
}
h4 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 1.5em 0 1em 0;
}
h5 {
	font-weight: normal;
	margin: 1.5em 0 1em 0;
}
h6 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 18px 0 12px 0;
}
li {
	line-height: 1.5;
}
p {
	line-height: 1.65;
	margin: 0.8em 0;
}
pre code {
	display: block;
	line-height: 1.6;
	margin: 12px 0;
	padding: 6px 38px 6px 12px;
	overflow: auto;
}

																				/* -- Classes -- */
.block {
	clear: both;
	padding-bottom: 12px;
}
.flLeft {
	float: left;
	margin: 0 12px 12px 0;
}
.flRight {
	float: right;
	margin: 0 0 12px 12px;
}
.small-outline {
	display: block;
	padding: 5px;
	border: solid 3px #000;
}
.large-outline {
	display: block;
	padding: 8px;
	border: solid 3px #000;
}
.highlighted h3 {
	margin-top: 0;
}
.highlighted p {
	margin-bottom: 0;
}
.image-holder-1up {
	width: 100%;
	overflow: hidden;
}
#main-content .highlighted .wrapper {
	padding: 15px;
	margin: 0;
}
.notice {
	margin: 24px 0;
	padding-left: 44px;
	background: url(/i/fountain/ico-notice.gif) no-repeat 2px 2px;
}
#main-content .notice h2 {
	font: bold 1em sans-serif;
	margin: 0;
	line-height: 1.65;
}
.notice p {
	margin: 0 0 0.8em 0;
}

																				/* --------------------------------------------------------------- */
																				/* -- Layout Setup -- */

																				/* -- Header -- */
#header {
	background: #aaa;
	position: relative;
}
#header-meta, #header-meta .wrapper1, #header-meta .wrapper2 {
	height: 126px;
}
#header-meta .wrapper-shadow {
	height: 126px;
	overflow: auto;
}
h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 428px;
	height: 126px;
}
h1 a:link, h1 a:visited {
	display: block;
	width: 428px;
	height: 126px;
	text-indent: -9000px;
	background: url(../../i/fountain/logo-tv.png) no-repeat 25px center;
	background-size: 200%;
	text-decoration: none;
	overflow: hidden;
}
h1.icons a:link, h1.icons a:visited {
	background: url(../../i/fountain/logo-icons-tv.png) no-repeat 25px center;
}


#header-meta p {
	display: none;
}
																				/* -- Primary Nav -- */
#primary-nav {
	width: 100%;
	overflow: hidden;
	border-top: dotted 3px #777;
	border-bottom: dotted 3px #777;
}
#primary-nav ul {
	padding: 0;
	margin: 0;
}
#primary-nav li {
	display: inline;
}
	#primary-nav li a:link, #primary-nav li a:visited {
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		text-transform: uppercase;
		display: block;
		float: left;
		padding: 10px 20px 12px 20px;
		border-right: dotted 3px #777;
		text-decoration: none;
	}
	#primary-nav li.contact a:link, #primary-nav li.contact a:visited {
		border-right: none;
	}
	#primary-nav li a:hover, #primary-nav li a:active {
		color: #fff;
		background: #000;
		opacity: 0.3;
	}

																				/* -- Header Content Block -- */
#header-content {
	font-family: palatino, georgia, serif;
	width: 100%;
	margin-top: 1em;
	overflow: hidden;
}
#header-content h2 {
	font-weight: normal;
	font-size: 24px;
	padding: 0 20px;
	float: left;
}
.post-archives {
	text-transform: uppercase;
	font: 24px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	padding: 0 20px;
	float: right;
}
.post-archives a {
	outline: none;
}
#header-content ul {
	clear: both;
	padding: 5px 20px;
}
#header-content li {
	line-height: 1.2;
	padding: 8px 0 4px 0;
	border-bottom: dotted 3px #777;
	text-align: right;
	clear: left;
}
#header-content a:link, #header-content a:visited {
	text-decoration: none;
}
#header-content a:hover {
	text-decoration: underline;
}
#header a.title:link, #header a.title:visited {
	display: block;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
#header .yearly li {
	text-align: left;
}
#header .yearly a.title:link, #header .yearly a.title:visited {
	display: inline;
	float: none;
}

																				/* -- Header Photo -- */
#header-photo a:link, #header-photo a:visited {
	display: block;
	position: relative;
	overflow: auto;
	outline: none;
}
#header-photo a span.deco {
	position: absolute;
	top: 0;
	right: 4px;
	display: block;
	width: 1px;
	height: 253px;
	background: url(../../i/fountain/dotted-black-v.png) repeat-y 0 0;
}
#header-photo a:hover span.flickr {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 152px;
	height: 21px;
	background: url(../../i/fountain/link-flickr-hover.png) no-repeat 0 0;
}
#header-photo img {
	border: solid 10px #fff;
	width: 100%;
	height: auto;
	margin-bottom: -5px;
}


																				/* -- Content Area Base Layout -- */
#page-body {
	clear: both;
	background: #fff;
}
#main-content {
	position: relative;
}
#main-content .wrapper {
	padding: 1px 10px 1px 10px;
}
#sidebar {
	border-top: dotted 3px #777;
}
.content-title {
	display: none;
}

																				/* -- General Content Formatting -- */
#main-content h2 {
	font-size: 32px;
	line-height: 1;
	padding: 32px 0 12px 0;
	margin: 0;
}
#main-content h2 a:link, #main-content h2 a:visited {
	text-decoration: none;
}
#main-content h2 a:hover {
	text-decoration: underline;
}
#main-content h3 {
	font-size: 24px;
	line-height: 1;
}
#main-content h4 {
	line-height: 1;
}
#main-content h5 {
	line-height: 1;
}
#main-content h6 {
	line-height: 1;
}
#main-content em {
	font-style: normal;
	font-weight: bold;
}
#main-content li {
	padding-left: 12px;
	margin-bottom: 0.5em;
}
#main-content ul, #main-content ol {
	margin: 1em 0;
}
#main-content ol li {
	padding: 0;
	margin-left: 25px;
	list-style: lower-roman;
	list-style-position: outside;
}
#main-content ul li {
	background: url(../../i/fountain/li.png) no-repeat 0 0.4em;
}
#main-content .date {
	line-height: 1;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 0 12px 0;
	margin: 0 0 8px 0;
	/* border-bottom: dotted 3px #ccc; */
}
.lead, .quote-large {
	font-size: 2em;
	font-family: palatino, georgia, serif;
	font-style: italic;
	padding: 12px 0 6px 0;
}

																				/* -- Inline Images -- */
.image-holder-left img, .image-holder-right img {
	margin: 0;
}
.image-holder-left {
	float: left;
	margin: 5px 0 10px 0;
}
.image-holder-center {
	margin: 10px 0;
	text-align: center;
}
.image-holder-right {
	float: right;
	margin: 5px 0 10px 0;
}
.image-holder-small {
	margin: 0 auto;
	width: 400px;
}
.image-holder-small img {
	margin: 0 auto;
	display: block;
}
div.medium {
	display: block;
}
div.medium img {
	padding: 0;
	width: 100%;
	height: auto;
}
.caption {
	margin: 12px 0 25px 0;
	color: #777;
	font-size: 18px;
}
.caption-title {
	font-weight: bold;
}

.image-holder-grid {
	width: 595px;
	overflow: hidden;
}
.image-holder-grid a:link, .image-holder-grid a:visited {
	text-decoration: none;
	display: block;
	float: left;
	margin-bottom: 0.8em;
}
.image-holder-grid a:link .caption, .image-holder-grid a:visited .caption {
	color: #777;
	font-size: 18px;
	display: block;
	width: 192px;
	margin: 0;
}
.four-up {
	background: url(../../i/fountain/dotted-black-h.png) repeat-x left top;
	margin: 1em 0;
}
#main-content .four-up .wrapper {
	background: url(../../i/fountain/dotted-black-h.png) repeat-x left bottom;
	padding: 1.5em 0 0 0;
	margin: 0;
	width: 595px;
	overflow: hidden;
}
.three-up a:link, .three-up a:visited {
	width: 198px;
}
.four-up a:link .caption, .four-up a:visited .caption {
	margin-bottom: 1em;
}



																				/* -- Comments Formatting -- */
.individual-comment {
	padding: 10px 10px 10px 102px;
	position: relative;
	overflow: hidden;
}
.comments .odd {
	border: dotted 3px #ccc;
}
.comments .dave {
	border: dotted 3px #ccc;
	margin: 10px 0;
}
.comments .meta {
	margin: 0;
	text-align: left;
	text-transform: none;
	font-size: 18px;
	overflow: auto;
	/* background: url(../../i/fountain/dotted-black-h.png) repeat-x left bottom; */
}
.comments .avatar {
	text-align: right;
	position: absolute;
	top: 10px;
	left: 10px;
}
.comments .avatar a.comment-count:link, .comments .avatar a.comment-count:visited {
	display: block;
	text-align: right;
	font-size: 18px;
	text-decoration: none;
	padding-top: 7px;
}
.comments .avatar img {
	display: block;
	border: solid 3px #fff;
	margin: -1px 0 0 -1px;
	width: 64px;
	height: 64px;
}
.comments .author {
	float: left;
	padding-top: 10px;
}
#main-content .comments .date {
	font-size: 18px;
	text-transform: none;
	float: right;
	background: none;
	padding: 10px 0 2px 0;
}



																				/* -- Archive Page Formatting -- */
.archive-nav {
	margin: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: dotted 3px #777;
}
.archive-nav p {
	padding: 10px;
	border-top: dotted 3px #777;
	text-align: center;
}
.archive-nav .divider {
	margin: 0 10px;
}
.archive-collection {
	clear: left;
	margin: 25px 0 37px 0;
}
.archive-collection h2 {
	margin-top: -20px;
}
.archive-collection img {
	border: solid 3px #ccc;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
}
.archive-collection .details {
	margin-left: 226px;
}
#main-content .archive-collection ul {
	margin: 0 0 40px 0;
}
#main-content .archive-collection li {
	line-height: 1.2;
	padding: 8px 0 4px 0;
	background: url(../../i/fountain/dotted-black-h2.png) repeat-x left bottom;
	text-align: right;
}
.archive-collection a:link, .archive-collection a:visited {
	text-decoration: none;
}
.archive-collection a:hover {
	text-decoration: underline;
}
.archive-collection .title {
	display: block;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}
#main-content .archive-collection li .date {
	font-family: palatino, serif;
	font-size: 18px;
	text-transform: none;
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}



																				/* -- Post Metadata Formatting -- */
.meta {
	margin: 12px 0;
	font-size: 24px;
	text-transform: uppercase;
	/* border-bottom: dotted 3px #ccc;*/
	text-align: center;
}
.meta p {
	padding: 12px;
	border-top: dotted 3px #ccc;
}
.meta .divider {
	margin: 0 10px;
}
#sidebar .tr-linkcount {
	background: none !important;
}

																				/* -- Form Styling -- */
.styled-form {
	margin: 25px 0;
	border: dotted 3px #ccc;
	border-width: 3px 0;
}
.styled-form label {
	display: block;
}
.styled-form input {
	padding: 1px;
}
.styled-form textarea {
	padding: 5px;
	width: 95%;
}
.styled-form p {
	width: 100%;
	overflow: auto;
	margin: 12px 0;
	padding: 1px 0;
}
.styled-form .send-button, .styled-form .preview-button {
	padding: 3px 0;
	float: right;
	display: block;
}
.styled-form p input {
	width: auto;
}
.form-row {
	padding: 12px 0;
	border-bottom: dotted 3px #ccc;
}


.styled-form input.error {
	padding: 2px;
}
.styled-form input.error, .styled-form textarea.error {
	border: solid 3px #900;
	background-color: #fcc;
}
#error-message {
	display: block;
	clear: both;
	text-align: left;
	margin-top: 4em;
	padding: 12px 12px 12px 30px;
	border: solid 3px #900;
	background: #fcc url(../../i/fountain/ico-error.gif) no-repeat 8px 16px;
}



/* --------------------------------------------------------------- */
																				/* -- Sidebar -- */
#sidebar {
	margin-top: 15px;
	padding-top: 15px;
	border-top: dotted 3px #777;
}
#sidebar h2 {
	font-size: 24px;
}
#sidebar .wrapper {
	padding: 10px;
}
.module {
	background: #fff;
	border: solid 3px #ccc;
	border-width: 0 3px 3px 0;
	margin: 25px 4px 25px 0;
	padding: 10px;
	font-size: 18px;
}
.module p {
	line-height: 1.6363;
}
.module li {
	padding-left: 10px;
	background: url(../../i/fountain/li.png) no-repeat 0 6px;
	margin: 6px 0;
}

																				/* -- Sidebar Nav -- */
.sidebar-nav ul {
	margin: 0.5em 0;
}
.sidebar-nav li {
	margin-bottom: 0.5em;
	padding-left: 15px;
	background: url(../../i/fountain/li-sidebar.gif) no-repeat 2px 0.4em;
}
																				/* -- Search -- */
.searchBox {
	margin-bottom: 15px;
}
.searchBox label, #searchBox label {
	display: none;
}
#search {
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	border: solid 3px #ccc;
	height: 20px;
}
.searchBox .button, #searchBox .button {
	padding: 5px 19px;
}
																				/* -- About this Post -- */
.about-post .context, .about-post .reply {
	padding-top: 3px;
	background: url(../../i/fountain/dotted-black-h.png) repeat-x left top;
	overflow: auto;
}
.about-post .text, .about-post .title, .about-post .date {
	display: block;
}
.context .title {
	text-decoration: underline;
}
.context a:link, .context a:visited {
	text-decoration: none;
	width: 45%;
	line-height: 1.6;
	outline: none;
}
.context .previous a:link, .context .previous a:visited {
	float: left;
	background: url(../../i/fountain/prev-link.png) no-repeat 0 50%;
	padding-left: 16px;
}
.context .previous a:hover {
	background-image: url(../../i/fountain/prev-hover.png);
}
.context .next a:link, .context .next a:visited {
	float: right;
	background: url(../../i/fountain/next-link.png) no-repeat 100% 50%;
	text-align: right;
	padding-right: 16px;
}
.context .next a:hover {
	background-image: url(../../i/fountain/next-hover.png);
}



																				/* -- The Dailies -- */
.the-dailies {
	font-size: 18px;
	line-height: 1.637;
	width: 100%;
	overflow: hidden;
}
.the-dailies dl {
	margin-bottom: 0;
}
.the-dailies dt {
	padding: 8px 2px 0 2px;
	background: none;
	margin: 0;
}
.the-dailies dd {
	padding: 0 2px 8px 2px;
}
.the-dailies dt.solo {
	padding-bottom: 8px;
}
.the-dailies dt, .the-dailies .buttons {
	border-top: dotted 3px #666;
}
.the-dailies .buttons a:link, .the-dailies .buttons a:visited {
	display: block;
	padding: 5px 10px;
	margin: 1px 1px 1px 0;
	color: #fff;
	width: 30%;
	float: left;
}


																				/* --------------------------------------------------------------- */
																				/* -- Footer -- */
#footer {
	clear: left;
	margin-top: 15px;
	padding-top: 10px;
	position: relative;
	width: 100%;
}
#footer .wrapper3 {
	overflow: hidden;
	width: 100%;
}
#footer p {
	margin: 0;
	padding: 5px 10px;
	font-family: palatino, georgia, serif;
}
#footer ul {
	padding: 0 10px;
}
#footer li {
	font-size: 18px;
	text-transform: uppercase;
	display: inline;
	border-left: solid 3px #ccc;
}
#footer li a:link, #footer li a:visited {
	text-decoration: none;
	padding: 5px 3px 10px 6px;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer li.first {
	border-left: 0;
}


																				/* -- Accessibility Tweaks -- */
#accessibility {
	padding: 15px 10px;
}
#accessibility p {
	margin: 0;
}
#accessibility a {
	margin: -4px;
	padding: 4px;
}
.hide {
	display: none;
}
