/*
THEME NAME: A-Theme
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Personligt tema baserat på Sandbox.
VERSION: 0.1
AUTHOR: <a href="http://arvid.nu/">Arvid Sollenby</a>
AUTHOR URI:
TAGS: blue, compact
*/

/* Two-column with sidebar on left from the /examples/ folder  */

@import url(http://fonts.googleapis.com/css?family=Lobster);

div#container {
float:left;
margin:0 -280px 0 0;
width:100%;
}

div#content {
margin:0 280px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:280px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}

*{
	margin:0;
	padding:0;
}

body{
	background-color: #eee;
	background-image: url(bilder/bg.png);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

#wrapper{
	width: 1000px;
	margin: 0px auto;
}

a{
	color: #96159b;
	text-decoration: none;
}

a img{
	border: 0;
}

#blog-title{
	width: 450px;
}

#blog-title a{
	text-transform: none;
	font-family: "Lobster", Arial, Verdana, Helvetica, sans-serif;
	font-size: 90px;
	color: #000;
	text-decoration: none;
	text-shadow: 3px 3px 1px #aaa;
}

#blog-title a span{
margin-left: 10px;
	color: #ddd;
	text-shadow: none;
}

#blog-description{
	font-family: Lobster, Arial, Verdana, Helvetica, sans-serif;
	color: black;
	float: right;
	padding: 30px 10px 0px 0px;
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	width: 500px;
	text-shadow: 1px 1px 2px #aaa;
}

#content{
	width: 700px;
}

div.post, div.page{
	background-color: #DDD;
	border: 2px solid #aaa;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-bottom: 20px;
}

.entry-content img{
	float: right;
	margin: 0px 0px 15px 15px;
}
.entry-title{
	font-family: Lobster, Arial, Verdana, Helvetica, sans-serif;
	font-size: 35px;
	margin: 15px;
	text-shadow: 1px 1px 2px #666;
}

.post h3, .page h3{
	font-family: Lobster, Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	margin: 15px;
	text-shadow: 1px 1px 1px #ccc;
}

.post p, .page p, .post ol, .post ul, .page ul{
	line-height: 1.3;
	margin: 7px 15px;
	text-shadow: 1px 1px 1px #ccc;
}

.sidebar p{
	text-shadow: none;
}

.post p em, .page p em, .post ol em, .post ul em, .page ul em{
	background-color: #d2d2d2;
}

.page ul{
	list-style-position: inside;
	padding-left: 10px;
	font-size: 14px;
}

.post ol, .post ul{
	list-style-position: inside;
}

div.entry-date{
	background-color: #aaa;
	float: right;
	text-align: right;
	padding: 7px;
	margin: -1px;
	border: 2px solid #aaa;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

div.entry-meta{
	background-color: #aaa;
	padding: 7px;
	border: 2px solid #aaa;
	margin: -1px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}

.entry-meta a{
	text-decoration: none;
}



.entry-meta a:hover{
	text-decoration: underline;
}

.entry-meta img{
	margin-right: 5px;
	margin-top: 3px;
}

.meta-sep{
	color: #202E2E;
	width: 35px;
}

.katt {
	float:left;
	width: 230px;
	border-top:8px solid #aaa;
	margin:0px;
	padding:5px 10px 15px 10px;
	cursor:pointer;
	background-color: #ddd;
	margin-bottom: 20px;
}

.katt:hover {
    background-color: #aaa;
    margin-bottom: 20px;
}

.katt p {
	margin:0;
    font-size:13px;
}
.katt a {
	color:#333333;
	display:block;
}

.katt a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
}
.katt span.cat_title {
	margin:0;
	font-weight:bold;
	font-size:16px;
}

.comments-link{
	width: 50px;
	float: right;
	clear: both
}

.katt-film{
	border-top:8px solid #067acc;
}

.katt-film:hover {
    background-color: #067acc;
}

.katt-musik{
	border-top:8px solid #cc1d06;
}

.katt-musik:hover {
    background-color: #cc1d06;
}

.katt-webb{
	border-top:8px solid #84cc06;
}

.katt-webb:hover {
    background-color: #84cc06;
}

.katt-ovrigt{
	border-top:8px solid #656565;
}

.katt-ovrigt:hover {
    background-color: #656565;
}

.category-film h2 a{
	color: #067acc;
}

.category-musik h2 a{
	color: #cc1d06;
}

.category-webbutveckling h2 a{
	color: #84cc06;
}

.sprid{
	font-size: 12px;
	color: #333;
	float: right;
}

.katt-head{
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.kh-Musik{
	background-color: #cc1d06;
}

.kh-Film{
	background-color: #067acc;
}

.kh-Webbutveckling{
	background-color: #84cc06;
}

.kh-Övrigt{
	background-color: #656565;
}

.kh-tag{
	background-color: #000;
	color: #fff;
}


/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.tag-links{
	margin-left: 20px;
}

#footer{
	padding-top: 20px;
	font-size: 12px;
	color: #202E2E;
}

p.bildspel img{
	margin: 7px 7px 0px 0px;
	float:left;
}

p.hp img{
	float: left;
	margin: 0px 10px 10px 0px;
}

p.hp h3{
	dispay: inline;
	vertical-align: top;
	margin-top: -5px;
}

.edit-link{
	margin:10px;
}



/* DISQUS STYLING */

#disqus_thread{
	margin-top: 20px;
	background-color: #ffffff;
	padding: 10px;
	color: #000;
	border: 2px solid #aaa;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#disqus_thread a{
	color: #202E2E;
}

.dsq-brlink{
	display: none;
}

input.dsq-trackback-url{
	width: 300px;
	border: 1px solid #ddd;
}

/*blockquote {
	background: url(bilder/quote.gif) 10px 10px no-repeat;
	font-size: 18px;
	display: block;
	padding: 10px 50px;
	font-style: italic;
}*/

blockquote {
	background: url(q_left.png) 1% 15% no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	width: 670px;
	margin: 30px 0;
	margin-top: 10px;
	clear: both;
	color: #414141;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-style: italic;
	margin: 10px;
}
blockquote p {
  padding: 10px 20px !important;
  background: transparent url(q_right.png) 99% 85% no-repeat;
}
blockquote .source {
  display: block;
  font-size: 14px;
  font-family: Arial;
  font-style: normal;
}
blockquote.pullquote, 
div.pullquote {
width: 255px;
text-align: center;
font-size: 25px;
line-height: 30px;
border: 1px solid #ddd;
float: right;
margin: 30px 0 30px 30px;
}
blockquote.pullquote p, 
div.pullquote p {
	padding: 30px;
}

.sidebar h3{
	margin: 0px 0px 10px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-shadow: none;
	
}

div.foot{
	clear: both;
}

div.foot img{
	margin-right: 10px;
}

#tt { 
    display:none; 
	font-size: 15px;
    width:160px; 
    padding:15px;
    color:#fff;  
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    border: 2px solid #fff;  
  box-shadow: 0px 0px 10px rgba(#000);
  -moz-box-shadow: 0px 0px 10px rgba(#000);
  -webkit-box-shadow: 0px 0px 10px rgba(#000);
}

#MyRecordCollection{
	margin-left: 10px;
}

dl.gallery-item{
	margin: 20px 20px 0 0;
	width: 25% !important;
}

