/* -------------------------
   
   File Name	: master.css
   Description	: digitalmccann.com master css file for screen media.
   Author		: Ozgur Gunes @ Digital McCann
   Creation		: 31.07.2009

------------------------- */

/* Reset browser defaults */
@import url('reset.css');

/* Apply basic typography styles */
@import url('typography.css');

/* GENERIC
------------------------- */
.picture {
	float: left;
	margin-right: 1em;
}

img {
	display: inline-block;
}

.news,
.comment {
	background: #f7f7f7;
	padding: 15px;
	margin-bottom: 2em;
}

.comment {
	background: #f7f7f7  url(../img/balloon_bottom.gif) no-repeat bottom;
	padding-bottom: 2.5em;
	margin-bottom: .5em;
}
.news h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
}

.news h2 a {
	text-decoration: none;
	color: #0046ad;
}

p {
	margin-bottom: .5em;
}

a {
	color: #e80008;
}

a.user {
	text-decoration: none;
}

/* LAYOUT
------------------------- */
body {
	font-size: 11px;
	line-height: 1.3em;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding-top: 45px;
}

#footer {
	position: fixed;
	bottom: 0;
	background: #f7f7f7 url(../img/footer_bg.gif) no-repeat top;
	padding: 50px;
	padding-bottom: 20px;
	width: 860px;
	left: 50%;
	margin-left: -480px;

}

#footer p {
	text-align: right;
	margin: 0;
}

#footer address{
	float: left;
	margin: 0;
	font-style: normal;
}

#main {
	width: 450px;
	position: fixed;
	left: 50%;
	margin-left: -430px;
}

#mast {
	float: left;
	margin-right: 25px;
}

#context {
	margin-left: 470px;
	padding-bottom: 80px;
}
#header h4 {
	margin: 0;
	padding-top: 1em;
}

.heading {
	background: #666;
	text-align: right;
	padding: .5em 1em;
	margin-bottom: .7em;
	padding-bottom: .3em;
}

.heading h3 {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.heading a {
	color: #fff;
	text-decoration: none;
}

#vilde {
	float: left;
}

#follow {
	margin-left: 300px;
	padding-top: 210px;
}

#follow h3 {
	margin-bottom: .5em;
}

#follow a {
	margin: .3em;
}

span.block {
	display: block;
	margin-bottom: .5em;
}
