@charset "utf-8";
#main {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 1024px;
	height: auto;
}
#logo {
	width: auto;
	float: left;
}
#links {
	float: left;
	width: 490px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
	height: 25px;
	padding-left: 240px;
	margin-top: 55px;
	margin-left: 30px;
}
#linkbox {
	float: left;
	margin-left: 25px;
}
#introbanner {
	float: left;
	width: 730px;
	margin-left: 30px;
	height: 300px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#updates {
	float: left;
	width: 290px;
	margin-left: 295px;
	border-top-width: 0.5px;
	border-top-style: dotted;
	border-top-color: #696969;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	margin-bottom: 30px;
}
#bloglink {
	float: left;
	width: auto;
	margin-left: 20px;
}
#shoplink {
	float: left;
	margin-left: 20px;
}
#content {
	width: 730px;
	margin-left: 30px;
	margin-bottom: 15px;
	float: left;
	margin-top: 30px;
	height: auto;
}
#back {
	width: auto;
	float: right;
	text-align: right;
}

#images {
	width: 730px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-top: 15px;
	color: #696969;
}
#description {
	float: left;
	width: 730px;
	height: auto;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-size: 12px;
}
#screenshot {
	width: 150px;
	float: left;
	height: 200px;
	margin-right: 25px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #696969;
}

#shop_cell {
	width: 435px;
	float: left;
	margin-bottom: 50px;
}
#shop_divider {
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
#shop_work {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	float: left;
	width: 435px;
	height: auto;
	margin-bottom: 15px;
}
#shop_image {
	height: 245px;
	width: 435px;
	margin-bottom: 15px;
}
#footer {
	float: left;
	width: 1024px;
	text-align: right;
	padding-top: 10px;
	border-top-width: 0.5px;
	border-top-style: dotted;
	border-top-color: #696969;
	margin-top: 15px;
	margin-bottom: 15px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #EE757E;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #F0F098;
	text-decoration: none;
}


a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #EE757E;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CAADA7;
	text-decoration: none;
}
.style1 {
	font-family: Georgia;
	font-size: 14px;
	color: #926347;
}
.style2 {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	 
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
	NOTE - The markup below represents the DOM generated by the GalleryView plugin, NOT the markup you would include in your HTML file.
		   Refer to README.txt to review markup requirements.
	
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
		

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos {
	visibility: hidden;
	width: 730px;
	float: left;
}

/* GALLERY CONTAINER */
.gallery {
}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #FFFFFF; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a {
	text-decoration: underline;
	font-weight: bold;
}

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {

}

