/*
Theme Name: Lemon
Theme URI: http://wpshift.com
Description: How sweet
Author: Alex Denning
Author URI: http://wpshout.com/
Version: 1.0
*/

@import url(css/base.css);

/**
* Body
************************************************/
body {
	font: 100% Georgia, Times, 'Times New Roman', serif;
	color: #fff;
	line-height: 24px;
	background: #412227 url(images/swish.png) top center no-repeat;
	}

#body-container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}	

.indent{text-indent: -9999px;}

/**
* Elements
************************************************/

/* Links */
a {
	color: #A5776D;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}

a:active {
  position: relative;
  top: 1px;
}

h2 a{ color: #fff;}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

blockquote{
font: italic 30px Georgia, serif;
background: none;
border: none;
color: #fff;
margin:0;
}

.entry-meta a{ color: #A5776D;}
/**
* Images
************************************************/	

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	}
	
/**
* Header
************************************************/
#header {
	overflow: hidden;
	position: relative;
	top: 20px;
	padding: 40px 20px;
	}
	
#site-title {
	margin: -30px 0 20px 0;
	float:left;
	}
#site-nav {
	font: 24px Georgia;
	color: #fff;
	margin: 0;
	padding:-15px 0 0 0;
	float:right;
	}
	
#site-nav a{
	color:#fff;
}

#site-nav a:hover{
	color:#d7b165;
}

#title-indent{
	width:500px;
}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 940px;
	margin-top: -1px;
	padding: 20px;
	}
.content {
	overflow: hidden;
	float: left;
	width: 620px;
	padding-right: 5px;
	}
.wide{
	width:100%;
}

/* ---- Featured --- */
#featured{
	position:relative;
}

#date{
	position:absolute;
	bottom:150px;
	left:0px;
	background:url(images/transparency.png) repeat;
	color:#fff;
	padding: 10px;
}
#title{
	position:absolute;
	bottom:80px;
	left:0px;
	background:url(images/transparency.png) repeat;
	color:#fff;
	padding: 5px 10px 5px 10px;	
}

/* ---- Homepage ---- */
#recently{
	background:url(images/recently.png) no-repeat;
	width:320px;
	float:left;
	margin:20px 10px 20px 0;
}

#recently h2 a{
	color:#d7b165;
}

#recently p.date{
	color:#a5776d;
	font:12px Georgia;
	margin-top:-10px;
}

#quote{
	width:550px;
	float:right;
	position:relative;
	padding-left:50px;
}

#quote p#dropcap{
	position:absolute;
	font-size:72px;
	top:-30px;
	left:0px;
}

#quote p#quote{
	font:24px Georgia;
	color:#d7b165;
}

#intro-text{
	width:400px;
	color:#fff;
	float:left;
	font-size:20px;
	margin:-20px 0 0 10px;
	line-height:30px;
}

#intro-text span{
	font-weight:bold;
	color:#d7b165;
}

#large-quote{
	background:url(images/quote.png) no-repeat;
	width:200px;
	font-size:38px;
	text-indent:60px;
	float:right;
	line-height:42px;
}

/**
* Content
************************************************/
.hentry, .breadcrumb {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	}
/*.boxshadow { -moz-box-shadow: 2px 2px 2px #ccc; -webkit-box-shadow: 2px 2px 2px #ccc; -webkit-transition: all 0.1s ease-out; }
.boxshadow:hover { -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; }*/

/* Entry titles. */
.entry-title {
	margin: 0 0 10px 0;
color: #D7B165!important;
	}
h2.entry-title a{color: #D7B165!important; font-weight:bold;}
.page-title, .singular-page-title {
	margin: 0 0 20px 0;
	}
