@import 'typo.css';

@font-face {
  font-family: "Museo";
  src: url(http://www.idreamincode.co.uk/Museo700-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Museo1";
  src: url(http://www.idreamincode.co.uk/Museo700-Regular.otf) format("opentype");
}

#page{
	min-width:60em;
}

*{
	margin:0;
	padding:0;

}

.entry ul, .entry ol{
    margin:20px;
    margin-right:0;
}

.entry{
	font-size:1.02em;
}

#archives ul{
	font-size:0.85em;
}

#archives li{
	margin-bottom:5px;
}

.entry a,
#archives a,
#comments a{
	color:#21759B;
    font-weight:bold;
}

.entry a:hover{
	text-decoration:underline;
}

.entry li{
	margin:10px 0;
}

.similarposts a{
	color:white;
	font-size:0.9em;
}

.similarposts li,
#archives li{
	background:url(images/list-bullet.gif) no-repeat 5px left;
	padding-left:15px;
	list-style:none;
}

#twitter{
	margin-bottom:20px;
}

#twitter .more{
	display:block;
    margin-top:15px;
    font-size:0.9em;
    font-family:Trebuchet MS;
}

#twitter li{
	margin-bottom:10px;
}

#twitter img{
	vertical-align:bottom;
}

#twitter a img{
	border:none;
}

#twitter a#twitter-link{
	font-family:Trebuchet MS;
	font-size:0.8em;
}

#twitter a#twitter-link:hover{
	text-decoration:underline;
}

#twitter span{
	font-size:0.95em;
}

#twitter ul{
    font-size:0.85em;
}

#twitter li a{
	font-style:italic;
	color:#21759B;
	font-weight:bold;
	margin-left:5px;
}

#twitter li span a{
	font-style:normal;
	margin-left:0;
}

#twitter li a:hover{
	text-decoration:underline;
}

#twitter h2{
	margin-bottom:10px;
}

#twitter li{
	padding-left:15px;
	background:url(images/list-bullet.gif) no-repeat scroll left 7px;
	list-style:none;
}

.similarposts{
	padding-left:30px;
}

.similarposts:first-child{
	border-right:1px solid white;
}

.entry ul li{
	padding-left:10px;
}

#archives li{
	background:transparent url(images/list-bullet.gif) no-repeat scroll left 7px;
}

#commentform{
	overflow:hidden;
}

#commentform fieldset{
	border:none;
	overflow:hidden;
}

#commentform label{
	display:block;
	font-size:0.9em;
	font-weight:bold;
}

#commentform fieldset{
	overflow:hidden;
	margin:10px 0;
}

#commentform input:not([type="submit"]){
	font-size:0.85em;
	font-family:Trebuchet MS;
	width:1000px;
	border:none;
	padding:8px;
}

#commentform textarea{
	width:90%;
	padding:5px;
	font-family:Trebuchet MS;
	font-size:0.9em;
	border:none;
}

/*input:not([type="submit"]),
textarea{
	font-size:1.3em;
}*/

#searchform{
	float:right;
	margin-right:50px;
}

#searchform input{
	border:none;
}

#searchform input[type="submit"]{
	background:#000020;
	height:22px;
	padding:0 3px;
	color:white;
}

#searchform input[type="text"]{
	padding:4px 5px;
	padding-left:20px;
	font-size:0.7em;
	background:url(images/icon_magnifyer.gif) no-repeat 5px center white;
}
	







#header{
	height:100px;
	position:relative;
	border-bottom:7px solid #000020;
	margin-bottom:40px;
	padding-top:7px;
	background:#00002E url(bg_header.png) repeat-x;
}

#footer{
	background:#00004B;
	padding:20px 0;
}
	

#header ul#pagenav{
	position:absolute;
	left:50px;
	bottom:0;
	//overflow:auto;
	font-weight:bold;
	z-index:2;
}

#header li{
	display:inline-block;
}

#header ul#pagenav li a{
	color:white;
	padding:10px 20px;
	background:#000019;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	display:block;
	font-size:1.3em;
}

#header ul#pagenav li a:hover{
	text-decoration:underline;
}

#header ul#feeds{
	float:right;
	margin-right:25px;
	font-size:0.72em;
	color:white;
}

#header ul#feeds a{
	display:block;
	background:url(images/icon_rss.gif) no-repeat left center;
	padding:3px 0;
	padding-left:27px;
}

#header ul#feeds a.twitter{
	background:url(images/icon_twitter.png) no-repeat left center;
}

#header ul#feeds li{
	margin-left:20px;
}
	
#container,
#footer-inner{
	max-width:85em;
	margin:0px auto;
	padding:0 50px;
	overflow:hidden;
}

#container{
	position:relative;
	overflow:hidden;
}

#welcome{
	padding:15px;
	margin-bottom:40px;
	// -webkit-box-shadow: 3px 3px 9px #D1D1D1;
}

#welcome, #sidebar{
	background:#F3F3F3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#welcome h2{
	font-size:2em;
}

#welcome p{
	color:#999999;
	font-size:1.25em;
	font-family:"Museo1", Rockwell;
}

.post{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:5px solid #DADADA;
}

.post:last-child{
	border-bottom:none;
}

.post h2{
	display:inline;
	font-size:3em;
}

