<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>WordPress DK Forum Topic: Brede på main</title>
		<link>http://wp-danmark.dk/forum/topic/brede-pa-main</link>
		<description>WordPress DK Forum Topic: Brede på main</description>
		<language>da-DK</language>
		<pubDate>Wed, 05 Aug 2026 13:02:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Søg]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wp-danmark.dk/forum/search.php</link>
		</textInput>
		<atom:link href="http://wp-danmark.dk/forum/rss/topic/brede-pa-main" rel="self" type="application/rss+xml" />

		<item>
			<title>jacobask om "Brede på main"</title>
			<link>http://wp-danmark.dk/forum/topic/brede-pa-main#post-8360</link>
			<pubDate>tors, 04 dec 2008 09:17:34 +0000</pubDate>
			<dc:creator>jacobask</dc:creator>
			<guid isPermaLink="false">8360@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;En anden gang - det er ikke nødvendigt at poste CSS'en, bare du linker til din side.&#60;/p&#62;
&#60;p&#62;Problemet er faktisk ikke margin eller padding, men bredden på din main - den kan sættes op til omkring 645px, dvs&#60;/p&#62;
&#60;p&#62;#main {&#60;br /&#62;
width:645px&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Vil give den ønskede effekt, hvis jeg har forstået spørgsmålet rigtigt.&#60;/p&#62;
&#60;p&#62;Hvis du bruger FireFox kan jeg anbefale at du bruger plugin'et der hedder Firebug - det er rigtigt godt til at finde den slags &#34;fejl&#34;.&#60;/p&#62;
&#60;p&#62;Mvh&#60;br /&#62;
Jacob Ask
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JOR om "Brede på main"</title>
			<link>http://wp-danmark.dk/forum/topic/brede-pa-main#post-8359</link>
			<pubDate>tors, 04 dec 2008 08:44:21 +0000</pubDate>
			<dc:creator>JOR</dc:creator>
			<guid isPermaLink="false">8359@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Fik den lige postet i det forkerte forum..... skulle have været i Teamaer - sorry!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JOR om "Brede på main"</title>
			<link>http://wp-danmark.dk/forum/topic/brede-pa-main#post-8358</link>
			<pubDate>tors, 04 dec 2008 08:39:29 +0000</pubDate>
			<dc:creator>JOR</dc:creator>
			<guid isPermaLink="false">8358@http://wp-danmark.dk/forum/</guid>
			<description>&#60;p&#62;Er der nogen der kan gennemskue hvor i denne her Stylesheet jeg kan reducere højremargin (&#60;a href=&#34;http://kbdk.dk/kbdkmargin.jpg&#34;&#62;se billede her&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;/*&#60;br /&#62;
