/*
THEME NAME: PEEPSmatic V2
THEME URI: http://www.hammockdreams.org
DESCRIPTION: Based on the concept of keeping it rediculously simple. concentrate on what's import. junk the rest.
VERSION: 0.2
AUTHOR: Ed Fladung
AUTHOR URI: http://edfladung.com/
TEMPLATE: thematic
TAGS:one column,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS, thematic, child theme
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
I used Allan Cole's child theme "Boumatic" (http://allancole.com/wordpress/themes/boumatic/) as a template for this theme and to generally reverse engineer how to create/design/code child themes.
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
 
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
 
/* Apply a basic 1 column layout - especially created for Peepsmatic */
@import url('1c-fixed.css');
 
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
 
/* Apply styles for popular plugins */
@import url('../thematic/library/styles/plugins.css');

/* Apply styles for popular plugins */
@import url('../thematic/library/styles/18px.css');


/* -------------------------------------------------------------- 
   
   Default theme styles for Peepsmatic
  
-------------------------------------------------------------- */  


/* Un-comment the line below to set a grid with 18px line-height */
 /*#wrapper { background: url(images/960_grid_12_col_true.gif) repeat-y top left; } */
 
 /* Un-comment the line below to set a grid with 21px line-height */
 /*#wrapper { background: url(../thematic/library/grids/960_grid_12_col_21px_height.gif) repeat-y top left; } */

/* =Global Elements
-------------------------------------------------------------- */

body {
	background: #ece6df url(images/background.jpg) fixed top center;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
    color: #787878;
    font-size: 14px;
    line-height: 21px;
}
a:link, a:visited {
    color:#787878; /* blue */
}
a:hover {
	color:#e43e59; 
	text-decoration: none;
}

img {
	background: #fff;
}
blockquote {
	border-left: 1px solid #ccc;
    font-size:13px;
    margin:0;
    padding: 0 20px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

.update {
    font-weight:bold;
    color: #ff0099;
}
h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}


/* =Header custom QP header

inspiration for the fixed header comes from Suprb (http://suprb.com/) I like his "always on" branding and nav. super trickery.
-------------------------------------------------------------- */
#header {
   /* background:#111;*/
}
#branding {
	padding:23px 0;
	background: url(images/menu-rule-1.png) no-repeat bottom left;
}
#blog-title {
	background: url(images/logo.png) no-repeat bottom left;
	text-indent: -4000px;
	width:220px;
	height:168px;
}
#blog-title a {
	display: block;
	width:220px;
	height:168px;
}

#blog-title:hover {
   background-position: -220px 0;
}
#blog-description {
	display:none;
}


/* =Menu custom QP menu
-------------------------------------------------------------- */
#access {

}
.skip-link {
    display:none;
}
#menu {
    overflow:hidden; /* clears the inner float  */
    padding: 0 0 32px 0;
	background: url(images/menu-rule-2.png) no-repeat bottom left;
}
#menu ul {
    margin:10px 0 0 0;
    list-style:none;
    clear:both;
}
#menu ul ul {
    display:none;
}
#menu li {
	text-indent: -4000px;
	width:220px;
	height:40px;
}
#menu li.qp a { background: url(images/menu-qp.png) no-repeat top left;}
#menu li.portfolio a { background: url(images/menu-photodesign.png) no-repeat top left;}
#menu li.bookmarks a { background: url(images/menu-bookmarks.png) no-repeat top left;}
#menu li.page-item-3 a { background: url(images/menu-about.png) no-repeat top left;}
#menu li.page-item-245 a { background: url(images/menu-archives.png) no-repeat top left;}
#menu li.rss a { background: url(images/menu-rss.png) no-repeat top left;}

#menu a {
	display: block;
	width:220px;
	height:40px;
}

#menu li a:hover {
   background-position: -220px 0;
}
#menu li.current_page_item a {
   background-position: -220px 0;
}
#menu li a:focus {
   background-position: -220px 0;
}


/* =Content
-------------------------------------------------------------- */

