/*  
Theme Name: Swedmedia
Theme URI: http://www.swedmedia.se
Description: Swedmedia Development Blog
Version: 1.0
Author: P-M Nordkvist
Author URI: http://www.swedmedia.se/
*/

body {
	font-family: Arial, Verdana, sans-serif;
	color:#a25519;
	background-color: #b4b1a6;
	margin:0px;
	padding:0px;
	font-size: 14px;
	line-height: 1.3em; 
}

.attachment-thumbnail {
	border: 0px; 
}

#author {
	border: 0px; 
}

.blog_top {
  background: url(images/top.png) no-repeat;
  margin-left:auto;
  margin-right:auto;
  width: 978px;
  height:89px;
}

#flickrImages a img {
	margin: 0px 10px 10px 0px; 
}

.commentbox {
	margin-top: 10px; 
}

.blog_top_content {
	padding: 25px;
	padding-top: 10px; 
}

.blog_top_content a {
	color: #a25519;
	font-size: 11px; 
	font-weight: bold; 
	display: block; 
	padding-right: 12px; 
	padding-left: 12px; 
	padding-top: 18px; 
	background-image: url(images/menu_separator.gif);
	background-position: top right; 
	background-repeat: no-repeat; 
	font-family: Arial, Verdana; 
	height: 48px; 
	float: left; 
}

.noBackground {
	background: none; 
}

.menuSeparator {
	width: 1px; 
	height: 48px; 
	background: url(images/menu_separator.gif) no-repeat; 
}

.blog_title {
  float:left;
  font-weight:bold;
  font-size:44px;
  line-height:72px;
  margin-left: 20px; 
  color:#5a4e1a;
  display:inline;
}

.logo {
  float:right;
  width:201px;
  height:48px;
  margin-top:10px;
  margin-right:32px;
  display:inline;
}


/* Date */
.date {
	background: url(images/date.gif) no-repeat; 
	width: 85px; 
	height: 26px; 
	overflow: hidden; 
	float: right;
	margin-right: 0px; 
}

.date .year {
	width: 43px; 
	height: 26px; 
	color: #FFF; 
	font-size: 14px; 
	float: left; 
}

.date .month {
	width: 42px; 
	height: 13px; 
	color: #FFF; 
	font-size: 11px; 
	float: left; 
	text-align: center;
	line-height: normal; 
}

.date .day {
	width: 42px; 
	height: 13px; 
	color: #FFF; 
	font-size: 11px; 
	float: left; 
	text-align: center;
	line-height: normal; 
}


.date .year .spacer {
	margin-top: 5px; 
	margin-left: 6px; 
	font-weight: bold; 
}


/* gobal */
* {
margin: 0;
padding: 0;
}
img {
border: 0;
}
h1, h2, h3 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.3em; 
	margin: 0 0 0.3em 0;
}

blockquote {
background: url(images/quote.png) 10px 0 no-repeat;
margin: 20px 0;
padding: 0 20px 0 50px;
}
code {
font: 1em 'Courier New', Courier, Monospace;
}
.clear {
clear: both;
}
/* links */
a {
color: #a25519;
text-decoration: none;
font-weight: bold; 
}
a:hover {
color: #213571;
}

/* header */
#header {
margin: 0 auto;
background: #2d393b;
width: 100%;
height: 100px;
border-top: 1px solid #525b5c;
}

/*search*/
#searchform {
	margin-top: 5px; 
}

fieldset.search {
	border: none;
	width: 243px;
	margin: 0 auto;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #000;
	font-size: 1.2em;
	width: 180px;
	height: 20px;
	padding: 8px 5px 0;
	background: #eee url(images/formfield_bg.png) repeat-x;
	margin-right: 5px;
}
.search input.box:focus {
	background: #eee url(images/formfield_bg.png) repeat-x;
	outline: none;
}
.search input.btn {
	width: 38px;
	height: 28px;
}
.search input.btn:hover {
}


/* nav menu */
ul.menu {
	margin: 0 9px 0 9px;
	font-size: 12px;
	list-style-type: none;
	height: 30px;
}

