* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #66B;
	text-decoration: none;
}
a:hover {
	color: #fc4d00;
}
#wrapper {
	margin: 0;
	position: relative;
}
#header {
	text-align: left;
}
#header p {
	clear: both;
	margin: 6px 25px;
	text-align: center;
	font-size: 1.2em;
	/* allows you to add a few words below the breadcrumbs */
}
#gallery-name {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	color: #01B4E2;
	font-size: 2em;
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif; /* Resets 1em to 10px */
}


/* @group Search
################################################## */

#search-container {
	float: right;
	white-space: nowrap;
	margin: 18px 0 0 0;
	height: 30px;
}

#search-container input {
	border: 2px solid #4dc4e6;
	float: left;
	padding: 4px;
	vertical-align: top;
}
#search-container input.submit {
	width: 82px;
	height: 30px;
	cursor: pointer;
	background: #fff url(images/search-btn.png);
	margin: 0 0 0 4px;
	padding: 0 0 4px 0;
	border: none;
}
/* @end */







/* @group Footer
######################################################### */

/* Begin Footer Section */

#footer {
	clear: both;
	padding-top: 10px;
	margin: 0 auto 0;
}
#pagination {
	float: left;
	width: 40%;
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 1.3em;
	font-weight: bold;
	height: 23px;
	clear: left;
}
.page_link {
}
#pagination a {
	text-decoration: none;
	color: #4dc4e6;
}
#pagination a:hover {
	text-decoration: none;
	color: #ff6600;
}
option {
	padding: 0 4px;
}
#download-selected {
	margin: 0 0 10px 0;
	padding: 0;
	float: right;
	display: inline;
	width: 168px;
	text-align: right;
	clear: right;
}
#download-selected input.submit {
	margin: 0;
	padding: 0 0 0 26px;
	float: right;
	display: inline;
	cursor: pointer;
	background: #fff url(images/carrot_sel3.png) no-repeat 0 50%;
	border: none;
	font-weight: bold;
	color: #4dc4e6;
	width: 168px;
	height: 23px;
}
#navigation-container {
	float: left;
	width: 40%;
	text-align: left;
	margin: 0 0 10px 0;
	white-space: nowrap;
	clear: left;
}
#sort-control {
	float: right;
	text-align: right;
	margin: 0 0 10px 0;
	display: inline;
	clear: right;
	width: 50%;
}
#sort-control span {
	float: left;
	margin: 0 0 0 8px;
	display: inline;
	font-size: 1.2em;
}
#change_sortby {
	margin-left: 5px;
}
#rss-tag-container {
	float: right;
	width: 40%;
	text-align: right;
	clear: right;
}
#link-back {
	clear: both;
	font-size: 90%;
	text-align: center;
}
#link-back a {
	color: #01B4E2;
}
.credit {
	font-size: 90%;
	text-align: center;
}
.credit a {
	color: #01B4E2;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/* @end */



/* @group breadcrumbs
################################################### */

#breadcrumbs {
	clear: both;
	margin: 0;
	font-size: 11px;
	color: #666;
}
#breadcrumb_links {
	float: left;
	display: inline;
	padding-left: 40px;
}
#breadcrumb_links a {
	text-decoration: underline;
}
#breadcrumb_links a:hover, #slideshow a:hover {
	text-decoration: none;
}
/* @end */



.lilly_GalAlbumVign, .lilly_GalGalVign{
	background-image: url(/img/gal/cadre_vign.gif);
	width: 130px;
	height: 130px;
}


/* @group collection
################################################### */
#collections {
}

.collection {
	margin-bottom: 35px;
	padding: 0 25px 0 0;
	float: left;
	display: inline;
	text-align: left;
	width: 410px;
}
.lilly_GalGalVign{
	display: inline-block;
	float: left;
	margin-right: 12px;
}

.collection img {
	float: left;
	padding: 5px;
	display: inline;
}
.collection img:hover {
	background: #eaeae0;
	border: 1px solid #fc4d00;
}
.collection p {
	margin: 7px 0 0 0;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #666666;
}
.collection h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 1.6em;
}
.collection h2 a {
	color: #666666;
}
.collection h2 a:hover {
	color: #fc4d00;
}
.meta-header {
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 1em;
	font-style: italic;
}

/* @end */






/* @group Album
####################################### */
#lilly_GalAlbumDiv{
	padding-top: 10px;
}

ul.slides {
	margin: 0 0 10px 0;
	padding: 0;
/*	border: 1px solid #bed2d2; */
}

