@charset "UTF-8";
/* CSS Document */
.headerContainer {
	height: 33px;
	background-image: url(../images/headerBGWriting.gif);
	width: 489px;
}
#writingH1 {
	width: 150px;
	height: 33px;
	background-image: url(../images/writingH1.gif);
	position: relative;
	left: 306px;
	background-repeat: no-repeat;
}
.writingSampleContainer {
	margin-left: 36px;
	margin-right: 36px;
	margin-top: 24px;
}
#writingsMainPhoto {
	background-image: url(../images/writingTopPhoto.jpg);
	width: 425px;
	height: 288px;
	margin-top: 18px;
	margin-left: 32px;
}
li.example1  a{
	background-image: url(../images/photographyExample1.jpg);
	margin-left: 36px;
	display: block;
	height: 102px;
	width: 102px;
}
ul.photoGallery {
	width: 708px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.photoGallery li {
	float: left;
	padding: 0;
	text-align: center;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.photoGallery li a.thumb {
	width: 102px; /*--Width of image--*/
	height: 102px;
	cursor: pointer;
}
ul.photoGallery li span { /*--Used to crop image--*/
	width: 102px;
	height: 102px;
	overflow: hidden;
	display: block;
}
ul.photoGallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.photoGallery li h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.photoGallery li a {text-decoration: none; color: #777; display: block;}
#photoGalleryPic1 {
	margin-left: 36px;
	float: left;
	width: 102px;
}
.typewriterlogo {
	width: 102px;
	height: 102px;
	float: left;
}
.writingSampleBlurb {
	margin-left: 112px;
}
.writingSampleStyle {
	margin-top: 0px;
	font-size: .8em;
}
.writingSampleBlurb a {
	color: #333;
}
.writingSampleBlurb a:hover {
	color: #666;
	border-bottom: dotted 1px #9C2129;
}
.red {
	color: #9C2129;
}