ul.menu li {
color: #eee;
float: left;
}
ul.menu li a {
background: url(images/header-menu.png) 100% 100% no-repeat;
float: left;
display: block;
height: 23px;
padding: 7px 25px 0 25px;
text-align: center;
color: #ccc;
text-decoration: none;
}
ul.menu li a:hover {
background: url(images/header-menu.png) 100% 0% no-repeat;
color: #fff;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
background: url(images/header-menu.png) 100% 0% no-repeat;
color: #fff;
text-decoration: none;
}
	
/* content */
#content {
	margin: auto;
	width: 978px;
	background: url(images/body.png) repeat-y; 
}
#content h2 a {
text-decoration: none;
}
.navigation {
	display: block;
	margin-left: 10px;
}

/* box */
#article {
	float: left;
	width: 640px;
	overflow: hidden; 
	padding: 0px; 
	margin: 0px; 
}

#sidebar {
	float: left;
	width: 281px;
}

/* entry */
.entry {
	margin: 10px 25px 10px 50px;
	padding: 10px 10px 20px 10px;
}

.entry p {
	color: #541621;
	line-height: 150%;
	margin: 7px 0;
	font-size: 1em; 
}
.entry ul {
margin: 0 0 0 30px;
}
.entry ul li, ol li {
margin: 7px 0;
color: #541621;
}

ol {
	margin-left: 20px; 
}

.entrytitle .headerContainer {
	display: block;
	float: left; 
	width: 440px;
	margin-bottom: 5px; 
}

.entrytitle .headerContainer h1 a {
	color: #541621;
}

.date {
font-size: 1em;
color: #a8adad;
}

/* sidebar */
#sidebar ul {
margin-top: 10px;
}
#sidebar li {
list-style-type: none;
margin: 3px 5px;
padding: 0 0 0 0px;
}
#sidebar li:hover {
}
#sidebar li a {
}
#sidebar li a:hover {
}

.aside {
	background: url(images/sidebar.gif) top right no-repeat;
	margin: 10px 0 30px 0;
	padding: 7px 10px 0 15px;
}

.aside h2 {
	font-weight: bold; 
	font-size: 1.3em; 
	color: #FFF; 
	margin-bottom: 20px; 
	line-height: normal;
}
.aside p {
color: #333;
line-height: 160%;
}

/* footer */
#bottom {
background: #E3E3E3 url(images/bottom.png) repeat-x;
border-bottom: 1px solid #cdd1d1;
width: 100%;
}
#tag {
background: url(images/tag.png) 90% 100% no-repeat;
margin: 0 auto;
padding: 15px 200px 20px 0;
width: 600px;
}
#footer {
height: 60px;
padding-top: 20px;
width: 100%;
}

/*Images*/
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright{
padding: 4px;
margin: 0 0 0 7px;
display: inline;
}
img.alignleft{
padding: 4px;
margin: 0 7px 0 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

/*comments*/

.commentBoxContent {
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold; 
	color: #000;
	margin-top: 6px; 
}

.commentBox {
	border: 1px solid #aaaaaa;
	background-color: #FFF;
	width: 29px; 
	height: 29px; 
	margin-right: 10px; 
	float: left; 
	text-align: center; 
}

.commentContainer {
	background-image: url(images/comment_box_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f2f1ed;
}

.innerCommentContainer {
	background-image: url(images/comment_box_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat; 
	padding: 10px; 
}


#comments {
}
.commentlist li, #commentform input, #commentform textarea {
font: 1em Arial, Tahoma, Verdana, sans-serif;
}
#commentform input, #commentform textarea {
background: #eee url(images/formfield_bg.png) repeat-x;
border: 1px solid #ccc;
padding: 3px;
}
#commentform textarea {
width: 480px;
}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.6em;
text-transform: none;
}
#commentform p {
font-family: Arial, Tahoma, Verdana, sans-serif;
}
.alt {
padding: 10px;
}
.commentlist {
width: 100%;
text-align: justify;
}
.commentlist li {
background: #ececec;
margin: 15px 0;
padding: 10px;
border: 1px solid #cdd1d1;
list-style: none;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 10px 0;
}
.nocomments {
text-align: center;
}
.commentmetadata {
border-bottom: 1px dotted #cdd1d1;
padding-bottom: 5px;
display: block;
}
#respond {
margin-top: 20px;
}

.commentcount {
	font-family: Georgia,sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #cdd1d1;
	float: right;
}

/*misc*/
.adsense {
}
.related {
margin: 0 0 20px 10px;
}
.none {
display: none;
}