/*  
Theme Name: Inside
Theme URI: http://www.tigerofsweden.com/inside/
Description: The WordPress theme for Tiger of Sweden Inside.
Version: 1.0
Author: Trevald
Author URI: http://trevald.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: 'Arial', 'Verdana', 'sans-serif';
	color: #666;
	background-color: #ffffff;
}

form, fieldset, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ul, ol, li {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

:-moz-any-link:focus {
  outline: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
}

hr, .hidden, .accessibility {
	display: none;
}

table {
	font-size: 100%;
}



/* FRAMEWORK -------------------------------------------------------------- */

#page {
	width: 800px;
	margin: 42px auto 0 auto;
}

#header {
	margin: 0 0 28px 0;
}

#header h1 {
	position: relative;
	margin: 0 0 12px -2px;
	width: 802px;
	height: 34px;
}

#header h1 a {
	display: block;
	width: 802px;
	height: 34px;

}

#header .info {
	height: 22px;
	background: url('/inside/wp-content/themes/inside/images/skeleton/header/bg_info.gif') 0 0 repeat-x;
}

#header .info .date {
	display: block;
	float: left;	
	margin: 6px 10px 0 0;
	font-family: 'Arial';
	font-size: 10px; 
	line-height: 11px;
	color: #9a9a9a;
	text-transform: uppercase;
}

#header .info a.mail {
	display: block;
	float: left;	
	margin: 6px 0 0 0;
	font-family: 'Verdana';
	font-size: 9px;
	line-height: 11px;	
	color: #666;
	font-weight: bold;
}

#content {
	float: left;
	width: 550px;
}


/* SIDEBAR ----------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 180px;
}

#wp-calendar caption,
#sidebar h2 {
	margin: 0 0 7px 0;
	height: 15px;
	border-bottom: 1px solid #9a9a9a;
	text-align: left;
	font-family: 'Arial';
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

#sidebar ul li {
	margin: 0 0 35px 0;
}

#sidebar ul li ul li {
	display: block;
	margin: 1px 0 0 0;
	border-bottom: 1px solid #fff;
}

/*
#sidebar ul li ul li {
	display: block;
	margin: 3px 0;
	background: url('/inside/wp-content/themes/inside/images/skeleton/sidebar/bg_link.gif') 100% 0 repeat-x;
}

#sidebar ul li ul li:hover {
	background-position: 100% -50px;
}
*/

#sidebar ul li ul li a {
	margin: 0;
	font-family: 'Arial';
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	display: block;
	padding: 1px 0 1px 0;
	background: url('/inside/wp-content/themes/inside/images/skeleton/sidebar/bg_link.gif') 100% 0 repeat-x;	
}

#sidebar ul li ul li a:hover {
	background-position: 100% -50px;	
}

#sidebar ul li ul li a span {
	background-color: #fff;
	padding: 0 2px;	
}

#sidebar ul li ul li a:hover span {
	background-color: #000;
	color: #fff;
}

#sidebar ul li ul li.calendar {
	background: none;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar thead th {
	font-family: 'Verdana';
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}

#wp-calendar tbody td {
	text-align: center;
	font-family: 'Arial';
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}

#sidebar ul li ul li.calendar #wp-calendar tbody td a {
	display: block;
	padding: 1px 0;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: 'Arial';
	font-size: 9px;
	line-height: 11px;
	text-transform: none;
	background: none;
}

#sidebar ul li ul li.calendar #wp-calendar tbody td a:hover {
	background-color: #fff000;
}

#wp-calendar tfoot {
	display: none;
}

#searchform {
	padding-right: 1px;
}

#searchform #s {
	float: left;
	width: 120px;
	margin: 0;
}

#searchsubmit {
	float: right;
	background-color: #666;
	border: none;
	font-size: 9px;
	color: #fff000;
	font-style: italic;
	height: 18px;
	cursor: pointer;	
}


/* POST -------------------------------------------------------------------- */

.post {
	margin: 0 0 30px 0;
	clear: left;
}

.post h2,
.post h3 {
	margin: 0 0 20px 0;
}

#content h2,
#content h3,
.post h2 a,
.post h3 a {
	font-family: 'Arial';
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;	
}