#main {
    padding:80px 0 0 0;
}
#container {
	background: url(images/white.png);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin: 0 0 18px;
}
#content {
}    
.hentry {
    margin:9px 0 0 0;
    padding:67px 1px 36px 1px;
	background: url(images/content-rule-1.png) no-repeat top left;
}

#content .alt {
    margin:9px 0 0 0;
    padding:67px 1px 36px 1px;
	background: url(images/content-rule-2.png) no-repeat top left;
}

.p1 {
    margin:0;
    padding:0 0 36px 0;
    background:none;
}
.page-title {
    font-size:18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-weight:bold;
    padding:18px 0;
}
.page-title span {
    font-size:16px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    color:#e43e59;
    font-size:24px;
    font-family: Georgia, sans-serif;
    line-height:26px;
	float:left;
    padding:13px 0 2px 0;
}
.entry-title a {
    text-decoration:none;
    color:#e43e59;
    display: block;
    font-weight:normal;
}
.entry-title a:hover {
    text-decoration:underline;
}

.entry-meta {
    font-family: 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    font-size:18px;
    color:#6ad2da;
    float: left;
    padding: 13px 0 2px 10px;
    line-height:32px;
}

.entry-meta a {
    color:#787878;
}
.entry-meta a:hover {
}
.entry-meta .author {
	display:none;
}
.entry-meta .meta-sep {
	display:none;
}
.entry-meta abbr {
}
.entry-content {
    padding:13px 0 0 0;
    overflow:hidden;
    clear: both;
}

.page .entry-content {
	background: url(images/content-rule-3.png) no-repeat top left;
	padding: 67px 0 0 0;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.page h1 {
	margin-bottom: 18px;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:disc;
    margin:0 0 0 1.5em;
}
.entry-content ol {
	padding-left: 10px;
}

.entry-content ul li {
	margin: 0 0 18px 0;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.entry-content ul.xoxo {
    margin:0 0 18px 0;
    overflow:hidden;
}
.entry-content ul.xoxo ul {
    margin:0 0 36px;
}
.entry-content ul ul li {
    margin: 0 0 18px 0;
    display: inline;
    white-space: nowrap;
}
.entry-content ul ul li a {

}
.entry-content ul ul li:after{
 	content:", ";
}
.entry-content ul ul li:last-child:after{
 	content:".";
}
.entry-content img {
	padding: 14px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-right:15px;
    margin-bottom:15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}


.photocaption {
	position:relative;
	top: 0px;
	left: 10px;
	font-size: 10px;
	line-height: 12px;
	overflow:hidden;
	display:block;
}
.onehorizontalmedium, .500h {width:500px;}
.oneverticalmedium, .500v { width:333px;}

	
li.content-column, .entry-content li.linkcat {
	list-style:none;
	margin:0 20px 0 0;
}

.entry-content li.linkcat ul.xoxo {
    overflow:visible;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
    padding: 32px 0 0;
}
.home .entry-utility, .category .entry-utility, .archive .entry-utility {
	display:none
}
.entry-utility a {

    font-weight: normal;
}
.entry-utility a:hover {
   
}
.comments-link a {
}


/* =Comments
-------------------------------------------------------------- */


#comments {
    color:#111;
    margin:36px 0 0 0;
    padding:18px 0;
    overflow:hidden;
}
#comments h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
	background: url(images/comment-rule-1.png) no-repeat top left;
    margin:0 0 18px 0;
    padding:50px 20px 0 80px;
    position:relative;
}
#comments li.alt {
	background: url(images/comment-rule-2.png) no-repeat top left;
    margin:0 0 18px 0;
    padding:50px 20px 0 80px;
    position:relative;
}
#comments a {
}
#comments li.byuser {

}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments li.bypostauthor .avatar, #comments li.bypostauthor .gravatar {
	background: #111;
}
#comments .avatar, #comments .gravatar {
    width:48px;
    height:48px;
    position:absolute;
    top:44px;
    left:0px;
    padding: 6px 5px 11px 6px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
