/* @override http://macbruker.com/wp/wp-content/themes/macbruker/style.css */
/*
THEME NAME: macbruker.com
THEME URI: 
DESCRIPTION: 
VERSION: 0.1
AUTHOR: Martin Berglund
AUTHOR URI: http://macbruker.com/
TAGS: 
*/


/* GENERAL */
#layer1,
#layer2 {
}
body > #layer1 {
}
body > #layer2 {
}
body {
	background: #f2f2f2 url(images/header.jpg) repeat-x 50% 0;
	font-family: Helvetica, Arial, sans-serif;
	border-top: 1px solid #000;
	font-weight: lighter;
	line-height: 1.6;
	font-size: 14px;
	min-width: 960px;
	color: #445;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	clear: both;
}
h1 {
	margin-bottom: 2px;
	line-height: 1.2;
}
h2 {
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 1.4;
}
h3 {
	font-size: 14px;
	line-height: 1.4;
}
h4 {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.6;
	padding-top: 4px;
}
a {
	text-decoration: none;
	color: #06A;
}
a:hover {
	color: #60c0e0;
}


/* STRUCTURE */
#container {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 840px;
	clear: both;
}
#header {
	position: relative;
	overflow: hidden;
	height: 100px;
	clear: both;
}
#content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	clear: both;
	zoom: 1; /* For IE6 */
}
#main {
	position: relative;
	padding: 5px 25px;
	display: inline; /* For IE6 */
	margin: 15px 0;
	width: 500px;
	float: left;
}
#side {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #e5e5e5;
	margin: 25px 5px 0 0;
	padding: 5px;
	position: relative;
	overflow: hidden;
	display: inline; /* For IE6 */
	float: right;
	width: 260px;
}
#footer {
	text-shadow: 0 1px 1px #fff;
	text-align: center;
	font-weight: 600;
	padding: 10px 0 25px;
	font-size: 12px;
	color: #333;
	clear: both;
}


