/*
Theme Name: Intellecta Blogg
Theme URI: http://cozmoslabs.com/
Description: Built on Thematic Theme
Author: Intellecta Corporate
Author URI: http://intellectacorporate.com
Template: thematic
Version: 1.0
*/
/*
/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* = Comments - TAGET FRÅN THEMATICS DEFAULT.CSS
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
li.comment a{
	color: #8b8575;
	text-decoration: underline;
}
.comment-content{
	overflow: hidden;
}
li.comment a:hover{
	color: #a0411f;
	text-decoration: none;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* HÄR BÖRJAR DEN RIKTIGA KODEN */


/* LAYOUT & STYLES */
/* ---------------------------------------------- */

/* GLOBAL - LAYOUT & STYLES */

body{
	background: #000 url('images/bgd.jpg') no-repeat top center;
	min-width: 100%;
}

#wrapper{
	background: url('images/bgd.jpg') no-repeat top center;
	margin: 0 auto;
}

.clear{
	clear: both;
}



/* HEADER - LAYOUT & STYLES */

#header{
	width: 740px;
	margin: 0 auto;
}

#blog-title a {
	background: url(images/blogg_header.png) no-repeat top center;
	color: #000;
	display:block;
	text-indent:-9000px;
	width: 606px;
	height: 180px;
}

.rss-icon{
	position: absolute;
	left: 670px;
	bottom: 0px;
}

.rss-icon a{
	background: url(images/RSS.png) no-repeat top center;
	display: block;
	text-indent:-9000px;
	width: 64px;
	height: 55px;
}

.facebook{
	position: absolute;
	left: 603px;
	bottom: 0px;
}

.facebook a{
	background: url(images/Facebook.png) no-repeat top center;
	display: block;
	text-indent:-9000px;
	width: 64px;
	height: 55px;
}

#branding{
	background: none;
	padding: 55px 0 37px 0;
	width: 740px;
	position: relative;
}

#access{
	border: none;
	height:0px;
}



/* CONTENT - LAYOUT & STYLES */

#main{
	padding: 0;
	width: 740px;
	margin: 0 auto;
}

#container{
	margin: 0;
	width: 507px;
}

#content{
	margin: 0 10px 0 0;
	width: 507px;
}

.entry-title{
	margin-bottom: 5px;
}

.entry-meta{
	text-transform: uppercase;
	margin-bottom: 16px;
}

.thumblock {
	display: block;
	margin-bottom: 10px !important;
}

.gdthumbtext{
	padding-left: 10px !important;
}

.postmetadata{
	text-transform: uppercase;
}

.entry-content{
	margin-bottom: 18px;
}

entry-content ul li{
	margin-bottom: 5px;
}

div.post, div.page{
	background: #fff;
	margin: 0 0 10px 0;
	padding: 30px 35px 20px 35px;
}

div.post blockquote, div.page blockquote{
	border-left: 5px solid #DDDDDD;
	color: #777777;
	margin:15px 30px 0 10px;
	padding-left:20px;
}

#nav-above{
	background: #fff;
}

#nav-below{
	background: #fff;
	margin-top: -10px;
	padding-bottom: 10px;
}

h3.widgettitle{
	padding-bottom: 6px;
}

.wp-caption {
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px auto 20px auto;
	max-width: 100%;
	padding: 4px 3px 3px 3px;
	text-align:center;
}

.wp-caption a img{
	max-width: 100%;
}

.nav-previous{
	padding: 10px 0px 20px 35px;
	float: left;
	width: 43%;
}

.nav-next{
	padding: 10px 35px 20px 0px;
	float: right;
	width: 43%;
}

.nav-next small{
	float: right;
}

.nav-next a, .nav-next small a{
	float: right;
}

.fullnav{
	height: 2.5em;
}

.page-title{
	background: #fff;
	margin-bottom: 10px;
	padding: 40px 35px 20px 35px;
}

p object, p embed{
	width: 440px;
}

.post-info{
	border-top: 1px solid #535046;
	border-bottom: 1px solid #535046;
	padding: 20px 0;
	margin-bottom: 10px;
}
.post-info p{
	margin-bottom: 5px;
}

p.track-comment{
	margin-bottom: 0;
}

.postmetadata{
	clear: both;
}

/* SIDEBAR - LAYOUT & STYLES */

#primary ul{
	list-style: none;
}

#primary ul li ul, #secondary ul li ul{
	list-style: none;
}

#primary ul li ul li, #secondary ul li ul li{
	background: url(images/dot.gif) no-repeat;
	background-position: .1em 0.6em;
	padding-left: 8px;
}

.main-aside ul{
	margin: 0 -10px 0 0;
	padding: 0;
}

