/*
Theme Name: MacLoop 1.0
Theme URI: http://wordpress.org/
Version: 1.0
Author: Magnus Hjelm
*/

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;	
	color: #000;
	background: #eee;
	margin: 0;
	padding: 0;
}

a {
	color: #284487;
}

a:hover {
	color: #4b77c2;
}

#header-container {
	background: url("images/header-bkg.gif") repeat-x;
	height: 128px;
}

#header {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}

#main-container {
	background: url("images/top-grad.gif") repeat-x #fff;
	padding: 30px 0;
}

#main {
	width: 850px;
	margin: 10px auto 0 auto;
}

#content {
	float: left;
	width: 520px;
}

.entry {
	margin-bottom: 2.6em;
	padding-bottom: 1.5em;
	border-bottom: 1px dashed #ccc;
}

.entry blockquote {
	font-family: Georgia, Times, serif;
	color: #666;
	font-size: 1.2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

.entry h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
}

.entry h2 a {
	text-decoration: none;
}

.entry p {
	font-size: 1.15em;
	line-height: 1.6em;
	margin-bottom: 1.1em;
}

.entry ul {
	font-size: 1.15em;
	line-height: 1.6em;
	margin-bottom: 1.1em;
}

.entry p.entry-meta {
	color: #b5b5b5;
	background: url("images/document-icon.gif") 0 49% no-repeat;
	padding-left: 15px;
}

.entry p.entry-comments {
	font-weight: bold;
	background: url("images/arrow-icon.gif") 0 49% no-repeat;
	padding-left: 15px;
	height: 100%;
}

.entry p.entry-comments a {
	text-decoration: none;
}

.entry p.bloggarse {
	color: #ccc;
}

.entry p.bloggarse a {
	color: #ccc;
}

.adsense {
	text-align: left;
	background: #eee;
	padding: 15px;
	margin: 20px 0 10px 0;
}

.entry p.bloggarse a:hover {
	background: none;
}

.entry ul {
	margin-bottom: 1.1em;
}

#related h3 {
	padding: 5px 0 5px;
}

#related li {
	padding-left: 0;
}

#pagination a {
	text-decoration: none;
}

#pagination .older {
	float: left;
}

#pagination .newer {
	float: right;
}

#comments {
	margin-top: 5px;
	font-size: 1.15em;
	line-height: 1.6em;
}

#comments h3 {
	font-size: 1.1em;
}

#comments cite {
	font-weight: bold;
	font-style: normal;
}

#comments p.comment-authour{
	padding-top: 7px;
}

#comments ol {
	list-style: none;
}

#comments ol li {
	background: #eee;
	padding: 15px;
	margin-bottom: 7px;
}

#comments form input {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
}

#comments form textarea {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	width: 500px;
	height: 50px;
}

#comments form #submit {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	background: #eee;
	margin-top: 10px;
	font-weight: bold;
}

#comments h3 {
	margin-bottom: 5px;
}

#comments h3#respond {
	margin: 15px 0 5px;
}

#sidebar {
	float: right;
	width: 300px;
	margin-top: -15px;
}

.sidebar-element {
	border-bottom: 1px dashed #fff;
	padding: 15px 0;
	line-height: 1.4em;
}

.sidebar-element a {
	text-decoration: none;
}

.sidebar-element h3 {
	padding-bottom: 5px;
	font-size: 1.2em;
}

.sidebar-element.welcome {
	background: url("images/imac-icon.gif") no-repeat 0 15px;
	padding-left: 65px;
	height: 100%;
}

.sidebar-element.rss {
	background: url("images/rss-icon.gif") no-repeat 0 15px;
	padding-left: 65px;
	height: 100%;
}

.sidebar-element.rss p.rss-link {
	padding-top: 5px;
}

.sidebar-element.archive {
	background: url("images/archive-icon.gif") no-repeat 0 13px;
	padding-left: 65px;
	border-bottom: 1px dashed #ccc;
	height: 100%;
}

.sidebar-element.archive ul {
	list-style: none;
	margin-top: 5px;
}

.sidebar-element.archive ul li {
	margin-top: 3px;
}

.sidebar-element.links {
	border-bottom: 1px dashed #ccc;
}

.sidebar-element.links ul {
	list-style: none;
	margin-top: 5px;
}

.sidebar-element.links ul li {
	margin-top: 3px;
	display: inline;
}

.sidebar-element.ads {
	text-align: left;
	background: #eee;
	padding: 15px;
	margin: 20px 0 10px 0;
	border-bottom: none;
}

#footer-container {
	border-top: 1px solid #ccc;
}

#footer {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

#footer p {
	line-height: 1.6em;
}


/* --- ClearFix --- */
.clear-fix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear-fix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear-fix {height: 1%;}
.clear-fix {display: block;}
/* End hide from IE-mac */*/


