@charset "UTF-8";
@font-face {
	font-family: "Quicksand";
	src: local("Quicksand"), url("/media/fonts/Quicksand_Book.otf") format("opentype");
}
@font-face {
	font-family: "Quicksand";
	src: local("Quicksand"), url("/media/fonts/Quicksand_Book_Oblique.otf") format("opentype");
	font-weight:normal;
	font-style:italic;
}
@font-face {
	font-family: "Quicksand";
	src: local("Quicksand"), url("/media/fonts/Quicksand_Bold.otf") format("opentype");
	font-weight: bold;
}
@font-face {
	font-family: "Quicksand";
	src: local("Quicksand"), url("/media/fonts/Quicksand_Bold_Oblique.otf") format("opentype");
	font-weight:bold;
	font-style:italic;
}

body {
	font-family:Verdana, sans-serif;
	background-attachment: fixed;
	background-image: url("/media/bg/ladybug.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

a {
	text-decoration:none;
	color: #00BB22;
}

p {
	padding:0;
	margin:0;
}
.Entry p,
.EntryPreview p {
	margin:1em 0 0.5em;
}

pre br {
	display:none;
}

hr {
	margin:0;
	padding:0;
	border:1px dotted #CCC;
}

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

.Clear:after {
	content: ".";
	height:0;
	clear:both;
	overflow:hidden;
	display:block;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: "Quicksand", Arial, sans-serif;
	margin:0.25em 0;
	font-weight:normal;
}

.Main {
	width: 800px;
	border:1px solid black;
	margin:4em auto 4em;
	padding:0.5em;
	position:relative;
	background: #FFFFFF;
	opacity: 0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
}

.UserBar {
	float:right;
	padding:1em;
}

.Header {
	border-bottom: 1px dotted #CCC;
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:1000;
	background:#FFF;
	opacity:0.6;
	-moz-opacity:0.6;
	-webkit-opacity:0.6;
}
.Header > div {
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
}
.Header .Title {
	padding:8px 8px 0 8px;
}

.Navigation {
	float:left;
	width: 150px;
	position:relative;
	border-right: 1px dotted #CCC;
	font-size: 1.2em;
	font-family:"Quicksand";
}
.Navigation li {
	padding:0.3em;
}

.Content {
	border-left: 1px dotted #CCC;
	float:left;
	position:relative;
	left:-1px;
	width: 625px;
}

.Tabs {
	float:right;
	margin:0;
}

.Tabs ul li {
	display:inline-block;
	border:1px solid #CCC;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	padding:0.25em;
}

.Content > div {
	margin-left: 1em;
}

.EntryPreview {
	margin:0 1em;
	padding:1em 0 0.5em;
	border-bottom:1px dotted #CCC;
}

.CommentBar {
	float:right;
}

.Comments {
	margin-top:2em;
	padding:0.5em 1em;
	border-top:1px dotted #CCC;
}
.Comments .Title {
	font-style:italic;
}

.Comment {
	border:1px dotted #CCC;
	padding:0.5em;
	margin-bottom:1em;
}
.Comment p {
	margin-bottom:0.5em;
}
.Comment .Byline {
	float:right;
}

.Byline {
	font-size: 0.8em;
}

.Pagination {
	display:block;
	width:100%;
	text-align:center;
}
.Pagination .PaginItem {
	display:inline-block;
}

.Pagination .PageLink {
	display:inline-block;
	border: 1px dotted #00BB22;
	padding:0.25em 0.5em;
	margin:0.25em;
	color: #999;
}
.Pagination .PageLink[href] {
	color: #0B2;
}

.Pagination .PageLink[href]:hover {
	background: #00BB22;
	color: #FFF;
}

.TagCloud .Droplet {
	display:inline-block;
	margin:0 0.25em;
}

.Footer {
	text-align:center;
	font-size:0.8em;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:#FFF;
	border-top:1px dotted #CCC;
	opacity:0.6;
	-moz-opacity:0.6;
	-webkit-opacity:0.6;
}
.Footer .Copyright {
	padding:1em;
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	display:inline-block;
}

.Tags {
	float:right;
	font-weight:bold;
}

.Tags .Tag {
	display:inline-block;
	margin-right:0.5em;
	font-weight:normal;
}

form {
	position:relative;
	width:100%;
}

form fieldset {
	border:none;
}
form label {
	display:block;
}
form input {
	width: 90%;
	font-size: 1.2em;
}
form textarea {
	width: 90%;
	height: 10em;
	font-size: 1.2em;
}
form input[type="submit"],
form input[type="button"] {
	width:auto;
}