/* LAYOUT */
#logo {
	margin: 8px 8px 0 22px;
	float: left;
}
#logo a {
	background: url(images/logo.png);
	text-indent: -1000px;
	display: block;
	width: 292px;
	height: 70px;
}
#logo a:hover {
	color: #a0d9ff;	
}
#logo span {
	display: none;
}
#navigation {
	position: absolute;
	right: 15px;
	bottom: 1px;
}
#navigation ul {
	float: right;
	bottom: 0;
}
#navigation ul li {
	margin-left: 3px;
	float: left;
}
#navigation ul li a {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #80c0e0;
	font-weight: 600;
	font-size: 14px;
	padding: 5px 14px 4px;
	display: block;
	color: #fff;
}
#navigation ul li a:hover {
	background: #bef;
	color: #024;
}
#navigation ul li.current_page_item a {
	background: #f2f2f2;
	color: #024;
}
.archive {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	background: #f5f5f5;
	margin: 20px 0;
	font-weight: normal;
}
.archive strong {
	text-transform: lowercase;
}
.post,
.page {
	padding-bottom: 20px;
	margin: 0 0 30px;
}
#single .post,
#single .page {
	margin: 0;
}
.entry-meta {
	margin-bottom: 4px;
	overflow: hidden;
	font-size: 11px;
	clear: both;
}
.entry-meta span {
	padding-right: 12px;
	margin-right: 10px;
	display: block;
	float: left;
}
.entry-meta ul {
	float: left;
}
.entry-meta ul li {
	float: left;
	margin-left: 5px;
}
.date,
.cats {
	text-transform: uppercase;
	padding-top: 1px;
	font-size: 11px;
}
.date {
	border-right: 1px dotted #888;
	text-transform: uppercase;
	color: #888;
}
.entry-title {
	border-bottom: 2px groove #fff;
	text-shadow: 0 1px 0 #fff;
	letter-spacing: -0.05em;
	padding: 0 0 6px;
	margin: 2px 0 8px;
	font-size: 28px;
	line-height: 1;
	clear: both;
	color: #235;
}
.entry-title a {
	color: #235;
}
.entry-title a:hover {
	color: #80c9fc;
}
.entry-title .edit {
	letter-spacing: 0;
	font-size: 10px;
	font-weight: normal;
	display: none;
}
.entry-title:hover .edit {
	display: inline;
}
.entry-title .edit a {
	color: #900;
}
#portfolio .entry-content {
	width: 510px;
}
.entry-content blockquote {
	margin: 0 14px 0 0;
}
.entry-content blockquote p {
	font-family: Georgia, Times, serif;
	font-style: italic;
	line-height: 1.6;
	padding: 2px 14px 0;
}
.entry-content cite {
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	font-weight: 600;
	font-size: 12px;
	position: relative;
	margin: 0 24px 0 0;
	display: block;
	top: -8px;
}
.entry-content acronym {
	border-bottom: 1px dotted #ddd;
	cursor: help;
}
.entry-content ins {
	background: #ffc;
	padding: 2px;
}
.entry-content pre {
	font-family: "Courier New", monospace;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #e5e5e5;
	margin: 4px 0 16px;
	background: #fff;
	padding: 3px;
	overflow: auto;
	color: #000;
}
.entry-content pre span {
	color: #ccc;
}
.entry-content code {
	font-family: "Courier New", monospace;
	overflow: hidden;
	font-size: 13px;
	line-height: 1;
	color: #000;
}
.entry-content table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	table-layout: fixed;
	vertical-align: middle;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #ccc !important;
	margin-bottom: 12px;
	width: 498px;
}
.entry-content table caption {
	margin-right: -1px;
	text-align: left;
	padding: 3px 6px;
	background: #ddd;
	font-size: 12px;
}
.entry-content table thead {
	text-align: left;
	background: #235;
	color: #fff;
}
.entry-content table tr:nth-child(2n) td {
	background: #e9f5ff;
}
.entry-content table th,
.entry-content table td {
	border: 1px solid #ddd;
	padding: 4px 6px 2px;
}
.entry-content table caption,
.entry-content table th {
	border: 1px solid #ddd;
}
.entry-content table a {
	word-wrap: break-word;
}
.entry-content .wp-caption {
	margin-bottom: 16px;
}
.entry-content .wp-caption img {
	float: none;
	margin: 0;
}
.entry-content .wp-caption p {
	font-size: 11px;
	line-height: 1.2;
	margin: 3px 0;
}
.entry-content img {
	margin: 7px 0 0;
}
.entry-content img.size-thumbnail {
	margin: 7px 10px 0 0;
	vertical-align: top;
}
.entry-content img.wp-smiley {
	margin: 3px 2px 0;
}
.entry-content ol,.entry-content ul {
	margin-bottom: 12px;
}
.entry-content ol {
	list-style: decimal;
}
.entry-content ul {
	list-style: square;
}
.entry-content dl {
	border-left: 5px solid #ddd;
	margin-bottom: 13px;
	padding: 0 14px;
}
.entry-content dt {
	padding-top: 4px;
	font-weight: 600;
	font-size: 13px;
}
.entry-content dd {
	padding-bottom: 4px;
	margin-left: 8px;
	font-size: 12px;
	line-height: 1.6;
}
.entry-content li {
	padding: 0 0 8px;
	font-size: 13px;
	line-height: 1.6;
	clear: both;
}
.entry-content p {
	font-family: Georgia, Times, serif;
	margin-bottom: 1.2em;
}
.entry-content strong {
	font-size: 13px;
	font-weight: 600;
}
.entry-content strong,
.entry-content code {
	color: #235;
}
.entry-content strong,.entry-content li,.entry-content dd {
	font-family: Helvetica, Arial, sans-serif;
}
.entry-content code {
	overflow: auto;
}
.entry-content code li {
	font-family: "Courier New", monospace;
}
.entry-content code ol {
	list-style: decimal;
	padding: 0 0 0 40px;
	margin: 0 0 0 0;
}
.entry-content code ol li {
	border-left: 1px solid #ddd;
	padding: 2px 0 2px 4px;
	font-size: 11px;
	line-height: 1;
}
.entry-content code ol li:first-child {
	border-top: 0;
}
.entry-content .more {
	clear: both;
}
.tags {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	padding: 3px 8px 5px;
	background: #fff;
	margin-bottom: 14px;
	overflow: hidden;
}
.tags h4 {
	text-transform: none;
	line-height: 1.4;
	float: left;
}
.tags ul,
.tags ul li {
	float: left;
}
.tags ul li a {
	font-size: 13px;
	margin-left: 6px;
}
.comments {
	border-top: 1px solid #ddd;
	padding: 20px 0;
}
.comments h3 {
	margin-bottom: 10px;
}
.comments h3#comments {
	background: url(images/icons/comments.png) no-repeat 0 50%;
	padding-left: 22px;
}
.comments #respond h3 {
	background: url(images/icons/comment_edit.png) no-repeat 0 50%;
	padding-left: 22px;
}
ol.commentlist {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
ol.commentlist li {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	position: relative;
	background: #fff;
	padding: 10px;	
	clear: both;
	height: 1%;
	zoom: 1;
}
ol.commentlist .bypostauthor {
	border-color: #d0d5da;
	background: #e9f5ff;
}
ol.commentlist li li {
	margin-left: 32px;
}
ol.commentlist li .vcard {
	padding: 3px 0 0 42px;
	position: relative;
	z-index: 1;
}
.nocomments {
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
	color: #ccc;
}
.comment-author {
	overflow: hidden;
}
.avatar {
	position: absolute;
	display: block;
	float: left;
	z-index: 3;
	left: 10px;
	top: 10px;
}
.comment-author h5 {
	font-size: 13px;
	line-height: 1;
}
a.comment-meta {
	text-transform: uppercase;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	color: #888;
}
.comment-author a:hover,
a.comment-reply-link:hover {
	color: #024;
}
.comment-content {
	padding: 8px 4px 12px 42px;
	font-size: 12px;
	line-height: 1.6;
	clear: both;
}
.comment-content p,
.comment-content ol,
.comment-content ul,
.comment-content code {
	margin-bottom: 12px;
}
.reply {
	position: absolute;
	font-size: 13px;
	line-height: 1;
	z-index: 5;
	right: 8px;
	top: 9px;
}
.reply a {
	background: url(images/icons/comment_add.png) no-repeat 0 50%;
	padding: 4px 0 4px 20px;
	font-weight: 600;
}
#respond {
	position: relative;
	padding-top: 20px;
}
li #respond {
	background: url(images/arrowup.png) no-repeat 50% 0;
	margin-top: 6px;
	padding-top: 40px;
}
#respond div {
	margin-bottom: 5px;
}
#respond h3 {
	margin-bottom: 10px;
}
#respond label {
	font-size: 12px;
}
#respond label span {
	color: #aaa;
	margin: 0 0 0 4px;
}
#respond input.text {
	font-size: 12px;
}
#respond textarea {
	width: 99%;
}
#respond input.button {
	text-align: center;
	overflow: visible;
	cursor: pointer;
}
#respond p {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 8px;
}
#respond p strong {
	display: block;
	margin: 12px 0 4px;
}
#respond p code {
	font-size: 12px;
	margin-left: 6px;
}
#respond .cancel-comment-reply {
	background: url(images/icons/cross.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
	position: absolute;
	font-weight: 600;
	font-size: 12px;
	top: 22px;
	right: 0;
}
#respond .subscribe-to-comments {
	position: relative;
	top: -23px;
	left: 140px;
	float: left;
	font-size: 12px;
}
#respond .subscribe-to-comments label {
	font-size: 10px;
}
ul.pagination {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 0 25px;
	margin: -15px 0 25px;
	list-style: none;
	clear: both;
}
ul.pagination li {
	margin-right: 4px;
	float: left;
}
ul.pagination li a,ul.pagination li em {
	border: 1px solid #ddd;
	background: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 4px;
	display: block;
}
ul.pagination li em {
	border-color: #000;
	background: #444;
	font-style: normal;
	font-weight: 600;
	color: #ddd;
}
ul.pagination li a:hover {
	background: #eee;
}
.widget {
	margin: 20px 0 0;
	overflow: hidden;
}
.first {
	margin: 5px 0 0;
}
.widget h3 {
	border-bottom: 1px dotted #aaa;
	text-shadow: 0 1px 0 #fff;
	text-transform: none;
	position: relative;
	padding: 2px 0 4px;
	margin: 0 4px 0;
}
.widget h3 a {
	color: inherit;
}
.widget h3 a:hover {
	color: #a0d9ff;	
}
.widget ul {
	overflow: hidden;
	padding: 0 5px 5px;
}
.widget li {
	margin-right: 20px;
	font-size: 12px;
	line-height: 1;
	padding: 5px 0;
	color: #888;
}
.widget #search-form {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 4px 3px 10px 3px;
	overflow: hidden;
}
.widget #search-form label {
	position: absolute;
	left: -10000px;
}
.widget #search-form input.search-text {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 7px 3px 0;
	font-size: 12px;
	display: block;
	width: 188px;
	color: #aaa;
	float: left;
}
.widget #search-form input.search-text:focus {
	border-color: #aaa;
	color: #235 !important;
}
.widget #search-form input.button {
	text-shadow: 0 -1px 1px #000;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: visible;
	font-weight: 600;
	padding: 4px 3px;
	font-size: 12px;
	background: #024;
	cursor: pointer;
	float: right;
	color: #fff;
	width: 50px;
	border: 0;
}
.widget #search-form input.button:active {
	background-color: #999;		
}
.widget .categories {
	text-transform: none;
}
.widget .categories li {
	background: url(images/icons/bullet_green.png) no-repeat -5px 50%;
	padding: 3px 0 3px 10px;
	width: 110px;
	float: left;
	margin: 3px 0 0;
}
.widget .categories a {
	margin: 0 6px 0 0;
	float: left;
}
.widget li a {
	float: left;
}
.widget .textwidget {
	margin-right: 20px;
	padding: 3px 0;
}
.widget .textwidget p {
	font-size: 12px;
	margin-bottom: 12px;
}
.widget .twitter li {
	text-align: left;
	font-size: 12px;
	line-height: 1.6;
	color: inherit;
}
.widget .twitter li.notweet {
	text-transform: uppercase;
	padding: 10px 25px;
	text-align: center;
	line-height: 1.2;
	font-size: 18px;
	color: #ddd;
}
.widget .twitter li a {
	float: none;
}
.widget .twitter .twitter-timestamp {
	text-align: right;
	font-size: 9px;
	display: block;
}
.widget .flickr {
	margin: 4px 0 10px 0;
	padding: 1px 0 0 0;
	overflow: hidden;
}
.widget .flickr li {
	margin: 0 3px 7px 4px;
	overflow: hidden;
	float: left;
	padding: 0;
}
.widget .flickr a {
	background: #fff;
	padding: 2px;
}
.widget .flickr a img {
	text-align: left;
}
.widget .enhanced-recent-posts {
	margin-top: 2px;
}
.widget .enhanced-recent-posts li {
	background: url(images/icons/bullet_blue.png) no-repeat -5px 50%;
	padding-left: 10px;
	overflow: hidden;
	text-align: left;
	clear: both;
}
.widget #get_recent_comments_wrap li {
	text-align: left;
	padding: 0;
}
.widget #get_recent_comments_wrap li a {
	float: none;
}
.widget #get_recent_comments_wrap li strong {
	font-weight: 600;
	padding: 10px 0 0;
	font-size: 13px;
	display: block;
}
.widget #get_recent_comments_wrap li strong a {
	color: #235;
}
.widget #get_recent_comments_wrap li ul {
	padding: 0;
}
.widget #get_recent_comments_wrap li li {
	line-height: 1.4;
	font-size: 12px;
	margin: 5px 0;
	color: #235;
	padding: 0;
}
.categories h3 {
	background: url(images/icons/book.png) no-repeat 0 30%;
	padding-left: 20px;
}
.search h3 {
	background: url(images/icons/magnifier.png) no-repeat 0 30%;
	padding-left: 20px;
}
#twitter-1 h3 {
	background: url(images/iconize/twitter.gif) no-repeat 0 20%;
	padding-left: 20px;
}
#flickrrss h3 {
	background: url(images/flickr.png) no-repeat 0 30%;
	padding-left: 20px;
}
#text-420147081 h3 {
	background: url(images/icons/vcard.png) no-repeat 0 30%;
	padding-left: 20px;
}
#enh-rp-437695651 h3 {
	background: url(images/icons/book_open.png) no-repeat 0 30%;
	padding-left: 20px;
}
#get-recent-comments h3 {
	background: url(images/icons/comments.png) no-repeat 0 30%;
	padding-left: 20px;
}
#footer a {
	font-weight: 600;
	color: inherit;
}
#footer a:hover {
	font-weight: 600;
	color: #a0d9ff;
}
.zoom span {
	background: url(images/zoom.png) no-repeat;
	position: absolute;
	height: 50px;
	width: 50px;
}
.alignleft {
	margin: 8px 16px 0 0 !important;
	float: left;
}
.alignright {
	margin: 8px 0 0 16px !important;
	float: right;
}
a.showhide {
	position: absolute;
	margin-left: -30px;
	cursor: pointer;
	display: block;
	height: 85px;
	z-index: 99;
	width: 60px;
	left:  50%;
}
a.showhide:hover {
	background: url(images/flashlight.png) no-repeat 50% -2px;
}