/*  
Theme Name: Ulla-Lisa Thordén
Theme URI: http://www.thorden.com/
Description: Wordpress theme for www.thorden.com
Version: 1.0
Author: Republic Factory
Author URI: http://www.republic.se/
*/



/* typography & colors
********************************************** */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
}

#page {
	text-align: left;
}

#content {
	font-size: 1.2em
 
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#footer {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #9f9f9f;
  margin-top: 200px;
}

#footer a {
  color: #cb3a11;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.7em;
  display: block;
  margin: 2px 0 5px 0;
	}
.entry p a:visited {
	color: #cb3a11;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #cb3a11;
	text-decoration: none;
}

a:hover {
	color: #cb3a11;
	text-decoration: underline;
}


#sidebar2 a {
  color: #848441;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
  text-transform: uppercase;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

ul.links {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}

ul.links li {
  list-style-type: none;
  margin-bottom: 15px;
}




/* headings
********************************************** */
h1, h2, h3, h4 {
	font-family: 'Lucida Grande', 'Trebuchet MS' Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
  position: absolute;
  top: 75px;
  left: 30px;
	font-size: 4em;
	text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h2 {
	margin: 0px 0 2px 0;
  padding: 0 0 5px 0;
	font-size: 1.3em;
  border-bottom: 1px solid #ccc;
  line-height: 20px;
}

h2.pagetitle {
  position: absolute;
  top: 120px;
  left: 32px;
  font-weight: normal;
  text-align: left;
	font-size: 1.6em;
  color: #fff;
  border-bottom: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

h4 {
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.0em;
}

h1, h1 a, h1 a:visited {
	text-decoration: none;
	color: #fff;
}
h1 a:hover {
	text-decoration: underline;
}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #444;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}



#sidebar, #sidebar2, #footer {
	font: 1.05em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  line-height: 1.6em;
}


#sidebar img {
  margin-bottom: 10px;
}

#sidebar h2 {
  margin: 0;
  padding: 0 0 2px 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
  color: #333;
  line-height: 23px; 
  border-bottom: 1px solid #ccc;
}

#sidebar h2.widgettitle {
  font-weight: bold;
  text-align: left;
	font-size: 1.2em;
  color: #333;
  border-bottom: 0;
  padding: 10px 0 5px 0;
}

#sidebar #calendar h2,
#sidebar #calendar-copy-1 h2 {
  background: none;
  margin-top: 0;
}

#sidebar2 h2 {
  margin: 0;
  padding: 0 0 5px 0;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
  color: #444;
  border-bottom: 0;
}

#footer h2 {
	font-size: 1.2em;
  color: #444;
  margin: 0;
  border-bottom: 0;
}


/* layout
********************************************** */

body {
	margin: 0 0 20px 0;
	padding: 0; 
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 972px;
}

#header {
  position: relative;
	margin: 0; 
	padding: 0; 
 	width: 972px;
	height: 232px; 
	background: #fff url(images/topimage.jpg) 0 32px no-repeat;
}

#header img {
  position: absolute;
  right: 20px;
  top: 39px;
}

ul#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 942px;
  height: 30px;
  background: #000;
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 30px;
  border-bottom: 2px solid #cb3a11;
}

ul#menu li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 10px 20px 0 0;
}

ul#menu li a {
  text-transform: uppercase;
  color: #ccc;
}

ul#menu li.current_page_item a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
}


div.clearfix {
  clear: both;
}

#maincontent {
  position: relative;
  min-height: 600px;
  height: auto !important;
  height: 600px; 
  width: 972px;
  margin-top: 0;
  padding-top: 0;
  border: 1px solid #fff;
}

.narrowcolumn {
	padding: 0 0 20px 0;
	margin: 0 0 0 30px;
	width: 410px;
}

.widecolumn {
	padding: 0 0 20px 0;
	margin: 0 0 0 30px;
	width: 550px;
}

.post {
	margin: 0 0 40px 0;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#sidebar {
  position: absolute;
  top: 0px;
  left: 500px;  
	padding: 0 0 10px 0;
	width: 160px;
}

#sidebar form {
	margin: 0;
}

#sidebar2 {
  position: absolute;
  top: 8px;
  left: 712px;
	padding: 15px 10px 10px 20px;
	width: 204px;
  background: #fcfcf9;
  border: 1px solid #ccc;
}

#sidebar2 form {
	margin: 0;
}

#footer {
  position: relative;
	padding: 0;
	margin: 0 auto;
	width: 972px;
  height: 400px;
	clear: both;
  background: url(images/footer.gif) repeat-x top left;
}

#footer #consulting {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 410px;
}

#footer #links {
  position: absolute;
  top: 30px;
  left: 500px;
  width: 180px;
}

#footer #bocker {
  position: absolute;
  top: 30px;
  left: 726px;
  width: 195px;
}


#footer .copyright {
  width: 942px;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-top: 1px solid #ccc;
  padding: 5px 0 0 30px;
	text-align: left;
  font-size: 0.9em;
}


/* images
********************************************** */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 15px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 10px 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/* lists
********************************************** */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


ul.edit {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.edit li {
  background: url(images/edit.gif) no-repeat left center;
  padding: 5px 0 5px 22px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol,
#sidebar2 ul, #sidebar2 ul ol,
#footer ul, #footer ul ol {
	margin: 0 0 20px 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
	}

#sidebar2 ul li,
#footer ul li {
  list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
  padding-left: 12px;
  background: url(images/sidebar2_li.gif) no-repeat left center;
}

#footer ul li a {
  color: #848441;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}


#footer dl {
  margin: 0;
  padding: 0;
}

#footer dt {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #848441;
}
#footer dd {
  position: relative;
  color: #cb3a11;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.9em;
  height: 40px;
}
#footer dd img {
  position: absolute;
  right: -8px;
  top: -20px;
}
#footer dd small {
  font-size: 1.0em;
  color: #848441;
}


/* forms
********************************************** */

#searchform {
	margin: 10px auto 20px auto;
  padding: 0 0 20px 0;
	}

#searchform input {
  font-size: 10px;
	}

#sidebar #searchform #s {
  float: left;
	width: 108px;
	padding: 2px;
  margin-right: 10px;
	}

#sidebar #searchsubmit {
  float: left;
	padding: 2px;
  width: 50px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}



/* comments
********************************************** */

.alt {
	margin: 30px 0 0 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


/* calendar
********************************************** */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width: 160px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
  background: #eee;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
  background: #eee;
  padding: 3px 0;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
  color: #000;
  width: 20px;
  border-bottom: 1px solid #eee;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }



/* tags & classes
********************************************** */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
  border: 1px solid #fff;
}

