/*

Project:	Cats in York
Title:		Print Style Sheet
Date:		Autumn 2005

Design by November 5th Web Solutions
http://www.november5th.net/

*/



/* --- undo some default styles ---
*/

*{
	margin:0;
	padding:0;
}



/* --- main styles ---
*/

html{
	font-size:100.1%;
}

body{
	background:#FFF;
	color:#000;
	font:1em Arial,Helvetica,sans-serif;
}



/* --- hide elements ---
*/

#accessibility,
#sidebar{
	display:none;
}



/* --- fixes ---
*/

div.clear{
	clear:both;

	width:1px;
	height:1px;
}



/* --- general ---
*/

a:link,
a:visited{
	color:#4F4F8B;
}

blockquote,
p{
	font-size:0.9em;
	line-height:1.5em;
	margin:0 0 1em;
}

blockquote{
	background:#DDD;
	margin:0 0 0 20px;
}

h1,
h2,
h3{
	font-family:Georgia,Times,serif;
	font-weight:normal;
	margin:0 0 0.5em;
	text-align:left;
}

h1{
	font-size:3em;
}

h2{
	font-size:1.8em;
}

h3{
	font-size:1.2em;
}



/* --- layout ---
*/

#outer,
#header,
#inner,
#content{
	width:100%;
}

#inner{
	clear:both;

	padding-top:1.6em;
}

#header a{
	float:left;

	/* \*/width:60%;/* hidden from IE5/Mac */
	width:auto;
}

#header p{
	text-align:right;
}



/* --- content ---
*/

#content p{
	font-size:0.8em;
	line-height:1.65em;
}

#content h3{
	border-top:1px solid #AAA;
	margin:2em 0 1em;
	padding-top:1em;
}

#content hr{
	border:solid #AAA;
	border-width:1px 0 0;
	margin:2em 0 1em;

	height:1px;
}

#content img{
	float:right;

	border:1px solid #CCC;
	margin:0 0 10px 10px;
	padding:1px;
}

#content img.block{
	float:none;

	margin-left:0;
}

#content img.posted{
	float:none;

	border:0;
	margin:0;
	padding:0;
}

#content ul{
	margin:1em 0 2em 1.5em;
}

#content li{
	margin-bottom:0.5em;
}

#content ul.thimblette{
	list-style:none;
	margin:1em 0 2em;
}

#content ul.thimblette li a{
	font:1.2em Georgia,Times,serif;
	padding:0;
	text-decoration:none;
}

#content ul.thimblette li.previous{
	float:left;
}

#content ul.thimblette li.previous a{
	background:#FEFEFE url(/img/link-paw-left.gif) no-repeat 0 -159px;
	line-height:1.4em;
	padding-left:26px;
}

#content ul.thimblette li.next{
	float:right;
}

#content ul.thimblette li.next a{
	background:#FEFEFE url(/img/link-paw-right.gif) no-repeat 100% -159px;
	line-height:1.4em;
	padding-right:26px;
}

#cat-index{
	width:100%;
}

#cat-index h3{
	float:left;

	border:0;
	margin:0 20px 20px 0;

	width:100px;
}

#cat-index h3 a{
	background:none;
	padding:0;
	text-decoration:none;
}

#cat-index h3 a img{
	float:none;
	display:block;

	border:1px solid #CCC;
	margin:0;
	padding:1px;
}

#cat-index h3 a:hover img{
	border-color:#000;
}

#cat-index h3 a span{
	display:block;

	background:url(/img/link-paw-left.gif) no-repeat 0 -157px;
	font:1em Georgia,Times,serif;
	line-height:1.4em;
	padding-left:24px;
}

* html #cat-index h3 a span{
	height:1.4em;
}



/* --- forms ---
*/

#content input,
#content select,
#content textarea{
	display:block;

	border:1px solid #000;
	font:1em Verdana,sans-serif;
	font-weight:normal;
	margin-top:0.2em;
	padding:0.2em;

	width:22em;
}

#content input.button{
	font-size:0.9em;
	font-weight:bold;
	margin:1.5em 0;
	padding:0.3em;

	width:auto;
}

#content label{
	display:block;

	font-size:0.9em;
	font-weight:bold;
	margin:1.25em 0;
}



/* --- inner-sidebar ---
*/

#inner-sidebar h2{
	border-bottom:1px solid #444;
	font-size:1.5em;
	margin-top:1.25em;
}

#inner-sidebar li{
	font-size:0.8em;
	list-style:none;
}

#inner-sidebar a{
	display:block;

	border:solid #AAA;
	border-width:1px 0;
	margin:5px 0 0 15px;
	padding:0.5em 1px;
	text-decoration:none;
}



/* --- footer ---
*/

#footer{
	border-top:1px solid #000;
	font-size:0.85em;
	margin-top:1em;
	padding:0.8em 0;
}

#footer p{
	margin:0;
}
