body
{
	background-color: #3f5475;
	font-family: Georgia, Palatino, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#header
{
	background-image: url(images/top_bg.gif);
	height: 44px;
	border-bottom: 1px solid white;
}

#header #title
{
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/logo_ex_sm.jpg);
	background-repeat: no-repeat;
/*	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: right;*/
}

#header h1
{
	margin: 0px;
	font-size: 24px;
	line-height: 44px;
	font-style: italic;
	font-weight: normal;
	color: white;
	letter-spacing: -0.11em;
	margin-left: 50px;
}

#header2
{
	background-image: url(images/top_bg2.gif);
	height: 65px;
	border-bottom: 1px solid white;
}

#header2 #title
{
	width: 100%;
	height: 65px;
	margin-left: 10px;
	margin-right: 5px;
	background-image: url(../images/bk_logo_sm3.png);
	background-repeat: no-repeat;
/*	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: right;*/
}

#header2 h1
{
	margin: 0px;
	font-size: 24px;
	line-height: 44px;
	font-style: italic;
	font-weight: normal;
	color: white;
	letter-spacing: -0.11em;
	margin-left: 100px;
	margin-top: 10px;
}


#navbar
{
	height: 20px;
	background-image: url(images/menu_bg.gif);
	background-color: black;
	background-repeat: repeat-x;
}

#navbar ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#navbar ul li
{
	display: block;
	width: auto;
	float: left;
	height: 20px;
	line-height: 20px;

	font-size: 11px;
	font-weight: bold;
	color: white;
	list-style: none;
}

#navbar ul li.right
{
	float: right;
}

#navbar ul li a
{
	display: block;
	width: auto;
	padding-left: 9px;
	padding-right: 9px;
	color: white;
	text-decoration: none;
}

#navbar ul li a:hover, #navbar ul li.active a
{
	background-color: white;
	background-image: url(images/menu_bg_hover.gif);
	color: black;
}


#body
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #2f3753;
	border-right: 2px solid #2f3753;
	background-color: #FFFFFF;
	padding-top: 1px;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#body2
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #2f3753;
	border-right: 2px solid #2f3753;
	background-color: white;
	padding-top: 1px;
	background-repeat: repeat-y;
	background-position: left;
}
#sidebar
{
	width: 179px;
	padding: 8px 10px 16px 10px;
	float: left;
}

#sidebar h2
{
	margin: 8px 0px 2px 0px;
	font-size: 12px;
	border-bottom: 1px solid black;
}

#sidebar ul.tree
{
	clear: both;
	margin-top: 8px;
}

#sidebar ul.tree, #sidebar ul.tree ul
{
	background-image: url(images/sidebar_list_bg.gif);
	background-position: 3px 2px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul.tree ul
{
	
}

#sidebar ul.tree li
{
	margin-top: 3px;
	margin-bottom: 3px;

}


.flickr-thumbnail, .flickr-pullout {
	float: left;
		background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	position: relative;
	}

.flickr-thumbnail img, .flickr-pullout img {
		 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
	}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(images/flickr_shadow_white.gif);
	
}

#content
{
	padding: 0px 20px 20px 20px;
	margin-left: 200px;
	font-size: 13px;
}

#content h2
{
	font-style: italic;
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 19px;
}

#content .date
{
	float: right;
}

#content .date2
{
	float: right;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
}


#content .postedBy
{
	float: left;
}

#content .meta
{
	height: 1em;
}

#content p
{
	
	line-height: 1.5em;
	text-align: justify;
	
}

#content a
{
	color: #3f5475;
}

#content a:visited
{
	color: #2f3753;
}

#content2
{
	padding: 0px 20px 20px 20px;
	margin-left: 20px;
	font-size: 13px;
}

#content2 h2
{
	font-style: italic;
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 19px;
}

#content2 .date
{
	float: right;
}


#content2 .meta
{
	height: 1em;
}

#content2 p
{
	
	line-height: 1.5em;
	text-align: justify;
	
}

#content2 a
{
	color: #3f5475;
}

#content2 a:visited
{
	color: #2f3753;
}
.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#footer
{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	background-color: #eaeaea;
	color: #b0b0b0;

}





.right
{
	float: right;
}
.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
BORDER-RIGHT: #000066 1px solid; 
	BORDER-TOP: #000066 1px solid; 
	BORDER-LEFT: #000066 1px solid; 
	BORDER-BOTTOM: #000066 1px solid
}
.floatimgright {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	BORDER-RIGHT: #000066 1px solid;
	BORDER-TOP: #000066 1px solid;
	BORDER-LEFT: #000066 1px solid;
	BORDER-BOTTOM: #000066 1px solid;
	margin-left: 10px;
}
.floatimgright2 {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
}
.imgborder
{
	BORDER-RIGHT: #000066 1px solid;
	BORDER-TOP: #000066 1px solid;
	BORDER-LEFT: #BF3E18 1px solid;
	BORDER-BOTTOM: #000066 1px solid;
	float: left;
	margin: 5px;
}
/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {
	margin:0 auto 10px auto;
}
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 3px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	background-image: url(images/menu_bg.gif);
}
#transport a:visited {
	background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	width: auto;
	float: right;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 2px;
	width: 435px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

/* END Gallery and Playback Controls
----------------------------------------------- */