ul.slides li {
	/* width is calculated by PHP in the HTML, style is applied inline */
	float: left;
	margin: 0 0 37px 37px;
	padding: 0px;
	display: inline;
	text-align: center;
}
ul.slides li img {
	padding: 5px;
}
ul.slides li a {
	display: block; /* display:block required to make anchor tag's border surround img in Firefox */
}
ul.slides li img:hover {
	background: #eaeae0;
	border: 1px solid #ff6600;
}
.checkbox {
	clear: both;
	margin: 4px auto 0;
	padding: 0;
}
.thumbnail p {
	padding: 0 6px;
	margin: 4px 0 0 0;
	line-height: 1.2em;
	font-weight: bold;
	height: 2.5em;
	overflow: hidden;
	/* width is equal to the width of the thumbnail image, set inline in album.php */
}

/* @end */



/* @group Large Pict 
################################################## */

#lilly_GalDiaporamaPictDiv,
#lilly_GalPictCadreTable{
	margin: 0 auto;
	text-align: center;
}

/* Begin Large Picture Page Section */
#big-picture-container {
	margin: 0;
	padding: 10px 0 0 0;
}

TABLE#lilly_GalPictTable{
	margin: 0 auto;
	width: 100%;
}

TD#lilly_GalPictCadreT{
	background: url(/img/gal/pict_t.gif) repeat-x;
}
TD#lilly_GalPictCadreL{
	background: url(/img/gal/pict_l.gif) repeat-y;
}
TD#lilly_GalPictCadreR{
	background: url(/img/gal/pict_r.gif) repeat-y;
}
TD#lilly_GalPictCadreB{
	background: url(/img/gal/pict_b.gif) repeat-x;	
}

#lilly_GalPictFlecheL, #lilly_GalPictFlecheR{
	width: 60px;
	height: 75px;
}

#lilly_GalPictDivDesc{
	width: 400px;
	margin: 10px auto 10px auto;
	text-align: left;
}

TD.lilly_GalPictFleches IMG{
	padding-top: 170px;
}

#picture-caption {
	/* ideally, no padding and width is equal THUMB_LARGE image	
	padding: 0 80px; */
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	color: #666;
	text-decoration: none;

}
.date {
 	width: 70%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #8689a2;
}

#picture-description {
	margin: 6px 0 0 0;
	padding: 0;
	/* ideally, no padding, but width equal to THUMB_LARGE image */
	font-size: 1.1em;
	color: #999;
	text-align: center;
}
#exif_toggle {
	margin: 0 0 20px 0;
	padding: 0;
}
#exif-toggle-container {
}
#exif_table {
}
#exif_data {
	margin: 0 auto 0;
	text-align: left;
}
#exif_data td {
	padding: 0 20px;
}


/* @group Comments
-------------------------------------------------------- */

#comment-section {
	margin: 10px 25px 10px 25px;
	clear: both;
	text-align: left;
	color: #666;
}
#comment-heading {
	margin: 12px 0 0 0;
	font-size: 1.4em;
	color: #555;
	text-decoration: none;
}
/* test the following stuff */
#comment-section form p {
	margin: 6px 0;
	color: #888;
}
.comment, .comment_alt {
	border-top: 1px solid #dfded6;
	margin: 0;
	padding: 15px;
	list-style: none inside;
	color: #333;
}
.comment_alt {
	background: #effbfb;
}
.comments p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0 0 10px;
}
.comments cite {
	padding: 5px 5px 5px 23px;
	color: #999;
	background: url(images/com-bubble.gif) no-repeat 0 5px ;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.comments-closed {
	color: #996;
	text-align: center;
}

/* @end */


/* @group ThumbNav
--------------------------------------------------------- */
#lilly_GalPictThumb{
}

#thumb-nav {
	list-style-type: none;
	margin-top: 10px;
}
#thumb-nav li {
	float: left;
	margin: 0;
}
#thumb-nav li img {
	padding: 1px;
	display: inline;
	background: #000;
	border: 1px solid #000;
}
#thumb-nav li img:hover {
	background: #000;
	border: 1px solid #fc4d00;
	padding: 2px 0 0 2px;
}
/* @end */

/* End Large Picture Page Section */

/* @end */


div.large-thumb-toolbar {
	padding: 0 0 10px 0;
	text-align: center;
}
div.large-thumb-toolbar a {
	padding: 0 5px;
}

#slideshow a {
	float: right;
	display: inline;
	padding: 4px 25px 0 0;
	text-decoration: underline;
}
#thumbnail-container {
}



#no-pictures-msg {
	margin: 0 0 200px;
	padding: 80px 0;
	font-size: 1.4em;
	text-align: center;
}

#rss-image {
	margin: 0;
	padding: 0;
	display: inline;
}

.errors {
	margin: 0 0 15px 0;
	padding: 8px 8px 8px 30px;
	border: 1px solid #e3071f;
	font-size: 1.1em;
	color: #000;
	background: #f5a7ab url(images/null.gif) no-repeat 5px 5px;
}
.page_link {
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
}
.print {
}
.photos-large {
	margin: 0;
	padding: 0;
}



