html, 
body, 
body * {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #babec6;
}

body {
	font-size: 12px;
	line-height: 1.4;
}

table {
	border-collapse: collapse;
}

a:link {
	color: #666;
}

a:visited {
	color: #999;
}

a:hover {
	text-decoration: none;
}

h1,
h2.storytitle,
#tip-offs h2,
#startpage-conversation h2 {
	margin: 0 0 .5em 0;
	padding-top: .5em;
	font-size: 1.4em;
}

h1 .align-right, 
h1 .align-left
{
	margin-top: .2em;
}

h2,
#startpage-conversation h3 {
	margin: .8em 0 .4em 0;
	font-size: 1.1em;
}

p {
	margin: .5em 0 1em 0;
}

th {
	text-align: left;
}

#errors h2, 
h2.success {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 1em 0;
	padding-left: 22px;
	background: none no-repeat;
}

h2.success {
	background-image: url(../images/success.gif);
	color: #060;
}

blockquote
{
	margin: .5em 0;
	padding: 0 0 0 2em;
	background: url(../images/quote.gif) no-repeat 0 .3em;
}

#errors
{
	border: 1px solid #900;
	padding: 1em;
}

#errors h2 {
	background-image: url(../images/error.gif);
}

#errors ul, 
#errors li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#errors li, 
#errors a:link,
#errors a:visited {
	color: #900;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 10px;
	background: #fff;
}

#header {
	padding: 10px 0;
}

#logo {
	display: block;
	float: left;
	padding: 25px 29px 20px 25px;
}

#description {
	float: left;
	padding: 15px 10px 0 10px;
	width: 312px;
	height: 55px; 
	margin: 0;
	font-size: .93em;
	line-height: 1.2;
	border: 1px dotted #999;
	border-width: 0 1px;
	color: #7e898b;
}

#banner {
	float: right;
}

#navigation {
	font-size: .93em;
	padding: 20px;
	margin: 0 0 10px 0;
	float: left;
	width: 145px;
	background: #eee;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
}

#navigation ul ul {
	font-size: .8em;
	padding: 0;
}

#navigation ul ul ul {
	font-size: 1em;
}

#navigation li {
	padding: 0;
}

#navigation ul a:link,
#navigation ul a:visited {
	color: #ce1016;
	text-decoration: none;
	font-weight: normal;
}

#navigation ul strong {
	color: #666;
	font-weight: normal;
}

#navigation ul a:hover {
	text-decoration: underline;
}

#navigation h2
{
	border-top: 1px solid #a1a1a1;
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
	margin-top: 1em;
	padding-top: 1em;
}

#navigation h3
{
	font-size: 1em;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
}

#navigation #social a:link,
#navigation #social a:visited,
#navigation #subscribe a:visited,
#navigation #subscribe a:link
{
	color: #000;
	font-size: 11px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left 50%;
	line-height: 24px;
	display: block;
}

#navigation .facebook
{
	background-image: url(../images/social/facebook.gif);
}

#navigation .flickr
{
	background-image: url(../images/social/flickr.gif);
}

#navigation .linkedin
{
	background-image: url(../images/social/linkedin.gif);
}

#navigation .twitter
{
	background-image: url(../images/social/twitter.gif);
}

#navigation .rss
{
	background-image: url(../images/social/rss.gif);
}

#navigation .widget
{
	background-image: url(../images/social/widgetbox.gif);
}

#navigation .email
{
	background-image: url(../images/social/email.gif);
}

#navigation form {
	margin: 0;
}

#navigation fieldset {
	border: 0;
	padding: 0;
	margin: 10px 0;
}

#navigation form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation form ol input {
	width: 140px;
}

#navigation .submit-button {
	text-align: right;
}

#sitesearch-query {
	width: 140px;
}

#google-sitesearch .options label {
	margin-right: 5px;
}

#startpage,
#content {
	margin: 0 0 10px 10px;
	float: left;
	width: 665px;
	color: #666;
}

#startpage-body {
	background: #fff200;
	/*background: #fff200;*/
}

#startpage-body, 
#startpage-body a:link,
#startpage-body a:visited
{
	color: #333;
}

#content,
#startpage-body, 
#startpage-conversation {
	float: left;
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
}

#content {
	width: 450px;
}

#startpage-body, 
#startpage-conversation {
	width: 292px;
}

#startpage .first-column
{
	float: left;
	width: 332px;
}

#tip-offs {
	clear: both;
	border-top: 1px solid #a2a2a2;
	padding: 0 20px 2px 20px;
}

#tip-offs ul
{
	float: right;
	width: 300px;
	margin: 10px 0 0 30px;
	padding: 0;
	list-style: none;
	background: #efefef;
}

