﻿#divGalleryExploreContainer
{
	float: right;
	width: 150px;
}

#divGalleryExplore
{
    font-family: Georgia,serif;
    color: #C24F1A;
    margin-bottom: 15px;
    background-color: transparent;
}

#divGalleryExploreBar
{
    font-family: Georgia,serif;
    font-size: 13px;
    padding-left: 10px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    width: 141px;
    height: 20px;
    color: #b83800;
    border-bottom: solid 1px #d86830;
}

#divGalleryExplore p
{
    padding-left: 12px;
    color: #C24F1A;
    font-size: 13px;
    margin: 8px 0;
    text-decoration: none;
}

#divGalleryExplore a, #divGalleryExplore a:visited
{
    color: #C24F1A;
    text-decoration: none;
    padding-left: 2px;
}

#divGalleryExplore a:active, #divGalleryExplore a:hover
{
	text-decoration: underline;
}

.pagingControl
{
	width: 139px;
	font-family: Georgia,sans-serif;
	font-size: 13px;
	color: #b83800;
	margin-top: 40px;
	cursor: pointer;
}

.pagingControl img
{
	border-width: 0;
	border-collapse: collapse;
	padding-right: 2px;
}

.pagingControl a:link, .pagingControl a:visited, .pagingControl a:hover, .pagingControl a:active
{
    color: #b83800;
}

.pagingControl div
{
	margin-top: 4px;
	text-decoration: none;
}

.pagingControlImageContainer img
{
    filter: alpha(opacity=62);
    opacity: 0.62;
    -moz-opacity: 0.62;
}

.pagingControlImageContainerHover img
{
    filter: alpha(opacity=100);
    opacity: 1.0;
    -moz-opacity: 1.0;
}

.GalleryItem
{
    margin-bottom: 40px
}

.GalleryItemEntry
{
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 11px;
    line-height: 18px;
    color: #AAAAAA;
}

.GalleryItemEntry img
{
    border-style: none;
}

.GalleryItemImage
{
    width: 265px;
    height: 124px;
    background-image: url("../images/gallery-dropshadow.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.GalleryItemImage img
{
    width: 260px;
    height: 119px;
    border-style: none;
}

#divGoogleAdsVertical
{
    float:right;
    margin-bottom: 15px;
}

.poetPictureLarge
{
    height: 100px;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.poetPictureSmall
{
	float: left;
	margin-right: 4px;
}

.commentBalloon
{
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}

.rating
{
	margin-left: 2px;
}

#divPoetInformation
{
    padding: 20px 10px;
    width: 540px;
    font-family: Georgia,sans-serif;
    font-size: 13px;
    min-height: 100px;
}

h1
{
	padding-left: 10px;
}

