/**
 * studio weblogs stylesheet
 */

/* first import the blogger stylesheet */
@import url(http://www.intoart.org.uk/css/studio-weblogs/blogger.css);
html, body {
overflow-x:hidden;
}
/* now override some of the settings */

/* colours */
body {
  background:#fff;
  /* text colour */
	color:#333;
}
a:link {
  color:#58a;
}
a:visited {
  color:#969;
}
a:hover {
  color:#c60;
}
/* headings */
h2 {
  color:#999;
}
/* posts */
.post {
  border-bottom:1px dotted #ccc;
}
.post-title {
  color:#c60;
}
.post-title a, .post-title a:visited, .post-title strong {
  color:#c60;
}
.post-title strong, .post-title a:hover {
  color:#333;
}
p.post-footer {
  color:#ccc;
}
.post-footer em {
  color:#999;
}
.post img {
  border:1px solid #ddd;
}
/* Comments */
#comments h4 {
  color:#999;
}
.deleted-comment {
  color:gray;
}
/* Sidebar Content (not used - here for completeness) */
#sidebar ul {
  border-bottom:1px dotted #ccc;
}
#sidebar p {
  color:#666;
}
/* Profile */
#profile-container {
  border-bottom:1px dotted #ccc;
}
.profile-img img {
  border:1px solid #ddd;
}


/* layout changes */
/* hide header */
#header {
  display:none;
}
/* make content full width */
#content {
  width:760px;
}
#main {
  width:760px;
}
/* hide sidebar */
#sidebar {
  display:none;
}

