﻿@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);

body {
	background-color: #9c1f22; 
	font-family:"Trebuchet MS", Tahoma, Verdana, "Lucida Sans", sans-serif;
	font-size: 90%;
	color: #fffefe;
	line-height: 170%;
	text-align: center;
}

#wrap {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}

#wrap-head {
	background: #9c1f22 url(../i/head1.gif) top left;
	height: 211px;
	padding: 1px;
}

/* links*/
a {color: #998533; text-decoration: none; font-weight: bold;}
a:hover {color: #e5ea9b; text-decoration: underline; font-weight: bold;}
a:visited {color: #979b52; text-decoration: none; font-weight: bold;}

/* end links area */

/* navigation stuff */

#nav {
	position: relative;
	list-style: none;
	text-align: left;
	text-transform: uppercase;
	font-family:inherit;
	/*border: 1px white solid;*/
}

#nav ul {
	width: 580px;
	height: 20px;
	margin: 175px 0 0 0;
	padding: 0;
	text-align:center;
}

#nav li {
	display: inline;
}

#nav a {
	float: left;
	margin: 0;
	color: #d24637;
	padding: 0 10px;
	border-right: 1px solid #d24637;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}

#nav a:hover {color: #000;}

#nav a:hover, body#home #t-home a {color: #e5ea9b;}
#nav a:hover, body#writings #t-writings a {color: #e5ea9b;}
#nav a:hover, body#who #t-who a {color: #e5ea9b;}
#nav a:hover, body#work #t-work a {color: #e5ea9b;}
#nav a:hover, body#contact #t-contact a {color: #e5ea9b;}
#nav a:hover, body#archive #t-archive a {color: #e5ea9b;}


/* end Nav area */



#descrip-home {
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style:italic;
	line-height: 160%;
	text-align: left;
	color: #f56565;
	margin-top: 10px;
}
	
#descrip-home p {
	border-bottom: 10px solid #8b921b;
	padding-bottom: 20px;
}

#content-left {
	background: #9c1f22 url(../i/writings-h.gif) top left no-repeat; 
	width: 530px;
	float: left;
	margin-top: 20px;
	text-align: left;
}

#content-left .intro {
	margin-top: 26px;
}

#content-left .home-h-one {
	color: #998533;
	font-family:'Yanone Kaffeesatz', Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	padding: 20px 0 0 0;
	margin: 0;
	font-weight:700;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 2px;
}

#content-right {
	background: #9c1f22 url(../i/contact.gif) top left no-repeat; 
	width: 270px;
	float: left;
	margin-top: 20px;
	text-align: left;
	margin-left: 30px;
}

#content-right .intro {
	margin-top: 26px;
	padding-left: 0;
}

#content-right p {
	padding-left: 40px;
}
#content-bott {
	background: #9c1f22 url(../i/recent.gif) top left no-repeat;
	text-align: left;
	border-top: 10px solid #8b921b;
	margin-top: 10px;
}

#content-bott .intro {
	margin-top: 45px;
	/*border: 1px white solid;*/
}

#content-left-in {
	width: 560px;
	float: left;
	text-align: left;
}

.next {
	border-bottom: 10px solid #8b921b;
	border-top: 10px solid #8b921b;
	padding: 20px 0;
	margin: 15px 0;
}

#content-left-in .comments {
	border: 1px solid #fff;
	margin: 20px 0;
	padding: 20px;
}


#content-right-in {
	background: #9c1f22 url(../i/write.gif) top left no-repeat; 
	width: 200px;
	float: left;
	text-align: left;
	margin-left: 70px;
}

#content-right-in-who {
	background: #9c1f22 url(../i/who.gif) top left no-repeat; 
	width: 200px;
	float: left;
	text-align: left;
	margin-left: 70px;
}

#content-right-in-archive {
	background: #9c1f22 url(../i/archive.gif) top left no-repeat; 
	width: 200px;
	float: left;
	text-align: left;
	margin-left: 70px;
}



#content-left-in p {
	padding-bottom: 15px;
}

#content-left-in ul {
	margin: 10px 0 10px 50px;
	list-style: outside circle;
}

#content-left-in ol {
	margin: 10px 0 10px 50px;
	list-style: outside decimal;
}

#content-left-in li {
	padding-bottom: 8px;
}

/* this is the older version
#content-contact {
	width: 530px;
	float: left;
	margin-top: 20px;
	text-align: left;
}
*/

/* the new version starts here */
#content-top {
	width:600px;
	color: #c19495;
	margin: 20px auto 0 auto;
	text-align: left;
	background: #9c1f22 url(../i/contact-top-plain.jpg) top no-repeat;
}

#content-top h1 {
	padding: 70px 0 0 350px;
	text-transform: lowercase;
	letter-spacing:2px;
	color: #c19495;
	font-size: 1.2em;	
}

#content-top h2 {
	padding: 120px 0 0 80px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: .90em;
	letter-spacing:1px;
	color: #c19495;	
}

#content-contact h2 a {
	font-weight: normal;
	text-decoration: underline;
	color: #c19495;
}

#contact-bottom {
	position: relative;
	width:600px;
	height: 182px;
	color: #c19495;
	margin: 0 auto;
	text-align: left;
	background: #9c1f22 url(../i/contact-bott-plain.jpg) top no-repeat;
}
#contact-content hr {
	color: #8b921b;
	text-align:center;
}

