/* css for http://www.jacqui-textile.com/ */

html 
{
	margin: 0px;
	padding: 0px;
}

body 
{ 
	font: 9pt/18pt verdana, arial, sans-serif;
	color: #ffffff; 
	background: #000000 url(images/bg_side.gif) repeat-x top center; 
	text-align:center;
	margin: 0px; 
	padding: 0px;
}

p 
{ 
	margin-top:30px;
}

h1 
{ 
	font: bold 16pt georgia, times new roman, serif;
	letter-spacing:2px;
	color: #ffffff;
}

h2 
{ 
	font: bold 12pt georgia, times new roman, serif;
	letter-spacing:2px;
	color: #ff9900;
}

h3 
{ 
	font: bold 10pt georgia, times new roman, serif;
	letter-spacing:2px;
	color: #ffffff;
}

h4
{
	font: 8pt georgia, times new roman, serif;
	letter-spacing:2px;
	margin-top:0px;
	color: #ffffff;
}

a:link 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffff66;
}
a:visited 
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffcc33;
}
a:hover, a:active 
{ 
	text-decoration: underline; 
}

.divider
{
	width: 490px;
	height: 1px;
	border-bottom: 1px solid #bbbbbb;
}

#container 
{ 
	position: relative;
	width:700px;
	margin:0px auto;
	text-align:left;
	background: transparent url(images/jacqui_header1.jpg) no-repeat top left; 
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	margin:0px;
	width: 700px; 
	height: 218px; 
	}
#pageHeader h1 span {
	display:none
	} 


#pageDescription
{
	position:absolute;
	top:87px;
	left:0px;
	letter-spacing:2px;
	color:#ffffff;
	font: 10px verdana, sans-serif;
}

#pageDescription h3
{
	color: #ffffff;
}

#main
{
	padding: 0px 0px 0px 200px;
	margin:0px;
	width:490px;
	min-height: 515px;
	text-align:justify;
}

#linkMenu 
{
	position:absolute;
	top: 230px;
	left: 0px;
	width: 170px;
	padding: 0px 0px 0px 0px;
	font: 12px verdana, arial, sans-serif; 
	color: #3333ff;
}

#linkMenu ul 
{
	margin: 0px;
	padding: 0px;
}
#linkMenu li 
{
	line-height: 2.5ex; 
	display: block; 
	padding-top: 3px; 
	margin-bottom: 4px;
	list-style-type: none;
}

#linkMenu li a:link 
{
	color: #3333ff;
	font-weight: bold;
}
#linkMenu li a:visited 
{
	color: #3333ff;
	font-weight: bold;
}

#onThisSite
{
	margin:0px 0px 10px 0px;
	padding:0px;
	color: #ffff66;
}

#links, #contactDetails, #credits
{
	margin:20px 0px 10px 0px;
	padding:0px;
	color: #ffff66;
}

#pageFooter
{
	position:relative;
	width:100%;
	height:200px;
	margin:0px auto;
	background: transparent url(images/jacqui_footer.jpg) repeat-x; 
}
#pageFooter h1 span {
	display:none
}

.right_image
{
	float:right;
	border: 1px solid #333333;
	margin-left: 10px;
}

.left_image
{
	float:left;
	border: 1px solid #333333;
	margin-right: 10px;
}

.gallery_table
{
	font: 9px verdana, arial, sans-serif;
	text-align:center;
	width:120px;
}

.thumbnail
{
	border: 0px solid #333333;
}

.post img
{
	border:1px solid #333333;
}
