/*
Theme Name: PmNet Aggregator
Theme URI: http://patrickmaloney.net/
Description: A slowly morphing design
Version: 1.1
Author: Patrick Maloney
Tags: simple, clean, asspenny

*/

/* IMPORT RESET */
@import url("reset.css");


/* UNIVERSALS */

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 62.5%;
color: #333;
}

#header {
height: 76px;
background-color: #000;
}

#header h1 {
margin: 0 200px 0 0;
padding: 0;
float: left;
}

#rssfeed {
padding: 22px 0 0 0;
margin-left: 200px;
}

#menubar {
background-color: #;
}

#content {
margin: 35px 0 20px 200px;
font-size: 1.3em;
width: 600px;
}

#footer {
clear: both;
border-top: 1px dotted #d8dbdc;
margin: 50px 0 10px 100px;
width: 800px;
}

#footer p {
font-size: 1.1em;
color: #9fa2a4;
padding: 10px 0 8px 5px;
}

em {
font-style: italic;
}

.clear {
height:1px;
clear: both;
width: auto;
}

h2, h3, h5 {
font-family: Helvetica, Arial, Verdana, sans-serif;
letter-spacing: -0.01em;
font-weight: normal;
}


/* POSTS */

.postitem, .postitemsingle {
padding: 15px 0 0;
margin: 30px 0;
}

.postitem .entry-content {
padding: 0 10px;
}

.postitemsingle {
padding-bottom: 10px;
margin-bottom: 0;
border-bottom: 1px dotted #606364;
}

.postitemsingle h2 {
font-size: 28px;
padding-bottom: 6px;
}

.postitem a:link, .postitem a:visited, .postitemsingle a:link, .postitemsingle a:visited {
color: #0b75cf;
text-decoration: none;
}

.postitem a:hover, .postitemsingle a:hover {
color: #b44c06;
background-color: #ffdfbc;
}

.postitemsinglemeta {
margin-bottom: 20px;
padding-top: 4px;
}

.postitemsinglemeta .left {
float: left;
width: 570px;
padding-right: 4px;
}

.postitemsinglemeta .right {
float: left;
width: 25px;
}

.postitemsinglemeta p {
padding: 3px 0 2px;
}

.postitemsinglemeta .postdate {
font-size: 1em;
color: #b5bcbe;
}

.postitemsinglemeta .posttitle {
padding-left: 15px;
color: #9ea1a2;
}

.postitem p, .postitemsingle p, .postitem blockquote, .postitemsingle blockquote {
padding: 6px 0;
line-height: 1.5em;
}

.postitem img, .postitemsingle img {
padding: 3px;
border: 1px solid #eaeeef;
}

.postitem ul, .postitemsingle ul {
margin: 10px 0 10px 30px;
}

.postitem li, .postitemsingle li {
padding: 6px 0;
line-height: 1.4em;
list-style: disc;
}

.postitem .aligncenter, .postitemsingle .aligncenter {
text-align: center;
}

.postitem blockquote, .postitemsingle blockquote {
margin: 8px 0 8px 6px;
border-left: 1px solid #9d9fa0;
padding: 0 10px 0 6px;
}

.postitem .via, .postitemsingle .via {
color: #606364;
font-size: 0.8em;
background: url(http://patrickmaloney.net/img/bg_via.gif) 0 9px no-repeat;
padding: 6px 0 6px 35px;
list-style: none;
}

.postmeta {
margin: 20px 0 8px 0;
font-size: 0.9em;
border: 1px dotted #606364;
padding: 2px 0 1px 0;
}

.postmeta img {
border: none;
}

.postmeta a:hover {
text-decoration: none;
background: none;
}

.postmeta .postdate {
color: #606364;
font-size: 1.3em;
float: left;
width: 300px;
padding: 5px 0 5px 15px;
}

.postmeta .permabuttonbutton {
font-size: 1.5em;
padding: 5px 10px 5px 0;
float: right;
}

.bottompostmeta {
border-bottom: 1px dashed #e2e9ed;
padding-bottom: 3px;
margin-top: 8px;
}

.bottompostmeta a {
text-decoration: none;
}

.bottompostmeta a:hover {
background: none;
}

.bottompostmeta img {
border: none;
padding-left: 535px;
}

.postmeta .permabutton {
width: 39px;
height: 30px;
float: left;
}

#pagingnav {
margin: 12px 0;
}