#contact-bottom p {
	font-size: .90em;
	padding: 22px 0 0 10px;
}

#contact-bottom ul {
	padding: 10px 0 0 110px;
	height: 30px;
}

#contact-bottom li {
	display: inline;
	padding-right: 48px;
}

#contact-bottom a {
	font-size: .90em;
	font-weight: normal;
	text-decoration: underline;
	color: #c19495;
}

#contact-mid {
	position: relative;
	margin: 0;
	padding:20px 0 0 0;
	background-image:url(../i/contact-bott-mid.jpg);
	background-repeat:repeat-y;
	background-position: center;

}

#contact-more {
	width: 450px;
	margin: 0 auto;
	text-align: left;
}

#contact-me {
	width: 450px;
	margin: 0 auto;
	text-align:left;
}

/* The new stuff ends here*/

#content-contact img {
	padding: 10px;
	background-color: #aa2928;
	border: 1px solid #d00b09;
}

.right-nav {
	margin-top: 95px;
	padding: 1%;
}

.right-nav li {
	padding-bottom: 9px;
	list-style: none;
	display:block;
}

.right-nav .title {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #d24637;
}


.right-nav a {color: #192026;}
.right-nav a:visited {color: #192026;}
.right-nav a:hover {color: #e5ea9b; text-decoration:underline;}

#work-left {
	width: 510px;
	float: left;
	text-align: left;
}

#work-mid {
	width: 160px;
	float: left;
	text-align: left;
	margin-left: 5px;
	margin-top: 160px;
}

#work-right {
	width: 120px;
	float: left;
	text-align: left;
	margin-left: 30px;
	margin-top: 160px;
}

#work-mid-h {
	width: 160px;
	float: left;
	text-align: left;
	margin-left: 5px;
	margin-top: 110px;
}

#work-right-h {
	width: 120px;
	float: left;
	text-align: left;
	margin-left: 30px;
	margin-top: 110px;
}

.work-nav li {
	padding-bottom: 9px;
	list-style: none;
	display:block;
}

.work-nav .title {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #d24637;
}

.work-nav a {color: #192026;}
.work-nav a:visited {color: #192026;}
.work-nav a:hover {color: #e5ea9b; text-decoration:underline;}

#work-thumbs {
	margin: 0 0 0 0;
	width: 500px;
}

.work-sq {
	padding: 0 5px 5px 0;
	margin: 0;
}

#work-head-folio {
	margin: 0 0 20px 0;
	text-align: left;
}

.subhead {
	font-size: 1em;
	text-transform: uppercase;
	color: #e5ea9b;
	padding-left: 10px;
	padding-bottom: 0px;
}

/* Content Areas -end */

h1 {
	color: #998533;
	font-family:'Yanone Kaffeesatz', Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	padding: 20px 0 0 0;
	margin: 0;
	font-weight:700;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 2px;
}

a h1 {color: #998533; text-decoration: none; font-weight: normal;}
a:visited h1 {color: #979b52; text-decoration: none; font-weight: normal;}
a:hover h1 {color: #979b52; text-decoration: underline; font-weight: normal;}

/*h1+p {
	padding-top: 0;
	padding-bottom: 40px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d24637;
	border-bottom: 10px solid #8b921b;
	margin-bottom: 20px;
}*/

.byline {
	padding-top: 0;
	padding-bottom: 25px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d24637;
	border-bottom: 10px solid #8b921b;
	margin-bottom: 20px;
}

.byline-work {
	padding-top: 0;
	padding-bottom: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d24637;
	border-bottom: 10px solid #8b921b;
	margin-bottom: 10px;
}

.byline-hp {
	padding-top: 0;
	padding-bottom: 30px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d24637;
}

h2 {
	color: #f4cac6;
	font-size: 1.1em;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #e5ea9b;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size: .9em;
	font-style:normal;
}

#content-right-in h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #d24637;
}

#work-right h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #d24637;
}


.img-right {
	float: right;
	padding: 10px;
	margin-left: 15px;
	background-color: #aa2928;
}

.img-left {
	float: left;
	padding: 10px;
	margin-right: 15px;
	background-color: #aa2928;
}

.img-plain {
	padding: 10px;
	background-color: #aa2928;
}

.clear {
	clear:both;
}

.hp-work {
	float: left;
	padding: 8px;
	background-color: #aa2928;
	margin: 10px 5px 0 0;
}

#footer {
	background-color: #dab81a;
	color: #362f2d;
	border-top:10px solid #ffff00;
	height: 210px;
	padding: 0;
	margin: 25px 0 0 0;
	text-align:left;
}

#footer-main {
	width:830px;
	margin: 0 auto 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
}


.f1 {
	float:left;
	padding: 15px 15px 0 8px;
}

.f2 {
	padding: 15px 15px 0 10px;
}

/* Advertising stuff */

#work-left #imagegallery {
	list-style: none;
}

#work-left #imagegallery li {
	display: inline;
	padding: 1px 1px 0 0;
	margin: 0;
}

#work-left ul {
	padding: 0;
	margin: 0;
}

#work-left li {
	float: left;
	list-style: none;
	
}

blockquote {
	font-family: georgia, 'Times New Roman', serif;
	margin-left: 40px;
	padding: 0 60px 10px 0;
	color: #fff;
	quotes: inherit;

}

