@charset "UTF-8";

/* CSS Document                  */
/* Written by Chris Converse For Lynda.com     */
/* Used by Crystal Kingston, a Lynda.com subscriber         */

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #aa8cf5;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #D501CE;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #F1AC29;
}


body {
	background-color: #000;
	
}

.container {
	width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.container p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 0px;
	line-height: 20px;
	color: #FFF;
}

 
h1 {
	margin: 0px;
	color: #665cb0;
	font-size: 1.75em;
	letter-spacing: 2px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	color: #665cb0;
	font-size: 1.25em;
	letter-spacing: 19px;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	margin: 0px 0px 0px 0px;
}
a img { border: none; }
a {
	color: #5c5a67;
}
a:hover {
	color: #FFF;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #F1AC29;
}
a.contactLink {
	font-size: .8em;
	background: url(templates/link_email.png) no-repeat right 0px;
	padding: 0px 30px 0px 0px;
	text-transform: uppercase;
	text-decoration: none
}


.clear_both { clear: both; line-height: 1px; }

.gallery_data { padding: 40px; display: none; }
.gallery_preload_area { display: none; }

.gallery_container {
	width: 960px;
	margin: 0px auto 0px auto;
}

.header {
	margin: 20px auto 0px;
	width: 960px;
	height: 160px;
	padding-bottom: 70px;
}

.header #photo_albums {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 960px;
}

#photo_albums a img {
	padding-top: 25px;
	padding-left: 15px;
}

.gallery_type { margin: 0px 0px 10px 0px; float: left; width: 500px; text-align: right; padding: 4px 0px 0px 0px; }

.gallery_top {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: url(templates/page_top.jpg) no-repeat 0px 0px;
}
.gallery_content {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	background: url(templates/page_tile.jpg) repeat-y 0px 0px;
}
.gallery_bottom {
	margin: 0px;
	padding: 0px 0px 10px;
	height: 20px;
	background: url(templates/page_bottom.jpg) no-repeat 0px 0px;
}

.gallery_thumbnails {
	display: block;
	margin-left: 17px;
	float: none;
}

.gallery_thumbnails a {
	height: 75px;
	width: 75px;
	border: 1px solid #555;
	margin: 10px 17px 7px 0px;
	float: left;
	display: block;
}
.gallery_thumbnails a:hover { border-color: #fff; }
.gallery_thumbnails a.selected { border-color: #fff; }

.gallery_container .content p {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #AAA;
}


.gallery_caption {
	width:;
	float: left;
	color: #665cb0;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 1px;
	display: none;
}


/* Hide for browsers with no JavaScript support */

.gallery_data { display: block }
.gallery_thumbnails { width: auto; }


.gallery_category {
	width: 142px;
	height: 35px;
	margin: 0px;
	padding: 10px 10px 10px 30px;
	clear: both;
	float: right;
	position: relative;
	top: 0px;
}



#link_icons_text {
	padding: 10px 0px 0px 0px;
	float: left;
	width: 135px;
	height: 450px;
}

#link_icons {
	padding: 60px 0px 0px 0px;
	float: left;
	width: 130px;
	height: 450px;
}

#link_icons_text img {
	padding: 0px 0px 33px 10px;
}

#link_icons img {
	padding: 0px 0px 5px;
}

.ck_content {
	width: 960px;
	background: url(images/flowers-footer.jpg) no-repeat;
	height: 700px;
}



#content_copy {
	padding: 15px 5px 0px 0px;
	float: left;
	width: 490px;
}

#content_copy li {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

#content_copy p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#content_copy img {
	padding: 0px;
	float: left;
}

.footer {
	width: 1080;
	background: url(images/flowers-footer.jpg) no-repeat;
	margin: 0px auto;
	height: 600px;
	clear: both;
	} 

#facebook {
	padding-left: 15px;
	padding-top: 40px;
	padding-right: 0px;
}

#blog {
	padding-left: 0px;
	padding-top: 48px;
	padding-right: 0px;
}
