/* renWeb.co.uk layout */
/* updated Sept 2011  */

/*  Fix a bug in Mozilla  */
html	{
	min-width: 770px;
	}

img	{
	border: 0;
	display: block;
	}

/* RESET PADDING AND MARGINS - (removed) q, table, thead, tbody, tfoot, caption, th, tr, td, input, textarea, fieldset, pre,  */
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, img, blockquote, form {
	margin: 0; padding: 0;
	}

ul ol	{
	margin-left: 0;
	padding-left: 1em;
	}

ol .alpha	{
	list-style-type: lower-alpha;
	}

li	{
	margin-bottom: 10px;
	}

dt	{
	margin-top: 15px;
	margin-left: 5px;
	text-decoration: underline;
	font-weight: bold;
	}

dd	{
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
	}


/* SET HEADERS */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	}

h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1em;}
h5 {font-size: 0.8em;}
h6 {font-size: 0.7em;}

/* SET LINKS, KILL BORDER ON IMG LINKS */
a:link, a:visited {color: #00f; text-decoration:none;}
a:hover {color: #33f;}
a:active {color: #fff;}
a img, :link img, :visited img {border: none}


/* ******** MAIN LAYOUT ************ */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #e4e5e0 url(../gif/gradientBlueDark.png) top left repeat-x;
	}

#wrapper {
	margin: 5px auto;
	border-width: 0 1px 0 2px;
	border-style: none solid none solid;
	border-color: #ccc;
	width: 760px;
	text-align: left;
	background: transparent url(../gif/wrapInner.gif) top left repeat;
	}

#header {
	clear: both;
	height: 100px;
	}

#header_removed {
	height: 10px;
	}

#title {
	float: left;
	height: 110px;
	width: 100%;
	cursor: pointer;
	background: #eee url(../gif/title.gif) top left no-repeat;
	}


body#page150 #title {
	cursor: default;
	background: #eee url(../gif/title.gif) top left no-repeat;
	}

body#page210 #title {
	cursor: default;
	background: #eee;
	}

body#page210 img {
	margin: 10px;
	}


#title h1 {
	padding-top: 0px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	}


#main {
	clear: both;
	min-height: 400px !important; /* for most browsers */
	min-height /**/:400px; /* for pre 6.0 IE Win */
	margin: 20px;
	}

#content {
	margin: 0;
	float: left;
	width: 480px;
	text-align: left;
	background: transparent;
	}


body#page210 #wrapper {
	width: 90%;
	max-width: 1200px;
	}

body#page210 #content {
	width: 90%;
	}

div#photos div {
	display:inline-block;
	}


#breadcrumb {
	text-align: left;
	font-size: 0.8em;
    color: #669;
	padding: 5px 0;
	border-color: black;
	border-width: 1px;
	border-style: none none dotted none;
	}

#sidebarBot {
	width: 220px;
	margin: 20px 0 0 520px;
	padding: 0 0 12px 0;
	background: transparent url(../gif/sidebarbot.gif) bottom left no-repeat;
	}

#sidebar {
	margin: 0;
	color: #530;
	padding: 30px 0 0 0;
	background: transparent url(../gif/sidebartop.gif) top left no-repeat;
	}

#footer	{
	clear: both;
	margin: 200px 8px 0 15px;
	height: 25px;
    padding: 20px 0 0 0;
	}

#footLeft {
	float: left;
	text-align: left;
	}

#footRight {
	float: right;
	text-align: right;
	}



/* ******** TYPOGRAPHY  ******* */

p	{
	margin: 12px 0;
	}

h2	{
	margin: 25px 0 10px 0;
	line-height: 1.1em;
	}

h3	{
	margin: 20px 0 5px 0;
	}

blockquote {
	width: 270px;
    text-align: left;
    font-family: georgia, serif;
    font-size: 130%;
    letter-spacing: -1px;
    line-height: 1.8em;
    color: #555;
    background: #dde url(../gif/quoteTop.gif) no-repeat top left;
    }

.author {
    margin: 0;
    padding-right: 10px;
    color: #999;
    text-align: right;
    font-size: 75%;
    background: url(../gif/quoteBottom.gif) no-repeat bottom;
    }

.current {
    font-weight : bold;
    color: #306;
	}

.mantra	{
    font-family: georgia, serif;
    font-size: 130%;
    line-height: 1.6em;
    color: #555;
    padding: 15px;
    border-style: dotted;
	border-width: 0 2px;
	}

.prose {
	font-family: georgia, serif;
    color : #639;
	padding: 5px 0;
    }

.prose h2	{
	font-size: 2em;
    }

.prose p	{
	font-size: 110%;
    line-height: 1.2em;
    }

#sidebar p	{
	font-weight : bold;
	color : #669;
	margin: 0;
	padding: 10px;
	line-height: 1.3em;
	background: #a5c6de;
	}

.quote  {
    margin: 0 10px 0 0;
    padding: 20px 10px 10px 30px;
    background: url(../gif/endQuote.gif) no-repeat right bottom;
    }

.titleAuthor {
	margin: -5px 20px 5px 0px;
	text-align: right;
	}

#footer	{
	font-size: 11px;
	color: #669;
	}

/* ******** SPECIALS ************ */

.floatLeft {
	float: left;
	margin: 2px 15px 8px 2px;
	padding: 0;
	}

.floatRight {
	float: right;
	margin: 5px;
	padding: 0;
	}

.imageSide {
	margin: 0;
	padding: 12px 10px;
	background: #dde;
	}

.dearbhaile {
	}

.sidebarBox {
	padding: 2em 12px;
	background: #a5c6de;	
	border-color: #a5c6de;
	border-width: 1px;
	border-style: solid;
	}

#fade0	{
	height: 10em;
    font-family: georgia, serif;
    font-size: 120%;
    font-weight : bold;
	line-height: 1.6em;
    margin: 0;
	padding: 8px 0;
	background: #a5c6de;
	border-style: dotted;
	border-width: 2px 0 0 0;
	}

body#homeIndex     #fade0 {height: 10em;}
body#poetryStones  #fade0 {height: 16em;}
body#poetryLittle  #fade0 {height: 22em;}


.tempComment{
	color: #f00;
	background: #ffc;
	font-size: medium;
	text-align: center;
	margin: 0;
	padding: 5px;
	border-color: red;
	border-width: 1px;
	border-style: dotted;
	}



/* ************* TABLES ************* */

table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	}

th, td {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;	
	}

.colDate	{
	width: 25%;
	}


/* ******** LINKS **************** */

a:link, a:visited {
	font-weight : bold;
	text-decoration : none;
	color: #663;
	background: transparent;
	}

a:active {
	color: #9c3;
	}

a:hover, #patterns dt a:hover {
	text-decoration : underline;
/* 	color: #9c3; */
 	color: #63c;
	}

a:focus	{
	outline:0; /* NB. not good for accessibility */
	}

.renWebNote{
	color: #069;
	text-align: center;
	margin: 5px 15px 10px 15px;
	padding: 5px;
	border-color: #069;
	border-width: 2px;
	border-style: dotted;
}

.highlite {
	color: #08d;
	font-weight: bold;
}
