/*
Theme Name:     Freshly Picked
Description:    Custom theme for Freshly Picked, child theme of Boilerplate
Author:         Alex Hall, ajayhol@gmail.com
Template:       boilerplate
Version:        1.0
*/

@import url("../boilerplate/style.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300");


/* TYPOGRAPHY 
************************************/

body {
	font-size: 14px/1em;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	background: #fff;
	color: #404041;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	font-weight: normal;
	margin-bottom: 25px;
	line-height: 1em;
}

h1, h2 { font-size: 33px; text-transform: lowercase; }

h3 { text-transform: uppercase; font-size: 20px; }

p { margin-bottom: 2em; }

a {
	text-decoration: none;
}

a:link, a:visited {color: #6D6E70; }
a:hover, a:active, a:focus {color: #404041; }

.wf {
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	text-transform: uppercase;
}

.brown {color: #C3996B; }

::-moz-selection { background: #666; color:#fff; text-shadow: none; }
::selection { background:#666; color:#fff; text-shadow: none; }


/* LAYOUT 
************************************/

#wrapper { width: 980px; margin: 0 auto; }

header { width: 730px; height: 90px; padding: 15px 0 25px; }

section#content { margin-bottom: 25px; }

nav#access { height: 40px; background: url(img/bgd-nav.png) no-repeat bottom left; }

.col { float: left; }
.left-col { width: 720px; }
.left-col .inner { padding: 35px 25px 0 65px; }
.right-col { width: 250px; margin-left: 5px; }
.right-col .inner { padding: 0 30px 0 0; }

#logo { margin-top: -50px; }
#logo a {display: block; }

/* html markup that was imported from blogger, sigh... */
.separator {
	margin-bottom: 15px !important;
}

/* NAVIGATION 
************************************/

.menu-header { padding-left: 65px; }
ul#menu-main {}
ul#menu-main li { float: left; margin-right:30px; }
ul#menu-main li.inner { margin: 0 32px; }
ul#menu-main li.first { margin-right: 32px; }
ul#menu-main li.last { margin-left: 32px; }
ul#menu-main li.current-menu-item a { color: #404041; }
ul#menu-main li a {font-size: 20px; }

/* FOOTER 
************************************/

footer#page-end {
	background: url(img/bgd-nav.png) no-repeat top left;
	width: 720px;
	height: 50px;
	padding: 25px 0;
	text-transform: none;
}

footer#page-end .left {float: left; margin-left: 65px; }
footer#page-end .right {float: right; margin-right: 65px; }
footer#page-end .middle {float: right; margin-right: 25px; }

footer#page-end .footer-text { height: 34px; line-height: 34px; font-size: 16px; }

footer#page-end .left span,
footer#page-end .left a {
	display: block;
	float: left;
}

/* POSTS 
************************************/

article.post {
	position: relative;
	margin-bottom: 35px;
}

article.post img {
	max-width: 600px;
}

.post-sep {
	background: url(img/bgd-post_bottom.png) no-repeat;
	width: 680px;
	height: 11px;
	margin-left: -65px;
}

.entry-date {
	background: url(img/arrow-date.png) no-repeat center center;
	width: 60px;
	height: 42px;
	position: absolute;
	top: -2px;
	left: -65px;
}

.entry-date span {
	display: block;
	text-align: center;
	padding-left: 25px;
	line-height: 20px;
}

.entry-date .day {font-size: 16px;}
.entry-date .year {font-size: 12px;}

footer.entry-utility {
	overflow: auto;
	margin: 35px 0;
	font-size: 16px;
}

footer.entry-utility a,
footer.entry-utility span {
	display: block;
	float: left; 
	line-height: 34px;
	text-transform: uppercase;
}

span.footer-sep {
	background: url(img/sm-sep.png) no-repeat center center;
	width: 3px;
	height: 34px;
	margin: 0 10px;
	display: inline-block;
}

ul.share-links {float: right; }
ul.share-links li {float: left; list-style: none; margin-left: 7px; line-height: 34px; }
ul.share-links li a {display: block; width: 19px; height: 34px; }
a.twitter-share {background: url(img/share-twitter.png) no-repeat center center; }
a.stumble-share {background: url(img/share-stumble.png) no-repeat center center; }
a.facebook-share {background: url(img/share-facebook.png) no-repeat center center; }

nav#nav-below {
	margin: 0 0 15px 0;
	font-size: 16px;
}

nav#nav-below .footer-sep,
nav#nav-below .nav-previous,
nav#nav-below .nav-next {
	display: inline-block;
	line-height: 34px;
	height: 34px;
}

nav#nav-below .footer-sep { width: 4%; margin: 0; } 
nav#nav-below .nav-previous, nav#nav-below .nav-next { width: 48%; }
nav#nav-below .nav-previous {text-align: right; float: left; }
nav#nav-below .nav-next {text-align: left; float: right; }


/* COMMENTS 
************************************/

ol.comment-list { list-style: none; margin: 0; }

article.comment { background: url(img/bgd_comments-line.png) repeat-x bottom; padding: 20px 0; }
.comment-author { font-size: 16px; margin-bottom: 0.5em; }
.comment-text { }
#respond { margin: 50px 0; }
h3#reply-title { margin-bottom: 25px; }

p.form-allowed-tags {display: none; }
#commentform label { width: 60px; display: inline-block; line-height: 30px; }
#commentform .comment-form-url label {margin-right: 5px; }
#commentform .comment-form-comment label {display: block; }
#commentform textarea, #commentform input { border: 2px solid #d3d3d4; }
#commentform input[type=text] { line-height: 25px; height: 25px; }
#commentform textarea { width: 75%; max-width: 75%; }

/* PAGES 
************************************/

article.page {
	position: relative;
}

.page-icon {
	background: url(img/fp-icon.png) no-repeat center center;
	width: 60px;
	height: 30px;
	position: absolute;
	top: 5px;
	left: -65px;
}

#mylife-header {
	margin-bottom: 10px;
}

