html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,  font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
 form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**************** END CSS RESET *******************/

/* ELEMENTS */

body {
	font-family: Georgia;
	color: #505050;
	background: #1D1D1D;
	color: #ebeaea;
	padding-top: 20px;
}

p {
	margin-bottom: 5px;
	line-height: 25px;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #c8c8c8;
}

fieldset {
	margin-bottom: 30px;
	text-align:left;
}
#everything {
	margin: 0 auto;
	padding: 0;
	
	width: 1024px;

}

#content #left #links, #content #left #admin-links, #content #homepage-left #links, #content #homepage-left #admin-links {
	font-size: 1.2em;
	margin: 10px 0 45px 0;
}

#content #right .help-icon {
	vertical-align: middle;
	border: 0!important;
}

.admin_link {
	color: red;
}

.page-title {
	font-size: 1.5em;
}

.sculpture-name {
	font-size: 1.4em;
}

#content {
	min-height: 200px;
	margin-top: 30px;
}
#left, #homepage-left, #sculpture-left{
	float: left;
	width: 30%;
	text-align: left;
	font-size: 0.8em;
	min-height: 400px;

}

#sculpture-left {
	margin-top: 20px;
}

#header {
	margin-top: 0px;
}
#right, #sculpture-right {
	float: right;
	width: 63%;
	text-align: right;
	padding-top: 15px;
	//min-height: 490px;
}

#right img, #sculpture-right img {
	border: 1px solid #000000;
}

#left img {
	border: 1px solid #FFFFFF;
}

#left #logo img {
	border: 0;
}


#content #right .main-image, #content #sculpture-right .main-image {
	border: 3px solid #FFFFFF;
}


#content .clearfix, #sculpture-content .clearfix{
	clear: both;
}

#footer {
	margin-bottom: 25px;
	font-size: 0.8em;
}

#footer a {
	text-decoration: underline;
}

#footer #copyright-text {
	float: left;
}

#footer #website-credit {
	float: right;
	
}


.form-table {
	
}
.form-table td {
	padding: 10px;
	padding-left: 0;
	vertical-align: top;
}


.warning-text {
	color: red;
	font-weight: bold;
}

#sculpture-more-images-thumbs img{
	float: left;
	display: block;
	margin-right: 17px;
	margin-bottom: 10px;
}

.success-message {
	border: 1px solid green;
	padding-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	color: white;
}

#content #homepage-left p {
	margin-bottom: 5px;
	line-height: 15px;
}

.sculpture-medium-thumb {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;

}


.sculpture-medium-thumb:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}

#top-contact {
	float: right;
	padding-top: 7px;
	text-align: right;
}
#top-contact p {
	font-size: 0.8em;
	line-height: 1;
}

#pager {
	float: right;
	margin-bottom: 5px;
	clear: both;
}

#pager-info {
	float: left; 
	margin-left: 30px;
	font-size: 0.8em;
	margin-top: 5px;
	color: grey;
}

#pager a, #pager .pager-spacer {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	
}

#pager .pager-spacer {
	color: #111111;
}


#pager a:hover {
	background: #2d2d2d;
	text-decoration: none;

}

#pager .pager-active-page {
	background: #FFFFFF;
	color: #000000;
}

#pager .pager-active-page:hover {
	background: #FFFFFF;
	color: #000000;
}

#login-page-content {
	padding-top: 50px;
	text-align: center; 
	margin: auto;
}

#login-page-content table {
	margin: auto;
}

#login-page-content table td {
	text-align: center;
}
#everything #content #right .form-errors fieldset  {
	padding-top: 10px;
}

#everything #content #right .form-errors p, #everything #content #right .form-errors li{
	text-align: left;
}

#everything #content #right .form-errors li {
	list-style-type: disc;
	margin-left: 45px;
	margin-bottom: 10px;
}

#sculpture-right {
	padding-top: 0;
}
#sculpture-right p {
	font-size: 0.8em;
}
#everything #content #sculpture-right a:hover {
	text-decoration: none;
	color: white;
}

.popup p{
	color: #ffffff;
}

.popup .popup-title {
	font-size: 1.5em;
	margin-bottom: 15px;
}

.edit-sculpture-index-header {
	text-align: center;
	margin-left: 30px;
	font-size: 2em;
	margin-bottom: 15px;
	
}

.edit-sculpture-index-header-text {
	text-decoration: underline;
	margin-right: 15px;
}

#hidden-sculptures-header {
	margin-top: 15px;
}

#about-page-contact {
	margin-top: 15px;
	line-height: 16px;
}

#about-page-about {
	line-height: 16px;
	margin-top: 20px;
}

#sculpture-index-text {
	width: 74%;
	text-align: justify;
}

.active_page {
	color: #c8c8c8;
}