@CHARSET "UTF-8";
/*
	Stylesheet for jillowens.ie
	Screen Stylesheet
	(c) Fintek Web 2008
*/

@import url('portfolio.css');

/*	General	*/

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

body
{
	width: 100%;
	height: 100%;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #d2cabf;
}

.container
{
	display: inline;
	float: left;
	background: #d2cabf url('../images/alpha-spiral.gif') no-repeat -100px -350px; 
	width: 100%;
	height: 89%;
}

html>body .container
{
	background: #d2cabf url('../images/alpha-spiral.png') no-repeat -100px -350px; 
}

.clearboth
{
	clear: both;
}

h2, h3, h4
{
	letter-spacing: 0.1em;
}

a img
{
	border: none;
}

h2 span
{
	font-size: 1.3em;
}

/*	Header	*/

#header
{
	display: block;
	float: left;
	width: 100%;
	border-bottom: 2px solid #fff;
	position: relative;
}

#header h1
{
	font-family: palatino linotype;
	margin: 30px auto;
	margin-bottom: 20px;
	width: 800px;
	text-align: right;                                        
	font-size: 1.75em;
	letter-spacing: 3px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

#header h1 span
{
	font-size: 1.4em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

/*	Content	*/

.content 
{
	display: block;
	float: left;
	width: 100%;
	min-height: 600px;
	text-align: center;
}

.wide
{
	margin: 20px auto;
	width: 800px;
	text-align: left;
}

.central-section
{
	margin: 20px auto;
	width: 800px;
	height: 345px;
	text-align: left;	
}

/*	Footer	*/

#footer
{
	margin: 20px auto;
	width: 800px;
	text-align: right;
	color: #fff;
	font-size: 0.9em;
}

#footer span a
{
	color: #fff;
	text-decoration: underline;
}

/*	Homepage background
	Note: We apply a CSS hack, so IE6 uses the firt rule and doesn't recognise the second, which other browsers do.
	IE6 will have to stick to rendering a transparent gif while other browsers will correctly render a transparent PNG.
	This is to compensate for IE6's lack of ability to correctly render transparent PNG images. (Or we just don't show anything!)
*/

.no-flower
{
	background: none;
}

.content
{
	background: none;
}

html>body .no-flower
{
	background: none !important;
}

html>body .content
{
	background: url('../images/home-background-secondary.png') no-repeat;
	background-position: bottom left;
}

/* sections */

#menu-section
{
	display: block;
	float: right;
	width: 345px;
	height: 25px;
	text-align: center;
}

#right-section
{
	display: inline;
	float: right;
	width: 345px;
	height: 345px;
	margin: 0px;
}

.mid-section
{
	display: inline;
	float: left;
	width: 195px;
	height: 345px;
	margin: 0px;
	margin-top: 25px;
	text-align: center;	
}

/*	The menu */

ul#menu
{
	display: inline;
	float: left;
	width: 325px;
	padding-left: 8px;
	height: 25px;
	text-align: left;
	margin: 0px auto;
}

ul#menu li
{
	display: inline;
	float: left;
	width: 65px;
	height: 25px;
	background: url('../images/menu-rightcorner.gif') no-repeat top right;
}

html>body ul#menu li
{
	background: url('../images/menu-rightcorner.png') no-repeat top right;
}

ul#menu li a
{
	display: inline;
	float: left;
	padding-left: 10px;
	width: 55px;
	height: 25px;
	background: url('../images/menu-leftcorner.gif') no-repeat top left;
	text-decoration: none;
	color: #fff;
	line-height: 25px;
}

html>body ul#menu li a
{
	background: url('../images/menu-leftcorner.png') no-repeat top left;	
}

ul#menu li a:hover
{
	text-decoration: underline;
}

ul#menu #li-active-link
{
	background: url('../images/menu-rightcorner-active.gif') no-repeat top right;		
}

html>body ul#menu #li-active-link
{
	background: url('../images/menu-rightcorner-active.png') no-repeat top right;		
}

ul#menu #a-active-link
{
	background: url('../images/menu-leftcorner-active.gif') no-repeat top left;
}

html>body ul#menu #a-active-link
{
	background: url('../images/menu-leftcorner-active.png') no-repeat top left;
}

/*	Standard Section	*/

.standard-section
{
	display: inline;
	float: left;
	width: 380px;
	margin-left: 10px;
	margin-top: 25px;
	padding-bottom: 18px;
	background: url('../images/portfolio-bottom.gif') no-repeat bottom left;
	opacity: .80;
	filter: alpha('opacity=80');
}

html>body .standard-section
{
	background: transparent url('../images/portfolio-bottom.png') no-repeat bottom left; 
}

.standard-section h2
{
	display: inline;
	float: left;
	width: 360px;
	padding-left: 20px;
	padding-top: 4px;
	color: #fff;
	font-size: 0.9em;
	height: 14px;
	line-height: 14px;
	background: transparent url('../images/portfolio-top.gif') no-repeat top left;
	text-transform: capitalize;
}

html>body .standard-section h2
{
	background: #d2cabf url('../images/portfolio-top.png') no-repeat top left;
}

.standard-section h3
{
	font-size: 1.0em;
}

.standard-section h3 a
{
	display: inline;
	float: left;
	width: 360px;
	padding-left: 20px;
	padding-top: 6px;
	color: #fff;
	line-height: 20px;
	background-color: #7a7464;
	font-size: 1.0em;
	text-decoration: none;
}

.standard-section h3 a:hover
{
	text-decoration: underline;
}

.standard-section p
{
	display: inline;
	float: left;
	width: 340px;
	padding: 5px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	color: #fff;
	background-color: #7a7464;
}


/* miscellaneous */

.margin-top-5
{
	margin-top: 5px;
}

.margin-top-10
{
	margin-top: 13px;
}

.margin-top-15
{
	margin-top: 15px;
}

.all-uppercase
{
	text-transform: uppercase;
}

.italicised
{
	font-style: italic;
}

a.standardlink:link
{
	color: #fff;
}

/* left div translucent */

.left-content-section
{
	display: inline;
	float: left;
	width: 260px;
	height: 345px;
	margin: 0px;
	margin-top: 25px;
	overflow: hidden;
	opacity: .80;
	filter: alpha('opacity=80');
	color: #fff;
	background: transparent url('../images/leftcontent-general-bottom.gif') no-repeat bottom left;
}

html>body .left-content-section 
{
	background: transparent url('../images/leftcontent-general-bottom.png') no-repeat bottom left;
}

.left-content-section h2
{
	display: inline; 
	float: left;
	width: 100%;
	height: 14px;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 4px;
	line-height: 14px;  
	background: transparent url('../images/leftcontent-general-top.gif') no-repeat;
	background-position: top left;
	text-transform: capitalize;
}

html>body .left-content-section h2
{
	background: #d2cabf url('../images/leftcontent-general-top.png') no-repeat;	
}

.left-content-section div 
{
	display: inline;
	float: left;
	width: 100%;
	padding-top: 7px;
	height: 303px;
	background-color: #7a7464;
}

.left-content-section div p
{
	display: inline;
	float: left;
	margin: 4px;
	margin-left: 20px;
	margin-right: 30px;
}

.left-content-section div span
{
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;	
}

.left-content-section a:link
{
	color: #fff;	
}

.left-content-section a:visited
{
	color: #fcfcfc;
}

/*
	Wide content sections
*/

.left-content-wide
{
	width: 450px;
	background: url('../images/leftcontent-wide-bottom.gif') no-repeat;
	background-position: bottom left;		
}

html>body .left-content-wide
{
	background: url('../images/leftcontent-wide-bottom.png') no-repeat;	
}

.left-content-wide h2
{
	background: url('../images/leftcontent-wide-top.gif') no-repeat;
	background-position: top left;
}

html>body .left-content-wide h2
{
	background: url('../images/leftcontent-wide-top.png') no-repeat;	
}

/*	content contact details	*/

#left-content-contact div address
{
	display: inline;
	float: left;
	margin-left: 20px;
	margin-top: 20px;	
	font-style: normal;
	line-height: 1.5em;
}

#left-content-contact div ul
{
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	list-style: none;
}

#left-content-contact div ul li
{
	display: inline;
	float: left;
	width: 220px;
}

/*news*/

#scrollable-content-placeholder
{
	position: relative;
	display: inline;
	float: left;
	width: 100%;
	height: 310px;
	background-color: #6c6c4f;
	overflow: auto;
}

#scrollable-content
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

/*	article-previews	*/

.article-preview
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
}

/*	scrolling	*/

#scrollbar-container
{
	position: relative;
	display: none;
	float: right;
	margin-right: 6px;
	width: 10px;
	height: 310px;
	background-color: #3b392e;
}

#scrollbar
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	border: 1px solid #6C6C4F;
	height: 50px;
	background-color: #a39d7d !important;
	z-index: 5;
}

