/*
Theme Name: WordPress Margarin.se
Theme URI: http://adoy.se/
Description: WordPress för Unilever/margarin.se.
Version: 1.0
Author: Adoy AB
*/

/* @group RESET */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	font: 0.84em/1.333 Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #555;
	background: #dae0e5 url(images/bg.png) repeat-x;
	margin: 0 auto;
}

#page_margins {
	width: 1030px;
	margin: 0 auto;
}

a, a:link, a:visited {
	color: #3399ff;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #8cc2fd;
	text-decoration: underline;
}

p {
	font-size: 90%;
	padding: 1px 0 12px 0;
}

h1.box-header {
	color: #bbb;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: bold;
}

abbr {
	font-size: 75%;
	color: #777;
}

#newstabs {
	padding: 2px 0px 10px 0px;
}

#newstabs li {
	display: inline;
}

#newstabs li a {
	padding: 4px 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #222;
	font-size: 11px;
	font-weight: bold;
}

#newstabs li a.selected {
	background: #eee;
}

.mainPost {
	position: relative;
	float: left;
	width: 620px;
}

.post {
	position: relative;
	float: left;
	padding: 10px 0px;
	margin: 0 0 10px 0;
	width: 100%;
}

.hentry small {
	font-size: 90%;
	font-weight: bold;
}

.postmetadata {
	font-size: 80%;
	border-top: 1px dotted #ccc;
	padding-top: 5px;
}

.entry {
	position: relative;
	float: left;
	clear: both;
	padding: 10px 0 5px 0;
	width: 100%;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

h1.pagetitle {
	font-size: 180%;
	line-height: 20px;
	padding: 5px 0 15px 0;
}

.post h1 {
	font-size: 180%;
	line-height: 20px;
	padding: 0 0 15px 0;
}

.post h2 {
	font-size: 140%;
	color: #333;
	padding: 0 0 0px 0;
}

.post h3 {
	font-size: 120%;
	color: #333;
	padding: 0 0 0px 0;
}

.post h2 a,
.post h1 a {
	text-decoration: none;
	color: #444;
}

.post abbr {
	position: relative;
	float: left;
	clear: both;
	font-weight: bold;
	color: #666;
	font-size: 90%;
}

.post ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0px 0 10px 0;
	font-size: 90%;
}

.box {
	background: #fff url(images/box-bottom-bg.png) repeat-x 0 bottom;
	padding: 10px;
	margin: 0 20px 10px 20px;
}

.box.news p {
	padding: 0px 0 8px 0;
}

#smallBanners {
	width: 945px;
	padding: 0px;
	margin: 0 auto;
}

#topSmallBanners .column {
	padding-bottom: 10px;
}

.smallBanner {
	background: #fff url(images/smallbanner-bg.png) repeat-x left bottom;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 3px 10px;
	width: 275px;
	position: relative;
	float: left;
}

.smallBanner .bannerBorder {
	width: 275px;
	height: 120px;
	overflow: hidden;
}

.smallBanner .bannerBorder a {
	width: 275px;
	height: 120px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	background: transparent url(images/smallbanner-bg-trans.png) no-repeat left top;
	text-decoration: none;
	z-index: 105;
	display: block;
}

.smallBanner .bannerBorder a span {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	z-index: 101;
	position: absolute;
	bottom: 8px;
	width: 275px;
	text-align: center;
	text-shadow: rgba(0,0,0,0.6) 1px 1px 2px;
}

.smallBanner .bannerBorder a em {
	width: 255px;
	height: 40px;
	padding: 0px 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottomleft: 3px;
	-webkit-border-radius-bottomright: 3px;
	z-index: 100;
}



img.play-video-bg {
	position: absolute;
	z-index: 103;
	left: 10px;
	top: 10px;
}
img.play-video {
	position: absolute;
	z-index: 104;
	left: 128px;
	top: 40px;
}

