/*
Theme Name: Lauren Bartlett
Description: Custom theme for Lauren Bartlett
Version: 1.0
Author: Su Yin Khoo
Author URI: http://www.pilcrowfoundry.com/
Tags: 960, grid, fluid, travel
*/

/* generic layout
----------------------------------------------- */
html {
	height: 100%;
}

html > body {
	height: auto;
	height: 100%;
}

body {
	background: #111 url(/wp-content/themes/lauren/images/leather.jpg) fixed;
	color: #071b15;
	height: 100%;
}

.container_16 {
	position: relative;
	background: #fdfdfd url(/wp-content/themes/lauren/images/paper.jpg);

}

div.nav {
	padding: 30px 0 10px;
	height: 100%;
}

	

/* .grid_4, .grid_8, .main, .footer {
	background: #fdfdfd url(/wp-content/themes/lauren/images/paper.jpg);
}*/

.grid_12 {
	background: url(/wp-content/themes/lauren/images/vline.png) left repeat-y;
}

.grid_12 .frontmain {
	padding: 125px 20px 20px;
	background: url(/wp-content/themes/lauren/images/hline.png) bottom repeat-x;
}

.grid_12 .main {
	padding: 125px 20px 20px;
	background: url(/wp-content/themes/lauren/images/vline.png) right repeat-y;
}

.grid_12 .grid_8 { 
	width: 460px;
	padding: 125px 20px 20px 20px;
}

.grid_12 .sidebar { 
	width: 160px;
	margin-left: -10px;
	padding: 125px 20px 20px;
}

.grid_12 .front { 
	width: 180px;
	padding: 0 20px 20px;
	height: 450px;
	background: url(/wp-content/themes/lauren/images/vline.png) left repeat-y;
}

/*.grid_12 .sidebar {
	position: fixed;
	display: block;
	margin: 0 0 10px 480px;
}*/


/* generic typography and links
----------------------------------------------- */
a:link {
	color: #b30000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #804040;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #071b15;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #9b8179;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font: italic normal 55px/80% Cambria,Georgia,Times,'Times New Roman',serif;
	color: #b30000;
	letter-spacing: -0.035em;
}

h1.lauren {
	margin-left: 20px;
}

h1.bartlett, p.description {
	text-align: right;
	margin-right: 20px;
}

h2 {
	font: 36px/120% Cambria,Georgia,Times,'Times New Roman',serif;
	clear: left;
}

h3 {
	font: italic 25px/1.2em Cambria,Georgia,Times,'Times New Roman',serif;
	clear: left;
	margin-top: 30px;
}

h4 {
	font: bold italic 18px/1.2em Cambria,Georgia,Times,'Times New Roman',serif;
	clear: left;
	margin: 10px 0;
}

p.description {
	text-transform: uppercase;
	color: #b30000;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 3px;
}

p {
	font:15px/145% Cambria,Georgia,Times,'Times New Roman',serif;
	margin-bottom: 15px;
}

/* nav menu masthead
----------------------------------------------- */
.nav ul{
	list-style: none;
	width: 180px;
	margin: 30px 20px 15px;
}

.nav li {
	font:italic 18px/145% Cambria,Georgia,Times,'Times New Roman',serif;
	background: url(/wp-content/themes/lauren/images/hline.png) bottom repeat-x;
	padding: 5px 0;
}

.page_item a {
	color: #b30000;
}

.page_item a:hover {
	color: #071b15;
}

.nav li.current_page_item a {
	background: url(/wp-content/themes/lauren/images/nav-arrow.png) right 60% no-repeat;
	color: #071b15;
	padding-right: 25px;
}

.nav li.current_page_item a:hover{
	color: #804040;
}

.nav ul.subnav {
	margin: 10px 0;
	padding: 0 10px;
	width: 150px;
}

.nav ul.subnav li{
	font-size: 15px;
}

/* front page
----------------------------------------------- */
.main h2 {
	font: italic normal 40px/80% Cambria,Georgia,Times,'Times New Roman',serif;
}

p.front-text {
	font-size: 20px;
	width: 420px;

}

.front-image {
	float: right;
	margin-top: -80px;
}

.front p.pullquote {
	font: italic 18px/145% Cambria,Georgia,Times,'Times New Roman',serif;
	margin: 0;
}

.front p.footer {
	margin: -10px 0 20px;
}


/* content
----------------------------------------------- */
.content h2 {
	margin: 30px 0 15px;
}

.content h2 a{
	font-weight: normal;
}

p.intro {
	font-size: 18px;
	font-style: italic;
	color: #333;
}

p.footer {
	font: 12px/1.4em "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
	color: #333;
}

.content ul.breadcrumb{
	margin: 0;
}

.content ul.breadcrumb li {
	font:12px/1.4em "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
	float: left;
	display: inline;
	margin: 0 5px 10px 0;
}

img.size-full, p.wp-caption-text {
	max-width: 420px;
}

img.size-medium, img.size-thumb {
	float: left;
	margin: 6px 15px 5px 0;
}

p.wp-caption-text, p.slug {
	font:10px/1.4em "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
	margin: 6px 15px 5px 0;
	color: #333;

}

p.slug {
	border-bottom: 1px solid #666;
	margin: 30px 0 10px;
}

p.pullquote {
	font:25px/1.2em Helvetica, Arial, sans-serif;
	letter-spacing: -0.025em;
	margin: 30px 0;
}

p.top {
	font:10px/1.4em "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
}

.content ul {
	list-style: disc;
	margin: 10px;
}

.content ol {
	list-style: decimal;
	margin: 10px;
}

.content li {
	font:15px/145% Cambria,Georgia,Times,'Times New Roman',serif;
	margin: 5px 20px;
}

/* sidebar
----------------------------------------------- */
.sidebar ul {
	margin: 0 0 10px;
}

.sidebar li {
	font:12px/1.4em "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
	list-style: none;
	margin: 0 0 5px;
}

.sidebar ul h3{
	font-size: 22px;
}

input.s{
	height: 15px;
	width: 115px;
	border: 1px solid #575348;
	padding: 2px 3px;
	font:11px/1.3em "Lucida Grande", Tahoma, sans-serif;
	background: #fff;
}

input.searchsubmit{
	border: none;
	padding: 2px 8px 2px 2px;
	font:11px/1.3em "Lucida Grande", Tahoma, sans-serif;
	background: #575348 url(/wp-content/themes/lauren/images/arrow_right_white.png) right 6px no-repeat;
	color: #e6e4e4;
}

/* footer
----------------------------------------------- */
div.footer {
	width: 960px;
	margin: 0 auto;
	background: #fdfdfd url(/wp-content/themes/lauren/images/paper.jpg);
	position: relative;
	z-index: 99;
}

.footer p {
	background: url(/wp-content/themes/lauren/images/hline.png) top repeat-x;
	font:10px/1.4em "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
	padding: 10px;
	text-align: center;
}