/*

Theme Name: toob.no
Theme URI: http://toob.no/
Description: Custom built theme based on BlueprintCSS.
Version: 1.0
Author: Eivind Borgersen
Tags: grid, centered, fixed width, blueprint, white, black, grey

*/

body {
	font-family: "Corbel", Helvetica, Arial, sans-serif;
	/*background: url("images/bg.jpg") top left no-repeat;
	background-attachment: fixed;*/
	background: /*#fbfbf8 */ #fff;
}

h1 {
	margin-top: 90px;
	padding: 0;
}

	h1 a {
		display: block;
		width: 150px;
		height: 36px;
		background: url("images/logo.png") no-repeat top left;
	}
	
		h1 span {
			display:none;
		}

#navigation {
	margin-top: 96px;
	margin-bottom: 180px;
	padding: 0;
	list-style-type: none;
}

	#navigation .page_item a {
		display: block;
		float: left;
		margin-right: 24px;
		padding: 3px 7px 4px 7px;
		background: #fff;
		font-family: "Cambria", Times, serif;
		font-size: 1.4em;
		font-style: italic;
		letter-spacing: -1px;
		text-decoration: underline;
		color: #231f20;
		
	}
	
		#navigation .page_item a:hover {
			color: #ccc;
		}
	
	#navigation .current_page_item a, 
	#navigation .current_page_parent a,
	#navigation .current_page_ancestor a {
		display: block;
		float: left;
		margin-right: 100px;
		padding: 3px 9px 4px 6px;
		background: #231f20;
		font-family: "Cambria", Times, serif;
		font-size: 1.4em;
		font-style: italic;
		letter-spacing: -1px;
		text-decoration: none;
		color: #fff;
	}
	
	#navigation .page-item-4 a {
		margin:  0 100px;
	}
		
	#navigation .current_page_item a:hover,
	#navigation .current_page_parent a:hover,
	#navigation .current_page_ancestor a:hover {
			color: #fff;
			text-decoration: underline;
		}

.subnav,
.categories,
.pagenav {
	padding: 2px;
	list-style-type:  none;
}

	.pagenav ul,
	.categories ul {
		padding: 2px;
		list-style-type: none;
	}

.pagenav a,
.categories a,
.subnav a {
	color: #777;
	text-decoration: none;
}

	.pagenav a:hover,
	.categories a:hover,
	.subnav a:hover {
		color: #231f20;
		text-decoration: underline;
	}
	
/*	.subnav a:visited {
		text-decoration: line-through;
	}*/

#short_text {
	margin-top: 146px;
	margin-left: -13px;
}

	#short_text p {
		padding: 12px 14px;
		background: #fff;
		font-family: "Cambria", Times, serif;
		font-style: italic;
		font-size: 1.5em;
		color: #777;
	}
	
h2 {
	margin: 5px 0 5px 0;
	font-family: "Cambria", Times, serif;
	font-size: 1.25em;
	font-style: italic;
	text-indent: 2px;
/*	line-height: 1.25em;*/
	color: #231f20;
}

	h2.small {
		margin: 0;
		width: 100%;
		font-size: 1em;
		color: #777;
		border-bottom: 1px solid #ccc;
	}
	
	h2.medium {
		font-size:  1.5em;
	}
	
	h2.big {
		margin-top: -23px;
		margin-bottom: 8px;
		width: 100%;
		font-family:  "Corbel", Helvetica, Arial, sans-serif;
		font-size: 2.5em;
		letter-spacing: -1px;
		color: #231f20;
		border-bottom: 1px solid #ccc;
	}
	
	h2 a {
		color: #231f20;
		text-decoration: none;
	}
	
	h2 a:hover {
		text-decoration: underline;
	}

h3 {
	margin: 9px 0 5px 0;
	font-family: "Cambria", Times, serif;
	font-size: 1.1em;
	font-style: italic;
}
	
a {
	color: #231f20;
	text-decoration: underline;
}

	a:hover {
		color: #777;
	}

p {
	font-size: 1.05em;
	padding-left: 2px;
	color: #777;
}

#meta p {
	font-size: 1em;
}

#journal p {
	max-width: 550px;
}

#journal_front p {
	width: 270px;
}

#journal_front img {
	max-width: 270px;
}

#journal img {
	max-width: 590px;
	margin-bottom: 1.5em;
}


#journal ul {
	width: 510px;
	color: #777;
	font-size: 1.05em;
	list-style-type: inherit;
	list-style-image: url("images/bullet.png");
}

#portfolio img {
	max-width: 590px;
}

#portfolio h3 {
	margin-bottom: 1.5em;
}
.comment-info,
.comment-data {
	padding:  0 10px;
}

.alt {
	background: #f9f9f9;
}
.alignleft {
	margin: 0.8em 1.5em 0 0;
	float: left;
}

.alignright {
	margin: 0.8em 0 0 1.5em;
	float: right;
}

.alignnone {
	margin:  0.8em 0 0 0;
	float: none;
}


/* WordPress Code */
.wp-caption img {
	max-width: 590px;
	float: left;
	margin: 0 0 1.5em 0;
}

p.wp-caption-text {
	display: block;
	float:  right;
	width: 120px !important; 
	font-size: 1em;
	font-style: italic;
	padding: 1.5em;
	margin:  -1.5em 40px 1.5em 1.5em;
	color: #231f20;
	background: #fff;
	border-top: 2px solid #231f20;
	border-bottom: 1px solid #ccc;
}


blockquote {
	display: block;
	float: left;
	clear: both;
	width: 270px !important; 
	font-size: 1em;
	font-style: italic;
	padding: 1.5em;
	margin: 0 1.5em 1.5em 0;
	color: #231f20;
	background: #fff;
	border-top: 2px solid #231f20;
	border-bottom: 1px solid #ccc;
}

	blockquote p {
		width: 270px !important;
	}

/* Miscellanous */

p.entry {
	margin-left: -5px;
}

p.entry a {
	color:  #777;
	font-family: "Cambria", Times, serif;
}

	p.entry a:hover {
		color: #231f20;
	}

p.entry span {
	color: #777;
	margin: 0 5px;
}

	p.entry span:hover {
		color: #231f20;
	}

#contactinfo {
	padding: 0;
	list-style-type: none;
}
	#contactinfo li {
		text-indent: 2px;
	}
	
.hr_clear {
	clear: both; 
	visibility: hidden;
}

.bottom {
	border-bottom: 2px solid #d5d3bf;
}
	

.black {
	color: #231f20;
}

.avatar {
margin: 10px 0 -1.5em 0;
}

b, strong {
	color: #231f20;
}

