/*   
Theme Name: Socotra House Publishing
Theme URI: http://www.vicsocotra.com
Description: Socotra House Publishing - Purveryor of Glib Words to the World.
Author: Will McHenry
Author URI: http://willmchenry.com
Version: 1
*/


* { margin: 0; padding: 0; }
html {  }
body { font: 14px/1.4 Georgia, serif; }

article, aside, figure, footer, header, nav, section { display: block; }

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */



/* ========= Main Containers ======== */

body {
	background: black url(images/background-tile.jpg);
}

#background-top-shadow {
	width: 1020px;
	height: 318px;
	margin: 0 auto;
	background: url(images/bg-shadow.jpg) no-repeat;
}

#page-wrap {
	width: 880px;
	margin: -315px auto 10px;
}

#main-content {
	width: 860;
	background: white;
	margin: -50px 10px 0 10px;
	padding-bottom: 50px;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}

#main-content-grey-wrapper {
	background-color: #CCC;
	margin: 50px 0 0px 0;
	padding-bottom: 10px;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}


/* ========= Page wide Links ======== */

a.promo-link:link, a.promo-link:visited {
	display: block;
	font-size: 12px;
	text-decoration: underline;
	letter-spacing: .05em;
}

a.promo-link:hover {
	color: #888;
}

a.read-more-link:link, a.read-more-link:visited {
	display: block;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	padding: 0px 20px;
	letter-spacing: .05em;
	text-align: center;
}

a.read-more-link:hover {
	color: #888;
}

ul.read-more {
	list-style: none;
	margin: 12px 0 0 105px;
}

ul.read-more li {
	float: left;
}

ul.read-more .read-more-line {
	background: url(images/readmore-lines.png) no-repeat;
	width: 161px;
	height: 2px;
	margin: 8px 0 0 0;
}

ul.read-more-body {
	list-style: none;
	margin: 25px 0 0 0px;
}

ul.read-more-body li {
	float: left;
}

ul.read-more-body .read-more-line {
	background: url(images/readmore-lines.png) no-repeat;
	width: 161px;
	height: 2px;
	margin: 8px 0 0 0;
}


/* ============= Header ========= */


header {
	padding: 0 0 0 250px;
	margin: 25px 0;
}

header img {
	display: block;
	float: left;
	padding: 0 25px 0 0;
}

header #header-text {
	color: white;
	margin: 0;
	padding: 12px 0 0 0;
	text-shadow: 0px 0px 10px #000000;
	font-size: 15px;
}

header h1 {
	font-size: 30px;
	font-style: italic;
	line-height: 1.2;
	padding: 0 0 10px 0;
	font-weight: normal;
}

header a {
	border: none;
}

header img {
	border: none;
}



/* ============= NAV ========= */

nav {
	height: 35px;
	width: 660px;
	background: url(images/nav-bg.jpg);
	padding: 20px 0 0px 3px;
	margin: 0 0 25px 90px;
	position: relative;
}

nav ul { list-style: none; }
nav li { float: left; }

nav li a:link, nav li a:visited {
	display: block;
	text-decoration: none;
	padding: 0px 20px;
	line-height: 1.1;
	color: #5f1212;
	text-transform: uppercase;
	text-align: center;
}

nav li a#nav-pullup { margin-top: -8px; }
nav li a:hover { color: white; }
nav li a.nav-current { color: white; }
nav li img.nav-divider { margin: 0px 0 0 0; }

nav img#nav-shadow {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -24px;
	left: 18px;
}



/* ============= Footer ========= */

footer {
	
}

#copyright {
	margin: 10px 0 50px 60px;
}


