/*  
Theme Name: Potatoes
Theme URI: http://www.jfamiglietti.com/potatoes
Description: A simple theme with an emphasis on content.
Author: John Famiglietti
Author URI: http://www.jfamiglietti.com
Version: 1.0
Tags: simple
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

html, body
{
	background-color: #192556;
	margin: 0;
	padding: 0;
}

html a
{
	color: #192556;
}

html a:visited
{
	color: #5C7996;
}

html a:hover
{
	color: #F60;
}

html h1, html h2, html h3, html h4, html h5, html h6
{
	font-family: Helvetica, 'Trebuchet MS', sans-serif;
	color: #192556;
    padding-bottom: 0;
    margin-bottom: 0;
}

.screen-reader-text
{
	visibility: hidden;
	display: none;
}

#wrapper
{
	width: 60em;
	margin: 0 auto;
	background-color: #FFF;
}

#header, #masthead
{
	margin: 0;
	padding: 0;
	background-color: #192556;
}

#branding
{
	width: 59.5em;
	background: #192556 url("images/background.jpg") no-repeat scroll center top;
	padding: 0.25em;
}

#blog-title
{
    font-family: 'Belleza', sans-serif;
	float: left;
	font-size: 2.9em;
	display: inline;
}

#blog-description
{
	float: left;
	font-family: 'Arial Narrow' , Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: inline;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0;
	padding: 1.75em 0 0 0.25em;
	border: 0;
}

#blog-title a
{
	color: #FFFFFF;
	text-decoration: none;
}

#sitequote
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0.5em;
}

#quote-text
{
	width: 18em;
	text-align: right;
	margin: 0 0 0 auto;
	font-size: 0.75em;
}

#quote-author
{
	width: 20em;
	text-align: right;
	margin: 0 0 0 auto;
	font-style: italic;
	font-size: 0.65em;
}

#access {
	border: 0.0625em solid #000000;
	width: 59em;
	height: 2em;
	margin: 0 auto 0 auto;
	padding: 0 0.5em 0 0.5em;
	background: #333 url("images/menu_background.png") repeat-x scroll left bottom;
}
#access form
{
	float: right;
	position: relative;
	top: 0.2em;
}

/* Hide "Skip To Content" in this stylesheet */
#access .skip-link
{
	visibility: hidden;
	display: none;
}

#access .menu-header,
div.menu {
	font-size: 1em;
}
#access .menu-header ul,
div.menu ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 1em;
	line-height:2em;
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
}
#access ul ul {
	display:none;
	position:absolute;
	top:2em;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 11.25em;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

#main
{
	width: 60em;
	margin: 0;
	padding: 0;
}

#container
{
	float: left;
	width: 44em;
	margin: 0;
	padding: 0;
}

/* main content container */
#content
{
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#content h2 a
{
	color: #F60;
	text-decoration: none;
	font-family: Helvetica, 'Trebuchet MS', sans-serif;
	font-size: 1.35em;
	font-weight: normal;
}

#content .comment-content
{
	font-size: 1.2em;
}

#content code
{
	font-size: 1em;
	font-family: Consolas, 'Lucida Console' , monospace;
}

#content .entry-title
{
	color: #F60;
	margin: 0;
	font-weight: normal;
}

#content .entry-meta
{
	margin: 0;
	margin-bottom: 1em;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #192556;
}

#content .entry-utility
{
	margin: 0;
	padding: 0 0 1em 0;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #192556;
	border-bottom: 0.09em solid #CCC;
}

#content p, #content li, .navigation
{
	font-family: Georgia, Times, serif;
	line-height: 1.4em;
	font-size: 1.1em;
	color: #333;
}

pre
{
    background-color: #CCCCCC;
    font-family: Consolas, Menlo, 'Lucida Console', 'Courier New', Courier, monospace;
    font-size: 0.875em;
    padding: 0.5em;
}

#content .hentry
{
	margin: 0 0 1em 0;
}

.widget-area
{
	float: right;
	width: 16em;
}

#secondary
{
	clear: right;
}

#footer
{
	clear: both;
}

#nav-above
{
	visibility: hidden;
	display: none;
}

.xoxo
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.xoxo li
{
	border: 1px solid #CCCCCC;
}

.widget-container
{
	margin: 0.5em 0.3em;
	border: 0.0625em solid #CCC;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}

.widget-container .widget-title
{
	margin: 0;
	padding: 0.1em 0.5em;
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #192556;
	font-weight: normal;
}

.widget-container .textwidget
{
    padding: 0.75em;
    font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.widget-container li
{
	border: 0;
	padding: 0.25em;
}

.widget-container ul
{
	list-style-type: none;
	font-size: 0.8em;
	padding: 0.25em 1em;
}

#calendar_wrap
{
	font-size: 0.8em;
	text-align: center;
	padding: 0 0.25em;
}

#wp-calendar
{
	width: 100%;
	margin: 0.25em 0;
}

#wp-calendar caption
{
	background-color: #dadff2;
	padding: 0.25em 0;
}

#wp-calendar thead tr
{
	border-bottom: 1px solid #CCC;
}

.widget_tag_cloud div a
{
	padding: 0.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#footer
{
	margin-bottom: 1em;
}

#colophon
{
	padding: 0.5em 0;
	background-color: #dadff2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

#commentform .form-section
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
