/*   
Theme Name: Petters blogg
Theme URI: N/A
Description: Petters blogg tema
Author: Daniel Mahal @ APT
Author URI: http://www.apt.no/
Template: default
Version: 1
*/

/* !YUI CSS reset */
/* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}




/* !Basic html, body, colors and typography */

html {
	background: #181818;
}

body {
	background: #181818 url(elm/bg_images/backup.png);
	color: #cccccc;
	font-family: Arial, Helvetica;
	font-size: 62.5%;
}

a {
	text-decoration: none;
	color: #ccc;
	outline: 0 none;
}

a:hover {
	color: #eee;
}

h2,
h3,
h4,
h5 {
	
}

h2 {
	font-size: 2.1em;
	color: #cccccc;
	padding-left: 10px;
	line-height: 1.2em;
}

h3,
h1 {
	font-size: 2.5em;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #fff;
}

	h3 a,
	h1 a {
		color: #fff;
	}
	
	h3 small {
		letter-spacing: 0.1em;
	}
	
	h3 small,
	h1 small {
		line-height: 2em;
		display: block;
		font-size: 0.44em;
		text-transform: uppercase;
		color: #999999;
	}
		h3 small a,
		h1 small a {
			color: #999999;
		}
			h3 small a:hover,
			h1 small a:hover {
				color: #bbb;
			}

h4,
h5 {
	font-weight: bold;
	color: #666;
	border-bottom: 1px #000000 solid;
	text-transform: uppercase;
	line-height: 2em;
}

h5 {
	border: 0;
	line-height: 1.2em;
}

p {
	font-size: 1.4em;
	line-height: 1.57em;
}

blockquote {
	position: relative;
	padding: 20px 0 30px 55px;
	font-style: italic;
	color: #fff;
}
	blockquote .quotation {
		position: absolute;
		left: 5px;
		top: 2px;
		font-size: 9em;
		cursor: default;
		line-height: 1em;
	}



/* !Basic layout */

#header {
	position: relative;
	padding-top: 310px;
	background: url(elm/header_images/default.jpg) no-repeat;
	margin-bottom: 30px;
}
	
	body.category-10 	#header { background-image: url(elm/header_images/green.jpg); }		/* Milj� og samfunnsansvar */
	body.category-6 	#header { background-image: url(elm/header_images/blue.jpg); }		/* Gjesteblogg */
	body.category-13 	#header { background-image: url(elm/header_images/yellow.jpg); }	/* Reisetips */
	
	body.category-10 	{ background: #181818 url(elm/bg_images/milljo.png); }
	body.category-6 	{ background: #181818 url(elm/bg_images/gjesteblog.png); }
	body.category-13 	{ background: #181818 url(elm/bg_images/reisetips.png); }


	#header h1 a {
		display: block;
		position: absolute;
		top: 150px;
		left: 32px;
		width: 327px;
		height: 59px;
		background: url(elm/logo.png)
	}
		#header h1 a span {
			display: none;
		}
	
	#header #qtranslate-chooser {
		position: absolute;
		top: 0;
		left: 30px;
	}
		#header #qtranslate-chooser li {
			float: left;
		}
			#header #qtranslate-chooser li a {
				display: block;
				padding: 10px 0 0 0;
				margin-right: 30px;
				opacity: .7;
				font-size: 1.2em;
				font-weight: bold;
				text-transform: uppercase;
				color: #fff;
			}
				#header #qtranslate-chooser li a:hover {
					opacity: .9;
				}
				
				#header #qtranslate-chooser li.active a {
					border-bottom: 1px #fff solid;
				}

#container,
#footer .container {
	width: 940px;
	margin: 0 auto;
}

#container {
	margin-bottom: 100px;
}

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

#sidebar {
	width: 180px;
	float: right;
}

