
/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
html {
	overflow-y: scroll;
}
p {
  padding-bottom: 16px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


html, body {
  overflow:hidde;
  height:100%;
}
body {
  font: 15px Arial, Helvetica, sans-serif;
  background: #ececec url(images/bg_site.png) repeat-x left top;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  font-family: Arial;
  color: #000;
  font-weight: normal;
  padding-bottom: 5px;
}
a { 
  color: #000;
}
a:hover { 
  color: #ca1e19;
}



/* MAIN DIV */
#header { 
  height: 54px;
  background: #3c3c3c;
  border-bottom: 6px solid #e2e2e2;
  margin: 0; 
}
.main_header {
  width: 935px; 
  padding: 0 25px;
  margin: 0 auto;
}
#content { 
  width: 945px; 
  background: #ffffff;
  padding: 25px 20px;
  margin: 0 auto;
  min-height:100%;
}
.leftside {
  float: left;
  width: 610px;
  padding: 0 45px 0 0;
  background:#fff;
	
}
.rightside {
  float: left;
  width: 290px;
  background:#fff;
}



/* HEADER */
#header ul.menu { 
  float:left; 
  padding: 17px 0 0 25px; 
}
#header ul.menu li { 
  float:left; 
  margin: 0 15px 0 0; 
}
#header ul.menu li a { 
  color: #ababab; 
  text-decoration: none; 
  font-size: 17px; 
  padding:5px 10px; 
  background:#444;
}
#header ul.menu li a:hover { 
  color: #fff; 
  background:#4a4949; 
}
#header .logo {
  padding: 16px 0 0 0;
  float: left;
}
#header .logo h1, #header .logo h3.h1head { 
  font-size: 20px;
  font-family:  Arial;
  color: #fff;
  letter-spacing: normal;
}
#header .logo h1 a, #header .logo h3.h1head a {
  color: #fff;
  background: url(images/mattiashosio_logo.png) no-repeat left top;
  padding: 3px 0 5px 40px;
  text-decoration: none;
}
#header .logo h1 a:hover, #header .logo h3.h1head a:hover {
  text-decoration: underline;
}



/* POST */
.post {
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dadada;
}
.entry {
  color: #333; 
  line-height: 1.5em; 
  color: #777777; 
}
.leftside h1, .leftside h2 {
  color: #000;
  padding: 0 0 6px 0;
  font-size:34px;
  letter-spacing: -1px;
}
.leftside h1 a, .leftside h2 a {
  color: #000;
  text-decoration: none;
  font-size:34px;
  letter-spacing: -1px;
}
.leftside h1 a:hover, .leftside h2 a:hover {
  color: #ca1e19;
  text-decoration: none;
}
.entry p { 
  font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif !important; 
  font-size: 17px !important; 
  line-height: 1.5em; 
  color: #333; 
  font-weight: normal;
  margin-bottom: 8px !important;
}    
.entry img { 
  border: 5px solid #eaeaea; 
}
.entry ul {
  margin-left:20px;
  margin-bottom:24px;
  margin-top:-15px;
}
.entry ul li {
  list-style: disc;
  color:#333;
}
p.metadata {
margin-bottom: 8px !important;
}
p.metadata, p.metadata a {
  color: #919191;
  font-size:14px;
  font-family: "Myriad Pro", Myriad, Tahoma, Arial, Helvetica, sans-serif !important; 
  text-decoration:none;
}
p.metadata a:hover{
  color: #000;
}



/* RIGHT */
.rightbox {
  background: #fff;
  padding: 10px 0 0 0px;
  margin: 0 0 30px 0;
}
.rightbox2 {
  background: #fff;
  padding: 10px 0 0 0;
  margin: 0 0 30px 0;
}
.rightside h3 {
  color: #919191;
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 0 0px;
}
.rightside p, .rightside li {
  font-size: 13px:
}
.rightside ul li {
    padding-bottom: 6px;
}
.rightside ul li a {
	text-decoration:none;
}




#dsq-content iframe, #dsq-popup-alert iframe {
    height: 355px;
}

#dsq-content .dsq-header-avatar img {
    width: 48px;
    height: 48px;
}


ul#recentcomments { 
	margin:0 !important;
}
ul#recentcomments li {
	padding: 0 !important;
	margin: 0 0 0 0 !important;
	background: none !important;
	margin-bottom:15px !important;
	height:50px;
}
ul#recentcomments img {
	float:left;
	width:50px;
}
ul#recentcomments span.txted {
	background-repeat:no-repeat !important;
	background-color:#fef9d9 !important;
	display:block !important;
	float:right !important;
	min-height:28px !important;
	line-height:15px !important;
	overflow:hidden !important;
	padding:10px 10px 10px 10px !important;
	width:212px !important;
	font-size:13px !important;
	margin-bottom: 5px !important;
	border: 1px solid #fce452;
}
ul#recentcomments a {
	text-decoration:none;
}
ul#recentcomments a:hover span {text-decoration:underline; color:#000; }


div#foursquare a {
	text-decoration:none;
}
div#foursquare li {
	padding-left:0;
	background:none;
	padding-bottom:6px;
}
div#foursquare li span {
	color: #ca1e19;
}




