/*
Theme Name: Makes and Creates Pinky Pink Pink
Theme URI: http://www.makesandcreates.co.uk/
Description: Theme for makesandcreates.co.uk . NOT open source. Please stop reading, as your ass is grass if you steal this.
Version: 1.0
Author: Chris Taylor
Author URI: http://www.betweenthenoise.co.uk/
Tags: gray, pink, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
  background:#C3C3C3;
  color:#1f1f1f;
  text-align:center;
	}
	
#container {
margin:0 auto;
text-align:left;
width:800px;
margin-top:15px;

}

#header {
  background:url('/wp-content/themes/makes3/images/header.jpg') no-repeat bottom left;
  height:206px;
  width:648px;
  text-align:left;
}
#header h1, #header .description {
position:absolute;
left:-1000px;
top:-1000px;
}
#page {
	background-color: #fff;
  width:648px;
  background:url('/wp-content/themes/makes3/images/pagebg.jpg') repeat-y top left;
  float:left;
  font-size:1.1em;
  min-height:400px;
  padding-bottom:30px;
	}

#page small {
color:#999;
}

#page .padding {
  margin:0 35px;
}

#page .post {
position:relative;
top:-30px;
width:93%;
}

a {
color:#FF0078;
text-decoration:none;
}

a:hover {
color:#ccc;
}

#page .post {
margin-bottom:30px;
}

#page .post h2 {
margin:0;
}

#page .post h2 a{
color:#FF0078;

}

#page .postmetadata {
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
padding:5px 0;
}

#sidebar {
float:right;
font-size:1.1em;
width:150px;
position:relative;
left:-35px;
}

#sidebar ul {
margin:0;
padding:0;
list-style-type:none;
}

#sidebar h2 {
color:#FF0078;
font-size:1em;
}

#sidebar a {
color:#000;
text-decoration:none;
}

#sidebar a:hover {
color:#444;
}

#footer {
clear:both;
}

textarea {
width:100%;
}

ol.commentlist {
margin:0;
padding:0;
list-style-type:none;
border-top:1px solid #ddd;
padding-top:10px;
}

ol.commentlist li {
border-bottom:1px solid #ddd;
}

ol.commentlist li img {
float:left;
margin-right:10px;
}