/*
Theme Name: RAND Nic Hess
Theme URI: http://rand.ch/
Description: RAND for Nic Hess
Version: 0.51
Author: Brogramming.com
Author URI: http://Brogramming.com/
Tags: white, selectboxes
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #000;
	}

#header {
	font-size: 1em;
	line-height: 1.5em;
	}

#content {
	font-size: 1em;
	}


small {
	font-size: 0.9em;
	line-height: 1.4em;
	}

h1, h2 {
	font-weight: normal;
	font-size: 1.1em;
	margin: 0em;
	line-height: 1.45em;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #000;
	text-decoration: none;
	}
	
#content a:visited {
	color: #666;
	text-decoration: none;
	}

a:hover, #content a:hover, .current_page_item a {
	color: #999;
	text-decoration: underline;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0px;
	}

#page {
	margin: 0px;
	padding: 0px;
	}

#header {
	position: fixed;
	left: 0em;
	top: 0em;
	padding-top: 3.2em;
	padding-left: 5.6em;
	background-color: #fff;
	width: 100%;
	opacity: 0.9;
	white-space:nowrap;
	}

#header .pages {
	text-align: right;
	padding-right: 7.2em; /* 5.6 + 1.6 */
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0em;
}
#header .pages ul {
	list-style-type: none;
	list-style: none;
}
#header .pages li{
	display: inline;
	margin-left: 1em;
}

#header select {
	font-size: 1.1em;
	background-color: #ffffff;
	border: 2px solid #000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}
#header select#cat {
	width: 14em; /* (160 - 4 (border)) / 11 */
	margin-right: 5.09em; /* 5.09 = 56 / 11 */
}
#header select#articles {
	width: 39.6em; /* (496 - 56 - 4 (border) = 436) / 11  */
}

#content {
	margin-top: 9.6em; /* 48+16+56-24 */
	margin-left: 27em; /* 56+56+160 - 2?? */ 
	padding-left: 0px; /* select border: 4 ?? */
}


.post {
	margin: 0em;
	clear: both;
	}
.post .entry {
	margin-top: 0.8em; /* 24-16 */
	/*margin-bottom: 4em;*/ /* 64-24 */
	width: 60em;
	clear: both;
	}
.post .entry h2 {
	}

.post .entry h3
{
	font-size: 1em;
	font-weight: bold;
	border-top: 1px dotted #000;
	width: 40em;
	padding-top: 2em;
	margin-top: 2.4em;
}


.post .text {
	position: fixed;
	left: 5.6em;
	bottom: 3.5em; /* 4.8-1.3 */
	width: 16em; /* 160 */
	color: #666;
}
.post .text.hidden {
	display: none;
}
.post .texttext {
	padding-top: 1px; /* (24 / 11) ?? */
	font-size: 1.1em;
	line-height: 1.4em;
	width: 40em; /* (496 - 56 = 440) / 11 */
}

.post .entry img.attachment-medium {
	/*width: 40em;*/
}

.post .entry img {
	float: left;
	margin-right: 1.6em;
}

.post .moreimgs {
	/*margin-left: 1.6em;*/
}


.clear {
	clear: both;
	height: 4em; (64-24)
}
.clear2 {
	clear: both;
	height: 3.2em;
}

#gallery {
	z-index: 2;
	position: fixed;
	left: 0em;
	top: 0em;
	background-color: #fff;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#gallery img {
	/*height: 95%;
	max-height: 800px;*/
	/*max-width: 1200px;*/ /* verzieht? */
}

#gallery #gallery_legend {
	margin-top: 1em;
	margin-left: 5.6em;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/* End Entry Lists */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.invisible {
	visibility: hidden;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/
