/*
Theme Name: Fifty styles
Theme URI: http://fiftystyles.com
Description: .
Version: 1.0
Author: Lars Wallgren
Author URI: http://larswallgren.se
Tags: 

	Fiftystyles v1
	 http://darryldesign.com

	This theme was designed by Darryl de Necker http://darryldenecker and built by Lars Wallgren
	 http://larswallgren.se

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "UTF-8";
/* CSS Document */

html {overflow-y: scroll;}

a img {
	border: none;
	} 


div#container {
	width:975px;
	float:none;
	margin:0 auto; /* center, not in IE5 */

	}
	
div#header {
	width:975px;
	float:none;
    height:118px;
	}
	
div#header_left {
	width:510px;
	float:left;
    height:49px;
	margin:51px 0 0 0;
	}
	

div#header_right {
	width:465px;
	float:right;
    height:28px;
 
	text-align: right;
	vertical-align: bottom;
	margin:72px 0 0 0;

	}
				
div#content {
	width:800px;
	/*height:500px;*/
	float:left;
	background-color: #fff; 
	/*padding:0px 0 0 0;*/	
	/*margin:0 auto; /* center, not in IE5 */
	}
	

div#aboutcontent {
	width:760px;
	margin:30px 0 0 0;
	}

	
div#image_holder{
	width:800px;
	height:400px;
	float:left;
	}
	
div#image_holder_front{
	width:800px;
	height:350px;
	float:left;
	margin:10px 0 0 0;
	
	}

div#following_posts{
	float:left;
	padding:20px 0 50px 0;
	}		



div#sidebar {
	width:165px;
	/*height:400px;*/
	float:right;
	background-color: #fff;
	padding:80px 0px 0px 0px;
	/*margin:0 0 0 -20; 
	/*margin:0 auto; /* center, not in IE5 */

	}
	
	.wp-tag-cloud {
	margin:0px 0px 20px -39px;
}

div#footer {
	width:975px;
	height:112px;
	float:left;
	/*margin:0 auto; /* center, not in IE5 */

	}
HR {
    height:1px;
    width:100%;
    background:#446791;
    margin: 0px 150px 0px 150px;  
   }
   
div#line {
	background-image:url('images/line.gif');
	background-repeat:repeat-x;
	height:1px;
	width:100%;
}

/*----------
page.php 
----------*/
#front_images{
	margin-top:-15px;
}

/*----------
Post 
----------*/

table.post_table {
	border-width: 1px 1px 0px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: blue white yellow blue;
	border-collapse: collapse;
	background-color: white;
}
/*table.post_table th {
	border-width: 1px 1px 1px 1px;
	padding: 0px;
	border-style: solid inset inset solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
*/
table.post_table td {
	border-width: 1px 1px 0px 1px;
	padding: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.post_table{
	margin-top:13px;
}
/*----------
Single post page
----------*/

.entry{	/*post content*/
	padding:0px 0 0px 0;
}

#entry_form{
	margin:0 0 20px 0;
}

/*----------
comments.php
----------*/
/*div#comment_holder{
	width:800px;
	float:left;
	padding:20px 0 0 0;
	}
	
div#comment_holder_left{
	width:480px;
	float:left;
	padding:0px 20px 0px 0px;
	}
div#comment_holder_right{
	width:300px;
	float:left;
	}
*/	


#comments_plus_form{
	margin-top:40px;

}
.commentlist{  /**/
	width:450px;
	float:left;
	padding:0 30px 0 0;
}	
#respond{ /*leave a comment*/
	width:300px;
	float:right;
	margin:-58px 0 40px 0;
}

#comment{ /*leave a comment*/
	width:300px;
	float:left;
}
/*
div#comments_holder{
	margin-top:40px;
}
*/


.commentlist{
	margin:40px 0 50px 0;
}

.commentlist li{
	margin:0px 0 50px 0;
}

li.comment img.avatar {
	float:right;
        padding:10px 10px;
}

.cancel-comment-reply{
	margin:57px 0 0px 0;
	
}

#submit{
	margin-top:10px;
}
/*----------
Archive page
----------*/
div#archive_header{
	padding:10px 0  0;
	margin:0 0 -10px 0;

}

#archive_posts{
	margin:0 0 -25px 0;

}
/*----------
Search page
----------*/
.search_header{
	padding:10px 0  0;

}

.center{
	padding:10px 0  0;

}

#content #searchform{
	padding:0 630px 0 0;
	margin-left:-40px;
}

/*----------
Contact page
----------*/

#contact_header{
	padding:10px 0  0;
}
#contact_holder{
	width:400px;
	float:left;
}
#form_holder{
	width:320px;
	float:right;
	padding:52px 30px 0 0;
}


/*----------
TEXT
----------*/

p, small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration:none;	
	}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration:none;	
	}

a:hover {
	color: #000;
	text-decoration:underline;	
	}
	
.topnav, .topnav ul, .topnav li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	}
	.topnav a:link, .topnav a:visited, .topnav a:active {
	color: #666;
	text-decoration:none;	
	}
	.topnav a:hover {
	color: #000;
	text-decoration:underline;	
	}
	  .topnav ul, .topnav ul a:link, .topnav ul a:visited, .topnav ul a:active {
	     list-style-type: none;
	     list-style-image: none;
         }
	  .topnav li, .topnav li a:link, .topnav li a:visited, .topnav li a:active {
	     list-style-type: none;
	     display: inline;
         padding-left: 7px;
	     }

.rightnav, .rightnav ul, .rightnav li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	}
	.rightnav a:link, .rightnav a:visited, .rightnav a:active {
	color: #666;
	text-decoration:none;	
	}
	.rightnav a:hover {
	color: #000;
	text-decoration:underline;	
	}
	  .rightnav ul, .rightnav ul a:link, .rightnav ul a:visited, .rightnav ul a:active {
	     list-style-type: none;
	     list-style-image: none;
         }
      .rightnav li, .rightnav li a:link, .rightnav li a:visited, .rightnav li a:active {
	     list-style-type: none;
         margin-left: -20px;
	     }
.search{
	margin: 0 0 0 -40px;
}
div#button{
	margin: 2px 0 0 -3px;
	float:right;
}
	
small {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

#footer p{
	line-height:0.05;	
	font-size:12px;
	color: #666;
	}

#footer a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration:none;	
	}


#header_right p a v{
	color:#DE0000;
	vertical-align: bottom;
}

#header_left h1{
	color:#000;
	vertical-align: bottom;
	
}
  

h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	margin-bottom:0px;
	}
h1.following_post{
	margin:0px 0 0px 0;
}
	h1 a:link, h1 a:visited, h1 a:active {
		color: #333333;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 40px;
		font-weight: bold;
		}
	h1 span {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 40px;
		font-weight: bold;
		color: #999999;
		}
	h1 span a:link, h1 span a:visited, h1 span a:active {
		color: #999999;
		text-decoration: none;
		}
	h1:hover, h1:hover span {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 40px;
		font-weight: bold;
		color: #000000;
		}
	h1:hover a:link, h1:hover a:visited, h1:hover a:active, h1:hover span a:link, h1:hover span a:visited, h1:hover span a:active {
		color: #000000;
		text-decoration: none;
		}

	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	}
		
h3.tags{
	margin:30px 0 -3px 0;
}

ul li {
    list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    
}

a img{
    border:none;

}