/*  
Theme Name: Porky and Brownie
Theme URI: http://lepug.com
Description: 3 Columns
Version: 1.0
Author: some girl
Author URI: http://designs.some-girl.org/
*/


/* Layout
----------------------------------------------- */

body {
padding: 0;
margin: 0;
font-family: Verdana, Arial;
font-size: 12px;
line-height: 18px;
background-image: url(images/top_bg.jpg);
background-repeat: repeat-x;
background-position: top left;
background-color: #CEE0D0;
color: #000000;
}

#container {
width: 900px;
margin: 75px auto 0 auto;
background-image: url(images/bg.jpg);
}

#header {
margin: 0;
width: 900px;
height: 234px;
background-repeat: no-repeat;
background-image: url(images/header.jpg);
}

#content {
float: left;
width: 470px;
margin: -50px 0 0 30px;
color: #000000;
display: inline;
text-align: justify;
}

#left-sidebar {
float: left;
width: 210px;
margin: 10px 0 0 -25px;
display: inline;
}

#sidebar {
float: right;
width: 210px;
margin: 5px 15px 0 -30px;
display: inline;
}

#footer {
font-size: 11px;
clear: both;
}

#header, #content, #footer, #left-sidebar, #sidebar{
overflow: hidden;
}


/* Content
----------------------------------------------- */

#content ul li {
list-style: square;
margin: 0;
padding: 0;
}


/* Sidebars
----------------------------------------------- */

#left-sidebar, #sidebar {
font-size:  11px;
}

#left-sidebar a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #886233;
}

#sidebar a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #886233;
}

#left-sidebar ul ul, #sidebar ul ul {
list-style: none;
margin: 0;
padding: 0;
}

#left-sidebar ul li, #sidebar ul li {
list-style: none;
margin: 0;
padding: 0;
}


/* Posts
----------------------------------------------- */

.post {
margin-bottom: 10px;
color: #000000;
font-size: 12px;
line-height: 20px;
}

.post a {
color: #886233;
text-decoration: none;
}

.post p {
margin-bottom: 5px;
line-height: 20px;
}


.postdatetime {
font-size: 10px;
text-transform: uppercase;
}

.postmetadata {
padding: 5px;
font-size: 12px;
}

.postmetadata a {
color: #886233;
}

.post li {
margin-left: 20px;
}

.post ul {
list-style: square;
margin-bottom: 10px;
}

p {
padding-bottom: 5px;
}

.entrytext .postmetadata {
font-size: 12px;
width: 50%;
margin: 2em auto 3.5em auto;
padding-left: 10px;
text-align: justify;
}

.editentry {
padding-left: 5px;
text-align: justify;
}


/* Comments
----------------------------------------------- */

ol.commentlist {
width: 400px;
margin: 0;
text-align: justify;
}

ol.commentlist li {
margin-bottom: 15px;
padding: 5px;
background-color: #CAE0D3;
border: solid black 1px;
list-style-type: none;
}

ol.commentlist a {
color: #886233;
}

.commentcount {
float:right;
font-size: 22px;
font-family:  verdana, arial;
color: #886233;
padding: 5px;
}

small.commentmetadata {
font-size: 12px;
margin-bottom: 5px;
display: block;
}

#comments {
padding-left: 5px;
margin-left: 5px;
margin-bottom: 10px;
}

#commentform {
width: 90%;
color: #404040;
padding-left: 10px;
}

#comment {
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
border: 1px solid #000000;
}


/* Blockquotes
----------------------------------------------- */

blockquote {
background: url(images/quotes.gif) top left no-repeat;
color: #404040;
margin-bottom: 4px;
display:block;
padding-left: 35px;
padding-top: 1px;
}

.commentlist blockquote {
background: url(images/comment_quotes.gif) top left no-repeat;
color: #404040;
margin-bottom: 4px;
display:block;
padding-left: 35px;
padding-top: 1px;
}

blockquote cite {
margin: 5px 0 0;
display: block
}


/* General
----------------------------------------------- */

h2 {
padding: 2px;
margin-top: 2px;
font-family:  verdana, arial;;
font-size: 22px;
color: #000000;
text-decoration: none;
text-align: left;
}

h2 a:hover, h2 a:visited, h2 a:active, h2 a:link {
color: #000000;
text-decoration: none;
}

h3 {
padding: 2px;
margin-top: 5px;
font-family:  verdana, arial;
font-size: 18px;
color: #000000;
text-decoration: none;
}

a, a:link, a:visited, a:hover, a:active {
color: #886233;
text-decoration: none;
}

.copyright {
float: left;
width: 470px;
font-style: small;
text-align: center;
margin: 10px 0 0 210px;
}

code {
font-size: 12px;
color: #8B5C29;
}

input, textarea, option  select {
border: 1px solid black; 
background-color: #8FC9CD; 
color: #000000; 
font-family: Verdana, Arial; 
font-size: 12px;
padding: 2px;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #808080;
}

.navigation {
display: block;
margin: 10px 0 10px 0;
padding-bottom: 10px;
}

.alignleft {
float: left;
padding-left: 10px;
text-align: left;
display: inline;
}

.alignright {
float: right;
padding-right: 10px;
text-align: right;
display: inline;
}

#searchform {
text-align: center;
display: inline;
}

#searchform #s {
width: 50%;
}

#respond {
font-size: 16px;
margin-left: 10px;
}

a img, img{
border: none;
}

.gravatar {
margin: 2px 0 0 2px;
}


