/*  
Theme Name: PolaroidPress
Theme URI: http://www.jepson.no
Description: PolaroidPress
Version: 1.0
Author: Magnus Jepson
Author URI: http://www.jepson.no
*/

/*************************************
 +RESET
 *************************************/
body, div, p, blockquote, dl, dt, dd, th, td, form, fieldset, input, textarea, pre {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img, fieldset {
	border: 0;
}
address, caption, th, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
} 
q:before, q:after {
	content: ''; 
}
abbr, acronym {
	border: 0;
}

/* float clr */
.clr-float:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clr-float { display: inline-block; }
*+html body .clr-float { height: 1%; }
* html .clr-float { height: 1%; }
.clr-float { display: block; }


/*************************************
 +FONT
 *************************************/
body{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, 'MS PGothic', 'ＭＳ Ｐゴシック', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', Osaka, sans-serif !important;
	_font-family: 'MS PGothic', 'ＭＳ Ｐゴシック', 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', Osaka, sans-serif !important;
	font-size: small !important;
	*font: x-small !important; /* for ie 5.5 */
	line-height: 1.7 !important;
}
.set-meiryo { /* set meiryo */
	font-family: 'メイリオ', Meiryo !important;
	font-size: 93% !important;

}

/*************************************
 +Containers
 *************************************/
body{
	color:#150500;
	margin:0;
	padding:0;
	text-align:center;
}
body.bg-cc{
	background: #c57e45 url(xmas2009/bg-cc.jpg) no-repeat 0 0;
}
body.bg-cr{
	background: #c94145 url(xmas2009/bg-cr.jpg) no-repeat 0 0;
}
body.bg-wc{
	background: #3565b1 url(xmas2009/bg-wc.jpg) no-repeat 0 0;
}
body.bg-jb{
	background: #d9bd42 url(xmas2009/bg-jb.jpg) no-repeat 0 0;
}
body.bg-jn{
	background: #cb333f url(xmas2009/bg-jn.jpg) no-repeat 0 0;
}
body.bg-be{
	background: #467839 url(xmas2009/bg-be.jpg) no-repeat 0 0;
}
body.bg-oc{
	background: #6c4633 url(xmas2009/bg-oc.jpg) no-repeat 0 0;
}
body.bg-tk{
	background: #88b84a url(xmas2009/bg-tk.jpg) no-repeat 0 0;
}
body.bg-dc{
	background: #f27b8e url(xmas2009/bg-dc.jpg) no-repeat 0 0;
}
#wrap{
	position: relative;
	margin:0 auto;
	padding: 0;
	width: 987px;
	text-align:left;
	left: 0px;
}
#hdr-chara{
	position: absolute;
	top: 0;
	left: -12px;
	z-index: 200;
}
body.bg-cc #hdr-chara{
	width: 752px;
	height: 401px;
	background:url(xmas2009/chara-cc.png) no-repeat 0 0;
}
body.bg-cr #hdr-chara{
	width: 940px;
	height: 189px;
	background:url(xmas2009/chara-cr.png) no-repeat 0 0;
}
body.bg-wc #hdr-chara{
	width: 934px;
	height: 253px;
	background:url(xmas2009/chara-wc.png) no-repeat 0 0;
}
body.bg-jb #hdr-chara{
	width: 985px;
	height: 254px;
	background:url(xmas2009/chara-jb.png) no-repeat 0 0;
}
body.bg-jn #hdr-chara{
	width: 900px;
	height: 189px;
	background:url(xmas2009/chara-jn.png) no-repeat 0 0;
}
body.bg-be #hdr-chara{
	width: 922px;
	height: 189px;
	background:url(xmas2009/chara-be.png) no-repeat 0 0;
}
body.bg-oc #hdr-chara{
	width: 974px;
	height: 189px;
	background:url(xmas2009/chara-oc.png) no-repeat 0 0;
}
body.bg-tk #hdr-chara{
	width: 839px;
	height: 189px;
	background:url(xmas2009/chara-tk.png) no-repeat 0 0;
}
body.bg-dc #hdr-chara{
	width: 1039px;
	height: 509px;
	background:url(xmas2009/chara-dc.png) no-repeat 0 0;
}


