/** olgaloya.com CSS/stylesheet **/

body {
    background: #ffcc99;
    margin: 0 auto;
    font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
    font-size: 11pt;
    color: #000000;
    text-align: center;
}

a, a:hover {
    color: #990000;
    text-decoration: underline;
}

a:visited {
    color: #0000ff;
    text-decoration: underline;
}

hr {
	width: 100%;
	color: #333;
	background-color: #333;
	height: 1px;
	text-align: center;
	border: 0;
}

#container {
    width: 740px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: left;
}

#banner {
    margin: 0;
    padding: 0;
    text-align: center;
}

#content {
    width: 700px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h1 {
    margin: 0;
    padding: 0;
}

#links {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
}

.links {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;    
}

.link_separator {
    color: #999900;
    font-weight: normal;
}

.share_this {
	width: 700px;
	margin-top: 0 auto;
	text-align: center;	
	padding: 0 0 20px 0;
}

/** ShareThis links/button style **/
a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;}

h2.section {
    text-align: center;
}

h3.section {
    text-transform: uppercase;
    color: #990000;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
}

.title {
    font-weight: bold;
    font-style: italic;
}

h3.quote {
	font-weight: bold;
	text-align: center;
	font-style: normal;	
}

.quote {
    font-style: italic;
    text-align: center;
}

.quote_name {
    font-weight: bold;
    font-size: 9pt;
    text-align: center;
    font-style: normal;
}

.book {
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
	border-bottom: solid 1px #333;
}

.book_image {
	width: 30%;
	float: left;
}

.book_description {
	width: 70%;
	float: left;
}

.book_price {
	width: 70%;
	float: right;
	font-weight: bold;	
	text-align: right;
}

.other_links {
	width: 700px;
	padding: 0;
	margin: 0;
	text-align: left;
}

.other_links_name {
	width: 350px;
	float: left;
	text-align: left;
}

.other_links_link {
	width: 350px;
	float: left;
	text-align: left;
}

.video {
	text-align: center;
}

.video h3.section {
	text-align: center;	
}

.note {
    font-style: italic;
    font-size: 9pt;
}

.highlight {
    color: #990000;
    font-weight: bold;
}

#contact_form .label {
    width: 200px;
    float: left;
    text-align: left;
    padding-top: 10px;
}

#contact_form .field {
    width: 450px;
    float: left;
    text-align: left;
    padding-top: 10px;
}

#comments_list .comments {
	font-style: normal;	
	text-align: center;
	border-bottom: solid 1px #333;
}

#comments_list .guestinfo {
	font-size: 9pt;
	font-style: italic;
	text-align: right;
}

.calendarTable {
	border: solid 1px #000000;
	border-collapse: collapse;
	background-color: #ffffcc;
}

#footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
}

#credits {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