#footer {
	clear: both;
	background: #000 url(elm/footer_bg.png) repeat-x;
}
	#footer .container {
		position: relative;
		min-height: 160px;
	}

  #footer .logos {
    background: #e5e2e4 url(elm/footer_logos.jpg) no-repeat center top;
    height: 78px;
  }

	#footer .shield {
		position: absolute;
		margin-top: -60px;
		top: 50%;
		width: 89px;
		height: 130px;
		background: url(elm/shield.png) no-repeat;
	}
	
	#footer .links {
		position: relative;
		top: 20px;
		left: 160px;
		text-transform: uppercase;
		color: #666;
		line-height: 2em;
		width: 700px;
		overflow: hidden;
		clear: both;
	}
	
	#footer .links ul {
		width: 100%;
		overflow: hidden;
	}
	
		#footer .links ul li {
			width: 140px;
			float: left;
			margin-right: 20px;
		}
		
			#footer .links ul ul {
				width: auto;
				overflow: visible;
				border-top: 1px #333 solid;
				margin-bottom: 20px;
				padding-top: 6px;
			}
			
				#footer .links ul ul li {
					float: none;
					margin: 0;
					width: auto;
					padding: 5px 0;
					line-height: 1.4em;
				}


/* !Widgets */

#sidebar {}
	
	#sidebar li {
		margin-bottom: 4em;
	}
		#sidebar li li {
			margin: 0;
		}
	
	#sidebar ul li ul {
		border-top: 1px #333 solid;
		padding-top: 0.4em;
	}
	
	#sidebar .categories li a,
	#sidebar .pagenav li a {
		color: #99ff99;
		font-size: 1.2em;
		text-transform: uppercase;
		line-height: 2em;
	}
		#sidebar .categories li a:hover,
		#sidebar .pagenav li a:hover {
			color: #72b772;
		}
		
		#sidebar .categories li.current-cat a,
		#sidebar .pagenav li.current_page_item a {
			text-decoration: underline;
		}
	
	#sidebar .follow_on_twitter {
		display: block;
		width: 180px;
		height: 60px;
		background: url(elm/follow_on_twitter.png) no-repeat;
	}
		body.lang-en #sidebar .follow_on_twitter {
			background-position: 0 -60px;
		}
	
	#sidebar .search {
		background: #000;
		border: 1px #000 solid;
		border-right: 1px #333 solid;
		border-bottom: 1px #333 solid;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
		#sidebar .search input {
			border: 0;
			background: transparent;
			color: #ccc;
			padding: 4px;
			font-size: 1.2em;
		}
			#sidebar .search input.text {
				width: 132px;
			}
			#sidebar .search input.submit {
				width: 28px;
				font-size: 1.1em;
				text-transform: uppercase;
			}
			
			.lang-en #sidebar .search input.text {
				width: 110px;
			}
			
			.lang-en #sidebar .search input.submit {
				width: 50px;
			}
		
		#sidebar .most_commented ul,
		#sidebar .favourites ul {
			border: 0;
		}
			
			#sidebar .most_commented ul li a {
				line-height: 1.8em;
				font-weight: bold;
			}
			
			#sidebar .most_commented ul li {
				font-size: 1.2em;
			}
			
			#sidebar .favourites ul li,
			#sidebar .tags p {
				font-size: 1.2em;
				line-height: 1.8em;
				font-weight: bold;
			}
			
			#sidebar .most_commented ul li,
			#sidebar .favourites .count,
			#sidebar .tags .count {
				color: #999;
				font-weight: normal;
			}
	
	#sidebar .rss_feed a {
		display: block;
		font-weight: bold;
		text-transform: uppercase;
		color: #666;
		line-height: 15px;
		background: url(elm/rss_icon.png) no-repeat;
		padding-left: 22px;
	}
		#sidebar .rss_feed a:hover {
			color: #999;
		}
		
		#sidebar .rss_feed ul {
			border: 0;
		}
			#sidebar .rss_feed ul li a {
				background: transparent;
			}
	
#content p {
	margin-bottom: 1em;
}
	
