/*
Theme Name: Bresson
Theme URI: http://ondekvinde.dk/bresson
Description: Weblog-design til www.bresson.dk
Version: 1.2
Author: Lisa Risager
Author URI: http://stickleback.dk/
*/

* {
	margin:0;
	padding:0;
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */}

body {
	background: #C0C0C0; /* grey */ 
	color: #333333; /* black */ 
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

/* BLOCKS */

#page {
	width: 798px;
	margin: 0 auto;
	padding: 26px 0; 
}

#header {
	background: #FFFFFF; /* white */
	width: 798px;
}

#wrapper {
	width: 798px;
	padding: 12px 0;
	overflow:auto;
}

#content {
	float: right;
	width: 536px;
	padding: 10px 30px 0 20px;
	background: transparent; 
}

#sidebar {
	width: 164px;
	float: left;
	padding: 20px 8px;
	background: transparent;
}

#footer {
	width: 798px;
	clear: both;
	background: #FFFFFF; /* white */
	color: #5F5F5F; /* grey */ 
	font-family: MS Trebuchet, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	text-align: center; 
}


/* TYPOGRAPHY */

li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-family: Arial, 'Trebuchet MS', Verdana, Sans-Serif;
}

p {
	font-size: 0.9em;
	padding: 8px 0 0 0;
	color: #333333; /* black */ 
}
em {
	font-size: 0.9em;
}
strong {
	font-size: 0.9em;
}

.entry ul {
	list-style-position:outside;
	padding:0 0 6px 0
}
.entry ul li {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 0.9em;
	list-style-type:disc;
	padding:4px 4px 0 4px;
	margin-left:16px
}

h1 {
	color: #333333; /* black */ 
	font-size: 22px;
	font-weight: normal;
	padding: 6px 0 0 12px;
	height: 32px;
}

h2 {
	font-size: 18px;
	color: #336699; /* blue */
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin-top: 0px;
	clear: both;
}

h3 {
	font-size: 1.2em;
	padding: 12px 0 0 0;
	margin-top: 0px;
}

h4 {
	font-size: 1.2em;
	padding: 12px 0 0 0;
}

h5 {
	font-size: 10px;
	padding: 4px 0;
	color: #333333;
}

h6 {
	font-size: 10px;
	padding-bottom: 4px;
	color: #333333;
}
/* LINKS */

a, a:visited, a:active {
	font-size: 1em;
	color: #336699; /* blue */
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

a:hover {
	text-decoration: underline;
}

p a, p a:visited {
	display: inline;
	text-decoration: none;
	font-weight: normal;
	color: #CC0000; /* red */
	text-transform: none;
}

p a:hover {
	display: inline;
	font-weight: normal;
	color: #CC0000; /* red */
	text-transform: none;
	text-decoration: underline;
}

h1 a, h1 a:hover, h1 a:visited, h1 a:active {
	display: inline;
	color: #333333; /* black */
	font-weight: bold;
}

h2 a, h2 a:visited, h2 {
	display: block;
	color: #336699; /* blue */
}

h3, h3 a, h3 a:hover, h3 a:visited, h3 a:active
 {
}

h4 a, h4 a:hover, h4 a:visited, h4 a:active {
}

h6 a, h6 a:visited {
	display: inline;
}

h6 a:hover {
	text-decoration: underline;
}

.alt a {
	display: inline;
}

.entry a, a:visited, a:active {
	display: inline;
	text-decoration: normal;
	font-weight: normal;
}

.entry a:hover {
	text-decoration: underline;
}

a.external {
	color: #CC0000; /* red */
}
a img {
	border: none;
}

.postmetadata {
	padding-top: 5px;
	clear: left;
}

.entry {
	font-size: 1em;
	}
.post {
	font-size: 1em;
	padding: 0 0 16px 0;
}

/* SIDEBAR */

#sidebar h2 {
	font-size: 14px;
	display: block;
	color: #333333; /* black */ 
	font-weight: normal;
	padding: 20px 0 0 0;
}
#sidebar a, a:visited {
	font-size: 1em;
	color: #336699; /* blue */
	text-decoration: none;
	font-weight: normal;
	margin: 16px 0 0 0;
}

#sidebar a:hover {
	background: #336699; /* blue */
	color: #FFFFFF; /* white */
}

#sidebar ul li li, #sidebar ul ul li, #sidebar ul li ul li {
	margin: 0;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
}

/* FOOTER */

#footer a, a:hover, a:visited, a:active {
	color: #333333; /* black */ 
	text-decoration: none;
	font-weight: normal;
}

/* COMMENTS */

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
#commentform label {
	font-size: 11px;
	font-weight: normal;
}

.commentlist li {
	background: 1px solid #C0C0C0; /* grey */
	font-weight: normal;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	padding-top: 0;
	text-transform: none;
}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
}

select {
	width: 130px;
}

#commentform input {
	width: 100px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 500px;
	padding: 2px;
}

#commentform #submit {
	width: 30px;
	margin: 0;
	float: right;
}

.alt {
	border: 1px solid #C0C0C0; /* grey */
	margin: 0;
	padding: 6px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 0 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* MISCELLANEOUS */


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
}

.navigation {
	display: block;
	text-align: center;
	color: #336699; /* blue */
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	width: 40%;
	float: right;
}

.alignleft {
	width: 40%;
	float: left;
}

/* IMAGES */

.entry img{
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	padding: 5px;
}
img.sidebar {
	padding: 18px 0 8px 0;
	display: block;
}

/* ROUNDED CORNERS */

.box {
	background: #FFFFFF; /* white */ 
}
.boxtop div {
	background: url(tl.png) no-repeat top left;
}
.boxtop {
	background: url(tr.png) no-repeat top right;
}
.boxbottom div {
	background: url(bl.png) no-repeat bottom left;
}
.boxbottom {
	background: url(br.png) no-repeat bottom right;
}

.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 100%;
	height: 8px;
	font-size: 1px;
}
.boxcontent {
	margin: 0 8px; 
	background: #FFFFFF; /* white */
}
.boxcontentleftcol {
	margin: 0 8px; 
	background-image: url(leftcol.png);
	background-repeat: repeat-y;
	background-position: 184px top;
	padding: 0 0 4px 12px;
	margin: 0;
}
.clear {
	clear: both;
}
.small {
 	padding: 20px 0 0 2px;
	font-size: 10px;
	color: #333333;
}

.line {
 	border-top: 4px solid #C0C0C0; /* grey */
 	padding: 2px 0;
	clear: both;
}

/* That's all, folks!  */