#header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 406px;
	height: 544px;
	background: url(xmas2009/bg-polaroid.png) no-repeat 0 0;
}
#header img{
	position:absolute;
	left:59px;
	top:125px;
}
#title {
	position:absolute;
	left: 140px;
	top: 427px;	
	text-align: right;
	z-index: 300;
}
#top-right{
	position: absolute;
	top:0;
	right:0;
}
#contentwrap{
	width:847px;
	background:url(xmas2009/bg-page.gif) no-repeat left 117px;
	padding:170px 0 0;
	margin:0px auto;
}
#contentwrap-inner{
	position: relative;
	width:847px;
	top: 0;
	left: 0;
	z-index: 200;
}
#content{
	float: right;
	padding: 0 30px 0 0;
	width: 470px;
	overflow: hidden;
}

#wp-calendar th,
#wp-calendar td {
	padding: 0 8px;
	text-align: center;

}

#wp-calendar th {
	font-weight: bold;

}

#wp-calendar td a {
	text-decoration: underline;

}


/*************************************
 +Footer
 *************************************/
#footer{
	clear:both;
	position:absolute;
	background:url(xmas2009/bg-footer.gif) no-repeat left top;
	height:146px;
	width:987px;
	padding-bottom:20px;
}
#footer a {
    color:#56523a;
}
#footer a:hover {
	color:#ffffff;
}
#top-footer {
	color:#9fa684;
	margin:60px 200px 0 90px;
	margin-top:60px;
	height:30px;
}
#top-footer ul{
	list-style: none;
	padding:0;
	margin:0;
}
#top-footer ul li {
	display:inline;
	padding-right:10px;

}
#credits{
	color:#56523a;
	margin:83px 0px 0 90px;
	font-size: 93%;
}
/*************************************
 +Icons
 *************************************/
#rss-big {
	position:absolute;
	width:57px;
	height:44px;
	top:0px;
	left:860px;
	background:url(xmas2009/ic-rss.png) no-repeat 0 0;
	z-index: 200;
}
#rss-big a{
	display:block;
	width:57px;
	height:44px;
}
.rss-small {
	background:transparent url(images/rss-small.jpg) no-repeat 0 center;
	padding:4px 3px 3px 25px;
}
.icon-comments {
	position:relative;
	min-height: 40px;
	_height: 40px;
	background: url(images/icon-comments.jpg) no-repeat top center;
	float:right;
	padding:2px 0 5px 0px;
	text-align:center;
}
.icon-comments a{
	padding: 10px 20px 10px 20px;
	color:#f39634;
	line-height:2em;
	font-weight:bold;
}
.postinfo .date {background:url(images/calendar-trans.png) no-repeat top left; padding:0px 10px 0 22px; }
.postinfo .tags {background:url(images/tags-trans.png) no-repeat top left; padding:0px 10px 0 22px; }

/*************************************
 +Hn, a and p
 *************************************/
pre{ max-width:500px; }

a{ color:#0A64BC; text-decoration:none; }
a:hover{ color:#424242; text-decoration:none; }

h1 { line-height: 1; padding: 0 0 5px; font-size: 189%; font-family:"Georgia", "Times New Roman", "Century" , serif }

h2 {line-height:1; padding: 0 0 5px; font-weight: bold; }

#title h1 a { color:#614015; border-bottom: 1px dotted #FFF;}
#title h1 a:hover { border-bottom: 1px dotted #614015;}
#title .description {color:#424242; font-size:93%;}

.entrytitle h2{margin-right:40px; font-size: 146.5%; font-weight: bold; font-family: "Georgia", "Times New Roman", "Century"; line-height: 1.5;}
.entrytitle h2 a { color:#0A64BC; }
.entrytitle h2 a:hover{ color:#424242; }
.entrytitle h3{	margin-top:-10px;color:#6F6F6F; }

.entrybody a{ text-decoration:none; }
.entrybody a:hover{ text-decoration:none; }

.entrybody h2{margin-top:.7em; }

blockquote { 
	background:url(images/bg-sidebar.jpg) repeat;
	display: block;
	padding: 1em;
}
p img {
	/*　margin:0em 1.5em 1.5em 0pt;　*/
	display:block;
}
/*************************************
 +Entry
 *************************************/
.entry{
	position:relative;
	margin:0;
}
.entrybody {
	color:#424242;
	margin-top:10px;
	width:470px;

}
.entry img {
	position: relative;
	max-width:450px;
	border:0px;
	padding:5px;
	background:#fff;
	border:1px solid #ccc;
}
.entry img:hover{
	padding:5px;
	border:1px dotted #000;
}
.entry code{
	background:#e3e7cb;	
	color:#999;
	padding:.2em;
}
.entrymeta{
	padding:.2em 0 0em 0;
	color:#969696;
}
.entrymeta a{
	color:#614015;
}
.entrymeta a:hover{
	text-decoration: underline;
}
.entry-name {
	padding: 0 50px;
	text-align: right;
}
.postinfo { position:relative; margin-bottom:15px; font-size: 93%;}
.post-meta { position:absolute; margin:0; margin-left:5px;padding:0; display:inline; list-style:none; }
.post-meta-key {font-weight: bold; }

.wp-caption-text {
margin: 5px 0 0;
_margin: 15px 0 0;
padding: 5px;
border: 1px dotted #DDD;
font-size: 95%;
text-align: center;
background-color:#F9F9DE;

}

.wp-caption a img {
}

.dummy-br {
height:1em;
clear:both;

}

.more-link {
margin: 1em 0;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar{
	float: left;
	width: 240px;
	padding: 400px 20px 0 40px;
}
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:1em;
}
#sidebar ul li{
	margin:.3em;
}
#sidebar ul a:hover{
	color:#424242;
}
#sidebar h2{
	color:#424242;
	margin-top:15px;
}
#sidebar a:hover{
	border-bottom: 1px dotted #614015;
}
#sidebar table a:hover{
	border-bottom: none;
}


