/* @override 
	http://www.bbcity.co.uk/tom/opml.css
	http://tommorris.org/opml.css
*/

html, body {
	text-align: center;
}

/* @group Layout */

#main {
	margin-top: 3.5em;
}

.header {
	background-color: #f0f0ff;
	text-align: left;
	margin-top: -4em;
	margin-bottom: -3em;
	padding-top: 3em;
}

.container
{
  width: 65%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.blogBody
{
	width: 100%px;
	float: left;
	padding-bottom: 2em;
}

/* @group Sidebar */

.subscribe {
	padding-left:20px;
	font-size:8pt;
	width: 130px;
	height: 105px;
	text-align: center;
	overflow:auto;
}
.hidden {
	display: none;
}

.blogSidebar
{
	padding-left: 30px;
	width: 230px;
	float: right;
	padding-bottom: 2em;
}

table.calendar > tr > th {
	border: 1px solid #cccccc;
	text-align: center;
}

table.calendar > caption.calendar-month {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

table.calendar > caption.calendar-month > span.month {
	/* font-family: "Garamond", "Palatino", "Goudy Old Style", "Book Antiqua", "Cochin", "Bitstream Charter", "Georgia",  "Times", "Times New Roman", serif; */
font-family: Baskerville, "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;

	width: 80%;
	text-align: center;
}

table.calendar > caption.calendar-month > span.calendar-prev {
	width: 5%;
	position: relative;
	right: 20px;
}

table.calendar > caption.calendar-month > span.calendar-next {
	width: 5%;
	position: relative;
	left: 20px;
}

table.calendar a {
	margin: 1px;
	padding: 1px;
}

table.calendar a:hover {
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 1px;
}

table.calendar > tr > td {
	color: #cccccc;
	text-align: center;
}

table.calendar {
	width: 100%;
}

table.calendar tr {
	margin-bottom: 2px;
}

/* @end */



/* @end */

/* @group Headers */

/* @group skips */

/* blatantly stolen from molly.com */

.skip {
	background: transparent none repeat scroll 0%;
	display: block;
	overflow: hidden;
	padding: 0.5em 0pt;
	text-indent: -600em;
	text-align: left;
	margin-top: -8px;
}

.skip:active, .skip:hover, .skip:focus {
	background: #FFFFFF none repeat scroll 0%;
	color: #666ff;
	text-indent: 3em;
	margin-top: -8px;
}

.skip:active > a, .skip:hover > a, .skip:focus > a {
	font-family: "Helvetica Neue", sans-serif;
	font-variant: small-caps;
	font-weight: bold;
}

/* @end */

h1, h1 > a:link {
	font-family: "Helvetica Neue", sans-serif;
	color: #6666ff;
	font-size: 42pt;
	text-decoration: none;
	border-bottom: 0px;
}

h2.static-title {
	font-size: 2em;
	background-color: #f0f0ff;	
}

strong.entry-title {
	font-size: 1.3em;
}

h2.datetitle {
	text-align: right;
	font-size: 4em;
	padding-right: 5px;
	margin-top: -5px;
	background-color: #f0f0ff;
	margin-bottom: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
h2.datetitle>a:link {
	color: #6666ff;
	text-decoration: none;
	border-bottom: 0px;
}
h2.datetitle>a:hover {
	color: #3333ee;
	border-bottom: 0px;
}

h2 {
font-size: 1em;
}

h3.dc-title {
	display: inline;
}

h4 {
  background-color: black;
  color: white;
  font-size: 1em;
  font-weight: bold;
  padding: 3px;
}



/* @end */

/* @group Temporary */

div.hackday {
	padding-top: 1em;
	text-align: center;
	background-color: #ffffff;
}

div.hackday > a {
	border: none;
	padding: 0px;
	margin: 0px;
}

div.hackday > a > img {
	border: none;
	margin: 0;
	padding: 0;
}

p.cause {
	border-top: 1px solid #c0c0ff;
	border-bottom: 1px solid #c0c0ff;
	border-left: 1px solid #c0c0ff;
	border-right: 1px solid #c0c0ff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

p.cause > span.headline {
	background-color: #efefff;
	width: 100%;
	display: block;
}
p.cause > span.description {
	padding-top: 7px;
}



/* @end */

/* @group delicious */

h3#delicious_heading {
	text-align: center;
	letter-spacing: 8px;
	background-color: #f0f0ff;
	font-style: italic;
	font-weight: lighter;
}
h3#delicious_heading span.label {
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
	font-size: 1.3em;
}

ul.delicious, ul.delicious > li > ul.sources, ul.delicious > li > ul.tags {
	list-style-type: none;
	margin-left: -38px;
}

ul.delicious > li {
	padding-bottom: 15px;
	border-bottom: 2px solid #f0f0ff;
}

ul.delicious > li > ul.tags:before {
	content: "Tags: ";
}

ul.delicious > li > ul.tags > li, ul.delicious > li > ul.sources > li {
		display: inline;
}

ul.delicious > li > ul.tags > li > a[rel ~= tag] {
	background-color: #efefff;
	padding: 2px;
	border-style: outset;
	border-width: 1px;
	border-bottom-style: solid;
}

ul.delicious > li > div, ul.delicious > li > ul {
	padding-top: 5px;
}

ul.delicious > li > ul.sources > li {
	padding: 2px;
}

ul.delicious > li > ul.sources > li > a {
	background-color: #f0f0ff;
}

ul.delicious > li > ul.sources > li:first-child:before {
	content: "From: ";
}

p, .taggedlink, blockquote, ul, ol, h2, h3, h4, table.calendar, .twitter, #me, #footer_right, ul.delicious > li, div.openid {
	font-family: Baskerville, "Garamond", "Palatino", "Goudy Old Style", "Book Antiqua", "Cochin", "Times", "Times New Roman", serif;	
}
p, .taggedlink, .email, .url, .fe, .adrblock {
	font-size: 1.2em;
	line-height: 1.4em;
}
p {
	text-justify: newspaper;
	text-align: justify;
}

.hentry, ul.delicious > li {
line-height: 1.45em;
font-size: 14px;
margin: 0 0 1.5em 0;
}

/* @end */

/* @group Links */

a:link {
	color: #3333ee;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

a:visited {
	color: #6666ff;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

td.linked-day > a {
	color: #3333ee;
	text-decoration: none;
	text-align: center;
}

a>em.accesskey {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a img { border: none; }



/* @end */

/* @group Lists */

ul#elsewhere, ul#rss {
	height : 75px;
	overflow: auto;
	list-style-type: none;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	-webkit-border-radius: 6px;
}

ul#elsewhere > li, ul#rss > li {
	margin-left: -2em;
}

#rss, #elsewhere {
	margin-top: -15px;
}

#subscribehead {
	width: 170px;
}