Theme Name: Elegant Box&#60;br /&#62;
Theme URI: &#60;a href=&#34;http://wordpress.org/extend/themes/elegant-box/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/themes/elegant-box/&#60;/a&#62;&#60;br /&#62;
Description: Elegant Box is my first experiment in WordPress theming. Compatible with WordPress 2.7, thread comments ready.&#60;br /&#62;
Version: 3.1.1&#60;br /&#62;
Author: mg12&#60;br /&#62;
Author URI: &#60;a href=&#34;http://www.neoease.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.neoease.com/&#60;/a&#62;&#60;br /&#62;
Tags: two columns, fixed width, widget ready, right sidebar, multiple style, white, black, green, blue, purple, simple, valid CSS, valid XHTML, admin options&#60;br /&#62;
*/&#60;/p&#62;
&#60;p&#62;* {&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding:0;&#60;br /&#62;
}&#60;br /&#62;
body {&#60;br /&#62;
	font-family:&#34;BitStream vera Sans&#34;,Verdana,Arial,Helvetica,sans-serif;&#60;br /&#62;
	font-size:12px;&#60;br /&#62;
}&#60;br /&#62;
h1 {&#60;br /&#62;
	font-size:20px;&#60;br /&#62;
}&#60;br /&#62;
h2 {&#60;br /&#62;
	font-size:16px;&#60;br /&#62;
}&#60;br /&#62;
h3 {&#60;br /&#62;
	font-size:14px;&#60;br /&#62;
}&#60;br /&#62;
img {&#60;br /&#62;
	border:none;&#60;br /&#62;
}&#60;br /&#62;
a {&#60;br /&#62;
	text-decoration:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;a:hover {&#60;br /&#62;
	text-decoration:underline;&#60;br /&#62;
}&#60;br /&#62;
pre {&#60;br /&#62;
	font-family:'Courier New', Courier, Monospace, Fixed;&#60;br /&#62;
	overflow:auto;&#60;br /&#62;
}&#60;br /&#62;
blockquote, pre {&#60;br /&#62;
	padding:5px 10px;&#60;br /&#62;
	margin:5px 0;&#60;br /&#62;
}&#60;br /&#62;
pre {&#60;br /&#62;
	overflow:scroll;&#60;br /&#62;
}&#60;br /&#62;
.clear,&#60;br /&#62;
.fixed {&#60;br /&#62;
	clear:both;&#60;br /&#62;
}&#60;br /&#62;
small,&#60;br /&#62;
.small {&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
}&#60;br /&#62;
.more-link {&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
}&#60;br /&#62;
.floatleft {&#60;br /&#62;
	float:left;&#60;br /&#62;
}&#60;br /&#62;
.floatright {&#60;br /&#62;
	float:right;&#60;br /&#62;
}&#60;br /&#62;
.alignleft{&#60;br /&#62;
	float:left;&#60;br /&#62;
	text-align:left;&#60;br /&#62;
	margin-right:10px;&#60;br /&#62;
}&#60;br /&#62;
.alignright{&#60;br /&#62;
	text-align:right;&#60;br /&#62;
	float:right;&#60;br /&#62;
	margin-left:10px;&#60;br /&#62;
}&#60;br /&#62;
.aligncenter {&#60;br /&#62;
	display:block;&#60;br /&#62;
	margin-left:auto;&#60;br /&#62;
	margin-right:auto;&#60;br /&#62;
}&#60;br /&#62;
.inline {&#60;br /&#62;
	display:inline;&#60;br /&#62;
}&#60;br /&#62;
.left {&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin-right:10px;&#60;br /&#62;
}&#60;br /&#62;
.right {&#60;br /&#62;
	float:right;&#60;br /&#62;
	margin-left:10px;&#60;br /&#62;
}&#60;br /&#62;
.fontthin {&#60;br /&#62;
	font-weight:normal;&#60;br /&#62;
}&#60;br /&#62;
.box {&#60;br /&#62;
	margin-bottom:10px;&#60;br /&#62;
}&#60;br /&#62;
.box .content {&#60;br /&#62;
	padding:8px 10px;&#60;br /&#62;
}&#60;br /&#62;
.box h3 {&#60;br /&#62;
	font-size:14px;&#60;br /&#62;
	margin-bottom:2px;&#60;br /&#62;
}&#60;br /&#62;
.boxcaption {&#60;br /&#62;
	padding:5px 10px;&#60;br /&#62;
	margin-bottom:10px;&#60;br /&#62;
}&#60;br /&#62;
.bottom_separator {&#60;br /&#62;
	padding-bottom:8px;&#60;br /&#62;
	padding-left:5px;&#60;br /&#62;
	padding-right:5px;&#60;br /&#62;
	margin-left:-5px;&#60;br /&#62;
	margin-right:-5px;&#60;br /&#62;
}&#60;br /&#62;
.bottom_space {&#60;br /&#62;
	margin-bottom:10px;&#60;br /&#62;
}&#60;br /&#62;
.button,&#60;br /&#62;
a#cancel-comment-reply-link {&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
	border-style:solid;&#60;br /&#62;
	border-width:1px;&#60;br /&#62;
	font-family:&#34;lucida grande&#34;,tahoma,verdana,arial,sans-serif;&#60;br /&#62;
	text-align:center;&#60;br /&#62;
	padding:2px 8px;&#60;br /&#62;
}&#60;br /&#62;
a#cancel-comment-reply-link {&#60;br /&#62;
	padding:3px 8px;&#60;br /&#62;
}&#60;br /&#62;
a.button:hover,&#60;br /&#62;
a#cancel-comment-reply-link:hover {&#60;br /&#62;
	text-decoration:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* header START */&#60;br /&#62;
