
/****************************************************************************

Author: Stephen Saugestad
Development by: Nine Mile Studio
Last updated: 9/17/04

*****************************************************************************/

/* wes please put any new attributes in here */



/* drop down sort menu on gallery archive page */
.seach_top {
	 FLOAT: right;WIDTH: 250px;MARGIN: 0px auto;height:10px
}
#top_li {
	WIDTH:770px;MARGIN: 0px auto
}

#sortBy {
	padding-bottom:10px;
	padding-left:10px;
	margin-right:10px;
	float: right;
	width:400px;
	font-size:12px;
}
#sortBy_list {
	padding-bottom:10px;
	margin-right:10px;
	float: right;
	width:280px;
	font-size:12px;
}
#sortBy_seach {
	padding-bottom:10px;
	margin-right:10px;
	float: right;
	width:300px;
	font-size:12px;
}
.date {
	font-size:12px;
	padding-top:10px;
}

/* main div attributes for the gallery site detail page */

#entryLeft {
	width:240px;
	float:left;
}

#entryLeft h1 {
	padding-bottom:20px;
}

#entryRight {
	width:460px;
	float:left;
}

/* commenting area */

#commentForm {
	background: #606C60;
	border: 1px solid #98A398;
	padding: 20px;
	width:430px;
}

#commentBox {
	background: #606C60;
	border: 1px solid #98A398;
	width:450px;
	padding: 10px;
	margin-bottom:6px;
}

#comments, #comments strong {
	font-size:9px;
}

#comments li {
	background: url(none);
	margin:0;
	line-height:16px;
}

#comments li strong {
	background: url(../images/comment_bubble.gif) no-repeat 0px 1px;
	padding-left: 14px;
}

#commentText {
	font-size:11px;
	padding-bottom:14px;
}

li#rating {
	color: #FBDD33;	
	background: url(../images/clipboard.gif) no-repeat 0px 1px;
	padding-left:15px;
}

/* admin options on gallery_site */

#data ul {
	margin:0;
	padding:0;
}

#data li {
	clear:left;
	background-image:none;
	line-height:20px;
	font-size:11px;
}

/* thumbnail on gallery_site template */

#visit li	{
	height:148px;
	width:168px;
	margin:0;
	background-image:none;
}

#visit img {
	border: 1px solid #fff;
	height: 120px;
	width: 160px;
	padding: 1px;
}

#visit a:hover img {
	border: 1px solid #99FF00;
}

/* old form attributes no longer in use

.submitForm label, .submitForm input {

	display: block;
	float: left;
	margin-bottom: 16px;
}

.submitForm input, .submitForm textarea {
	width: 200px;
}

.button {
	display:inline;
}

.submitForm label {
	width: 90px;
	padding-right: 10px;
}

.submitForm br {
	clear: left;
}

.submitForm .inline {
	width:auto;
	margin:1;
	padding-right:10px;
	float: none;
	display: inline;
	vertical-align: middle;
}
*/


/* new attributes for forms */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	padding-bottom:6px;
	padding-top:10px;
	font-weight: bold;
	font-size:12px;
}

.buttons {
	clear: both;
	padding-top:10px;
}

#submitOptions {
	margin-top:20px;
	margin-bottom:20px;
}