#content .search {
	margin-bottom: 40px;
}	
	
	#content .search .hits {
		float: right;
		margin: 0;
		font-size: 3.7em;
		line-height: 1em;
		text-align: center;
		color: #fff;
	}
	
		#content .search .hits small {
			color: #999;
			font-size: 0.3em;
			text-transform: uppercase;
			display: block;
			line-height: 1.2em;
			
		}
	
	#content .search input {
		vertical-align: middle;
	}
	
		#content .search input.text {
			font-size: 2.4em;
			color: #fff;
			background: #000 url(elm/input_bg.png);
			padding: 7px 10px 6px 10px;
			
			border-top: 2px #121212 solid;
			border-left: 2px #000 solid;	
			border-right: 1px #333 solid;
			border-bottom: 2px #262626 solid;
			
			-moz-border-radius: 5px;
			
			-webkit-border-radius: 5px;
			border-radius: 5px;
			
			outline: 0 none;
			margin-right: 10px;
		}

.filters {
	width: 100%;
	margin-bottom: 30px;
}
	.filters h4 {
		font-size: 1.3em;
		text-transform: none;
		border: 0;
		text-indent: 1px;
		margin-bottom: 8px;
		line-height: 1.4em;
	}
	
	.filters .filter {
		position: relative;
		float: left;
		width: 112px;
		margin-right: 54px;
		padding: 5px 10px;
		border: 1px #333333 solid;
		background: #000;
		color: #333333;
		font-weight: bold;
		text-transform: uppercase;
		
		-moz-box-shadow: #050505 1px 1px 5px;
		-webkit-box-shadow: #050505 1px 1px 5px;
		box-shadow: #050505 1px 1px 5px;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
		
		.filters .filter.active {
			color: #99ff99;
		}
			.filters .filter.active .arrow {
				display: block;
				position: absolute;
				bottom: -9px;
				left: 56px;
				
				width: 18px;
				height: 9px;
				background: url(elm/filter_active_arrow.png);
				
			}
		
			.filters .filter:hover {
				border: 1px #444 solid;
				color: #555;
			}
		
		.filters .filter.active:hover {
			color: #72b772;
		}
		
		.filters .filter.active,
		.filters .filter.active:hover,
		.filters .filter:active {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			
			border: 1px #333333 solid;
			border-top: 1px #181818 solid;
			border-left: 1px #181818 solid;
		}
			
			
		
		.filters .filter .total {
			float: right;
			color: #333333;
		}
	
		.filters .filter.last {
			margin: 0;
		}

#content .posts .loader {
	margin: 50px auto;
	width: 32px;
	height: 32px;
	background: url(elm/ajax-loader.gif);
}