#contacts .bannerBorder {
	width: 275px;
	height: 120px;
	position: relative;
	float: left;
	background: transparent;
}
#contacts .bannerBorder a {
	width: auto;
	height: auto;
	position: relative;
	bottom: 0;
	left: 0;
	float: left;
	color: #222;
	background: none;
	text-decoration: none;
}
.contact {
	/*background: transparent url(images/smallbanner-bg.png) repeat-x left 10px;*/
	height: 120px;
}
.contact-image {
	position: relative;
	float: left;
	width: 95px;
	background: transparent;
}
.contact-image img {
	position: relative;
	float: left;
}
.contact-content {
	position: relative;
	float: left;
	width: 175px;
	overflow: hidden;
	background: transparent;
	font-size: 90%;
}
.contact-content h2 {
	position: relative;
	float: left;
	clear: both;
}
.contact-content p {
	position: relative;
	float: left;
	clear: both;
}
#c-prev {
	position: absolute;
	top: 108px;
	right: 38px;
	z-index: 110;
	display: block;
	background: url(images/arrows-trans.png) no-repeat left top;
	width: 26px;
	height: 24px;
}
#c-next {
	position: absolute;
	top: 108px;
	right: 8px;
	z-index: 110;
	display: block;
	background: url(images/arrows-trans.png) no-repeat right top;
	width: 26px;
	height: 24px;
}
#c-prev span, #c-next span {
	display: none;
}

.post .contact {
	position: relative;
	float: left;
	clear: both;
	padding: 10px 0px;
	background: none;
}
.post .contact-image {
	position: relative;
	float: left;
	width: 95px;
}
.post .contact-content {
	position: relative;
	float: left;
	width: 400px;
	overflow: hidden;
	padding: 5px 10px 5px 10px;
}

#logos {
	padding: 0px;
	text-align: center;
	width: 100%;
	display: inline-table;
}

#logos #logo-group {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 670px;
}

#logos a {
	display: inline;
	padding: 5px 10px;
}

/* @group Shadows & css3 border-radius */

.box,
.main_image .block,
.smallBanner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
}

.main_image,
.bannerImage {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* @end */

/* ================ */

/* = The 1Kb Grid = */

/* 14 columns, 60 pixels each, with 10 pixel gutter */

/* ================ */

.grid_1 {
	width: 60px;
}

.grid_2 {
	width: 130px;
}

.grid_3 {
	width: 200px;
}

.grid_4 {
	width: 270px;
}

.grid_5 {
	width: 340px;
}

.grid_6 {
	width: 410px;
}

.grid_7 {
	width: 480px;
}

.grid_8 {
	width: 550px;
}

.grid_9 {
	width: 620px;
}

.grid_10 {
	width: 690px;
}

.grid_11 {
	width: 760px;
}

.grid_12 {
	width: 830px;
}

.grid_13 {
	width: 900px;
}

.grid_14 {
	width: 1020px;
}

.column {
	margin: 5px 5px;
	overflow: hidden;
	float: left;
	display: inline;
	background: transparent;
}

.row {
	width: 1030px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -5px;
	width: auto;
	display: inline-block;
}

.grid_footer {
	width: 220px;
	margin: 5px 8px;
	overflow: hidden;
	float: left;
	display: inline;
	background: transparent;
}

/* topHeader */

#topHeader {
	background: transparent url(images/flowers-bg.png) no-repeat 40px -20px;
	padding: 0;
	margin: 0 0 0 0;
	height: 80px;
}

#nav {
	position: relative;
	float: left;
	padding: 20px 30px 0 40px;
}

#logotype {
	padding: 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
	color: #444;
	font-size: 200%;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.25pt;
	text-shadow: #fff 1px 1px 2px;
}

.description {
	font-style: italic;
	text-shadow: #fff 1px 1px 2px;
}

.description a {
	color: #555;
	text-decoration: none;
}

#controls {
	position: relative;
	float: right;
	padding: 30px 35px 0 0px;
}

#controls form {
	position: relative;
	float: right;
	margin: 2px 5px 0 0;
	width: 250px;
}

#controls #s {
	position: relative;
	float: left;
	border: 0px solid #d2d6d6;
	background: transparent url(images/search.png) no-repeat top left;
	color: #555;
	width: 194px;
	font-size: 11px;
	padding: 5px 3px 2px 3px;
	height: 19px;
	margin: 1px 0 0 0;
}

#controls #searchsubmit {
	position: relative;
	float: left;
	width: 33px;
	height: 25px;
	display: block;
	margin: 1px 0 0 0;
	background: transparent url(images/search.png) no-repeat top right;
	border: none;
}

