/* RESET */
html,body,h1,h3,input,form{
	margin:0;
	padding:0
}

/*
BODY
----------------------------------------------------*/
body{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.6em;
}


/*
LAYOUT-SUBPAGE
----------------------------------------------------*/
div#container{
	background:url(images/bg-sidebar2ndPG.gif) repeat-y;
	margin: 0 auto;
	width: 792px;
}

div#content {
	float: right;
	margin-top: -100px;
	padding: 0 15px 20px 15px;
	width:595px;
}

div#sidebar {
	float:left;
	width: 165px;

}


/*
LAYOUT-HOMEPAGE
----------------------------------------------------*/
body#home div#container{
	background:url(images/bg-sidebar.jpg) repeat-y;
}

body#home div#content {
	clear: both;
	color:#777C77;
	margin-top:-10px;
	padding: 15px;
	width:529px;
}

body#home div#sidebar {
	margin-top: -200px;
	width:228px;
}


/*
HTML TAGS
----------------------------------------------------*/
a {
/*	color: #000000; */
	text-decoration: underline;
}

a:hover {
	text-decoration:underline;
}

strong {
	color:#000000;
}


/*
HEADER-SUBPAGE
----------------------------------------------------*/
div#header{
	background:url(images/bg-header2ndPG.gif) no-repeat;
	min-height:177px;
}

*html div#header {
height: 177px;
}

div#header h1 a{
	background:url(images/logo-onestraightline.jpg) no-repeat right top;
	display: block;
	height: 58px;
	text-indent: -9999px;
	width: 792px;
}


/*
HEADER-HOMEPAGE-IMAGE
----------------------------------------------------*/
body#home div#header{
	background:url(images/bg-header.jpg) no-repeat;
	min-height: 229px;
	width: 792px;
}

*html body#home div#header{
	height:229px;
}

body#home div#header #header-statement {
	color: #E89860;
	float:right;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	padding: 27px 40px 0 35px;
	width: 254px;
}

body#home div#header #header-statement span {
	color:#FFFFFF;
	font-style:italic;
}

body#home div#header #header-statement a {
	color:#FFFFFF;
}

body#home div#header h1{
	width: 457px;
}

body#home div#header h1 a{
	background:url(images/onestraightline-hp.gif) no-repeat;
	height: 110px;
	width: 457px;

}


/*
HEADER-HOMEPAGE-DATA
----------------------------------------------------*/
body#home div#header-colrt {
	float:right;
	width:300px;
}

body#home div#authors {
	padding: 80px 0 0 50px;
}

div#authors img{
	float: left;
	margin-right: 20px;
}

.author1 {
	color:#f7cfb5;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	font-weight: bold;
	padding-left: 40px;
	margin-top: -20px;
}

.author2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1em;
	padding-left: 25px;
	font-weight: bold;
	clear: left;
}

.author3 {
	color:#6f2f31;
	font-weight: bold;
	padding-left: 28px;
}


/*
MENU-SUBPAGE
----------------------------------------------------*/
div#menu {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 18px;
}

div#menu ul {
	margin:0;
	padding:0;
}

div#menu ul li{
	list-style-type:none;
}

div#menu ul li a {
	background:none;
	color: #722f2f;
	display: block;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}

div#menu a:hover {
	background-color:#000000;
	color:#FFFFFF;
}


/*
MENU-HOMEPAGE
----------------------------------------------------*/
body#home div#menu{
	display: inline;
	float: left;
	margin: 40px 0 0 250px;
	width: 165px;
}


/*
FORM-SUBSCRIBE-SUBPAGE
----------------------------------------------------*/
form#form-subscribe {
	float: right;
	margin-top: 60px;
	text-align: center;
	width: 225px;
}

form#form-subscribe div.title {
	color: #46bb46;
	font-weight:bold;
	font-size:14px;
	font-variant: small-caps;
}

form#form-subscribe div.title span {
	text-transform:uppercase;
}

form#form-subscribe div#form-label {
	color:#6992d2;
	font-weight:bold;
	float: left;
	height: 26px;
	line-height: 26px;
	padding-right: 5px;
	text-align: right;
	width:60px;
}

form#form-subscribe div#form-input {
	height: 26px;
}

form#form-subscribe input {
	padding: 1px;
	width: 140px;
}

form#form-subscribe #button {
	background:url(images/subscribe.gif) no-repeat;
	border: none;
	height: 18px;
	margin: 15px 0 10px 0;
	text-align: center;
	width: 69px;
}


/*
FORM-SUBSCRIBE-HOMEPAGE
----------------------------------------------------*/
body#home form#form-subscribe{
	clear: right;
	margin-top: 20px;
	padding-right: 30px;
}


/*
CONTENT-SUBPAGE
----------------------------------------------------*/
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 2.4em;
	line-height: 1em;
}

.headline {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style:italic;
	font-weight:bold;
	padding-bottom: 10px;
}

.entry {
	padding-bottom:20px;
}

.entry img {
	margin-bottom:20px;
}

 
/*
CONTENT-HOMEPAGE
----------------------------------------------------*/
body#home h2 {
	border-bottom: solid 2px #000000;
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
}

body#home div#col1 {
	float: left;
	width:248px;

}

body#home div#col2 {
	float:right;
	width:254px;
}

body#home div#minilogo {
	color: #9f4941;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 14px;
}


/*
SIDEBAR-SUBPAGE
----------------------------------------------------*/
div#sidebar h3 {
	font-size: 1.1em;
	font-style:italic;
	font-weight:bold;
	padding-left: 10px;
	margin-top: 30px;
}

div#sidebar blockquote {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	line-height: 1.3em;
	margin: 5px 20px;
	padding:10px 3px;
	text-align: left;
}

div#sidebar img.book{
	margin: 10px 15px 30px 15px;
}

div#sidebar div#gbar {
	padding-left: 21px;
	width:144px;
}

div#sidebar div#gbar ul {
	margin:0;
	padding:0;
}

div#sidebar div#gbar ul li {
	list-style-type:none;
	padding-bottom:10px;
}

div#sidebar div#gbar ul li a{
	background:url(images/greebar-2ndPG.gif) no-repeat right top;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	text-decoration: none;
	width: 139px;
}


/*
SIDEBAR-HOMEPAGE
----------------------------------------------------*/
body#home div#sidebar div#gbar {
	padding-left: 21px;
	width:207px;
}

body#home div#sidebar div#gbar ul li a{
	background: url(images/green-bar.gif) no-repeat right;
	height: 30px;
	padding-left: 57px;
	text-align: left;
	width: 150px;
}

body#home div#sidebar img.book{
	margin: 10px 15px 30px 80px;
}



/*
FOOTER
----------------------------------------------------*/
div#footer{
	clear:both;
	text-align: center;
	padding-top: 3em;
	padding-left: 165px;
	width: 627px;
}

/*
FOOTER-HOMEPAGE
----------------------------------------------------*/
body#home div#footer {
	width: 564px;
	padding-left: 228px;
}
