/* @override http://anygivenname.org/wp-content/themes/any/style.css */

/*  
Theme Name: any
Theme URI: http://anygivenname.org/
Description: theme for anygivenname.org
Version: 1.0
Author: Andrej Waldegg / Markus Denhoff
Author URI: http://net-bite.net/
*/


/* @group Defaults */

* {
	margin: 0;
	padding:  0;
}

body {
	margin: 1.7em 0;
	min-width: 70em;
}

img {
	border: none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

/* @end */

/* @group Colors */

#menu,
#menu a,
.entry .info,
.entry .info a {
	color: #666666;
}

.entry h2 a,
#footer a,
a {
	color: #000;
}

#menu a:hover {
	color: #2c2c2c;

}

.entry h2 a:hover,
#logo a {
	color: #00ff77;
	text-decoration: none;
}

#logo a .dot,
.entry h2 a .dot {
	color: #fff;
}

#logo a:hover .dot,
.entry h2 a:hover .dot {
	color: #00ff77;
}

#search input {
	border: 1px solid #989898;
}

#footer {
	border-top: 1px solid #989898;
}

/* @end */

/* @group Fonts */

body {
	font: 0.90em/1.1em "Courier New", Courier, mono;
}

h2,
#logo {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	word-spacing: 0em;
	text-transform: uppercase;
	font-weight: bold;
}

/* @end */

/* @group Sidebar */

#menu {
	float: right;
	width: 23.6em;
	text-align: right;
	font-size: 0.85em;
	padding-bottom: 2em;
	padding-right: 2em;
	margin-top: 7em;
}

#menu a {
	text-decoration: none;
}

#logo  {
	font-size: 7em;
	line-height: 1em;
	position: fixed;
	right: 20px;
	letter-spacing: -.05em;
}

#menu #categories,
#menu #archive,
#menu #pages,
#menu #search {
	margin-top: 1.6em;
}

#menu li,
ul.archive li {
	display: inline;
}

#menu li:after,
ul.archive li:after {
	content: " / ";
}

#search input {
	padding: 1px;
	font: 1em/1.3em "Courier New", Courier, mono;
}

#search input.text {
	width: 10em;
}

#search input.button {
	background-color: transparent;
	cursor: pointer;
	padding: 0.1em 0.2em;
}

#search input.button:hover {
	background-color: #ededed;
}

/* @end */

/* @group Content */

#maincontent {
	padding-top: 1em;
	font-size: 0.9em;
	margin-left: 2em;
}

.entry {
	margin: 0 1.54em 4em 0;
	float: left;
	height: 400px;
	line-height: 1.3em;
}

.entry .content {
	height: 8em;
}

.entry.first {
	margin-bottom: 1em;
	float: none;
}

.entry .info {
	font-size: 0.85em
}

.entry.single {
	height: auto;
	margin-bottom: 1em;
}

.entry.single .info {
	padding-top: 2em;
}

.entry .info a {
	text-decoration: none;
}

.entry .info a:hover {
	text-decoration: underline;
}

.entry h2 {
	font-size: 1em;
	margin-bottom: 0.35em;
}
/*
.entry.single h2 {
	margin-bottom: 0.6em;
}*/

.entry h2 a {
	text-decoration: none;
}

.postcontent {
	/*width: 42.31em;*/
	width: 50em;
	overflow: hidden;
	line-height: 1.1em;
}

.postcontent img {
	max-width: 100%;
}

.postcontent p {
	margin-bottom: 1em;
}

#footer {
	padding-top: 1em;
	margin: 2em;
	clear: both;
}

#footer a {
	text-decoration: none;
}

#footer .next {
	margin-left: 5em;
}

h2 {
	font-size: 1em;
	margin-bottom: 2em;
}

/* @end */

img#wpstats {
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: auto;
}

#googleads {
	margin-top: 4em;
}