/* @override http://www.langdonpublishing.com.php5-9.dfw1-1.websitetestlink.com/wp/wp-content/themes/langdon/style.css */

/*
Theme Name: Langdon Publishing theme
Theme URI: http://langdonpublishing.com
Description: 
Version: 0.1
Author: Gurustu Group
Author URI: http://gurustugroup.com
Tags:

codeing by Patrick Forringer design by Langdon Publishing
*/

/* @group Reset */

/* v1.0 | 20080212 CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Header + misc */

body{
	text-align: center;
	font-family: "Lucida Grande", Verdana, Lucida, sans-serif;
	padding-bottom: 20px;
	min-width: 800px;
}

.wrap{
	width: 740px;
	min-width: 740px;
	text-align: left;
	margin: 0 auto;
}

#header{
	height: 165px;
	background: #0a172b url(img/toprep.png) repeat-x;
}
#header .wrap{
	position: relative;
	height: 165px;
}
#header ul{
	position: absolute;
	right: 0;
	bottom: 23px;
}
#header ul li{
	margin: 15px 0 0;
	text-align: right;
}
#header ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
	#header ul li a:hover{
		color: #b2b4b4;
		font-size: 14px;
		text-decoration: underline;
	}
	
#header h1{
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 284px;
	height: 80px;
}
#header h1 a{
	text-indent: -30em;
	display: block;
	width: 284px;
	height: 80px;
	overflow: hidden;
	background: url(img/langdon_publishing_logo.png) no-repeat left top;
}
#header h1 a:hover{
	opacity: 0.8;
}
/* IE6 header swap out */
* html #header h1 a{ 
	background-image: url(img/langdon_publishing_logo.gif);
}
#header .description{
	display: none;
}

/* @end */

/* @group General styles */

.row .entry{
	margin-bottom: 10px;
}

.entry p{
	line-height: 1.4em;
	font-size: 12.5px;
}

.entry img.alignright{
	float: right;
	margin-left: 20px;
}

.entry img.alignleft{
	float: left;
	margin-right: 40px;
}

.entry{
}

/* @end */

/* @group Front page */

/* @group top */

#top{
	padding: 40px 0 0px;
}

#top .entry p{
	font-size: 14px;
	margin-bottom: 17px;
}

#top .entry img{
	margin-bottom: 40px;
}

#top .bar{
	background: #0a172b url(img/toprep.png) repeat-x;
	height: 38px;
	clear: both;
	margin-top: 40px;
}



/* @end */

/* @group Main */
.single_row,
.row{
	margin: 20px 0 0;
	padding-bottom: 20px;
	float: left;
	width: 740px;
	border-bottom: 1px solid #7C7C7C;
}

.row div.page {
	float: left;
	width: 329px;
	min-height: 200px;
}

.row div.page.first {
	border-right: 1px solid #7c7c7c;
	padding-right: 40px;
	
}
.row div.page.last {
	padding-left: 40px;
}
.row .entry{
	float: right;
	width: 186px;
}
.page h2{
	height: 50px;
	overflow: hidden;
	text-indent: -40em;
	background: url(img/pub_logos.gif) no-repeat left top;
	margin-bottom: 16px;
	position: relative;
}
.page h2 a{
	display: block;
	width: 360px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	height: 50px;
	overflow: hidden;
}
.page h2 a:hover{
	background-color: rgba(254,255,254,0.42);
}
.page.post-4 h2{
	height: 50px;
	background-position: left top;
}
.page.post-5 h2{
	height: 49px;
	background-position: left -99px;
}
.page.post-6 h2{
	position: relative;
	top: -2px;
	height: 50px;
	background-position: left -50px;
}
.page.post-7 h2{
	height: 50px;
	background-position: left -147px;
}
.page.post-14 h2{
	height: 29px;
	background-position: left -202px;
	margin-bottom: 23px;
	margin-top: -1px;
}
.page.post-15 h2{
	height: 18px;
	background-position: left -255px;
	margin-bottom: 23px;
}

/* Imgs */

.latest_covers{
	float: left;
	margin-left: -5px;
	margin-top: -10px;
}

.latest_covers div.img{
	float: left;
	padding: 4px 6px 5px 4px;
	background: url(img/shadow.gif) no-repeat;
	margin-right: 11px;
}
.latest_covers div.img a{
	display: block;
}
.latest_covers div.img a:hover{
	opacity: 0.8;
}

.row ul.btns{
	clear: both;
	float: left;
	width: 330px;
	padding: 0;
	margin-top: 15px;
}

.single_row ul.btns{
	float: left;
	padding: 15px 0 0 0px;
}

ul.btns li{
	float: left;
	margin-right: 10px;
}
ul.btns li a{
	padding: 0;
	display: block;
	height: 30px;
	width: 80px;
	background: url(img/button.png) right top;
	line-height: 27px;
	text-align: center;
	font-size: 9px;
	text-decoration: none;
	color: #fffeff;
}
ul.btns li a:hover{
	background-position: right center;
}
ul.btns li a:active{
	background-position: right bottom;
}

ul.btns li.dist,
ul.btns li.pdf{
	margin-left: 30px;
	position: relative;
}
ul.btns li.pdf span,
ul.btns li.dist span{
	position: absolute;
	height: 36px;
	width: 36px;
	display: block;
	background: url(img/dist.png) no-repeat left top;
	left: -31px;
	top: -4px;
} 
ul.btns li.pdf span{
	background-image: url(img/pdf.png);
}

ul.btns li.line2.pdf a{
	line-height: 10px;
	padding-top: 4px;
	height: 26px;
}

/* @end */

/* @end */

/* @group Footer */

#f{
	font-size: 12px;
	line-height: 16px;
	padding: 20px 0;
	clear: both;
	text-align: center;
}
	#f p{
		margin: 5px 0;
	}

/* @end */