.post,
.page,
.guestblog_archive,
#header .guestblog,
#header .page_title,
#content .posts .ajax-loader {
	position: relative;
	background: #000;
	border: 1px #323232 solid;
	padding: 10px;
	margin-bottom: 30px;
	
	-moz-box-shadow: #111 0 3px 7px;
	-webkit-box-shadow: #111 0 3px 7px;
	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
	
	#header .page_title {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		margin-bottom: 40px;
		
		background: #000 url(elm/page_title_bg.png) repeat-x;
	}
	
	#header .guestblog {
		overflow: hidden;
		height: 116px;
	}
		#header .guestblog .posts {
			width: 90%;
			position: absolute;
			top: 0;
			left: 10px;
		}
	
		#header .guestblog .posts .guest.blog {
			width: 100%;
			overflow: hidden;
			padding: 14px 0 14px 0;
			/*margin-bottom: 20px;*/
		}
			#header .guestblog .posts .guest.blog h3 a {
				display: block;
				width: 100%;
				height: 60px;
				overflow: hidden;
			}
			
				#header .guestblog .posts .guest.blog h3 small a {
					display: inline;
					width: auto;
					height: auto;
				}
	
	.post .type {
		display: block;
		position: absolute;
		top: 35px;
		left: -10px;
		font-size: 1.1em;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		padding: 6px;
		background: #5f144c;
	}
		.post .type .depthimage {
			display: block;
			position: absolute;
			bottom: -6px;
			left: 0;
			width: 9px;
			height: 6px;
			background: #490849 url(elm/post_depthimage.png);
		}
	
	.post .meta {
		width: 130px;
		padding-top: 60px;
		margin-right: 20px;
		float: left;
	}
	
		.post .meta li {
			display: block;
			font-size: 1.1em;
			line-height: 1.6em;
			color: #999;
		}
			.post .meta li.via,
			.post .meta li.comments {
				text-transform: uppercase;
			}
			
			.post .meta li a {
				color: #999;
			}
				.post .meta li.comments a,
				.post .meta li a:hover {
					color: #ccc;
				}
				
					.post .meta li.comments a:hover {
						color: #eee;
					}
	
	.post .content {
		float: left;
		width: 480px;
	}
	
		.page .content {
			padding: 10px;
			width: 480px;
		}
	
		.post .content embed {
			width: 480px;
			height: 300px;
		}
		
		.post .content p a {
			color: #99ff99;
			text-decoration: underline;
		}
			
			.post .content p a:hover {
				color: #ceffce;
			}
		
		.post .content em {
			font-style: italic;
		}
		
		.post .content strong {
			font-weight: bold;
		}
		
		.post .content h2 {
			padding: 0;
			color: #fff;
			font-size: 1.8em;
			line-height: 1.4em;
			margin-bottom: 0.2em;
		}
		
		.post .content ul,
		.post .content ol {
			margin-bottom: 14px;
			
		}
		
			.post .content ul li,
			.post .content ol li  {
				font-size: 1.4em;
				list-style-type: disc;
				margin-left: 15px;  
			}
			
			.post .content ol li {
				list-style-type: decimal;
				margin-left: 20px;  
			}
				
				.post .content ul li ul,
				.post .content ul li ol,
				.post .content ol li ul,
				.post .content ol li ol {
					margin-bottom: 0;
				}
					.post .content ul li li,
					.post .content ol li li {
						font-size: 1em;
					}
		
	.post .content .links,
	#header .guestblog .posts .links {
		font-size: 1.1em;
		text-transform: uppercase;
		margin: 0;
	}
		
		.post .content .links a,
		#header .guestblog .posts .links a {
			margin-right: 10px;
		}
		
		.post .content .links a {
			color: #cccccc;
			text-decoration: none;
		}
			.post .content .links a:hover {
				color: #fff;
			}
	
	.post .content .see_more,
	#header .guestblog .posts .see_more {
		font-weight: bold;
		color: #fff;
	}
		.post .content .see_more a,
		#header .guestblog .posts .see_more a {
			display: inline-block;
			padding: 2px 4px;
			background: #5f144c;
			color: #fff;
		}
		
			.post .content .see_more a:hover {
				color: #fff;
			}
	
	#content .post .introduction {
		font-size: 1.2em;
		line-height: 1.333em;
		text-transform: uppercase;
		color: #ccc;
		margin-top: 3em;
		border-bottom: 1px #333 solid;
		margin-bottom: 25px;
	}
		.post .introduction span {
			padding-top: 5px;
			display: block;
			font-style: italic;
			text-transform: none;
			color: #fff;
		}
		
		.post .introduction img {
			margin: 15px 0 5px 0;
		}
	
	.post .wp-caption-text {
		font-style: italic;
	}
	
	/* Post customization */
	.post.single {
		padding-bottom: 100px;
		margin-bottom: 0;
	}
	
	.post.twitter .type,
	.post.twitter .see_more a			{ background-color: #0099ff; }
	.post.twitter .type .depthimage		{ background-color: #006699; }
	.post.twitter {
		padding-top: 20px;
	}
	.post.twitter .type {
		top: 25px;
	}
	.post.twitter .meta {
		padding-top: 40px;
	}
	
	.post.twitter .tweetpics {
		width: 100%;
		overflow: hidden;
	}
	
		.post.twitter .tweetpics a {
			display: block;
			margin-bottom: 10px;
			margin-right: 10px;
			float: left;
		}
	
	.post.twitter .content .tweet {
		font-family: Georgia;
		font-size: 1.7em;
		line-height: 1.6em;
		font-style: italic;
		color: #fff;
	}
	
	.post.flickr .type,
	.post.flickr .see_more a			{ background-color: #ff0084; }
	.post.flickr .type .depthimage		{ background-color: #990000; }
	
	.post.flickr .images {
		width: 100%;
		overflow: hidden;
		margin-bottom: 2em;
	}
	
	.post.flickr .images img {
		margin: 0;
		display: block;
	}
	
	.post.flickr .images.many a {
		float: left;
		margin: 0 5px 5px 0;
		opacity: .9;
	}
	
	.post.flickr .images a {
		display: block;
	}
		.post.flickr .images a:hover {
			opacity: 1;
		}
	
	.post.youtube .type,
	.post.youtube .see_more a			{ background-color: #cc0000; }
	.post.youtube .type .depthimage		{ background-color: #990000; }

/* Post sharing */
	
	.share.single {
		margin-left: 162px;
		margin-bottom: 20px;
		width: 400px;
		overflow: hidden;
	}
		.share.single li {
			float: left;
			margin-right: 1em;
			text-transform: uppercase;
			color: #999999;
			line-height: 3em;
		}
			.share.single li a {
				text-decoration: underline;
				color: #fff;
			}
				.share.single li a:hover {
					text-decoration: none;
				}


#header .guestblog {
	position: relative;
	margin: 0;
}
	#header .guestblog .navigation {
		display: block;
		position: absolute;
		right: 20px;
		top: 42px;
		
		background: url(elm/guestblog_header_next.png) no-repeat;
		width: 18px;
		height: 49px;
	}
		#header .guestblog .navigation span {
			display: block;
			position: absolute;
			font-family: Georgia;
			font-style: italic;
		}
			#header .guestblog .navigation span.current {
				font-size: 1.8em;
				color: #fff;
				top: 20px;
				left: -4px;
			}
			
			#header .guestblog .navigation span.total {
				font-size: 1.2em;
				bottom: -2px;
				right: 0;
			}
	
	#header .guestblog .posts {
		height: 112px;
	}
	
	#header .guestblog .posts .post {
		width: 100%;
		overflow: hidden;
	}

		#header .guestblog .image,
		#header .guestblog .info,
		#header .guestblog .content {
			float: left;
		}
		
		#header .guestblog .image {
			width: 170px;
			height: 110px;
			overflow: hidden;
			margin-right: 30px;
		}
			#header .guestblog .image.none {
				width: 168px;
				height: 108px;
				border: 1px #333 solid;
			}
			
			#header .guestblog .image img {
				width: 170px;
			}
		
		#header .guestblog .info {
			width: 190px;
			margin-right: 30px;
			padding-top: 12px;
		}
			#header .guestblog .info h3 small {
				font-size: 0.4em;
				margin-bottom: 3px;
			}
				#header .guestblog .info h3 small a {
					font-size: 11px;
					border-bottom: 1px #999 solid;
				}
		
		#header .guestblog .content {
			width: 385px;
			padding-top: 14px;
		}
			#header .guestblog .content p.intro {
				font-family: Georgia;
				font-style: italic;
				color: #fff;
				margin-bottom: 8px;
				font-size: 1.3em;
				line-height: 1.38em;
			}


