/* Ajax Gallery Test */
/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */


/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 30px;
	text-align: left;
	color: #CC6633;
	padding-top: 55px;
}
h2 {
	font-size: 30px;
	text-align: left;
	color: #CC6633;
	padding-top: 155px;
}
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 750px;
	margin: 0 auto;
	padding: 0;
}
#frame {
	width: 750px;
	padding: 0;
	clear: both;
	background:#FFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}
#LeftColumn {
  margin:0 10px 0 0;
  padding:0;
  width: 200px;
  float: left;
}
#LeftColumn, #articles {
}
#articles {	margin-bottom: 10px; }

#RightColumn {
	margin:0;
	padding:0;
	height: 600px;
	float: left;
	width: 750px;
}
#content, #sidebar {
	float: left;
	text-align: left;
}
#content {
	width: 600px;
}
#sidebar {
	width: 240px;
	margin-top: 0;
}

/* Form Elements
----------------------------------------------- */
label, select {
	font-size: 85%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}
select {
	color: #FFFFFF;
	background-color:  #809A51;
	border: 1px solid #b1b1bc;
	font-weight:bold;
}


/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 130px; }
#controls {	margin:0 auto 5px auto; }
#galleries {	margin:0 auto 20px auto; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 1px 0 0;
	padding: 4px 2em 0 0px;
	width: 40px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
}
#transport a:link {
	color: #666;
}
#transport a:visited {
	color: #666;
	
}
#transport a:hover {
	color: #CC6633;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	padding: 0px 0px 20px 0px;
	margin-bottom: 5px;
	width: 750px;
	float: left;
}
#thumbnails {
	clear: both;
	margin: 0px auto;
	width: 750px;
	float: left;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 5px;
	padding: 0;
	float: left;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 0px #999;
	border-right: solid 0px #666;
	border-bottom: solid 0px #666;
	border-left: solid 0px #999;
}
#picture {
	width: 450px;
	left: 10px;
	float: left;
	margin-top:0px;
	padding-top: 55px;
}
#bio {
	width: 465px;
	left: 10px;
	float: left;
	margin-top:0px;
	padding-top: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
#mainImageOutline {
	overflow: hidden;
	margin: 0 auto;
}

#picture img {	border: 0px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }



/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */


#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	padding-top: 20px;
	overflow: scroll;
}

.image_caption {
	font-family: Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:11px;
	width: 280px;
	float: right;
	color: #333333;
	line-height: 13px;
	letter-spacing: 1px;
}

.fullsize_image {
	border:0;
	margin-top:10px;
}


/* links  */

a:link {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	text-decoration: underline;
}

/* giantboy */
#giantboy {
	width: 280px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 200px;
	clear: both;
}
#giantboy p {
	font-size: 9px;
	line-height: 12px;
	color: #999;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}