/* @end */

/* @group Footer */

div.footer {
	border-top: 3px solid #f0f0ff;
	padding-top: 2em;
}

div.footer, div.clearboth {
	clear: both;
}

div.footer > div#footer_left {
	width: 50%;
	float: left;
	vertical-align: top;
}

div.footer > div#footer_right {
	width: 50%;
	float: right;
	vertical-align: top;
}



/* @end */

/* @group comments */

div.comments {
	width: 100%;
}
div.comments > ul > li {
	padding: 3px;
	background-color: #f0f0ff;
	list-style-type: none;
	margin-left: -38px;
	letter-spacing: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div.comments > ul > li#commentslink {
	width: 50%;
	float: left;
	text-align: center;
	font-variant: small-caps;
}
div.comments > ul > li#tblink {
	width: 50%;
	float: right;
	text-align: center;
	font-variant: small-caps;
}

#commentslink {
	font-size: 1.2em;
}

#commentsheader {
  width: 100%; background-color: #f0f0ff; text-align: center;
 	letter-spacing: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-variant: small-caps;
  
}

/* @end */

/* @group nsfw */

a.nsfw:after, a[rel~="nsfw"]:after {
	content: " [NSFW]";
	font-weight: bold;
	color: red;
	text-decoration: none;
	border-bottom: none;
}

/* @end */

/* @group permalinks */

a.hoverlink img {
	display: none;
}

*:hover > a.hoverlink img {
	display: inline;
}

/* @end */

/* @group semantic elements */

kbd {
	background-color: #dfdfdf;
	border: 2px outset #CCC;
	padding: 1px;
}

abbr {
	text-decoration: none;
	border-bottom:  none;	
}



/* @end */

/* @group legacy */