.paging {
	border-top: 1px #000 solid;
	margin-left: 160px;
	margin-right: 20px;
}
	.paging ul {
		border-top: 1px #333333 solid;
		overflow: hidden;
		width: 100%;
	}
		.paging li {
			float: left;
		}	
		
			.paging li.seperator {
				padding: 8px 2px;
				color: #666;
				cursor: default;
			}
			
			.paging li a {
				display: block;
				padding: 6px;
				color: #666666;
				text-decoration: underline;
			}
				.paging li a:hover {
					color: #aaa;
				}
				
				.paging li.selected a {
					color: #fff;
					text-decoration: none;
				}
			
			.paging li.next,
			.paging li.prev {
				padding: 6px;
				color: #666;
			}
			
			.paging li.prev {
				margin-right: 10px;
			}
			
			.paging li.next {
				margin-left: 10px;
			}
			
				.paging li.active {
					padding: 0;
				}
					.paging li.active a {
						padding: 6px;
						text-decoration: none;
						color: #fff;
					}


/* !Page specific */

/* Single post / comments */
#comment_counter,
#comment_counter small {
	color: #fff;
	text-transform: uppercase;
}
	#comment_counter {
		margin-left: 162px;
		padding: 35px 0 25px 0;
		font-weight: bold;
		font-size: 5.8em;
		line-height: 0.8em;
	}
		#comment_counter small {
			font-weight: normal;
			font-size: 0.19em;
		}