/*************************************
 +Menu
 *************************************/
#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:835px;
	text-align:right;
	z-index: 200;
}
#menu ul{
	background:#fbfbf2;
	letter-spacing:-1px;
	list-style: none;
	padding:4px 8px 0 8px;
	margin:0px;
	text-align:right;
	float:right;
	border:1px solid #dedecd;
	height:25px;
}
#menu li{
	float: left;
	font-weight:bold;
}
#menu li a{
	padding:4px 8px;
	color:#0A64BC;
}
#menu li a:hover{
	color:#f39634;
	padding:4px 8px;
}
#menu li .current{
	color:#f39634;
	padding:4px 8px;
}


/*************************************
 +Comments
 *************************************/
.commentsblock{
	position:relative;
	margin:0em;
	color:#424242;

}
.commentsblock textarea{
	clear:both;
	width: 460px;
	margin: 10px 0;
	background:#fff;
}
.commentsblock #submit {
	background:#eeeeee;
	padding:4px;
	border:1px solid #a1a1a1;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
	padding: 2px;
}
.commentsblock input{
	width:200px;
	margin-bottom: 2px;
	line-height: 1;
	vertical-align:middle;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentinfo{
	border-left: 3px solid #0A64BC;
	margin-bottom: 10px;
	padding-left: 7px;
}
.commentauthor{
	font-weight:bold;
	color:#424242;
}
.commentmetadata {
	font-size:93%;
	color:#424242;
}
.commentstr{
	padding-left: 10px;
}
.commentapprove{
	background: #FFFEEB;
	border: 1px dotted #c4d6fc;
	margin: 0 0 10px;
	padding: 3px 5px;
}
ol.commentlist{
	list-style-type:none;
	margin:10px 0 0;
	padding:0;
}
ol.commentlist a{
	color:#a0c032;
}
ol.commentlist a:hover{
	color:#424242;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#F5F5ED;
	border-bottom:1px dotted #eeeeee;
	border-top:1px dotted #eeeeee;
	padding:0.5em;
}
h3.comments{
	color:#6C6C6C;
}	
.comments{
	color:#424242;
}
#commentform{
	margin:10px 0 0;
}
#commentform label{
	display:block;
	clear:both;
	float:left;
	width:5em;
	text-align:right;
	padding: 2px 0;
	line-height: 1;
	vertical-align:middle;
}
#commentform .note{
	font-size:83%;
}


/*************************************
 +Flickr
 *************************************/
#flickr {
	margin:0;
	padding:0em;
}
#flickr img {
	border:0px;	
}
#flickr a {
	background:#FFF;
	border: 1px dotted #ccc;
	float: left;
	display: inline;
	margin:0.7em;
	padding:5px;
	width: 75px;
	height: 75px;
}
#flickr a:hover{
	background:#DFDDD0;
}
/*************************************
 +Misc
 *************************************/

div.hr-entry {
	clear:both;
	height: 16px;
	background:url(images/entry-border.jpg) no-repeat; 
	margin:5px 0;
}
div.hr-entry hr {
  display: none;
}

.aligncenter {
	display: block;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	padding:0 0 0 10px;
}

/*************************************
 +Page
 *************************************/

#menu li.current_page_item a {
	color: #F39634

}

#blogprof h3 {
	margin: 25px 0px 10px 0px;
	font-size: 108%;
	font-weight: bold;

}
#blogprof p {
	margin: 5px 0px;
}