.singlenav {
padding-top: 50px;
}

#pagingnav .previous {
float: left;
width: 45%;
padding: 12px 0;
}

#pagingnav .next {
float: left;
width: 55%;
text-align: right;
padding: 12px 0;
}

#pagingnav a:link, #pagingnav a:visited {
padding: 6px 8px;
border: 1px solid #eaeeef;
color: #6c6d70;
text-decoration: none;
}

#pagingnav a:hover {
background-color: #ffdfbc;
}


/* COMMENTS */

.form-input, .form-textarea {
margin: 0px 0 15px 15px;
}

.form-label {
margin: 0 0 0 15px;
color: #606364;
font-family: Helvetica, Arial, Verdana, sans-serif;
}

.textbox {
border: 1px solid #000;
padding: 3px 4px;
font-size: 1.2em;
}

.submitbutton {
padding: 6px 10px;
background-color: #000;
color: #fff;
text-transform: uppercase;
border: 1px solid #000;
margin: 5px 0 5px 18px;
}

#comments-list {
width: 600px;
border-bottom: 1px dotted #606364;
padding-bottom: 10px;
margin-bottom: 15px;
}

#comments-list h3 {
font-size: 1.6em;
padding: 0 0 10px;
font-family: Helvetica, Arial, Verdana, sans-serif;
}

.comment-author {
font-size: 1.5em;
color: #606364;
}

.comment-author a {
color: #606364;
text-decoration: none;
}

#comments-list li {
padding: 10px 0 16px 25px;
}

#comments-list .comment a:link, #comments-list .comment a:visited {
text-decoration: none;
color: #f28626;
}

#comments-list .comment a:hover {
color: #b44c06;
background-color: #ffdfbc;
}

#comments-list li p {
padding: 4px 5px;
line-height: 1.333em;
}

#comments-list li .unapproved {
color: #999999;
}

#comments-list li .comment-meta {
font-size: 0.9em;
color: #9fa2a4;
padding: 6px 0 0 5px;
}

#respond h3 {
font-size: 2em;
padding: 0 0 25px;
font-family: Helvetica, Arial, Verdana, sans-serif;
}


/* ABOUT PAGE */

#aboutleft {
width: 370px;
float: left;
padding-right: 39px;
}

#aboutleft .bio p {
padding: 6px 0 6px 5px;
line-height: 1.333em;
}

#aboutleft h2 {
font-size: 2.4em;
padding-bottom: 4px;
}

#aboutleft h3 {
font-size: 2em;
padding: 15px 0 0;
}

#aboutright {
width: 170px;
float: left;
}

#aboutright .photo {
width: 198px;
margin: 0 auto;
border: 1px solid #dde1e1;
}

#aboutright .caption {
width: 200px;
padding: 8px 0;
font-size: 0.9em;
color: #000;
text-align: center;
margin-bottom: 20px;
background-color: #dde1e1;
}

#aboutright h5 {
font-size: 1.8em;
padding: 0 0 10px 10px;
}

#aboutright ul {
padding-left: 10px;
}

#aboutright li {
list-style: none;
border-bottom: 1px dashed #000;
display: block;
width: 170px;
}

#aboutright a:link, #aboutright a:visited {
text-decoration: none;
color: #b44c06;
width: 170px;
display: block;
height: 20px;
padding-top: 7px;
}

#aboutright ul a:hover {
background-color: #eaeeef;
width: 170px;
display: block;
height: 20px;
}


/* CATEGORY PAGE */

.categorypagetitlephoto, .categorypagetitlevideo, .categorypagetitletext {
font-family: Helvetica, Arial, sans-serif;
font-size: 2em;
padding-left: 28px;
}

.categorypagetitlephoto {
background: url(http://patrickmaloney.net/img/icon_cat_photo.gif) 0 1px no-repeat;
}

.categorypagetitletext {
background: url(http://patrickmaloney.net/img/icon_cat_text.gif) 0 1px no-repeat;
}

.categorypagetitlevideo {
background: url(http://patrickmaloney.net/img/icon_cat_video.gif) 0 1px no-repeat;
}

