/*
Theme Name: Sharfeddin Press
Theme URI: http://cimp.ly/
Description: Easy-to-maintain internet presence for novelist Heather Sharfeddin
Version: 0.1
Author: Sam Sharfeddin
Author URI: http://cimp.ly/
*/

/*********************************************************
   HTML Elements
 *********************************************************/

body {
	background:#000 url(i/background.jpg) left top no-repeat; background-attachment: fixed;
}

img {
	border: none;
}

p {
	font: 14px Arial,Helvetica,sans-serif; color: #ccc;
	line-height: 150%;
}

p a {
	color: #ccc;
}

h1, h2, h3, h4 {
	color: #ccc;
}

/* Clearfix */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/**************************************************************
   Structure
 **************************************************************/

#content {
	margin: 0px 35px;
	padding: 85px 5px 0 5px;
	float: right;
	width: 700px !important;
  	height: auto;
	border: #000 20px;
	background: url(i/black-tile.png) repeat;
}

#top {
	width: 700px; height: 80px;
	text-align: right;
}

#nav  {
	padding: 15px 0 15px 0;
	max-width: 480px; height: 50px;
	float: right;
	text-align: right
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 180%;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	margin: 5px 15px 0 15px
}

#nav a:hover {
	border-bottom: 2px solid #FFF
}

#nav ul{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

#nav li {
	display: inline;
}

#logo {
	width: 234px; max-height: 50px;
	position: relative;
	top: 0px;
	padding: 0px 15px 15px 0;
	float: left;
	margin: 0
}

#mid {
	width: 100%;
	padding-bottom: 20px;
	margin-top: 10px;
	display: inline;
}

#mid-right {
	width: 320px;
	float: right;
	padding: 0 10px 20px;
	display: inline;
}

#mid-left {
	width: 280px;
	float: left;
	text-align: left;
	padding-bottom: 20px;
	display: inline;
}

#mid-left p, h2 {
	text-align: left;
}

#credit {
	width: 100%; height: 30px;
	padding: 0 40px 30px;
	overflow: hidden;
	float: right;
	text-align: right;
        display: block;
}

#credit p {
	color: #999;
        width: auto;
        height: auto;
}

/**************************************************************
   Post
 **************************************************************/
/* Books */

.books {
 width: 100%; height: auto;
 overflow: hidden;
}

.cover {
	width: 160px; height: 300px;
	float: left;
}

.synopsis {
	width: 530px; height: auto;
	float: right;
}

/* Events */

.events-wrapper {
	width: 100%; height: auto;
	display: block;
	position: relative;
	float: left;
}

.event-info {
	width: 100%; height: auto;
	float: left;
}

.event-head {
	width: 100%; height: auto;
	float: left;
}

.event-head .date {
	color: #ccc;
	font-size: 16px;
	margin-bottom: 15px;
}

.events-wrapper p {
	padding: 0 10px 0 10px;
}