#tip-offs li
{
	border-right: 1px solid #fff;
	float: left;
	width: 99px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

#footer
{
	font-size: .93em;
	clear: both;
	font-style: normal;
	text-align: center;
	color: #7e898b;
	padding: 10px 0;
	border-top: 1px solid #a2a2a2;
}

#campaign-teaser
{
	clear: left;
	background: #000;
	/*padding: 5px 0 0 7px;*/
	margin: 0 0 10px 0;
}

#campaign-teaser img
{
	display: block;
}

#campaign
{
	float: right;
	width: 560px;
	padding: 50px 70px;
	background: #000;
	color: #fff;
}

#campaign h1
{
	text-indent: -9999px;
	background: url(../images/absolut-lomo/minipage/headline.jpg) no-repeat 50% 0;
	height: 120px;
}

#campaign .body
{
	text-align: center;
}

#campaign ol
{
	list-style: none;
	padding: 0;
	margin: 1em 0 1em 10px;
}

#campaign li
{
	width: 150px;
	float: left;
	margin: 0 50px 0 0;
}

#campaign li.last-child
{
	margin-right: 0;
}

#campaign li h2
{
	border: 1px dotted #808080;
	border-width: 1px 0;
	margin: 0 0 3px 0;
	font-size: 13px;
	line-height: 1;
}

#campaign li.december h2
{
	text-indent: -9999px;
	background: url(../images/absolut-lomo/minipage/december/headline.gif) no-repeat 0 50%;
}

#campaign li.january h2
{
	text-indent: -9999px;
	background: url(../images/absolut-lomo/minipage/january/headline.gif) no-repeat 0 50%;
}

#campaign li.february h2
{
	text-indent: -9999px;
	background: url(../images/absolut-lomo/minipage/february/headline.gif) no-repeat 0 50%;
}

#campaign li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#campaign li li
{
	margin: 3px 0;
	border-bottom: 1px dotted #808080;
}

/*** BLOG ***/

#commentform label
{
	display: block;
	color: #666;
	font-size: 1.2em;
}

#author,
#email,
#url,
#comment
{
	width: 100%;
}

#commentform p.submit
{
	text-align: right;
}

#blog #navigation
{
	font-size: 11px;
}

#blog #navigation ul
{
	margin: 0;
	padding: 0;
}

#blog #content
{
	padding-top: 0;
}

#sidebar
{
	background: #fafafa;
	padding: 20px 15px;
	float: right;
	width: 160px;
	font-size: 0.93em;
}

#sidebar h2
{
	border-top: 1px solid #a1a1a1;
	font-size: 1.5em;
	font-weight: normal;
	color: #666;
	margin-top: 1em;
	padding-top: 1em;
}

#sidebar h2.first-child
{
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li
{
	margin: .8em 0;
}

#sidebar h3.date,
#sidebar .upb_date
{
	color: #aaa;
	font-size: .93em;
	margin: 1em 0 0 0;
	font-weight: normal;
}

#blog .delicious-banner a:link,
#blog .delicious-banner a:visited
{
	text-decoration: none;
}

#blog .delicious-banner a:hover
{
	text-decoration: underline;
}

#blog .delicious-extended
{
	font-size: .93em;
	color: #666;
}

#blog .post
{
	margin-bottom: 2em;
}

#blog .post .meta,
#blog .post .categories,
#blog .post .comments
{
	color: #666;
	font-style: italic;
	font-size: .93em;
}

#blog .post .comments
{
	float: left;
}

#blog .post .categories
{
	text-align: right;
	border-bottom: 1px dotted #000;
	padding: 0 0 .5em 0;
}

#blog .post .meta a:link,
#blog .post .meta a:visited,
#blog .post .comments a:link,
#blog .post .comments a:visited,
#blog .post .categories a:link,
#blog .post .categories a:visited
{
	font-weight: normal;
	color: #666;
}

#blog .post .storycontent
{
	line-height: 1.5;
}

#blog .storytitle a:link
{
	color: #666;
	text-decoration: none;
}

#blog .storytitle a:visited
{
	color: #666;
	text-decoration: none;
}

#blog .storytitle a:hover
{
	text-decoration: underline;
}

#commentlist
{
	padding: 0;
	margin: 0 0 1em 0;
}

#commentlist li
{
	clear: both;
	margin: .5em 0;
	padding: .5em .5em 0 .5em;
	border: 1px solid #ccc;
	background: #fafafa;
}

.comment-author
{
	margin: 0;
}

.comment-author img
{
	float: right;
}

.comment-author, 
.comment-author a:link, 
.comment-author a:visited
{
	color: #333;
}

.comment-date
{
	font-size: .93em;
	margin: 0;
}

.comment-date a:link,
.comment-date a:visited
{
	color: #aaa;
	text-decoration: none;
}

.comment-date a:hover
{
	color: #777;
}