/*CSS styles which deal specifically with the wordpress pageg content. 
Note:All style declarations will still affect the entire page and will override edit.css*/


.content {
	width: 100%;
	position: relative;
}



/* testing ie7 bugs */


.page-header, .postauthor, .postmeta {
	display: none;
}

.content li {
	margin-bottom: 9px;
}

.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 27px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 36px;
	text-align: left;
}

.content h1 a {
	color: #402610;
}


.content h2 {
	letter-spacing: 2px;
	font-size: 16px;
	margin: 0 0 6px 0;
	padding: 0;
	/*position: relative;*/
	font-style: italic;
	font-weight: 400;
}

.content h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

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

.content {
	font-size: 14px;
	line-height: 24px;
}

.content {
	text-align: justify;
}

/*Contact form*/

.content .contact {
	position: relative;
	/*left: -20px;*/
	top: 20px;
}

.content .contact p, .content .contact h2, .content .contact img {
	text-align: left;
}

.content .contact h2 {
	margin-bottom: 3px;
}

.content .contact-left {
	
	width: 330px;
	float: left;
	text-align: center;
	background: url(../images/contact-divider.png) no-repeat right 40px;
}

.content .contact-right {
	width: 310px;
	float: right;
	text-align: center;
}

/*Contact form ends*/

.content input, .content textarea {
	background: url(../images/form-field-bg.gif) no-repeat -1px -1px white;
	border: #EAE8E6 1px solid;
}

.content input {
	height: 17px;
}

.content select {
	background: url(../images/form-select-details-bg.png) no-repeat;
	height: 24px;
}

.content button, .content .button {
	background: url(../images/form-mini-button_main.png) no-repeat left top;
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	border: none;
}

.content button p.value, .content .button p.value {
	background: url(../images/form-mini-button_right.png) no-repeat right -1px;
	padding: 4px 0 0 0;
	margin: 0;
	height: 23px;
	border: none;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #402610;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
}

.blog-postauthor .button p.value  {
	background: url(../images/form-mini-button_right.png) no-repeat right 0;
	width: 100%;
	text-align: center;
}

a.post-edit-link {
display: block;
padding: 0 0 5px 0;
margin: 0;
}

.book-form button, .book-form button p.value {
	width: 200px;
}

.book-form button {
	margin: 20px 0;
}


.buttons-row div, .buttons-bottom div {
	/*margin-bottom: 20px;*/
}

.buttons-row h2, .buttons-bottom h2 {
	display: none;
}

.buttons-bottom {
	position: relative;
}

.mood-pic {
	float: right;
}

table ul {
	margin-top: 15px;
}

.book {
	width: 220px;
	position: relative;
}

.book .float-left {
	position: relative;
	top: 5px;
}

.book-form input {
	width: 159px;
}

.book-form .details {
	width: 70px;
	font-size:12px;
	font-weight:bold;
	margin:0 5px 5px 0;
	padding-bottom:8px;
}

.blog-postauthor, .blog-postmeta{
	font-style: italic;
	font-size: 11px;
}

.blog-postmeta, .emphasis {
	margin-bottom: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.blog-postmeta .category {
	border-right: solid 1px;
	padding-right: 7px;
}

.blog-postmeta .tags {
	padding-left: 5px;
	
}

.blog-postmeta a, .blog-postauthor a {
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;
}

.iframe-crop {
	position: relative;
	border: 1px solid #CACFD2;
	overflow: hidden;
	height: 414px;
	width: 698px;
	background: white;
	margin-bottom: 20px;
}

iframe {
	position: relative;
	left: -2px;
	top: -79px;	
}

iframe.shift-right {
	position: relative;
	left: 23px;
	top: -79px;	
}

.iframe-pdf {
	position: relative;
	width: 698px;
	/*height: 700px;*/
	/*border: 1px solid #CACFD2;
	overflow: hidden;
	height: 414px;
	background: white;*/
}

.iframe-pdf iframe {
	position: relative;
	left: 0;
	top: 0;	
}


.content ul {
	background: url(../images/list-divider.png) no-repeat top left;
	margin-bottom: 40px;
}

.content li {
	background: url(../images/list-divider.png) no-repeat bottom left;
	margin: 0;
	padding: 10px 0 9px 0;
	list-style: none;
}

.content li a, .content li p {
	background: url(../images/list-bullet.png) no-repeat left 2px;
	padding: 0 0 0 20px;
	margin: 0;
}

.content li p {
	background: url(../images/list-bullet.png) no-repeat left 4px;
}

.content li p a {
	background: none;
	padding: 0 0 0 0;
}


.content .sociable {
	/*position: relative;
	top: 241px;*/
}

.content .sociable li a {
	background: none;
	padding: 0 0 0 3px;
}

.content .sociable ul {
	background: none;
}

.caption {
	text-align: center;
}