/*
Theme Name: Franklin Foods
Theme URI: http://www.vtdesignworks.com
Description: Custom WordPress theme for Franklin Foods by <a href="http://www.vtdesignworks.com">Vermont Design Works</a>.
Version: 1.0
Author: Ben Glassman
Author URI: http://www.vtdesignworks.com
*/


/* Begin Typography & Colors */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
}

/* End Structure */

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin: 0;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*
Custom Styles */

#searchform {
	position: absolute;
	right: 0px;
	top: 10px;
}
* html #searchform { width: 200px; }
#searchform label, #newsletter-signup-form label { font-size: 1em; color: #367ea3; padding-right: 5px; float: left; }
#searchform input, #newsletter-signup-form input { float: left; }
#s { border: 1px solid #b4b4b4; border-right: 0; width: 121px; height: 16px; }
#searchsubmit { position: relative; top: -7px; }

#nav-blog {
	float: left;
	width: 250px;
	border-right: 1px solid #4d85c5;
	margin-right: 25px;
	margin-bottom: 36px;
	display: inline;	
}

#nav-blog ul { margin: 0 10px 0 0; list-style: none; }
#nav-blog ul ul { margin: 0 0 0 20px; }
#nav-blog li { font-size: 1.4em; line-height: 1.5em; font-weight: bold; color: #4068a7; margin: 0 0 20px 0; }
#nav-blog li li { font-size: 0.9286em; font-weight: normal; color: #257f3e; margin: 0; }
#nav-blog a { text-decoration: none; }
#nav-blog a:link, #nav-blog a:visited { color: #2f92c7; }
#nav-blog a:hover, #nav-blog a:active { color: #4068a7; }

#content {
	width: 680px;
}

#btn-franklin-foods-home { margin-bottom: 30px; }
#btn-franklin-foods-home, #btn-franklin-foods-home a {
	background: transparent url(images/btn-franklin-foods-home.gif) no-repeat 0 0;
	width: 230px;
	height: 46px;
}
#btn-franklin-foods-home a { text-indent: -999em; display: block; outline: 0; }
#btn-franklin-foods-home a:hover, #btn-franklin-foods-home a:active { background-position: 0 -46px; }

/*
Post */

.post h2 { font-size: 2.4em; font-weight: normal; line-height: 1.2em; margin: 0 0 5px; }
.post h2 a { text-decoration: none; }
.post h2 a:link, .post h2 a:visited { color: #4068a7; }
.post h2 a:hover, .post h2 a:active { color: #114477; }
.post .date-posted { font-size: 1.2em; color: #257f3d; }