/*
Theme Name: iPublishTheme
Theme URI: http://ipublish.no/
Description: Basisthemen til iPublish.no og er based on <a href="http://www.plaintxt.org/themes/sandbox/">SandBox</a>.
Version: 1.0b
Author: Magnus Kolstad
Author URI: http://infiniteloop.no/
*/

body {
	font-size: 14px;
	background: #e4f2fd;
	font-family: helvetica, arial, sans-serif;
	color: #333;
	line-height: 1.6;
}

a { color: #06a; text-decoration: none; }

a:hover { color: #6a0; text-decoration: underline; }

.wrapper { width: 960px; margin: 0 auto; }
#header { background: ; }
#container { background: transparent; }
#container .wrapper { background: #fff; }

#main {
	margin: 10px;
	display: inline;
	width: 620px;
	float: left;
}

#sidebar {
	font-size: 12px;
	width: 300px;
	float: right;
	margin: 10px;
	display: inline;
}

/**** HEADER ****/

/*
#blog-logo {
	background-image: url(http://projects.infiniteloop.no/ipublish/images/header.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 960px;
	text-indent: -9999px;
}
*/

#blog-logo {
	height: 0px;
	width: 960px;
	text-indent: -9999px;
}

/**** NAVIGATION ****/

#navigation {
	font-size: 17px;
	padding: 20px 0;
}

#navigation a {
	color: #666;
	display: block;
	padding: 10px;
}

#navigation a:hover, #navigation .current a { color: #111; }

#navigation ul {
	background: #fff;
	list-style: none;
	line-height: 1;
}

#navigation ul li {
	float: left;
	margin-left: 10px;
}

/**** CONTENT ****/

#main .post, #main .page { padding: 10px; }

hr.post-divider {
	margin: 20px 10px 25px 10px;
	border: 0;
	border-top: 1px #dedede dashed;
	background: transparent;
	height: 1px;
	clear: both;
}

hr.post-divider.nomargin { margin: 25px 0; }

h2.entry-title, h1.entry-title, h1.page-title {
	font-weight: 700;
	margin: 6px -1px 12px;
	font-size: 28px;
	line-height: 1.2;
}

h1.page-title {
	margin: 0 0 20px 0;
	border-bottom: 1px #bbb solid;
}

body.category h1.page-title { margin: 6px 10px; }

.entry-date {
	font-size: 12px;
	font-style: italic;
	color: #666;
}

.entry-date .entry-month { margin-left: 5px; }
.entry-date .entry-time { margin-left: 5px; }
.entry-content { font-family: Georgia, Times, serif; }

.entry-content h2, .entry-content h3, .entry-content h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 16px 0 2px;
}

.entry-content h2 { font-size: 18px; }
.entry-content h3 { font-size: 14px; }
.entry-content h4 { font-size: 12px; text-transform: uppercase; }

.entry-content p, .entry-content ul, .entry-content ol, .entry-content dl,
.entry-content pre, .entry-content img, .entry-content table, .comment-content p, .footerbox p {
	margin-bottom: 18px;
}

.entry-content ul {
	list-style: square;
	margin-left: 30px;
	margin-top: 10px;
}
.entry-content ol {
	list-style: decimal;
	margin-left: 30px;
	margin-top: 10px;
}

.entry-content ul li, .entry-content ol li {
	margin-bottom: 7px;
}

.entry-content img {
	max-width: 600px;
	margin: 0 0 15px;
}