#controls #feed {
	position: relative;
	float: right;
	background: transparent url(images/feed-top.png) no-repeat top left;
	padding: 0px;
	width: 187px;
	height: 27px;
	line-height: 29px;
	text-decoration: none;
}

#controls #feed span {
	padding: 0px 0 0 10px;
	font-size: 85%;
	font-weight: bold;
	color: #222;
}

#controls #rss {
	position: relative;
	float: right;
	background: transparent url(images/rss_32-trans.png) no-repeat top left;
	padding: 0px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
}

#controls #rss span {
	display: none;
}

/* Header */

#topBanner .column {
	margin: 0 5px 0 5px;
}

#headerImages {
	background: transparent url(images/banner-bg-trans.png) no-repeat top left;
	padding: 11px 33px 0px 33px;
	margin: 0 0 0 0;
	height: 350px;
}

.bannerImage {
	background: #fff;
	position: relative;
	float: left;
	height: 328px;
	width: 954px;
	margin: 0 0 0 0px;
}

/* mainContent */

#mainContent .box {
	padding: 0 0 0 10px;
}

#singlePost .box {
	padding: 15px 25px;
}

#mainContent .mainPost {
	padding: 15px;
}

/* News */

#news {
	position: relative;
	float: right;
	width: 260px;
	padding: 20px 20px 20px 20px;
	background: #fffffa;
	font-size: 90%;
	border-left: 1px dotted #ccc;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#news h2 {
	font-weight: normal;
}

#news span {
	font-weight: bold;
	color: #666;
	font-size: 90%;
}

/* Tipsy */

a.tipsy {
	position: relative;
	float: right;
	width: 16px;
	height: 16px;
	display: block;
	padding: 0px;
	background: transparent url(images/question.png) no-repeat center center;
}

a.tipsy span {
	display: none;
}

.tipsy {
	padding: 2px 5px 1px 5px;
	font-size: 11px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	background-repeat: no-repeat;
}

.tipsy-inner {
	padding: 5px 5px 4px 5px;
	background-color: #fff;
	color: #222;
	max-width: 200px;
	text-align: center;
	-moz-border-radius: 3px;
	border: 2px solid #eee;
}

/*  .tipsy-north { background-image: url(../img/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(../img/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(../img/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(../img/tipsy-west.gif); background-position: left center; } */

/* Share it */

a.share-it {
	background: transparent url(images/shareit/share-icon-12x12.png) no-repeat left center;
	padding: 0 0 0 16px;
	color: #222;
	text-decoration: none;
	font-weight: bold;
}

.share-icons {
	position: relative;
	float: left;
	clear: both;
	background: #fff;
	border: 0px solid #333;
	padding: 8px 0px 5px 0px;
}

.share-icons ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

.share-icons ul li {
	float: left;
	padding: 0 2px;
}

.share-icons li img {
	border: none;
}

.share-icons ul li span {
	padding: 2px 4px;
	font-size: 90%;
	background: #fffffa;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

/*#shareit-box {
	position: absolute;
	display: none;
	z-index: 1000;
}

#shareit-header {
	width: 138px;
}

#shareit-body {
	width: 138px;
	height: 100px;
	background: url(images/shareit/shareit.png);
}

#shareit-blank {
	height: 20px;
}

#shareit-url {
	height: 50px;
	text-align: center;
}

#shareit-url input.field {
	width: 100px;
	height: 26px;
	background: transparent url(images/shareit/field.gif) no-repeat;
	border: none;
	outline: none;
	padding: 7px 5px 0 5px;
	margin: 3px auto;
	font-size: 11px;
}

#shareit-icon {
	height: 20px;
}

#shareit-icon ul {
	list-style: none;
	width: 130px;
	margin: 0;
	padding: 0 0 0 8px;
}

#shareit-icon ul  li {
	float: left;
	padding: 0 2px;
}

#shareit-icon ul  li img {
	border: none;
}*/

/* Flickr */

#flickr ul li {
	display: inline;
	padding: 2px;
	margin: 0 2px 0 2px;
}

/* contributor cycle */