/*	portfolio page	*/
#left-content-portfolio
{
	background: url('../images/leftcontent-general-bottom-scroll.gif') no-repeat;
	background-position: bottom left;
}

#left-content-portfolio h2
{
	background: url('../images/leftcontent-general-top-scroll.gif') no-repeat;
	background-position: top left;
}

.portfolio-mid-section
{
	display: inline;
	width: 90px;
	height: 100%;
}

#portfolio-categories
{
	float: left;	
}

#portfolio-images
{
	float: right;
}

.portfolio-mid-section img
{
	opacity: .50;
	filter: alpha(opacity=50);
}

.selected-portfolio-image
{
	opacity: 1.00 !important;
	filter: alpha('opacity=100') !important;
}

/*	The contact page	*/

html>body #contact-details
{
	height: 327px;
	background: #7a7464 url('../images/portfolio-bottom-bg.png') no-repeat bottom left;
}

#contact-details h3
{
	padding-top: 10px;
	padding-bottom: 3px;
}

#contact-details h3, #contact-details h4
{
	display: inline;
	float: left;
	font-size: 1.0em;
	color: #fff;
	width: 360px;
	padding-left: 20px;
	background-color: #7a7464;
	font-weight: normal;
}

#contact-details address
{
	display: inline;
	float: left;
	color: #fff;
	width: 360px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #7a7464;
	font-style: normal;
}

#contact-details ul
{
	display: inline;
	float: left;
	color: #fff;
	width: 360px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #7a7464;
	list-style: none;
}

#contact-details ul li
{
	display: inline;
	float: left;
	width: 360px;
}

#contact-details ul li a
{
	color: #fff;
	text-decoration: underline;
}

#contact-details ul li a:hover
{
	text-decoration: underline;
}

#map
{
	display: inline;
	float: left;
	width: 340px;
	height: 180px;
	padding: 5px;
}

