/*  
Theme Name: The Monograph
Theme URI: http://www.themonograph.co.uk
Description: The Monograph Wordpress Theme
Version: 1.0
Author: The Monograph
Author URI: http://www.themonograph.co.uk

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	color: #FFF;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	line-height: 1.4em;
	}

a:link, a:visited {
	color:#BE9169;
        text-decoration:none
	}

a:hover, a:active {
	color: #fff;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#550F0F;
	border:0;
	}

small {
	font-size: 0.85em;
	background:#000;
	padding:3px 6px;
	color: #FFF;
	line-height: 1.6em;
	}
	
timestamp {
	font-size: 0.8em;
	color: #999;
	text-align: center;
	vertical-align: baseline;
	}
	
.clear {
	clear:both;
	}
	

/* Structure */

#page {
	width:880px;
	margin:0 auto;
	font-size:0.8em;
	background:#000;
	padding: 10px 25px 25px 25px;
	}

#branding {
	width:625px;
	}

.left {
	float:left;
	padding: 0px 10px 0px 0px;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:right
	}

#leftcol {
	width:287px;
	border-right:1px solid #6D2F1D;
	padding-right:18px;
	color: #000;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}

		

/*Nav*/

/*Top Page Navbar */


#nav {
	text-transform:uppercase;
	margin-top:15px;
	font-size:0.82em;
	letter-spacing: 0.6em;
	text-align: center;
	background-color: #260D0D;
	color: #550F0F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	}
	
#nav li {
	list-style:none;
	float:left;
	position:relative;
	color: #550F0F;
	}

#nav a, #nav a:visited {
	float:left;
	display:block;
	font-weight:bold;
	color: #fff;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active, .current_page_item	a {
	background:#BE9169;
	text-decoration:none;
	color: #550F0F;
	}		

	
/* Dropdown Menus */		

#nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	
	}

#nav li:hover ul,
#nav li.sfhover ul {
	left: 7px;
	top: 24px;
	background:#BE9169;
	}

ul#nav li:hover li ul,
ul#nav li.sfhover li ul {
	top: -999em;
	background:#BE9169;
	}

ul#nav li li:hover ul,
ul#nav li li.sfhover ul {
	
	top: 0;
	background:#BE9169;
	}

ul#nav li li:hover li ul,
ul#nav li li.sfhover li ul {
	top: -999em;
	background:#BE9169;
	}

ul#nav li li li:hover ul,
ul#nav li li li.sfhover ul {
	top: 0;
	background:#BE9169;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 178px;
	z-index:1 !important;
	line-height:1;
	-moz-opacity:.98;
	opacity:.98;
	margin:0 0 0 -30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;	
	}

#nav li li {
	width: 178px;
	z-index:1000;
	height:auto;
	padding:4px 0;
	letter-spacing: 0.06em;
	background-color: #550F0F;
	}

#nav li li a, #nav li li a:visited, 
#nav li.current_page_parent li.current_page_item a, #nav li.current_page_parent li.current_page_item a:visited {
	color:#dadada !important;
	font-weight:normal;
	padding:5px 12px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-transform: uppercase;
	background-color: #550F0F;
	letter-spacing: 0.6em;
	}

#nav li li a:hover, #nav li li a:active,
#nav li.current_page_parent li.current_page_item a:hover, #nav li.current_page_parent li.current_page_item a:active {
	color:#FFF !important;
	background:#BE9169;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background:#BE9169;
	}

#nav ul ul {
	margin:0 0 0 -4px !important
	background:#BE9169;
	}


	

/*	Headers */

h1 {
	font-weight:bold;
	letter-spacing:-0.02em;
	font-family: arial, helvetica, serif;
	font-size: 2em;
	color: #FFF;
	}
h1.pagetitle {	
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	margin: 20px 0 10px 0;
	letter-spacing: 5px;
	}
h2 {
	letter-spacing: 0.6em;
	font-weight:bold;
	text-transform:uppercase;
	margin: 20px 0 8px 0;
	color:#FFF;
	font-family: arial, helvetica, serif;
	font-size: 0.9em;
	}
	
h21 {
	letter-spacing: 0.2em;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:8px;
	margin: 20px 0px 20px 0px;
	color:#FFF;
	font-family: arial, helvetica, serif;
	font-size: 1.4em;
	}

h3 {
	font-size: 0.9em;
	text-transform:uppercase;
	letter-spacing:0.6em;
	margin-bottom:4px;
	font-weight:bold;
	color:#FFF
	}
	
h32 {
	font-size: 1.4em;
	text-transform:uppercase;
	letter-spacing:0.6em;
	margin-bottom:10px;
	font-weight:bold;
	color:#FFF
	}
	
h4 {
	font-size: 0.8em;
	font-weight:bold;
	color:#FFF
	}
	
f5 {
	padding-bottom:7px;
	font-family: arial, helvetica, serif;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0.06em;
	}


#sidebar h3 {
	border-top:5px solid #BBB;
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

	
	
	
/* Content */

#content {
	width:605px;
	float:left
	}
#content .entry ul.stockists {
	margin-bottom: 30px;
	display: block;
	list-style: square outside none;
	}
#content .entry ul.stockists li {
    list-style: square outside none;
	margin-left: 20px;
	width: 40%;
	margin-right: 30px;
	float: left;
	margin-bottom: 10px;
	}
	
.post .time {
	color: #999;
	font-size: 0.8em;
	line-height: 1.3em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-bottom: 6px;
	width: 605px;
}

.post .fb-top {
	float: right;
	margin-top: -29px;
	margin-right: -70px;
	width: 150px;
	clear: right;
}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	padding:15px;
	border-bottom:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	background-color: #1e0709;
	color: #fff;
	background-image: url(http://www.themonograph.co.uk/wp-content/uploads/2010/06/div-background-feature.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: -3px;
	}
	
.news {
	padding:15px;
	border-bottom:1px solid #b6b6b6;
	border-top:1px solid #b6b6b6;
	background-color: #1e0709;
	color: #fff;
	}
	
.featured-content{
	margin-top: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.9em arial, helvetica, serif;
	line-height:120%;
	display:block;
	padding-bottom:7px;
	}
	
.summer-sundae#lead .title {
	display:block;
	padding-bottom:7px;
	font-family: arial, helvetica, serif;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0.06em;
	}
	
	
#time {
	color: #999;
	font-size: 0.7em;
	line-height: 1.3em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
#sidelist li ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}
			
.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#000;
	margin:15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	
		

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:10px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#6D2F1D;
	color:#fff;
	border:none
	}

.button:hover {
	background:#BE9169;
	color:#FFF
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	list-style: none;
	background:#000;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#000;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#000
	}

.commentlist cite {
	font: 1.6em Arial, Verdana, Sans-Serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.85em;
	padding-top:15px;
	color:#00000;
	text-align: left;
	}
	
#footer-contact {
	margin: 0 auto;
	width: 900px;
	font-size:0.85em;
	padding-top:15px;
	color:#00000;
	text-align: center;
	}
	
#footerb {
	margin: 0 auto;
	width: 900px;
	font-size:0.85em;
	padding-top:15px;
	color:#00000;
	text-align: center;
	}

#footer a {
	color:#57AF37;
	text-align: left;
	}
