body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/background.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #B82619;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h1, h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.2em;
}

blockquote {
	font-style: italic;
}

a {
	color: #B82619;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

pre.code {
	margin-left: 1em;
	margin-right: 1em;
	padding: .5em;
	border: 1px solid #000;
	background: #ffe;
	font-size: .85em;
	overflow: auto;
	overflow-y: hidden;
}

/* Header */

#header {
	position: relative;
	width: 100%;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding-left: 3em;
}

#logo img {
	margin: 50px 0 0 0;
	padding: 0;
	border: 0;
}

#logo a.subtitle {
	padding-top: 0;
	padding-left: 15px;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #7F7772;
	text-transform: lowercase;
}

#logo a {
	color: #7F7772;
	text-decoration: none;
}

/* Menu */

#menu {
	position: absolute;
	right: 0px;
	padding-right: 3em;
}

#menu ul {
	margin: 0;
	padding: 40px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 90px;
	padding-top: 30px;
	background: #ccc url(images/tab_off.png) no-repeat;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #ddd;
}

#menu a:hover, #menu a.active {
	background: #ccc url(images/tab.png) no-repeat;
	color: #FFFFFF;
}

/* Search */
#search {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	padding-right: 3em;
}

/* Page */

#page {
	width: 100%;
	padding-top: 20px;
}

#main-content {
	float: left;
	width: 60%;
	padding-left: 3em;
}

#other-content {
	float: right;
	width: 28%;
	padding: 0.3em 3em 0 1.3em;
	background: #fcfcfc url(images/dotdown.gif) repeat-y;
}

.entry {
	background: url(images/dotacross.gif) repeat-x left bottom;
}

.post .meta {
	margin: 0;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #A9A9A9;
	font-size: .9em;
	text-align: right;
}

.post .meta a {
	text-decoration: none;
	color: #A9A9A9;
}

.post .meta .tag {
	font-style: italic;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.entry .gravatarImage {
    float: right;
    padding: 5px;
    background-image: url(images/gravatarbg.png);
}

/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: url(images/footer.png) repeat-x;
	padding-top: 25px;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* Tags */

.tagcloud {
	text-align: center;
	margin: 2.5em;
}

.tagcloud a {
	white-space: nowrap;
	text-decoration: none;
	padding: .5em;
}

.tagcloud a:hover {
	text-decoration: underline;
}

.tagcloud a.tag0 {
}

.tagcloud a.tag1 {
	font-size: 110%;
}

.tagcloud a.tag2 {
	font-size: 120%;
}

.tagcloud a.tag3 {
	letter-spacing: .05em;
	font-size: 130%;
}

.tagcloud a.tag4 {
	letter-spacing: .10em;
	font-size: 140%;
}

.tagcloud a.tag5 {
	font-weight: bold;
	letter-spacing: .15em;
	font-size: 150%;
}
.shareThis a {
	font-weight: bold;
	color: Green;
	text-decoration: none;
	vertical-align: top;
	line-height: 23px;
}


