/*--------------------------------------------------------------------------------
PANI Website - Style Sheet

Version:   1.00
Author:    Bluecube Interactive
Contact:   info@bluecubeinteractive.com
Updated:   Thu 11th December 2008
--------------------------------------------------------------------------------*/

@import url(reset.css);
@import url(jquery.lightbox-0.5.css);

/* Keeps a scroll bar permanently visible in Firefox. */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #4D054B url("../images/background.png") repeat-x fixed;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Sets 1em = 10px */
	margin: 0;
	min-width: 900px;
	padding: 0;
}

#wrap {
	margin: 2.5em auto 0 auto;
	width: 820px;
	position: relative;
	z-index: 2;
	clear: both;
}

#star {
	background: url("../images/star.gif") no-repeat;
	bottom: 0;
	height: 431px;
	left: 0;
	position: absolute;
	width: 446px;
	z-index: 1;
}

/* HEADER
-------------------------------------------------------------------------------------*/

#header {
	width: 820px;
	height: 128px;
}

#logo {
	float: right;
	width: 195px;
}

#header h1 {
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	height: 0 !important;
	margin: 0;
	overflow: hidden;
	padding: 128px 0 0;
}


/* CONTENT
-------------------------------------------------------------------------------------*/

#content {
	clear: both;
	margin-top: 30px;
}

#main {
	float: left;
	padding-bottom: 16px; /* To fix a spacing issue in FireFox. */
	width: 580px;
}

#mainImg {
	float: left;
	width: 321px;
}


#side {
	float: left;
	margin-right: 3em;
	width: 190px;
}

h2 {
	color: #642962;
	font-size: 4em;
	letter-spacing: -1px;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 2.2em;
	line-height: 1.1em;
	margin: 0.5em 0 0.5em 0;
}

p {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}

p.featureText {
	font-size: 2.1em;
	line-height: 1.2em;
}

#imgHolder {
	width: 321px;
	text-align: center;
}

#imgHolder img {
	border: 8px solid #642962;
}

p.caption {
	margin-top: 0.5em;
	text-align: center;
}

p.galleryLinks {
	margin-top: 2.5em;
	text-align: right;
}

#main p a:link, #main p a:visited , #mainImg p a:link, #mainImg p a:visited {
	color: #c98bc7;
	text-decoration: underline;
	font-weight: bold;
	
}

#main p a:hover, #mainImg p a:hover, #main .person p a:link, #main p a.email {
	padding-bottom: 0.1em;
	color: #FFF;
}

#main a:link img, #main a:visited img {
  border: 4px solid #642962;
  text-decoration: none;
}

#main a:hover img, #main a:hover:visited img {
  border: 4px solid #995e97;
  text-decoration: none;
}

#main a:link.link_agm, #main a:visited.link_agm {
  color: #fff;
  width: 350px;
  display: block;
  text-align: center;
  background-color: #4e1c4d;
  padding: 10px;
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
#main a:hover.link_agm, #main a:hover:visited.link_agm {
  color: #fff;
  width: 350px;
  display: block;
  text-align: center;
  background-color: #642962;
  padding: 10px;
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

#main img {
  margin-top: 15px;
  border: 4px solid #642962;
}

#main .person, #main .story { margin-bottom: 4em; }

#showcase { margin-bottom: 4em; }

#showcase h3 {
	background-color: #541953;
	cursor: pointer;
	display: block;
	margin-bottom: 0;
	text-indent: 15px;
	padding: 5px 0;
}

#showcase div {
	background-color: #3a0b39;
	padding: 15px;
}


/* NAVIGATION
-------------------------------------------------------------------------------------*/

#side ul#navigation {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 3.4em;
}


#side ul#navigation li, #side ul#navigation li ul li {
	margin-bottom: 0.4em;
	text-align: right;
}

#side ul#navigation li a:link, #side ul#navigation li a:visited, #side ul#navigation li a:hover {
	color: #fff;
	text-decoration: none;
}

#side ul#navigation li ul {
	margin-bottom: 1.5em;
}

#side ul#navigation li ul li {
	margin-top: 0.5em;	
}

#side ul#navigation li ul li a:link, #side ul#navigation li ul li a:visited {
	color: #642962;
	text-decoration: none;
}

#side ul#navigation li ul li a:hover {
	color: #fff;
}

#side ul#navigation li span {
	cursor: pointer;
}

/* FOOTER
-------------------------------------------------------------------------------------*/


/* TABLES
-------------------------------------------------------------------------------------*/


/* FORMS
-------------------------------------------------------------------------------------*/


/* MISC STYLES
-------------------------------------------------------------------------------------*/


.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.rightpad { margin:5px; float:right;}
.first { margin-top: 0; }

.helenPhotos, .shanePhotos, .nicolaPhotos, .samPhotos { margin: 10px 0 0 0; }
.helenPhotos a, .shanePhotos a, .nicolaPhotos a, .samPhotos a { text-decoration: none; }
.helenPhotos a img, .shanePhotos a img, .nicolaPhotos a img, .samPhotos a img { margin: 0 10px 10px 0; padding: 0; }