#prev2 {
	position: relative;
	float: left;
	height: 160px;
	width: 40px;
	background: transparent url(images/arrow-left.png) no-repeat center left;
}

#next2 {
	position: relative;
	float: right;
	height: 160px;
	width: 40px;
	background: transparent url(images/arrow-right.png) no-repeat center right;
}

#prev2 span, #next2 span {
	display: none;
}

#contributors {
	position: relative;
	float: left;
	width: 300px;
}

#contributors li {
	padding: 5px 0px;
}

.author-image {
	position: relative;
	float: left;
}

.author-info {
	position: relative;
	float: right;
	padding: 0px 10px;
	width: 160px;
}

.author-info h2 a {
	font-size: 90%;
	font-weight: bold;
	color: #be0027;
	text-decoration: none;
}

.author-info span {
	display: block;
	clear: both;
	font-size: 90%;
	font-weight: bold;
	color: #333;
}

.blogg .post {
	position: relative;
	float: left;
}

.blogg .post .post-info {
	padding: 5px 0px;
	font-size: 90%;
}

.blogg .post a.more-link {
	color: #be0027;
	font-weight: bold;
}

.blogg .post img.photo {
	float: left;
}

.blogg .post p.postmetadata {
	padding: 0px 5px;
	float: left;
	width: 290px;
}

#main .post-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	font-size: 90%;
}

#main .post-info img,
#main .post-info p {
	position: relative;
	float: left;
	padding: 5px;
	width: auto;
}

.grid_footer a {
	color: #be0027;
	font-weight: bold;
}

#footerlinks {
	padding: 0 10px 0 0;
	margin: 0;
	position: relative;
	float: right;
	width: 280px;
	border-left: 1px dotted #ccc;
}
#footerlinks li {
	padding: 0;
	margin: 0 0 0 10px;
	position: relative;
	float: right;
	line-height: 50px;
}
#footerlinks li a {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	font-size: 85%;
}

/* @group clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* @end */


/* @group Banner */

#slideshow {
	
}

#slideshow .slider {
	position: relative;
	float: left;
	height: 308px;
}

#main {
	padding: 0px;
	border: 0px solid #ccc;
}

/*--Main Image Preview--*/

.main_image {
	width: 954px;
	height: 328px;
	float: left;
	background: transparent;
	position: relative;
	overflow: hidden;
	z-index: 100;
}

.main_image h2 {
	margin: 0 0 0 0px;
	padding: 15px 15px 0px 15px;
	font-style: italic;
	font-size: 130%;
}

.main_image p {
	padding: 3px 15px;
	margin: 0;
}

.main_image .desc {
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: block;
	z-index: 102;
}

.main_image .block {
	background: #fff;
	width: 300px;
	height: 308px;
	z-index: 103;
}

.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}

.main_image a.show {
	background-position: left bottom;
}

.image_thumb {
	z-index: 101;
	position: absolute;
	top: 10px;
	right: 8px;
	width: 224px;
	border-right: 0px solid #fff;
	border-top: 0px solid #ccc;
}

.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}

.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.image_thumb ul li {
	margin: 3px 0 9px 0;
	padding: 0px;
	background: transparent;
	width: 224px;
	height: 67px;
	float: left;
	text-align: center;
}

.image_thumb ul li a {
	margin: 0;
	padding: 0px;
	background: transparent url(images/banner-button.png) no-repeat left top;
	width: 224px;
	height: 67px;
	float: left;
	text-align: center;
	text-decoration: none;
}

.image_thumb ul li a:hover {
	background: transparent url(images/banner-button.png) no-repeat left -67px;
	cursor: pointer;
	text-decoration: none;
}

.image_thumb ul li.active a {
	background: transparent url(images/banner-button.png) no-repeat left -67px;
	cursor: default;
	text-decoration: none;
}

html .image_thumb ul li a span {
	margin: 0;
	padding: 0;
	color: #292c0b;
	font-size: 120%;
	font-weight: bold;
	line-height: 63px;
	text-shadow: #ded8a8 1px 1px 1px;
}

.image_thumb ul li .block {
	float: left;
	margin-left: 0px;
	padding: 0;
	width: 221px;
}

.image_thumb ul li p {
	display: none;
}

/* @end */

/* @group Videoplayer */