#header .inner {&#60;br /&#62;
	height:43px !important;&#60;br /&#62;
	height:44px;&#60;br /&#62;
}&#60;br /&#62;
#header .content {&#60;br /&#62;
	width:922px;&#60;br /&#62;
	margin:0 auto;&#60;br /&#62;
	text-align:left;&#60;br /&#62;
}&#60;br /&#62;
#header h1 {&#60;br /&#62;
	float:left;&#60;br /&#62;
	font-weight:normal;&#60;br /&#62;
	font-style:normal;&#60;br /&#62;
	padding:1px 0 0 10px !important;&#60;br /&#62;
	padding:2px 0 2px 10px;&#60;br /&#62;
	margin-top:9px;&#60;br /&#62;
}&#60;br /&#62;
#header #title {&#60;br /&#62;
	float:left;&#60;br /&#62;
	text-transform:uppercase;&#60;br /&#62;
	letter-spacing:-1px;&#60;br /&#62;
	font-family:&#34;BitStream vera Sans&#34;,Arial,Helvetica,sans-serif;&#60;br /&#62;
}&#60;br /&#62;
#header #tagline {&#60;br /&#62;
	float:left;&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
	margin-left:10px;&#60;br /&#62;
	vertical-align:bottom;&#60;br /&#62;
	color:#999;&#60;br /&#62;
}&#60;br /&#62;
#header #searchbox,&#60;br /&#62;
#header #nav {&#60;br /&#62;
	float:right;&#60;br /&#62;
	margin-top:11px !important;&#60;br /&#62;
	margin-top:10px;&#60;br /&#62;
}&#60;br /&#62;
#notice {&#60;br /&#62;
	margin:0 -5px 10px;&#60;br /&#62;
}&#60;br /&#62;
#notice .inner {&#60;br /&#62;
	padding:5px 7px;&#60;br /&#62;
}&#60;br /&#62;
#notice .icon {&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin-right:5px;&#60;br /&#62;
	margin-bottom:0;&#60;br /&#62;
}&#60;br /&#62;
#notice .content {&#60;br /&#62;
	float:left;&#60;br /&#62;
}&#60;br /&#62;
#notice .content .separator {&#60;br /&#62;
	padding-right:10px;&#60;br /&#62;
}&#60;br /&#62;
#nav img {&#60;br /&#62;
	border:none;&#60;br /&#62;
}&#60;br /&#62;
#navlist {&#60;br /&#62;
	margin-right:10px;&#60;br /&#62;
}&#60;br /&#62;
#navlist li {&#60;br /&#62;
	list-style:none;&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin-top:1px !important;&#60;br /&#62;
	margin-top:3px;&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
}&#60;br /&#62;
#navlist li a {&#60;br /&#62;
	display:block;&#60;br /&#62;
	padding:3px 5px 4px !important;&#60;br /&#62;
	padding:3px 5px 5px;&#60;br /&#62;
	border-style:solid;&#60;br /&#62;
	border-width:0 1px 0 0;&#60;br /&#62;
}&#60;br /&#62;
*+html #navlist li a {&#60;br /&#62;
	padding:3px 5px 5px !important;&#60;br /&#62;
}&#60;br /&#62;
#navlist li.current_page_item a,&#60;br /&#62;
#navlist li.current-cat a {&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
}&#60;br /&#62;
#navlist li a#feed {&#60;br /&#62;
	border-width:0;&#60;br /&#62;
	margin-left:10px;&#60;br /&#62;
	padding:1px 0;&#60;br /&#62;
	padding:1px 0 !important;&#60;br /&#62;
}&#60;br /&#62;
*+html #navlist li a#feed {&#60;br /&#62;
	padding:1px 0 !important;&#60;br /&#62;
}&#60;br /&#62;
#navlist li a#feed img {&#60;br /&#62;
	background-position:0 0;&#60;br /&#62;
	width:18px;&#60;br /&#62;
	height:18px;&#60;br /&#62;
}&#60;br /&#62;
#navlist li a#feed:hover img {&#60;br /&#62;
	background-position:0 -18px !important;&#60;br /&#62;
}&#60;br /&#62;
#search_textfield {&#60;br /&#62;
	width:247px;&#60;br /&#62;
	padding-right:20px;&#60;br /&#62;
}&#60;br /&#62;
/* header END */&#60;/p&#62;
&#60;p&#62;/* submenu START */&#60;br /&#62;
#navlist li ul {&#60;br /&#62;
	display:none;&#60;br /&#62;
	background:#E1E1E1;&#60;br /&#62;
	padding:5px;&#60;br /&#62;
	border:1px solid #333;&#60;br /&#62;
}&#60;br /&#62;
#navlist li li {&#60;br /&#62;
	float:none;&#60;br /&#62;
	margin:0 !important;&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding:0;&#60;br /&#62;
	display:block;&#60;br /&#62;
	list-style:none;&#60;br /&#62;
}&#60;br /&#62;
#navlist li li a {&#60;br /&#62;
	display:block;&#60;br /&#62;
	padding:5px 10px;&#60;br /&#62;
	text-decoration:none;&#60;br /&#62;
	width:125px;&#60;br /&#62;
	font-size:12px;&#60;br /&#62;
	border-style:solid;&#60;br /&#62;
	border-width:1px 0 0;&#60;br /&#62;
}&#60;br /&#62;
#navlist li li.first a {&#60;br /&#62;
	border-top:none;&#60;br /&#62;
}&#60;br /&#62;
#navlist li li a:hover {&#60;br /&#62;
	font-weight:bolder;&#60;br /&#62;
}&#60;br /&#62;
/* submenu END */&#60;/p&#62;
&#60;p&#62;/* main START */&#60;br /&#62;
#container_body {&#60;br /&#62;
	margin:15px auto;&#60;br /&#62;
	text-align:left;&#60;br /&#62;
	width:950px;&#60;br /&#62;
}&#60;br /&#62;
#main {&#60;br /&#62;
	float:left;&#60;br /&#62;
	padding:10px 15px 0;&#60;br /&#62;
}&#60;br /&#62;
.post img {&#60;br /&#62;
	max-width:600px;&#60;br /&#62;
}&#60;br /&#62;
.sided {&#60;br /&#62;
	padding:2px;&#60;br /&#62;
	margin-bottom:5px;&#60;br /&#62;
}&#60;br /&#62;
.wp-caption {&#60;br /&#62;
	padding:5px 0;&#60;br /&#62;
	margin-bottom:5px;&#60;br /&#62;
	text-align:center;&#60;br /&#62;
}&#60;br /&#62;
.post .content .wp-caption p {&#60;br /&#62;
	margin:3px 0 0;&#60;br /&#62;
}&#60;br /&#62;
.part {&#60;br /&#62;
	margin-bottom:10px;&#60;br /&#62;
}&#60;br /&#62;
.sidedate {&#60;br /&#62;
	float:right;&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
}&#60;br /&#62;
.post .content ul li,&#60;br /&#62;
.post .content ol li {&#60;br /&#62;
	list-style-position:inside;&#60;br /&#62;
	padding-left:20px;&#60;br /&#62;
}&#60;br /&#62;
.post .content ul,&#60;br /&#62;
.post .content ol {&#60;br /&#62;
	padding-bottom:10px;&#60;br /&#62;
}&#60;br /&#62;
.post {&#60;br /&#62;
	margin-bottom:20px;&#60;br /&#62;
}&#60;br /&#62;
.post .title h2 {&#60;br /&#62;
	font-size:14px;&#60;br /&#62;
	font-style:normal;&#60;br /&#62;
	font-variant:normal;&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
	margin:0pt;&#60;br /&#62;
	padding:0px;&#60;br /&#62;
}&#60;br /&#62;
.post .content {&#60;br /&#62;
	line-height:145%;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
}&#60;br /&#62;
.post .content p {&#60;br /&#62;
	margin:0 0 10px 0;&#60;br /&#62;
}&#60;br /&#62;
.post .comments {&#60;br /&#62;
	padding:3px 0 3px 22px;&#60;br /&#62;
	margin:10px 0 0;&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
}&#60;br /&#62;
.post .comments_single {&#60;br /&#62;
	margin:10px 0;&#60;br /&#62;
}&#60;br /&#62;
#postnav {&#60;br /&#62;
	margin-top:20px;&#60;br /&#62;
}&#60;br /&#62;
.post .info {&#60;br /&#62;
	color:#999;&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
	margin-bottom:8px;&#60;br /&#62;
	margin-top:0pt;&#60;br /&#62;
	padding-top:3px;&#60;br /&#62;
}&#60;br /&#62;
.post .info .edit,&#60;br /&#62;
.post .info .editlinks {&#60;br /&#62;
	float:right;&#60;br /&#62;
}&#60;br /&#62;
#container_bottom {&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
}&#60;br /&#62;
#container_bottom .postnav {&#60;br /&#62;
	float:left;&#60;br /&#62;
	padding:9px 10px !important;&#60;br /&#62;
	padding:9px 10px 0;&#60;br /&#62;
	width:629px;&#60;br /&#62;
}&#60;br /&#62;
#container_bottom .postnav span.right {&#60;br /&#62;
	margin-right:10px;&#60;br /&#62;
}&#60;br /&#62;
#container_bottom .anchor {&#60;br /&#62;
	float:right;&#60;br /&#62;
	text-align:right;&#60;br /&#62;
	width:251px;&#60;br /&#62;
	padding:11px 10px 10px;&#60;br /&#62;
	margin-bottom:-1px;&#60;br /&#62;
}&#60;br /&#62;
#container_bottom .anchor span {&#60;br /&#62;
	padding:4px 0 4px 20px;&#60;br /&#62;
}&#60;br /&#62;
/* main END */&#60;/p&#62;
&#60;p&#62;/* sidebar START */&#60;br /&#62;
#sidebar {&#60;br /&#62;
	float:right;&#60;br /&#62;
	width:270px;&#60;br /&#62;
	height:100%;&#60;br /&#62;
}&#60;br /&#62;
#sidebar-body ul {&#60;br /&#62;
	padding:0 5px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar-body li {&#60;br /&#62;
	list-style:none;&#60;br /&#62;
}&#60;br /&#62;
#sidebar-body div {&#60;br /&#62;
	margin:5px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar-body ul div {&#60;br /&#62;
	margin:0;&#60;br /&#62;
}&#60;br /&#62;
#sidebar h3 {&#60;br /&#62;
	padding:3px 5px 4px;&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
	font-size:11px;&#60;br /&#62;
	margin-top:5px;&#60;br /&#62;
	text-decoration:none;&#60;br /&#62;
}&#60;br /&#62;
#sidebar .widget {&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding:0;&#60;br /&#62;
}&#60;br /&#62;
#styleswitcher {&#60;br /&#62;
	padding:5px;&#60;br /&#62;
}&#60;br /&#62;
#styleswitcher .clear,&#60;br /&#62;
#styleswitcher .fixed {&#60;br /&#62;
	margin:0;&#60;br /&#62;
}&#60;br /&#62;
#style-text {&#60;br /&#62;
	float:left;&#60;br /&#62;
	font-size:11px;&#60;br /&#62;
	margin-top:1px;&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
}&#60;br /&#62;
#styleswitcher span.color {&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin-top:2px;&#60;br /&#62;
	margin-left:4px;&#60;br /&#62;
	padding:1px;&#60;br /&#62;
}&#60;br /&#62;
#styleswitcher span.color a img {&#60;br /&#62;
	margin:0px;&#60;br /&#62;
	width:8px;&#60;br /&#62;
	height:8px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar span.right {&#60;br /&#62;
	float:right;&#60;br /&#62;
}&#60;br /&#62;
#sidebar .widget_tag_cloud {&#60;br /&#62;
	padding:0 5px;&#60;br /&#62;
	margin:0px;&#60;br /&#62;
}&#60;br /&#62;
#sidebar .widget_tag_cloud h3 {&#60;br /&#62;
	margin-bottom:5px;&#60;br /&#62;
	margin-left:-5px;&#60;br /&#62;
	margin-right:-5px;&#60;br /&#62;
}&#60;br /&#62;
.widget ul li {&#60;br /&#62;
	line-height:18px;&#60;br /&#62;
	padding:3px 0;&#60;br /&#62;
}&#60;br /&#62;
.widget ul li span.right {&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
}&#60;br /&#62;
.widget .box {&#60;br /&#62;
	padding:5px;&#60;br /&#62;
}&#60;br /&#62;
.widget ul li ul {&#60;br /&#62;
	padding-bottom:0;&#60;br /&#62;
	padding-right:0;&#60;br /&#62;
}&#60;br /&#62;
.widget ul li ul li {&#60;br /&#62;
	padding:3px 5px 0;&#60;br /&#62;
	border-bottom:none;&#60;br /&#62;
	line-height:18px;&#60;br /&#62;
	margin-top:3px;&#60;br /&#62;
	margin-right:-5px;&#60;br /&#62;
}&#60;br /&#62;
/* sidebar END */&#60;/p&#62;
&#60;p&#62;/* footer START */&#60;br /&#62;
#footer {&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
}&#60;br /&#62;
#footer .inner {&#60;br /&#62;
	margin:0;&#60;br /&#62;
	height:30px;&#60;br /&#62;
}&#60;br /&#62;
#footer .content {&#60;br /&#62;
	margin:8px auto 0;&#60;br /&#62;
	width:900px;&#60;br /&#62;
}&#60;br /&#62;
#footer #about {&#60;br /&#62;
	float:left;&#60;br /&#62;
}&#60;br /&#62;
#footer ul#admin {&#60;br /&#62;
	float:right;&#60;br /&#62;
	display:block;&#60;br /&#62;
	list-style-position:outside;&#60;br /&#62;
	list-style-type:none;&#60;br /&#62;
}&#60;br /&#62;
#footer ul#admin li {&#60;br /&#62;
	display:block;&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin-left:12px;&#60;br /&#62;
}&#60;br /&#62;
/* footer END */&#60;/p&#62;
&#60;p&#62;/* comments START */&#60;br /&#62;
#commentlist {&#60;br /&#62;
	margin-bottom:15px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist ol {&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding-left:0;&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#commentlist li.comment {&#60;br /&#62;
	list-style:none;&#60;br /&#62;
	margin-bottom:10px;&#60;br /&#62;
	overflow:hidden;&#60;br /&#62;
	position:relative;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .comment p {&#60;br /&#62;
	margin-bottom:8px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .comment blockquote {&#60;br /&#62;
	margin:0 0 8px;&#60;br /&#62;
}&#60;br /&#62;
.userinfo {&#60;br /&#62;
	padding:5px 10px 6px;&#60;br /&#62;
}&#60;br /&#62;
.userinfo .date {&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
	position:relative;&#60;br /&#62;
}&#60;br /&#62;
.userinfo .userpic {&#60;br /&#62;
	padding:1px;&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin-right:10px;&#60;br /&#62;
	position:relative;&#60;br /&#62;
}&#60;br /&#62;
.userinfo .usertext {&#60;br /&#62;
	float:left;&#60;br /&#62;
	position:relative;&#60;br /&#62;
}&#60;br /&#62;
.userinfo .count {&#60;br /&#62;
	float:right;&#60;br /&#62;
	text-align:right;&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
	position:relative;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .comment .username {&#60;br /&#62;
	font-weight:bold;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .comment .comment_text {&#60;br /&#62;
	padding:8px 10px 0;&#60;br /&#62;
	line-height:145%;&#60;br /&#62;
}&#60;br /&#62;
#trackbacks {&#60;br /&#62;
	margin-bottom:8px;&#60;br /&#62;
}&#60;br /&#62;
ol#trackbacks {&#60;br /&#62;
	padding-bottom:8px;&#60;br /&#62;
}&#60;br /&#62;
#trackbacks li {&#60;br /&#62;
	border:0;&#60;br /&#62;
	list-style-position:inside;&#60;br /&#62;
}&#60;br /&#62;
textarea#comment {&#60;br /&#62;
	width:611px !important;&#60;br /&#62;
	width:610px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .children {&#60;br /&#62;
	margin:0 0 0 20px !important;&#60;br /&#62;
	margin:0 10px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .children textarea#comment {&#60;br /&#62;
	width:591px !important;&#60;br /&#62;
	width:586px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .children .children textarea#comment {&#60;br /&#62;
	width:571px !important;&#60;br /&#62;
	width:562px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .children .children .children textarea#comment {&#60;br /&#62;
	width:551px !important;&#60;br /&#62;
	width:538px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .children .children .children .children textarea#comment {&#60;br /&#62;
	width:531px !important;&#60;br /&#62;
	width:514px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .children .children .children .children .children textarea#comment {&#60;br /&#62;
	width:511px !important;&#60;br /&#62;
	width:490px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .children .children .children .children .children .children textarea#comment {&#60;br /&#62;
	width:491px !important;&#60;br /&#62;
	width:466px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .children .children .children .children .children .children .children textarea#comment {&#60;br /&#62;
	width:471px !important;&#60;br /&#62;
	width:442px;&#60;br /&#62;
}&#60;br /&#62;
#commentlist .children .children .children .children .children .children .children .children textarea#comment {&#60;br /&#62;
	width:451px !important;&#60;br /&#62;
	width:418px;&#60;br /&#62;
}&#60;br /&#62;
*+html #commentlist .children {&#60;br /&#62;
	margin:0 10px !important;&#60;br /&#62;
}&#60;br /&#62;
*+html #commentlist .children textarea#comment {&#60;br /&#62;
	width:587px !important;&#60;br /&#62;
}&#60;br /&#62;
*+html #commentlist .children .children textarea#comment {&#60;br /&#62;
	width:563px !important;&#60;br /&#62;
}&#60;br /&#62;
*+html #commentlist .children .children .children textarea#comment {&#60;br /&#62;
	width:539px !important;&#60;br /&#62;
}&#60;br /&#62;
*+html #commentlist .children .children .children .children textarea#comment {&#60;br /&#62;
	width:515px !important;&#60;br /&#62;
}&#60;br /&#62;
*+html #commentlist .children .children .children .children .children textarea#comment {&#60;br /&#62;
	width:491px !important;&#60;br /&#62;
}&#60;br /&#62;
*+html #commentlist .children .children .children .children .children .children textarea#comment {&#60;br /&#62;
	width:467px !important;&#60;br /&#62;
}&#60;br /&#62;
*+html #commentlist .children .children .children .children .children .children .children textarea#comment {&#60;br /&#62;
	width:443px !important;&#60;br /&#62;
}&#60;br /&#62;
*+html #commentlist .children .children .children .children .children .children .children .children textarea#comment {&#60;br /&#62;
	width:419px !important;&#60;br /&#62;
}&#60;br /&#62;
#submitbox {&#60;br /&#62;
	margin:8px 0;&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
	text-align:right;&#60;br /&#62;
}&#60;br /&#62;
#comments_rss {&#60;br /&#62;
	padding:2px 0 2px 22px !important;&#60;br /&#62;
	padding:2px 0 16px 22px;&#60;br /&#62;
	float:left;&#60;br /&#62;
	position:relative;&#60;br /&#62;
}&#60;br /&#62;
#submitbox .act {&#60;br /&#62;
	float:right;&#60;br /&#62;
}&#60;br /&#62;
#submitbox #submit {&#60;br /&#62;
	cursor:pointer;&#60;br /&#62;
}&#60;br /&#62;
#emoticon {&#60;br /&#62;
	margin-right:10px;&#60;br /&#62;
	float:right;&#60;br /&#62;
}&#60;br /&#62;
#respond .row {&#60;br /&#62;
	margin:0 3px 5px 0;&#60;br /&#62;
	text-align:left;&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
}&#60;br /&#62;
#commentnavi {&#60;br /&#62;
	font-size:10px;&#60;br /&#62;
	margin-bottom:15px;&#60;br /&#62;
}&#60;br /&#62;
#commentnavi a.page-numbers {&#60;br /&#62;
	padding:0 3px;&#60;br /&#62;
}&#60;br /&#62;
#commentnavi span.pages {&#60;br /&#62;
	padding:0 9px 0 0;&#60;br /&#62;
	float:left;&#60;br /&#62;
}&#60;br /&#62;
#commentnavi span.current {&#60;br /&#62;
	padding:0 3px;&#60;br /&#62;
	font-weight:bolder;&#60;br /&#62;
}&#60;br /&#62;
/* comments END */&#60;/p&#62;
&#60;p&#62;/* archives START */&#60;br /&#62;
#archive li {&#60;br /&#62;
	list-style:none;&#60;br /&#62;
	padding-left:0;&#60;br /&#62;
}&#60;br /&#62;
.postspermonth {&#60;br /&#62;
	margin:5px 0;&#60;br /&#62;
}&#60;br /&#62;
.srg_switcher {&#60;br /&#62;
	margin-bottom:10px;&#60;br /&#62;
}&#60;br /&#62;
/* archices END */&#60;/p&#62;
&#60;p&#62;/* links START */&#60;br /&#62;
.post .content .linkcat ul li {&#60;br /&#62;
	float:left;&#60;br /&#62;
	width:25% !important;&#60;br /&#62;
	width:24%;&#60;br /&#62;
	list-style-type:none;&#60;br /&#62;
	padding-left:0;&#60;br /&#62;
}&#60;br /&#62;
/* links END */&#60;/p&#62;
&#60;p&#62;/* image switcher START */&#60;br /&#62;
.imageswitcher {&#60;br /&#62;
	padding:5px;&#60;br /&#62;
}&#60;br /&#62;
.imageswitcher_image {&#60;br /&#62;
	padding:2px;&#60;br /&#62;
}&#60;br /&#62;
a.imageswitcher_button {&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin-top:5px !important;&#60;br /&#62;
	margin-top:3px;&#60;br /&#62;
	margin-bottom:0px;&#60;br /&#62;
	margin-right:4px;&#60;br /&#62;
	padding:2px 5px;&#60;br /&#62;
	text-decoration:none;&#60;br /&#62;
	font-size:11px;&#60;br /&#62;
}&#60;br /&#62;
.imageswitcher a.lastbutton {&#60;br /&#62;
	margin-right:0;&#60;br /&#62;
}&#60;br /&#62;
a.imageswitcher_button:hover {&#60;br /&#62;
	text-decoration:none;&#60;br /&#62;
}&#60;br /&#62;
/* image switcher END */&#60;/p&#62;
&#60;p&#62;/* related posts START */&#60;br /&#62;
#related_posts ul {&#60;br /&#62;
	margin-left:5px;&#60;br /&#62;
	margin-bottom:0;&#60;br /&#62;
	padding-bottom:0;&#60;br /&#62;
}&#60;br /&#62;
.post #related_posts ul li {&#60;br /&#62;
	padding-left:0;&#60;br /&#62;
}&#60;br /&#62;
#related_posts .excerpt {&#60;br /&#62;
	display:block;&#60;br /&#62;
}&#60;br /&#62;
/* related posts END */&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
