/*
Theme Name: inininoutoutout
Theme URI: http://www/
Description: This is going to be my attempt to create the new theme
Author: Pippin Barr
Author URI: http://www.pippinbarr.com/
Version: 20100115
*/




body {
	
	margin: 0;
	padding: 0;
	
	font-size: 100%;
	font-family: Helvetica, Sans-Serif;
	text-align: left;
	background-color: white;
}

#wrapper {
	
	width: 900px;
	margin-top: 80px;
	margin-left: 80px;
	padding: 0;
	
}

#leftwrapper {

	width: 600px;
	float: left;

}

#sidebar {
	
	padding-top: 10px;
	margin-left: 650px;
	width: 250px;
	text-align: left;
	
}

#sitetitle-wrapper {

	height: 100px;
	
}

#sitetitle {

	font-size: 1.2em;
	padding-bottom: 10px;
	
}

#title {

	font-size: 2.5em;
	
}



#sidebar-title-wrapper {

	text-align: bottom;
	height: 100px;
	
}

#pippinbarr-title {
		
	padding-top: 20px;	
	font-size: 2.6em;
	
}

#pippinbarr-navigation {

	font-size: 0.75em;
		
}

#pippinbarr-email {
	font-family: helvetica;
	font-size: 0.8em;
	line-height: 1em;
	color: #555555;
}

#content {

}

#posts {
	
}

#post-wrapper {
	
	border-top: 1px solid grey;
	padding-bottom: 50px;
	
}

#post-date {

	padding-top: 10px;
	padding-bottom: 5px;

	font-size: 0.9em;
	color: grey;
	
}

#post-title {

	font-size: 1.6em;
	
}

#post-content {

	font-size: 1em;
	line-height: 1.2em;
	
}

#post-information {
		
	font-size: 1em;
	color: grey;
	padding-bottom: 20px;
	
}



#sidebar-title {
	
	font-size: 1.1em;
	
}

#sidebar-content {
	
	padding-bottom: 20px;
	
	font-size: 0.8em;
	
}

#footer {
	
	clear: both;
	float: left;
	
}

#copyright {
		
	padding-top: 50px;
	color: grey;
	
}




/* REMOVE BULLETS FROM BULLET POINTS */

li {
	list-style-image: none;
	list-style-type: none;
}


/* LINK STYLES */

div#post-content a {
color: #FF9900;
}

a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: #444444;
}

a:hover {
	color: white;
	background-color: black;
}

a:active {
	color: red;
	background-color: red;
}

a.novisit {
	color:black;	
}

a.novisit:visited {
	color: black;	
}

a.novisit:hover {
	color: white;
	background-color: black;
}

a.novisit:active {
	color:red;
	background-color: red;	
}



/* SINGLEPAGE WHICH IS WHAT YOU PRESENT A RESPONSE ON */

#singlepage {

}



/* STUFF FOR ARCHIVE DISPLAY */

#archivepage {

}

.pagetitle {

	margin: 0px;
	padding-bottom: 30px;
	
}

.navigation {

	padding-bottom: 30px;

	font-size: 1em;
	font-weight: bold;
	
}

/* IMAGE STUFF FROM WP SITE */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* COMMENT STUFF */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* Begin Comments*/
.alt {
	margin: 0;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	
	font-size: 0.8em;
	}

.commentlist li {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist p {

}

#commentform p {

}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

h3#comments {
	font-weight: normal;	
}

h3#respond {
	font-weight: normal;	
}

/* End Comments */