.post h2 .category a,
.post h3 .category a {
	padding: 0 2px;
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.post p {
	margin: 0 0 17px 0;
	font-family: 'Arial';
	font-size: 11px;
	line-height: 13px;
}

.post a {
	text-decoration: underline;
}

.post p em strong,
.post p strong em,
.post p i b,
.post p b i {
	font-family: 'Verdana';
	font-size: 9px;
}

.post img.left {
	margin: 0 34px 0 0;
	float: left;
}

.post img.right {
	margin: 0 0 0 34px;
	float: right;
}

.post .img_left {
	margin: 0 34px 0 0;
	display: block;
	float: left;
	zoom: 1;
}

.post .img_right {
	margin: 0 0 0 34px;
	display: block;
	float: right;
}

.post .img_large {
	margin: 0;
	display: block;
}


.post .img_large img,
.post .img_left img,
.post .img_right img {
	margin: 0 0 6px 0;
	zoom: 1;	
}

.post .img_large .byline,
.post .img_left .byline,
.post .img_right .byline {
	font-family: 'Verdana';
	font-style: italic;
	font-weight: bold;
	font-size: 9px;
	line-height: 13px;
	color: #666 !important;
	zoom: 1;	
}

.post .entry {
	display: table;
	width: 100%;
	margin: 0 0 15px 0;
}

.post p a.more-link {
	font-family: 'Verdana';
	font-size: 9px;
	line-height: 11px;
	font-style: italic;
	color: #fff100;
	background-color: #666;
	padding: 1px 2px;
	white-space: nowrap;
	text-decoration: none;
}

.post .postmetadata {
	clear: both;
	height: 30px;
	padding: 10px 0 0 0;
	background: url('/inside/wp-content/themes/inside/images/skeleton/content/bg_article_footer.gif') 0 0 repeat-x;
}

.post .postmetadata ul li {
	float: left;
	padding-right: 27px;
	font-family: 'Verdana';
	font-size: 9px;
	line-height: 12px;
}

.post .postmetadata ul li .header {
	display: block;
}

.post .postmetadata ul li .content {
	display: block;
	font-style: italic;
	font-weight: bold;
}

.post a.EF_over {
	position: relative;
	text-decoration: none;	
}

.post .postmetadata a {
	text-decoration: none;
}

.post a span.EF_over {
	display: block;
	visibility: hidden;	
	position: absolute;
	top: 0;
	left: 12px;
	height: 16px;
	background-color: #fff000;
}

.post a:hover span.EF_over {
	visibility: visible;
}

/* COMMENTS ----------------------------------------------------------------- */

#commentform {
	padding: 0 0 40px 0;
}

h3#comments,
h3#respond {
	margin: 0 0 7px 0;
	height: 15px;
	border-bottom: 1px solid #9a9a9a;
	text-align: left;
	font-family: 'Arial';
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.commentlist {
	margin: 0 0 35px 0;
}

.commentlist li {
	margin: 0 0 20px 0;
}

.commentlist li .name,
.commentlist li .commentmetadata {
	font-family: 'Verdana';
	font-size: 9px;
	line-height: 16px;
}


.commentlist li p {
	font-family: 'Arial';
	font-size: 11px;
	line-height: 13px;
}

#commentform p.author {
	height: 47px;
	float: left;
	width: 47%
}

#commentform p.email {
	height: 47px;
	float: right;
	width: 47%	
}

#commentform p label {
	display: block;
	width: 98%;	
	margin: 0 0 3px 0;
	font-size: 9px;
	font-family: 'Verdana';
	font-size: 9px;
	line-height: 11px;
}

#commentform p input {
	margin: 0;
	width: 98%;
}

#commentform #author {}

#commentform #email {}

#commentform .comment_submit {
	position: relative;
	clear: both;
}

#commentform #comment {
	width: 425px;
	height: 75px;
}

#commentform #submit {
	position: absolute;
	top: 62px;
	right: 1px;
	width: auto;
	background-color: #666;
	border: none;
	font-size: 9px;
	color: #fff000;
	font-style: italic;
	height: 18px;	
	cursor: pointer;
}

html * > #commentform #submit {
	top: 58px;	
}


/* SEARCH AND ARCHIVE --------------------------------------------------------- */

#content h2.pagetitle {
	margin: 0 0 35px 0;
	color: #000;
}

.smart-archives {
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
}

.smart-archives a.year-link {
	padding: 1px 2px 1px 2px;
}

.smart-archives .empty-month {

	padding: 1px 5px;
	font-weight: normal;
	font-style: normal;
	font-family: 'Arial';
	font-size: 9px;
	line-height: 11px;
	text-transform: none;
	background: none;		
}

.smart-archives a {

	padding: 1px 5px;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: 'Arial';
	font-size: 9px;
	line-height: 11px;
	text-transform: none;
	background: none;	
}


.smart-archives a:hover {
	background-color: #fff000;
}
