/*
CSS for Creative writing section of website
Sally Edgington
2008-09-09
*/


/* HOMEPAGE --------------------------- */

.homepage_left {
	padding-right: 15px;
}

.homepage_right {
	
}

.homepage_left, .homepage_right {
	float: left;
	width: 48%;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
}

.homepage_left h2, .homepage_right h2 {
	text-decoration: underline;
	font-size: 1.6em;
	color: #005FA9;
	font-weight: normal;
}


/* Artist work page -------------------------------*/

.main_artwork {
	overflow: hidden;
	position: relative;
}

.main_artwork img.main_artwork_image {
	float: right;
	/*margin-left: 55px !important;*/
	overflow: hidden;
	/*background: url(/display_images/creative_frame.gif) top right ;*/
	width: 229px;
	height: 191px;
	margin-top: 55px;
	margin-left: 98px;
	margin-bottom: 64px;
	margin-right: 79px;
	position: relative;
	z-index: 10;
}

.picture_frame {
	background: url(/display_images/creative_frame.gif) top right no-repeat;
	width: 386px;
	height: 308px;/**/
	position: absolute;
	top: 36px;
	right: 0;
	z-index: 10000;
}

ul.otherwork {
	list-style-type: none;
	padding: 0 !important;
	margin: 0 !important;
}

.otherwork li img {
	float: left;/**/
	border: 1px solid #616161;
	margin-right: 14px;
	margin-bottom: 0px;
	padding: 0;
	overflow: hidden;
}

.otherwork li {
	margin: 0 0 5px !important;
	display: block;
	vertical-align: middle;
	overflow: hidden;
}

ul.otherworklinks {
	list-style-type: none;
	padding: 0 !important;
	margin: 0 0 20px !important;
	float:left;
	overflow: hidden;
}

.otherworklinks li {
	padding: 0 0 15px !important;
	margin: 0 0 5px !important;
	display: inline;
	overflow: hidden;
}

/* Creative writing page id poem or story -------------------------*/

.main-content.writing_work, #main-column-wide.writing_work {
	padding-right: 0 !important;
	width: 98%;
}

h1.creativepoem {
	margin-top: 20px;
}

h2.otherwork {
	/* clear: both; */
	margin-top: 20px;
}

#written_work_container {
	float: right;
	background: url(/display_images/creative_writing_background.gif) repeat-y;
	width: 386px;
	padding: 0px;
	margin: 0 0 0 15px;
	text-align: center;
	overflow: hidden;
}

	#written_work_container div {
		padding: 10px 20px 5px;
	}

	#written_work_container_top {
		background: url(/display_images/creative_writing_background_top.gif) no-repeat;
		height: 8px;
		padding: 0;
		margin: 0;
	}
	#written_work_container_bottom {
		background: url(/display_images/creative_writing_background_bottom.gif) no-repeat right bottom;
		height: 11px;
		padding: 0 !important;
		margin: 0;
	}


#quote {
	color: #0062A6;
	font-weight: bold;
	font-size: 1.1em;
	text-indent: 20px;
	background: url(/display_images/quote_open.gif) no-repeat 0 0.2em;;
	margin: 20px 0;
}

	#quote p {
		margin-bottom: 3px;
	}

#quote .author {
	text-transform: uppercase;
	color: #777777;
	font-size: 0.625em;
	line-height: 1.2em;
	text-indent: 0;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#quote p span.endquote {
	background: url(/display_images/quote_close.gif) right center no-repeat;
	width: 16px;
	padding-left: 14px;
}



#submit_work {
	margin: 10px 0 10px;
}


#totop {
	clear:both;
}

