/* 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;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

/* 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;
	float: right;
	width: 250px;
}
#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;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0 1px 0 0;
	padding: 0px 1em 0 0px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
}
#transport a:link {
	color: #999999;
}
#transport a:visited {
	color: #666;
	
}
#transport a:hover {
	color: #CC6633;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#res {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
}

#res li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}
#res a {
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 1px 0 0;
	padding: 0px 1em 0 0px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
}
#res a:link {
	color: #999999;
}
#res a:visited {
	color: #666;
	
}
#res a:hover {
	color: #CC6633;
}
#res a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#gb {
	margin: 0 0 0 645px;
	padding: 0;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	width: 100px;
}
#gb li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
}
#gb a {
	text-decoration: none;
	font-size: 22px;
	margin: 0 1px 0 0;
	padding: 0px 0 0 0px;
	float: right;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
}
#gb a:link {
	color: #6666CC;
}
#gb a:visited {
	color: #666CCC;
	
}
#gb a:hover {
	color: #CC6633;
}
#gb a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}


#previews {
	padding: 0px 0px 10px 5px;
	margin-bottom: 5px;
	width: 745px;
	float: left;
	background-color: #FFFFFF;
}
#thumbnails {
	clear: both;
	margin: 0px auto;
	width: 750px;
	float: left;
	padding-bottom: 20px;
}
#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: 750px;
	left: 10px;
	float: left;
	margin-top:0px;
	padding-top: 25px;
}
#bio {
	width: 500px;
	left: 10px;
	float: left;
	margin-top:0px;
	padding-top: 0px;
	color: #333333;
	margin-left: 0px;
}
#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:right;
	font-size:11px;
	width: 750px;
	float: left;
	color: #333333;
	line-height: 13px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.fullsize_image {
	border:0;
	margin-top:10px;
}


/* links  */

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #CC6633;
	text-decoration: underline;
}
