/*

Theme Name: AJK01
Description: Jenny försöker fixa ett tema, tbc!
Version: 0.1
Author: Jenny
Author URI: 
Tags: no sidebar

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font: 1em arial, verdana, helvetica; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#000 url(./images/bakgrund.gif); /* Set background image here */
}

p {
  font-size: 1em;
  font-weight: bold;
  color: #000;
}

a{
color: #4B4B3D;
text-decoration: none;
font-weight: bold;
}

a:hover{
color: #F0F0DC;
text-decoration: none;
font-weight: bold;
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
}

h4 {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  color: #000;
}



img {
  border:0;
}



div#wrapper {
  width:800px;
  height: 239px;
  margin:25px auto 0;
  background:url(./images/header.gif) no-repeat;
}

div#masthead {
  width:800px;
    padding-top: 200px;
text-align: center;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	color: #bc0829;
}

* html #navcontainer ul {
color: #bc0829;
}

#navcontainer ul li { 
color: #bc0829;
	display: inline; 
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
font-weight: bold
color: #bc0829;
}

#navcontainer ul li a {
font-weight: bold
	color: #bc0829;
	background: url(./images/comment_bg.gif);
	margin: 5px 5px 0 0;
	padding: 4px;
	text-decoration: none;
	
}

#navcontainer ul li a:hover {
	text-decoration: none;
	color: #ea3657;
font-weight: bold
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	color: #000;
	padding: 4px;
	margin-left: -2px;
	font-weight: bold;
text-decoration: none;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
font-weight: bold
}

ul#navlist a {
color: #bc0829;
}

/* Blog Title */
h1 {
  font:3.2em Verdana, Arial, Helvetica;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#ff7e00;
}


/* Page dropshadow */
div#content {
  width:800px;
 margin-left: auto;
margin-right: auto;
  background:url(./images/middle.gif) repeat-y;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:0 20px 20px;
  width:500px;
  margin-left: auto;
margin-right: auto;
}

/* Main header on single pages */
h2.header {
  color:#000;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  position:relative;
}


h2.header span {
  position:relative;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
font-size: 1.2em;
font-weight: bold;
  margin:15px 0 5px;
  color:#000;
}

div#main p {
  color:#000;
  line-height:2;
  margin:10px 0;
}



.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article ul, .article ol {
  font-size:1.2em;
  color:#000;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
font-size: 0.6em;
  color:#000;
}

ul.article_footer {
  font-size:0.9em;
  text-align:right;
  margin:10px 0;
  padding:5px 10px;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px 20px 20px 0;
  width:200px;
  float:left;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#000;
  padding-bottom:10px;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1.2em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#000;
  margin:20px 0 8px;
  font-size:1em;
  line-height:1;
}

div#secondary a {
  color:#000;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#000;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

#footer {
  height:218px;
  width:800px;
  margin:0 auto;
  background:url(./images/footer.gif) no-repeat left top;
  text-align:center;
  font-size:1em;
  color:#000;
  padding-bottom: 15px;
}

#infooter{
width: 400px;
padding-top: 50px;
margin-left: auto;
margin-right: auto;
font-size: .8em;
font-weight: bold;
}

ul#infooter {
  font-size:1em;
  color:#000;
}

ul#infooter li {
  display:inline;
  margin-left:10px;
}

ul#infooter li span {
  position:absolute;
  text-indent:-9999em;
}

ul#infooter li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#3e3e2a;
}

/* Background color for visitor comments */
ol.commentlist li {
  background: url(./images/comment_bg.gif);
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background: url(./images/comment_bg.gif);
  border: 1px solid #3e3e2a;
}

textarea#comment {
  width:400px;
}

#main p.comment_meta {
font-size: .8em;
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */

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

img.alignleft {
  float: left;
  margin: 2px;
}

img.alignright {
  float: right;
  margin: 2px;
}

.post img.alignleft, .attachment img.alignleft{ 
margin-left: 0;
float: left;
}
.post img.alignright, .attachment img.alignright{ 
margin-right: 0;
float: right;
}
.post img.aligncenter, .attachment img.aligncenter{ 
margin: 0 auto; 
text-align: center; 
display: block;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
  font-size: .6em;
}

div.navigation {
  margin:10px 0;
}

form#commentform input,
form#commentform textarea {
	border: 1px solid #3e3e2a;
	background: url(./images/comment_bg.gif);
}

input#author,
input#email,
input#url {
	width: 200px;
}

textarea#comment {
	width: 400px;
}

input#submit {
	border: 1px solid #FFFFFF;
	background: #A9C3DC;

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