.commentlist {
	border-top: 1px #000 solid;
	border-bottom: 1px #333 solid;
	margin-bottom:20px;
}

	.commentlist .comment {
		position: relative;
		border-top: 1px #333 solid;
		border-bottom: 1px #000 solid;
		width: 680px;
		overflow: hidden;
		padding: 15px 10px;
	}
	
		.commentlist .comment .meta,
		.commentlist .comment .content {
			float: left;
		}
		
		.commentlist .comment .meta {
			width: 150px;
		}
			
			.commentlist .comment .meta .name,
			.commentlist .comment .meta .date {
				line-height: 1.57em;
			}
			
			.commentlist .comment .meta .name {
				font-weight: bold;
				font-size: 1.2em;
				color: #fff;
			}
			
			.commentlist .comment .meta .date {
				font-size: 1.1em;
				color: #999999;
				margin-bottom: 10px;
			}
			
			.commentlist .comment .avatar {
				float: left;
				margin-right: 10px;
				margin-top: 2px;
			}
		
		.commentlist .comment .content {
			width: 460px;
		}
			.commentlist .comment a {
				text-decoration: underline;
			}
				.commentlist .comment a:hover {
					text-decoration: none;
				}
		
			.commentlist .comment .content p {
				font-size: 1.2em;
			}
		
		.commentlist .comment.stordalen {
			background: #fff;
			border: 0;
			border-bottom: 1px #ddd solid;
		}
			.commentlist .comment.stordalen .meta .name {
				color: #181818;
			}
			
			.commentlist .comment.stordalen .meta .date {
				color: #999;
			}
			
			.commentlist .comment.stordalen .content p,
			.commentlist .comment.stordalen a {
				color: #333;
			}

#comments .navigation {
	margin-bottom: 80px;
}
	#comments .navigation a {
		color: #99ff99;
		font-size: 1.2em;
		text-transform: uppercase;
		line-height: 2em;
	}
		#comments .navigation .alignright {
			float: right;
		}
		
		#comments .navigation a:hover {
			color: #72b772;
		}

#respond {}

	#respond h3,
	#respond form {
		float: left;
	}
	
	#respond h3 {
		font-size: 1.8em;
		width: 150px;
		margin-right: 15px;
	}
	
	#respond form {
		width: 530px;
	}
		
		#respond #comment_image {
			font-size: 0.8em;
		}
		
		#respond form textarea {
			width: 460px;
			height: 145px;
		}


.guestblog_archive {
	padding: 15px 50px;
	padding-right: 0;
	width: 638px;
	overflow: hidden;
}
	.guestblog_archive .entry {
		float: left;
		width: 170px;
		padding: 15px 20px;
	}
		.guestblog_archive .entry h3 {
			font-size: 1.5em;
			margin: 0;
		}
		
		.guestblog_archive .entry .image {
			display: block;
			width: 170px;
			height: 110px;
			margin-bottom: 5px;
		}
			.guestblog_archive .entry .image.none {
				border: 1px #333 solid;
				width: 168px;
				height: 108px;
			}


#newsletter #newsletter_input {
	width: 170px;
	margin: 5px 0;
	font-size: 1.2em;
}
	#newsletter .status_message {
		padding: 10px 0;
		font-size: 1.2em;
	}


.quicknav a {
	color: #99ff99;
}
	.quicknav a:hover {
		color: #72b772;
	}
			



/* !Extras */

.clear {
	clear: both;
}

fieldset input.text,
fieldset textarea,
fieldset #comment_image {
	font-family: Arial, Helvetica;
	
	background: #000;
	border: 1px #000 solid;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	color: #999;
	padding: 4px;
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}

fieldset label {
	color: #999;
	font-size: 0.86em;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

img.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

