/*
Theme Name: Pause.se
Theme URl: http://www.pause.se
Description: Small WP-Based Blog
Version: 1.0
Author: Viktor Pettersson
Author URL: http://www.attractivedesign.se
*/

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	background:#000;
}

#wrap{
	margin:auto;
	width:960px;
}

a{
color: #242424;
text-decoration:underline;
}

a:hover{
text-decoration:none;
color: #4a4a4a;
}
img, img a, img{
	border:none;
}
#logo{
	background:#FFF;
	height:160px;
	width:950px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	padding:10px 0 0 10px;
	margin:15px 0 10px 0;
	
}
	#logo ul{
		margin: 50px 5px 0px 0px;
		float:right;
		
	}
		#logo ul li{
			float:left;
			list-style:none;
			font-size:18px;
			display:block;
			padding:6px;
		}
			#logo ul li a{
				text-decoration:none;
				font-weight:bold;
				color:#222222;
			}

#logo_pause{
width:119px;
float:left;
}

#logo_text{
float:left;
width:799px;
height:31px;
margin:40px 0 0 18px;
}

#categories{
	height:30px;
	background:#FFF;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	margin-bottom:10px;
}
	#categories ul{
		margin:2px 8px 0 0;
		padding:0;
		float:right;
	}
		#categories ul li{
			float:left;
			display:block;
			list-style:none;
			font-weight:bold;
			padding:5px;
			font-size:14px;
		}
			#categories ul li a{
				text-decoration:none;
				color:#333;
			}
				#categories ul li a:hover{
					text-decoration:underline;
				}
			
	
.post{
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	background:#FFF;
	color:#000;
	clear:both;
	margin:10px 0 10px 0;
}
.postdata{
	clear:both;
	width:60px;
	font-weight:bold;
	text-align:center;
	background:#FFF;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	padding:4px;
	
}

h3{
	font-size:14px;
	color:#000;
	margin:0;
	padding:10px 0 4px 0;
}
.title{
	padding:5px 0 0 15px;
}
	.title h2{
		font-size:22px;
	}
		.title h2 a{
			color:#3B3B3B;
			text-decoration:none;
		}
		.title h2 a:hover{
			text-decoration:underline;
		}

.entry{
	padding:2px 0 10px 15px;
	line-height:1.6em;
	font-weight:bold;
	color:#3B3B3B;
	text-align:justify;
	
}

.text{
	padding:5px 0 10px 15px;
	
}
#one{
	position:absolute;
	top:370px;
	left:795px;
	z-index:9999;
}

#two{
	position:absolute;
	top:580px;
	left:795px;
	z-index:9999;
}

#three{
	padding:5px 0 10px 15px;
}
.pagename{
	font-size:22px;
	padding:10px 0 10px 15px;
}

#footer{
	background:#dcdddf;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	width:960px;
	margin:auto;
	margin-bottom:25px;
}

	#footer-info{
		padding:15px 0 10px 10px;
		width:250px;
		
	}
	#footerimg{
		float:left;
		margin: -180px 0px 0px 250px;
		
	}

#search{
	float:right;
	margin:-50px 10px 0 0;
	font-size:16px;
	font-weight:bold;
}

.navigation{
clear:both;
width:960px;
}
.alignleft a{
	background: url(images/old.png) 0 0 no-repeat;
	height:31px;
	width:95px;
	display:block;
	margin-bottom:10px;
}

.alignright a{
	background: url(images/new.png) 0 0 no-repeat;
	height:31px;
	width:95px;
	display:block;
	float:right;
	margin-top:-40px;
}

#facebook{
float:left;
margin: -189px 0px 0px 874px;
}