b.blogroll {
  background-color: #333333;
  color: white;
  font-size: 1em;
  font-weight: bold;
  padding: 3px;
}



/* @end */

/*q {
    background-color: rgba(142,142,255,0.27);
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding-left: 3px;
    padding-right: 3px;
}*/

div.adrblock {
	padding-top: 10px;
}

img#rssfeed {
	position: absolute;
	right: -1px;
}

abbr.published {
	display: none;
}

p.nextprev-month {
	text-align: center;
}

p.nextprev-day {
	text-align: center;
}
img.plink { border: none; }

.minientry {
    border-bottom:2px solid #F0F0FF;
}

/*.minientry, caption.calendar-month {*/
caption.calendar-month {
	background-color: #efefff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 6px;
}

.bigentry {
	border-bottom: 3px solid #efefff;
}

.menutitle {
	margin-bottom: 5px;
	background-color:#ECECFF;
	color:#000000;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}

.locatedin {
	font-style: italic;
}

.hentry {
	margin-top: 5px;
}

/* print specific stylesheet */
.hfeed > .hentry > p > sup, .printOnly {
  display: none;
}

/* @group flickr */

a.flickrimage, a.flickrimage img, a.flickr-frame, a.flickr-frame img {
	border-style: none;
	border-width: 0;
	text-decoration: none;
	display: block;
}

a.flickrimage img, a.flickr-frame img {
	border: solid 2px #000000;
}

a.flickrbyline, a.flickrtitle, a.flickruploader, a.flickr-caption {
	font-size: 0.9em;
	margin-top: 0px;
}

/* @end */

/* @group video and media */

/* icon is lgpl - http://www.iconlet.com/info/13411_video2_16x16 */

a[href*="youtube.com/watch"], a[href*="metacafe.com/watch"], a[href^="http://video.google.com/videoplay"], a[href^="http://video.google.co.uk/videoplay"], a[href^="http://video.google.nl/videoplay"], a[href^="http://video.google.de/videoplay"], a[href^="http://video.google.fr/videoplay"], a[href^="http://video.google.es/videoplay"], a[href^="http://video.google.pl/videoplay"], a[href^="http://video.google.it/videoplay"], a[href^="http://video.google.ca/videoplay"], a[href^="http://video.google.com.au/videoplay"], a[href*="veoh.com/videos/"], a[href^="http://soapbox.msn.com"], a[href*="blip.tv/file"], a[href*="revver.com/watch/"], a[href*="vimeo.com"], a[href*="myspacetv.com"], a[href*="digg.com/videos"], a[href^="comedycentral.com/motherload/player.jhtml"], a[href*="motionbox.com/video"], a[href*="collegehumor.com/video"], a[href*="videojug.com"]
{
	background: url(http://tommorris.org/img/video2s.png) no-repeat right top;
	padding-right:  14px;
}

a[href^="http://community.livejournal.com/"]
{
	background: url(http://tommorris.org/img/ljcommunity.gif) no-repeat left top;
	padding-left: 10px;
}

/* @end */

/* @group openid */

div.openid {
	background-color: #ECECFF;
	border: 1px solid #7e7e7e;
	margin-bottom: 15px;
	padding: 8px;
	font-size: 90%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

div.openid > form > input[type=text] {
	border: 1px solid #7e7e7e;
	background-color: rgba(242,241,255,0.87);
	width: 60%;
	margin-right: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
div.openid > form > input[type=submit] {
	border: 1px solid #7e7e7e;
	background-color: rgba(242,241,255,0.87);
	width: 30%;
	margin-left: 3px;
}
div.openid > form > div.msg {
	margin-bottom: 5px;
}

button#__idselector_button {
	display: inline;
	background-color: #f0f0ff;
}

/* @end */

/* @group fireeagle */

span.fireeagle {
	font-style: italic;
	color: #2d2d2d;
}

span.fireeagle:after {
	font-style: italic;
	content: " – ";
	color: #2d2d2d;
}

div.fireeagle {
	text-align: right;
	color: #2d2d2d;
	font-style: italic;
}

div.fireeagle:before {
	font-style: italic;
	text-align: right;
	color: #5d5d5d;
	content: "from ";
	letter-spacing: 1.1px;
}
/* @end */

/* @group Forms */

input#title {
	font-size: 22pt;
	height: 30px;
}


/* @end */

.today {
	font-weight: bold;
}