.entry h2{
	font-size:1.8em;
	margin-top:20px;
	display:block;
}

.post ul.metadata,
.post ul.metadata li{
	display:inline;
}


/* Icons from http://www.famfamfam.com/lab/icons/silk/ */

.post h2 + ul.metadata li{
	font-size:0.9em;
	border-right:1px solid #DADADA;
	padding:0 5px;
	white-space:nowrap;
	padding-bottom:2px;
}

.post ul.metadata a,
.tagged a{
	color:#710201;
	font-weight:bold;
}

.post ul.metadata a:hover{
	text-decoration:underline;
}

.post ul.metadata li:last-child{
	border-right:0;
}

.post ul.metadata li.comment{
	padding-left:20px;
	margin-left:7px;
	background:url(images/icon_comment.gif) no-repeat left center;
}

.post ul.metadata li.date{
	padding-left:20px;
	margin-left:10px;
	background:url(images/icon_calendar.gif) no-repeat left center;
	font-style:italic;
}

.post ul.metadata li.tags{
	padding-left:20px;
	background:url(images/icon_tag.gif) no-repeat left center;
}

.post .metadata .metadata li{
	display:block;
	margin-left:10px;
	font-size:0.9em;
	background-position:left 5px !important;
	padding:3px 0;
}


.tagged{
	display:block;
	font-size:0.9em;
	margin-top:5px;
}

.tagged a{
	font-size:1.3em;
}

.post h3{
	margin-top:20px;
	font-size:1.6em;
}

.post{
	font-size:0.85em;
}

#posts{
	width:73%;
	float:left;
}

#sidebar{
	margin-left:78%;
	padding:10px;
}

#sidebar h3{
	font-size:1.2em;
}

#footer{
	border-top:7px solid #000020;
	margin-top:40px;
	clear:both;
	overflow:hidden;
}

#footer h3{
	color:white;
	font-size:1.35em;
	text-shadow:none;
}

#comments li{
	background:white;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:15px;
	margin-bottom:15px;
	font-size:0.9em;
	-webkit-box-shadow:2px 2px 2px #DFDFDF;
	-moz-box-shadow:2px 2px 2px #DFDFDF;
	margin-right:4px;
}

#comments li div{
	clear:left;
	max-height:200px;
	overflow:auto;
	padding-right:10px;
}

#comments li:last-child{
	margin-bottom:15px;
}

#comments li img.avatar{
	padding:1px;
	border:3px solid #DADADA;
	-webkit-border-radius:4px;
	margin-bottom:15px;
	margin-right:10px;
}

#comments ol img{
	float:left;
}


#comments .username{
	display:block;
}

#comments li p{
	margin-bottom:10px;
	font-size:0.95em;
	margin-top:0;
}

#comments cite{
	font-weight:bold;
	color:#710201;
	font-size:1.1em;
}

#comments .responses{
	display:inline-block;
}

#comments a.responses{
	font-size:0.9em;
	font-weight:bold;
	font-family:Trebuchet MS;
	margin-left:10px;
}

#respond:target{
	padding:10px;
	-moz-border-radius:5px;
	background:#DEDEDE;
}

#newtagcloud a:last-child::after{
	content:"";
}

#newtagcloud a:after{
	content:",";
}

#single .entry{
	width:72%;
	float:left;
}

.similarposts,
#archives,
.comments,
#twitter{
	float:right;
	width:25%;
	background:#F3F3F3;
	border:1px solid #E5E5E5;
	font-size:0.95em;
	clear:right;
	// -webkit-border-top-left-radius:10px;
	// -webkit-border-top-right-radius:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:15px;
}

.similarposts{
	background:transparent;
	border:none;
	clear:none;
	float:left;
}

.similarposts{
	width:30%;
}

.similarposts h3,
#archives h3{
	margin-bottom:15px;
	margin-top:0;
}

.comments h3{
	margin-top:0;
}

.similarposts ul{
	font-size:0.9em;
}

.similarposts li{
	background:url(images/list-bullet.gif) no-repeat left 7px;
}

.similarposts li{
	margin-bottom:15px;
}

.metadata .metadata li.tags a{
	font-size:1.3em;
}

.similarposts li:last-child{
	margin-bottom:0;
}

.post .more{
	font-size:1.2em;
}

.searchresults h2,
.archives h2{
	font-size:1.9em;
}

#searchresults-query,
#archive{
	border-bottom:1px solid #DADADA;
	padding-bottom:20px;
	margin-bottom:20px;
}

tr.even{
	background:#ECECEC;
}

span.regression{
	background:red;
	color:white;
	padding:3px;
}

table.buglist tbody tr:hover{
	background:#CBCBCB;
}

blockquote{
	border-left:7px solid #710201;
	padding-left:15px;
	font-style:italic;
}

blockquote p{
	color:#333;
	font-size:0.95em;
}

blockquote cite{
	font-weight:bold;
}

#comments .wp-smiley{
	float:none;
	border:none;
	vertical-align:bottom;
}

#comments ol.commentlist{
	list-style:none;
	margin-top:10px;
}

#comments .username a{
	color:inherit;
}

#comments .awaitingmoderation{
	font-style:italic;
	font-weight:bold;
}

#pagenav li,
#feeds li{
	list-style:none;
}