/*
----------------------------------------
Project...: Picanha.se v.2
Author....: Micke Andersson,
			Andersson Web
			micke@anderssonweb.se
Datetime..:	2010-04-05 11:11 CEST
Copyright.:	(c) 2010 Andersson Web
----------------------------------------
*/

/* global
-------------------------------------------------------------*/
* {
	margin:				0;
	padding:			0;
}

a:link, a:active, a:visited, a:hover,
img {
	border:				0;
}

h1, h2 {
	line-height:		1.7em;
	font-family:		georgia, arial, helvetica, sans-serif;
	font-weight:		bold;
	color:				#d2232a;
}

div, p, span {
	font-family:		georgia, arial, helvetica, sans-serif;
	font-size:			12px;
	line-height:		1.5em;
}

p {
	margin-bottom:		10px;
}

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

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* base structure
-------------------------------------------------------------*/
html, body {
	background-color:	#ccc;
}

div#outer-container {
	margin:				0 auto;
	width:				970px;
	background-color:	#fff;
}

div#header {
	text-align:			center;
}

div#footer {
	margin:				5px 10px 5px 10px;
	padding:			3px;
	font-family:		arial, helvetica, sans-serif;
	font-size:			10px;
	border:				1px #b0b1b4 solid;
}

div#footer a {
	color:				#000;
	text-decoration:	none;
}

div#footer a:hover {
	text-decoration:	underline;
}

div.clearfix div {
	float:				left;
}

div.two-col-first {
	width:				630px;
	margin:				10px;
}

div.two-col-last {
	width:				310px;
}

ul#campaign-submenu li a.read-more:link,
ul#campaign-submenu li a.read-more:active,
ul#campaign-submenu li a.read-more:visited,
a.read-more:link,
a.read-more:active,
a.read-more:visited,
div.content ul li a.read-more {
	font-family:			arial, helvetica, sans-serif;
	font-style:				none;
	font-size:				11px;
	color:					#3d3d3d;
	font-weight:			bold;
	text-decoration:		none;
	background-image:		url(../images/read_more.gif);
	background-repeat:		no-repeat;
	background-position:	right;
	padding-right:			15px;
}

a.read-less:link,
a.read-less:active,
a.read-less:visited {
	background: url(../images/read_less.gif) no-repeat 50px 1px;
}