#comments .fn {
    font-size:14px;
    float:left;
}
#comments .fn a {
}
#comments-list .comment-meta {
    font-size:12px;
    margin:1px 0 0 10px;
    color:#ccc;
    float: left;
}
#comments-list .comment-meta a {
    color:#ccc;
    font-weight: normal;
}
#comments-list .comment-meta a:hover {
    color:#111;
}
#comments li p {
    margin:25px 0 0 0;
    padding:0 0 18px 0;
    font-size: 12px;
    width: 380px;

}
#comments li p br {
	height: 21px;
}
span.unapproved  {
	font-size:9px;
    margin:1px 0 0 10px;
    color:red;
    float: left;
}

#trackbacks-list ol li {

}

#trackbacks-list .comment-author {
	font-size:12px;
	color:#CCCCCC;
}
#trackbacks-list .comment-author a {
	font-size:14px;
}
#trackbacks-list ol li p {

}
#respond {
    background:#fff;
    padding:17px 20px 0 20px;
    width:420px;
    color: #111;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#respond h3 {
    padding-top:18px;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:200px;
    float:left;
}
#respond #form-section-author input {
    width:200px;
}
#respond #form-section-email {
    width:200px;
    float:right;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */



/* =Navigation
-------------------------------------------------------------- */
.navigation {
    margin:0px 0 36px 0;
    overflow:hidden;
}

.navigation a {
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
	padding: 5px 10px;
	line-height: 52px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.nav-previous {
	float: left;
	width:50%;
}

.nav-next {
	float: right;
	width:50%;
	text-align:right;
}

#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    margin:18px 0 36px 0;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}


/* =Asides (widgetized areas)
-------------------------------------------------------------- */

#sidebar-wrapper {
	background: url(images/black.png);
	font-size: 12px;
	color: #f8f8f2;
	overflow: hidden;
	padding: 0 0 18px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}
.aside a:hover {
	color: #fff;
}

.aside ul {
    margin:10px;
    list-style:none;
}
.aside h3 {
    font-size:18px;
    color: #f8f8f2;
    font-family: "Georgia", 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    padding: 17px 0 9px;
}

#subsidiary .aside h3 {color: #000;}


/* Comma seperated lists in asides */

.aside ul ul {
    list-style: none;
    margin:0;
}
.aside ul ul li {
    display: inline;
}
.aside ul ul li a {
}
.aside ul ul li a:hover {
    
}
.aside ul ul li:after {
 	content:", ";
}
.aside ul ul li:last-child:after {
 	content:".";
}
.aside ul ul ul {
   display: none;
}


/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside h3 {

}
.widgetcontainer {
    margin:0 0 18px 0;
}

.aside img {
	margin: 6px 6px 6px 0;
	padding: 6px 5px 15px 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
}
.aside img:hover {
    background: #f2f5c3;
}

/* =Footer
-------------------------------------------------------------- */


#footer {
    margin:0 0 36px 0;
}
#footer a {
}
#subsidiary {
	background: url(images/white.png);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#subsidiary h2 {
    font-size:18px;
    color: #111;
    font-family: "Georgia", 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    padding: 17px 0 9px;
}

#subsidiary ul ul {
    list-style: none;
    margin:0;
}

#subsidiary ul ul li {
    display: inline;
    font-size: 11px;

}


#subsidiary ul ul li a {
}
#subsidiary ul ul li a:hover {
	color: #000;
}


#siteinfo {
    padding:18px 10px;
    font-size:11px;
    color: #fff;
}
#siteinfo a {
    font-style:italic;
    color: #fff;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:#transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#111 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}


/* = styling for Flickr badge
-------------------------------------------------------------- */

#flickr_badge img {
	margin: 6px 6px 6px 0;
}


/* =styling for FD Footnotes plugin
-------------------------------------------------------------- */

.footnotes, .footnote {
  font-size: 11px;
  padding: 10px 0 10px 0;
}

.footnotes .footnotedivider {
  width: 120px;
  border-bottom: 1px solid #ccc;
}
.footnotes ol {
	margin-top: 18px;}

.footnotes li {
	margin: 0 0 5px 0;
}

sup.footnote a {
  text-decoration: none;
  font-size: 11px;
}

sup.footnote {
}

.footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}


/* =styling for Socialable plugin
-------------------------------------------------------------- */

.sociable_tagline{
	float: left;
}


