/*
Theme Name: Mats Photoblog
Theme URI: http://leval.se/
Description: My own theme for my photoblog.
Author: Mats Leval
Version: 1.0
*/



body {
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  text-align:left;
  /*background-color: #e1d3d3;*/
  /*background-color: #443333;*/
  background-color: #222222;
  color: #fff;
	margin: 0;
	padding: 0;
}

#header {
  background-color: #3f3f3f;
}

#header a {
  text-decoration: none;
}

#headerred {
  background-color: #ba1717;
  /*border-top: 1px #fff solid;*/
  border-bottom: 1px #000 solid;
  height: 4px;
}

#headermain {
	font-size:42px;
	font-weight: bolder;
	letter-spacing:1px;
	width: 820px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	color: #fff;
	cursor: pointer;
}

#headermain i {
  font-style: normal;
  color: #ba1717;
}

#main {
  background-color: #3f3f3f;
}

#maincontent {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

#home {
  font-size:12px;
	font-weight: normal;
	letter-spacing:1px;
	color:#fff;
	text-align:left;
	float: left;
}

#home a {
  text-decoration: none;
}

#home a:link {
  color: #fff;
}

#home a:visited {
  color: #fff;
}

#menu {
  font-size:12px;
	font-weight: normal;
	letter-spacing:1px;
	color:#fff;
	text-align:right;
	float: right;
}

#menu ul{
  list-style-type: none;
}

#menu li{
  display: inline;
}

#menu a {
  text-decoration: none;
}

#menu a:link {
  color: #fff;
}

#menu a:visited {
  color: #fff;
}


.post {
  clear: both;
  font-size: 14px;
  width: 820px;
  overflow: auto;
}

.postheading {
  visibility: hidden;
}

.postdate {
  visibility: hidden;
}

.post img {
  border: 10px solid #fff;
}

.post p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1em;
}

#footer {
  border-top: 1px #ba1717 solid;
  height: 100%;
}

#footermain {
  font-size:14px;
	font-weight: normal;
	/*letter-spacing:1px;*/
	color: #ba1717;
	text-align:left;
	
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}

#footermenu ul{
  list-style-type: none;
  width: 620px;
}

#footermenu li{
  display: inline;
  text-align: center;
  padding-right: 20px; 
}

#footermenu a {
  text-decoration: none;
}

#footermenu a:link {
  color: #ba1717;
}

#footermenu a:visited {
  color: #ba1717;
}

#footermenu2 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

#footermenu2 ul{
  list-style-type: none;
  font-size: 12px;
}

#footermenu2 li{
  display: inline;
  text-align: center;
  padding-right: 20px; 
}

#footermenu2 a {
  text-decoration: none;
}

#footermenu2 a:link {
  color: #ba1717;
}

#footermenu2 a:visited {
  color: #ba1717;
}

.comments {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

.comments a {
  text-decoration: none;
}

.comments a:link {
  color: #aaa;
}

.comments a:visited {
  color: #aaa;
}

textarea {
  width: 820px;
}

#respond {
  padding-top: 45px;
}









.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	width: 820px;
}




.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