.entry-content acronym, .entry-content abbr { border-bottom: 1px dotted #dedede; }
.entry-content del { text-decoration: line-through; }

.entry-content pre, .entry-content code {
	font-family: Monaco, 'Courier New', monospace;
	background: #333;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
}

.entry-content pre { padding: 10px; }
.entry-content code { padding: 0 2px; }

.entry-content table {
	font-family: Helvetica, Arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
	line-height: 1.4;
}

.entry-content table caption {
	text-transform: uppercase;
	font-weight: 700;
	background: #dedede;
	margin-right: -1px;
	padding: 5px;
}

.entry-content table th, .entry-content table td {
	border: 1px solid #dedede;
	vertical-align: middle;
	padding: 5px;
}

.entry-content table th { background: #eee; }
.entry-content dt { font-weight: 700; margin-top: 18px; }
.entry-content dd { margin: 0 0 15px 15px; }

/** POST META **/

.entry-meta {
	background: #f9f9f9;
	font-size: 12px;
	margin: 20px 0 10px 0;
	padding: 8px 10px;
	clear: both;
}

.entry-meta ul li { float: left; list-style: none; }
.entry-meta .sharethis a:hover { text-decoration: none; }
.entry-meta .sharethis a img { margin: 0 5px; }

.post .more-link {
	display: block;
	font-size: 16px;
	clear: both;
	margin-top: 10px;
}

.related {
	width: 410px;
	padding: 10px;
	margin: 10px;
	background: #f5f5f5;
}

.related ul { margin: 10px 0 0 17px; }

.related ul li {
	font-size: 13px;
	list-style: square;
	margin-bottom: 5px;
}

/* IMAGES */

.alignright, img.alignright, img.right { float: right; margin: 5px 0 10px 15px; }
.alignleft, img.alignleft, img.left { float: left; margin: 15px 15px 0 0; }
.aligncenter, img.aligncenter, .img.center { display: block; margin: 15px auto; text-align: center; }
.nomargin, img.nomargin, .img.nomargin { margin: 0 0 15px; }

/**** PAGINATIOR ****/

/*
#pages { margin: 20px 0 0; }

.paginator {
	text-align: center;
	padding: 1px;
}

.paginator a {
	border: 1px solid #dedede;
	padding: 3px 7px;
	vertical-align: baseline;
	line-height: 1.2;
}

.paginator span {
	padding: 3px 7px;
	vertical-align: baseline;
}

.paginator .current, .paginator a:hover {
	background: #fff;
	border: 1px solid #666;
	text-decoration: none;
}

.paginator .previous, .paginator .next { margin-top: -1px; }
*/

/**** NAVIGATION ****/

.navigation {
	font-size: 12px;
	border-top: 1px #f5f5f5 solid;
	border-bottom: 1px #f5f5f5 solid;
	margin: 0 10px;
	padding: 5px 0;
	clear: both;
}

.navigation .nav-next, .navigation .nav-previous {
	width: 45%;
	margin: 0;
}

.navigation .nav-next { float: right; text-align: right; }
.navigation .nav-previous { float: left; }

/**** COMMENTS ****/

.comment-header { font-size: 25px; margin-bottom: 10px; }
#comments { font-size: 12px; padding: 10px; }
.comment { clear: both; }
.comment-author { float: left; }
.comment-content { margin: 0 35px 0 100px; }

.comment-meta {
	color: #666;
	margin: 0 0 10px 100px;
}

.comment-author, .comment-author a {
	font-weight: 700;
	color: #000;
	margin-right: 2px;
}

.comment-permalink { float: right; }
.comment-permalink a { color: #999; }
.comments li { list-style: none; }

.comments li {
	margin-bottom: 10px;
	padding: 10px;
}

.comments li.alt { background: #f9f7ed; }

.comments li .unapproved {
	color: #c00;
	font-size: 14px;
	margin: 0 0 10px 100px;
	display: block;
}

.comments li.bypostauthor { background: #eee; }

/*** COMMENT FORM ***/

#commentform { clear: both; }

#commentform span.required {
	color: #c00;
	font-weight: bold;
}

#commentform .form-label {
	font-size: 14px;
	color: #666;
	margin-left: 3px;
}

#commentform .form-input { margin-bottom: 10px; }

#commentform .form-input input:focus, #commentform .form-textarea textarea:focus {
	background: #fff;
	border: 1px #000 solid;
	outline: 0;
}

#commentform .form-input input, #commentform .form-textarea textarea {
	background: #f5f5f5;
	font-size: 14px;
	border: 1px #dedede solid;
	padding: 5px;
}

#commentform .form-submit input#submit {
	background: #f2f2f2;
	font-size: 13px;
	border: 3px double #aaa;
	border-top-color: #ddd;
	border-left-color: #ddd;
	margin: 10px 0;
	padding: 5px 10px;
	cursor: pointer;
}

#commentform .form-submit input#submit:active {
	border-top-color: #aaa;
	border-left-color: #aaa;
}

#commentform #login { margin: 20px 0 10px; }

/**** SIDEBAR ****/

.sidebar h3 {
	font-size: 17px;
	margin-bottom: 10px;
	border-bottom: 1px #bbb solid;
}

.sidebar ul ul { margin-left: 10px; }

.sidebar input#s {
	width: 220px;
	border: 1px #ccc solid;
	font-size: 13px;
	padding: 5px;
}

.sidebar li {
	list-style: none;
	margin: 0 0 20px;
}

.sidebar li form {
	margin: 10px 0 0;
	padding: 0;
}

.sidebar ul ul { margin-left: 15px; }

.sidebar ul ul li {
	list-style: square;
	margin: 0 0 10px;
}

.sidebar ul ul ul { margin: 0 0 0 10px; }
.sidebar ul ul ul li { list-style: circle; }

/*** WIDGETS ***/

.sidebar #about {
	background: #f9f7ed;
	padding: 10px 15px;
}

.sidebar #about .photo {
	float: right;
	margin: 0 0 5px 10px;
}

.sidebar #about ul, .sidebar #about ul li {
	margin: 0;
	list-style-type: none;
}

/** LATEST TWEETS **/

/*
#latest-tweets {
	background: #f9f7ed;
	padding: 10px 15px;
}

ul#twitter_update_list a {
	position: absolute;
	left: -9999px;
}

ul#twitter_update_list span a { position: relative; left: 0; }

#twitter_update_list li,
#latest-comments ul li {
	margin: 0 0 10px;
	overflow: hidden;
	padding-top: 10px;
	border-top: 1px #ddd dashed;
}

#twitter_update_list li:first-child,
#latest-comments ul li:first-child {
	padding-top: 0;
	border-top: 0;
}
*/

/**** FOOTER ****/

#footer {
	background: #f9f7ed;
	font-size: 13px;
	clear: both;
	margin-top: 20px;
	padding: 20px 20px 30px;
}

#footer h4 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}

#footer .footerbox {
	width: 270px;
	float: left;
	margin: 0 20px;
}

#footer .footerbox ul li {
	margin-bottom: 5px;
	margin-left: 17px;
	list-style-type: square;
}

#footer #footer-popular {
	margin: 0 35px;
}

/**** MISC ****/

.archive li { margin: 15px 0; }

/* Rykter, sladder, baksnakking er snadder – Jokke */