.widgetcontainer{
	background: #535046;
	margin: 0 0px 10px 10px;
	padding: 19px 20px 19px 18px;
}

.widgetcontainer div a{
	margin-right: 2px;
}

#primary, #secondary{
	width: 223px;
	border: none;
	padding: 0;
	margin: 0;
}

#s{
	width:180px;
	margin-bottom: 10px;
}

#lifestream-2{
	overflow: hidden !important;
}

.simplerssfeedswidget p{
	display: none;
}
.widget_gdstarrating_star ul li div{
	display: none !important;
}

/* COMMENTS - LAYOUT & STYLES */

#comments{
	background: #fff;
	padding: 10px 35px 32px 35px;
}

.comment{
	display: block;
}

#comments-list li .avatar {
	width:36px;
	height:36px;
	position:absolute;
	top:22px;
    left:1.5em;
}



/* FOOTER - LAYOUT & STYLES */

#footer{
	border: none;
}

#siteinfo{
	border-top: 1px solid #535046;
	margin-top: 25px;
	padding: 24px 0;
	width: 740px;
}




/* TYPOGRAPHY */
/* ---------------------------------------------- */

/* GLOBAL - TYPOGRAPHY */

body, input, textarea {
	color: #4c4c4c;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	line-height:17px;
}

h2, h3, h4, h5, h6{
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	padding-bottom: 4px;
	line-height: 21px;
}

h2{
	font-size: 18px;
	padding-bottom: 10px;
}

h3{
	font-size: 16px;
	padding-bottom: 8px;
}

h4{
	font-size: 15px;
	padding-bottom: 6px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 13px;
}


/* HEADER - TYPOGRAPHY */

/* CONTENT - TYPOGRAPHY */

.entry-title{
	color: #000;
	font-family: "Trebuchet MS Klar", "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1em;
}

h2.entry-title a{
	color: #000;
	text-decoration: none;
	
}

h2.entry-title a:hover{
	color: #757575;
}

.entry-content a{
	color: #8b8575;
	text-decoration: underline;
}

.entry-content a:hover{
	color: #a0411f;
	text-decoration: none;
}

.entry-meta{
	font-size: 11px;
	color: #4c4c4c;
}

.entry-meta span a{
	color: #8b8575;
	text-decoration: underline;
}

.entry-meta span a:hover{
	color: #a0411f;
	text-decoration: none;
}

.postmetadata{
	color: #4C4C4C;
	font-size: 11px;
}

.postmetadata a, 
.nav-next a, 
.nav-previous a,
.entry-meta a{
	color: #8b8575;
	font-weight: normal;
	text-decoration: underline;
}

.postmetadata a:hover, 
.nav-next a:hover, 
.nav-previous a:hover,
.entry-meta a:hover{
	color: #a0411f;
	text-decoration: none;
}

.nav-next small, .nav-previous small{
	font-size: 11px;
}

.postmetadata small{
	font-size: 12px;
	font-weight: normal;
}

.postmetadata small a{
	font-weight: bold;
}

.wp-caption-text{
	font-size: 12px;
}

.page-title{
	color: #000;
	font-size: 20px;
}

h3.rss-reklam{
	font-family: "Trebuchet MS Klar", "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	text-transform: none;
}



/* SIDEBAR - TYPOGRAPHY */

.widgetcontainer{
	color: #cdd0b6;
}

li.widgetcontainer a{
	background: url(images/link_decoration.gif) repeat-x bottom left;
	display: inline;
	color: #cdd0b6;
	text-decoration: none;
}

li.widgetcontainer li{
	display: block;
	margin-bottom: 2px;
}

.widgetcontainer a:hover{
	color: #a8ae8a;
	background: none;
}

li.recentcomments{
	margin-bottom: 3px;
}

h3.widgettitle{
	color: #fff;
	font-family: "Trebuchet MS Klar", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

/* Skriver över den addade stylen på a taggarna i etikett-cloudet */
.widget_tag_cloud div a{
	font-size: 13px !important;
}



/* COMMENTS - TYPOGRAPHY */


#login a{
	color: #8b8575;
	font-weight: normal;
	text-decoration: underline;
}

#login a:hover{
	text-decoration: none;
}


/* FOOTER - TYPOGRAPHY */

#siteinfo{
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#siteinfo ul li{
	list-style: none;
}

#siteinfo span{
	background: url(images/dot.gif) no-repeat 50%;
	background-position: 0 0.6em;
	padding-left: 8px;
}

#siteinfo a{
	background: url(images/link_decoration.gif) repeat-x left bottom;
	color: #bfc2a9;
	font-size: 12px;
	text-decoration: none;
}

#siteinfo a:hover{
	background: none;
}
