/*
Theme Name: Pamela's Theme
Theme URI: 
Description: A customized layout for the blog "The Social Life of Paper". (Based on the Starkers Theme.)
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
        background-image: url(images/brown_crosshatch.png);
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
color:#000000;
line-height: 1.5;
margin-bottom: 10px;
}

h2 {
font-variant: small-caps;
color:#000000;
font-weight: bold;
letter-spacing: 1px;
line-height: 1.25;
margin-bottom: 2px;
margin-top: 0;
}

p.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-variant: small-caps;
color:#000000;
letter-spacing: 1px;
line-height: 1.25;
margin-bottom: 2px;
margin-top: 0;
}

p.date {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
color:#7c7a7b;
letter-spacing: 1px;
line-height: 1.25;
padding-bottom: 2px;
margin-bottom: 10px;
margin-top: 0;
border-bottom: 1px dotted #c6c4c4;
}

p.postdata {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
color:#7c7a7b;
text-align: center;
letter-spacing: 1px;
line-height: 1.25;
padding-bottom: 10px;
margin-bottom: 10px;
margin-top: 5;
border-bottom: 1px dotted #c6c4c4;
}

p.gray {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
color:#7c7a7b;
letter-spacing: 1px;
line-height: 1.25;
padding-bottom: 2px;
margin-bottom: 10px;
margin-top: 0;
}

p.comment {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
color:#7c7a7b;
letter-spacing: 1px;
line-height: 1.25;
padding-bottom: 2px;
margin-bottom: 10px;
margin-top: 0;
}

p.comment_reply {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
color:#fd5a15;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 1px;
line-height: 1.25;
margin: 0;
}

p.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
color:#7c7a7b;
font-variant: small-caps;
letter-spacing: 1px;
line-height: 1.25;
padding-bottom: 2px;
margin-bottom: 10px;
margin-top: 0;
}

a:link {
text-decoration: none;
color:#fd5a15;
border-bottom: 0;
word-spacing: 1pt;
border: none;
}

a:visited {
text-decoration: none;
color:#fd5a15;
border-bottom: 0;
word-spacing: 1pt;
}

a:hover {
text-decoration: none;
color:#695c53;
border-bottom: none;
word-spacing: 1pt;
}

img {
    border: none;
}

a img {
border: none;
}


#header { 
	width: 900px; 
        height: 200px;
	background: none;
	margin: 0 auto;
	text-align: left;
        background-image: url();
} 

#container { 
	width: 900px; 
	background: #none;
	margin: 0 auto;
        padding: 0;
	text-align: left;
} 

#content_wrapper {
	width: 900px; 
        margin-top:200px;
	background: #ffffff;
	margin: 0 auto;
        padding: 0;
	text-align: left;
} 

#content_wrapper2 {
	width: 900px; 
        height:100%;
        margin-top:200px;
	background: #ffffff;
	margin: 0 auto;
        padding: 0;
	text-align: left;
} 

#sidebar_left {
	float: left; 
	width: 140px; 
	background: #ffffff;
        margin: 0;
	padding: 15px 10px 10px 10px;
}

#sidebar_left ul {
margin-left: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
color:#7c7a7b;
}

#sidebar_left li {
padding-bottom: 10px;
}

#sidebar_left .cat-item {
font-size: .9em;
}

#sidebar_left a:link {
font-size: .9em;
}

#categories a:link {
font-size: .9em;
}

#sidebar_right {
	float: right; 
	width: 140px; 
	background: #ffffff; 
        margin: 0;
	padding: 15px 10px 10px 10px;
}


#sidebar_right ul {
margin-left: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
color:#7c7a7b;
}

#sidebar_right li {
padding-bottom: 3px;
}

#sidebar_right a:link {
font-size: .9em;
}

#sponsor img {
border: none;
padding-bottom: 5px;
text-align: center;
}

div.sidebar {
border: 0;
padding-bottom: 2px;
}


#main_content { 
        width: 560px;
	margin-left: 160px;
        margin-top: 0;
	padding: 5px 10px 5px 10px;
border-left: 1px dotted #c6c4c4;
border-right: 1px dotted #c6c4c4;
}

#footer {
padding: 0;
margin-left:0;
height: 50px;
width: 900px;
text-align: center;
clear:both;
}

.clearfloat { 
    clear:both;
    height:0;
    font-size: 1.0em;
    line-height: 0px;
}