.loadvideo {
	position: relative;
	float: left;
	width: 560px;
	height: 360px;
	background: transparent;
}

#player {
	position: relative;
	float: left;
	padding: 10px;
}

.player-links {
	position: relative;
	float: left;
	padding: 5px 0 0 0;
}
.player-links a {
	font-size: 80%;
	font-weight: bold;
	padding: 0px 3px;
	color: #222;
}

#playerTabs {
	position: relative;
	float: left;
	padding: 0px 0px 0px 10px;
}

#playerTabs li {
	position: relative;
	clear: both;
	float: left;
	margin: 0 0 0 0;
	width: 370px;
	height: 85px;
}

#playerTabs li a {
	padding: 0px 5px 5px 5px;
	text-decoration: none;
	color: #777;
	font-size: 11px;
	font-weight: bold;
	background: transparent;
	display: block;
	position: relative;
	float: left;
	width: 340px;
	margin: 0 10px 5px 0;
	border-bottom: 1px solid #eee;
}

#playerTabs li a img {
	position: relative;
	float: left;
}

#playerTabs li a span {
	position: relative;
	float: left;
	font-size: 12px;
	width: 225px;
	padding: 0px 7px;
	font-weight: normal;
}

#playerTabs li a span.title {
	color: #555;
	font-size: 14px;
}

#playerTabs li a.selected {
	background: transparent;
	color: #999;
}

#playerTabs li a.selected span.title {
	color: #CC232C;
}

/* @end */

/* @group Scrollpane */

#scroller {
	height: 330px;
	padding: 0 0 10px 0;
}

.jScrollPaneContainer {
	position: relative;
	float: left;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e3e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.jScrollPaneDrag {
	position: absolute;
	background: #888;
	cursor: pointer;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

/* @end */

/* @group Comments */

#commentContent {
	position: relative;
	float: left;
}

#comments {
	margin: 0;
}

ol.commentlist {
	margin: 20px 0 0;
	clear: both;
	overflow: hidden;
	list-style: none;
}

ol.commentlist li {
	margin: 5px 0;

	padding: 10px;
	position: relative;
	float: left;
	clear: both;
	width: 620px;
}

ol.commentlist li .comment-author {
	
}

ol.commentlist li .comment-author .fn {
	color: #000;
}

ol.commentlist li .comment-author .avatar {
	float: right;
	border: 1px solid #dddddd;
	background: #ededed;
	padding: 3px;
}

ol.commentlist li .comment-meta {
	font-size: 10px;
}

ol.commentlist li .comment-meta a {
	color: #a7a7a7;
	text-decoration: none;
}

ol.commentlist li p {
	margin-top: 5px;
}

ol.commentlist li .reply {
	
}

ol.commentlist li .reply a {
	background: #ddd;
	color: #333;
	text-decoration: none;
	padding: 3px 7px;
	font-size: 80%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

ol.commentlist li .reply a:hover {
	background: #ccc;
	color: #222;
}

ol.commentlist li.odd {
	border: 1px solid #f5f5f5;
	background: #f9f9f9;
}

ol.commentlist li.even {
	border: 1px solid #f5f5f5;
	background: #f9f9f9;
}

#commentform {
	margin-top: 20px;
	position: relative;
	float: left;
	clear: both;
}

.cancel-comment-reply {
	position: relative;
	float: left;
	clear: both;
}

#respond {
	
}

#respond h3 {
	position: relative;
	float: left;
	clear: both;
	padding: 10px 0px 5px 0px;
}

#respond #commentform {
	margin: 0;
}

#respond #commentform label {
	margin-left: 10px;
	display: inline;
}

#respond #commentform label small {
	font-size: 10px;
	color: #a0a0a0;
}

#respond #commentform textarea, #respond #commentform input {
	margin-bottom: 0px;
	padding: 5px;
	margin: 0 10px 0px 0;
	background: #f5f5f5;
	border: 1px solid #eee;
}

#respond #commentform input {
	width: 400px;
}

#respond #commentform textarea {
	width: 400px;
}

#respond #commentform input#submit {
	width: auto;
	padding: 5px;
	background: #f5f5f5;
	border: 1px solid #eee;
	color: #222;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* @end */
