/* Default stylesheet for rawdog. Customise this as you like.
   Adam Sampson <ats@offog.org> */
.xmlbutton {
	/* From Dylan Greene's suggestion:
           http://www.dylangreene.com/blog.asp?blogID=91 */
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0 3px;
	font: bold 10px sans-serif;
	color: #FFF;
	background: #F60;
	text-decoration: none;
	margin: 0;
}
/* Scale down large images in feeds */
img {
	max-width: 100%;
	height: auto;
}
html {
	margin: 0;
	padding: 0;
}
body {
	color: black;
	background-color: white;
	margin: 0;
	font-size: medium;
  	font-family: sans-serif;
}
#header {
	background-color: #ffe;
	border: 1px solid gray;
	padding: 0 10px;
	margin: 10px;
	margin-bottom: 20px;
}
h1 {
	font-weight: bold;
	font-size: xx-large;
	text-align: left;
	margin: 0;
	padding: 10px;
}
#items {
}
.day {
	clear: both;
}
h2 {
	font-weight: bold;
	font-size: x-large;
	text-align: left;
	margin: 10px 0;
	padding: 10px;
}
.time {
	clear: both;
}
h3 {
	font-weight: bold;
	font-size: large;
	text-align: left;
	margin: 10px 0;
	padding: 0;
}
.item {
	margin: 1em 2em;
	border: 1px solid gray;
	clear: both;
}
@media (max-width: 400px) {
    .item {
        margin: 0.5em 1em;
    }
    #feedstats {
	margin: 0;
    }
}
.itemheader:hover {
	background-color: #ddd;
}
.itemheader {
	padding: 6px;
	margin: 0;
	background-color: #eee;
	cursor: pointer;
	text-align: left;
}
.itemtitle {
	font-weight: bold;
}
.itemfrom {
	font-style: italic;
}
.itemdescription {
	border-top: 1px solid gray;
	margin: 0;
	padding: 6px;
	display: none;
	overflow: hidden;
}
#feedstatsheader {
}
#feedstats {
	width: 100%;
	padding: 10px;
	margin: 10px;
}
#feeds {
	padding: 10px;
	border: 1px solid gray;
	/*border-spacing: 0;*/
}
#feedsheader TH {
	background-color: #eee;
	border-bottom: 1px solid gray;
	padding: 5px;
	margin: 0;
}
.feedsrow TD {
	padding: 5px 10px;
	margin: 0;
}
#footer {
	background-color: #ffe;
	border: 1px solid gray;
	margin-top: 20px;
	padding: 10px;
}
#aboutrawdog {
}
blockquote.twitter-tweet {
/*  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;*/
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}
blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}