/* FORMS 
************************************/

form input, form textarea {
	border: 2px solid #d3d3d4;
}

input#submit,
input[type=submit] {
	background: #c3996b;
	color: #fff;
	border: none;
	font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	padding: 2px 40px;
}
input#submit:hover,
input[type=submit]:hover {background: #dfb78b; }

/* SEARCH FORM */

form#searchform input#s {
	text-align: center;
	font-size: 16px;
	padding: 0 25px 0 5px;
	width: 185px;
  height:27px;
  line-height:27px;
	background: url(img/arrow_search.png) no-repeat center right;
}
form#searchform input#s:focus {outline: none; }

/* safari hack to hide default lingering text on focus */
form#searchform input#s::-webkit-input-placeholder {color: transparent; }


/* ARCHIVE FORM */

li.widget_archive {
	position: relative;
	width: 220px;
	height: 36px;
}

li.widget_archive h3.widget-title {display: none; }

li#archives-2 {position:relative;} 

select[name=archive-dropdown] {
	position:relative;
  z-index:10;
	width: 220px;
  height:36px !important;
  line-height:36px;
}

span.select-overlay {
	position:absolute;
  bottom:0;
  left:0;
	width: 185px;
	padding: 0 25px 0 5px;
  height:27px;
  line-height:27px;
	text-align: center;
	font-size: 16px;
	border: 2px solid #d3d3d4;
	background: url(img/arrow_archive.png) no-repeat right center;
  cursor:default;
  z-index:1;
}

/* CONTACT FORM */

form.wpcf7-form input[type=text] { line-height: 25px; height: 25px; }
form.wpcf7-form textarea { width: 75%; max-width: 75%; }

/* MAILCHIMP SIGNUP FORM */

form#mc-embedded-subscribe-form {}

form#mc-embedded-subscribe-form input#mce-EMAIL {
	text-align: center;
	font-size: 16px;
	padding: 0 25px 0 5px;
	width: 185px;
  height:27px;
  line-height:27px;
	background: url(img/arrow_search.png) no-repeat center right;	
}


/* WIDGETS 
************************************/

ul.xoxo, ul.xoxo ul {
	margin: 0;
}

ul.xoxo>li {
	list-style: none;
	overflow: auto;
	margin: 30px 0;
}

h3.widget-title {
	color: #C3996B;
	text-align: right;
	text-transform: uppercase;
}

li.widget_text p {
	text-align: right;
	margin-bottom: 1em;
}

/* WIDGET SEPARATOR */

#text-7 h3.widget-title {display: none; }
#text-7 .textwidget { background: url(img/bgd-widget.png) no-repeat; height: 10px; overflow: hidden; }

/* SEARCH / ARCHIVES WIDGETS  */

li#search-2 { margin: 30px 0 10px; }
li#archives-2 { margin: 10px 0 30px; }

/* SOCIAL MEDIA WIDGET  */

ul#social { height: 34px; }
ul#social li { list-style: none; float: left; }
ul#social li.sep { background: url(img/sm-sep.png) no-repeat center center; width: 3px; height: 34px; margin: 0 6px; }
ul#social li a { display: block; width: 32px; height: 32px; }

a#twitter {background: url(img/sm-twitter.png) no-repeat center center; }
a#facebook {background: url(img/sm-facebook.png) no-repeat center center; }
a#pinterest {background: url(img/sm-pinterest.png) no-repeat center center; }
a#rss {background: url(img/sm-rss.png) no-repeat center center; }
a#email {background: url(img/sm-mail.png) no-repeat center center; }

/* ABOUT WIDGET */

a.about-widget span { display:block; float:right; text-align: right; }
a.about-widget img {float: left; }

/* SPONSORS WIDGET */

li#text-6 {overflow: visible; }
li#text-6 .textwidget { text-align: center; }
