/*
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;
}

#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: 620px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

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

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

#maincontent {
  width: 620px;
  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: 620px;
  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;
}

.filler {
  padding-top: 60px;
  clear: both;
}

.screensaver {
  width: 600px;
  clear: both;
  padding-top: 30px;
}

.screensaver a {
  text-decoration: none;
  border: none;
}

.screensaver a:link {
  color: #fff;
}

.screensaver a:visited {
  color: #fff;
}

.screensaver img {
  border: 10px #fff solid;
  float: right;
}

.sstext {
  font-size: 24px;
}


h1 {
  font-size: 32px;
  padding-bottom: 30px; 
}

#maincontent img {
  border: 10px #fff solid;
  float: right;
}

#maincontent p {
  width: 380px;
}

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

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


