/*
Theme Name:		Alpinist
Theme URI:		http://www.alpinist.si
Description:	The custom design for climber's blog. By <a href="http://pikapoka.com">Blaz Grapar</a>.
Version:		1.0
Author:			Blaz Grapar
Author URI:		http://pikapoka.com/
*/

@import "reset.css";

html {
	font-size: 62.5%;
}

body {
	background: #393939 url(images/body_bg.png) repeat-x top left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, times, "Times New Roman", serif;	
	font-weight: normal;
}

h4 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

h5 {
	font-size:1.1em;
	letter-spacing:0.18em;
	text-transform:uppercase;
	font-weight: normal;
}

sup {
	font-size: 0.7em;
	padding-bottom: 0.3em;
}

a {
	color: #69c;
	text-decoration: none;
}

a:hover {
	border-bottom:1px dotted #69c;
}

/* layout */
#container {
	width: 90em;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 4px;
	border: 1px solid #666;
	margin: 10em -5px 2.7em -5px;
	border: 1px solid #666666;
	position: relative;
}

#logo {
	background:transparent url(images/logo.gif) no-repeat left center;
	font-family: Georgia, Times, serif;
	font-size: 4.2em;
	font-weight: normal;
	height: 41px;
	left: 0.476em;
	line-height: normal;
	position: absolute;
	text-indent: -9999em;
	top: -1.69em;
	width: 140px;
}

#tagline {
	width: 90em;
	height: 240px;
	background: transparent url(images/panorama.jpg) repeat-x center center;
	text-indent: -9999em;
}

#header ul {
	float: right;
	font-family: Georgia,Times,serif;
	left: 62em;
	position: absolute;
	top: -5.4em;
}

#header ul li {
	float: left;
	font-size: 1.5em;
	margin-left: 1em;
}

#content {
	width: 56em;
	float: left;
	margin: 0 2em;
}

#sidebar {
	width: 26em;
	float: right;
	margin-right: 2em;
}

#footer {
	clear: both;
	width: 90em;
	float: left;
	padding: 2em 0;
	border-top:3px double #666666;
	color: #666;
}

/* content */
#content h1 {
	font-size: 2.5em;
	margin-bottom: 1em;
	color: #fff;
}

#content h2 {
	font-size: 2.1em;
	margin-bottom: 1em;
	color: #fff;
}

#content h3 {
	font-size: 1.8em;
	margin-bottom: 1em;
	color: #fff;
}

div.entry p,
div.entry li,
div.page p,
div.page li {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #f1f1f1;
}

#content p,
#content ul {
	margin-bottom: 1em;
}

ol.footnotes li {
	list-style-type:decimal;
	margin-bottom: 1em;
}
ol.footnotes {
	color:#666666;
	font-size: 1em;
}

/* post */
div.navigation {
	font-size: 1.1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dotted #666;
	color: #ccc;
	float: left;
}

div.navigation p.previous {
	float: left;
}

div.navigation p.next {
	float: right;
}

div.single {
	width: 86em;
	float: left;
}

p.postdate {
	width: 25em;
	float: right;
}

div.entry {
	width: 56em;
	float: left;
}

/* forms */

form ol li {
	clear: both;
	margin-bottom: 1em;
}

label {
	display: block;
	width: 10em;
	margin-right: 1em;
	float: left;
	font-weight: bold;
}

#submit {
	margin-left: 11em;
	font-size: 1em;
	font-weight: bold;
	/*padding: 0.3em 1.5em;*/
}

input.form_submit {
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.25em;
	background-color: #fff;
	color: #333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
/* comments */
#comments {
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px solid #666;
	clear: both;
	font-size: 1.1em;
}

#comments h3 {
	font-style: italic;
}

#comments form {
	background: #333;
	padding: 1em;
	margin-bottom: 2em;
}

li.subscribe-to-comments {
	margin-left: 11em;
}

/* sidebar */
#sidebar h4 {
	color: #eee;
}

#sidebar p,
#sidebar li {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #f1f1f1;
}

#sidebar p,
#sidebar ul {
	margin-bottom: 1em;
}

#footer h5 {
	margin-bottom:1em;
}

#favorites, #search, #copyright {
	float: left;
	margin: 0 2em;
	width: 26em;
}
#favorites li {
	background: transparent url(images/icons/favorite_10.png) no-repeat scroll left center;
	padding-left: 2em;
	width: 24em;
}

#footer li a {
	font-size:1.1em;
	line-height:1.5em;
}

#footer p {
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom: 1em;
}

/* icons */

.photo {
	padding-left: 20px;
	background: transparent url(images/icons/photo_16.png) no-repeat center left;
}