/* CSS Document */

/*------------------------------Reset All Styles--------------------------------*/

body, blockquote, div, p, em {
	padding: 0;
	margin: 0;
}
a img, iframe { border: none; }

/* Lists
覧覧覧覧覧*/
ul, ol, dl, li, dt, dd {
margin: 0;
padding: 0;
}
/* Forms
覧覧覧覧覧*/
form, fieldset {
margin: 0;
padding: 0;
}
input, textarea, select {
margin: 0;
padding: 1px;
font-size: 100%;
font-family: inherit;
}
select {
padding: 0;
}

/*------------------------------End Reset All Styles--------------------------------*/

/* Begin Typography & Colors */

body {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #cfeaf3 url('images/bg.jpg') no-repeat top center;
	text-align: left;
	}

#page {
	background-color: #cfeaf3;
	border: none;
	text-align: left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: none;
}

#footer {
	background: url('images/kubrickfooter.gif') no-repeat top;
	border: none;
	height: 135px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry p { margin:0 0 15px 0; }
	
.entry p a:visited {
	color: #31b9d6;
	text-decoration: none;
	}
	
.entry p a:hover {
	color: #dca36f;
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #94dae9;
	padding: 3px;
	margin: 3px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #8a8785;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #31b9d6;
	text-decoration: none;
	}

a:hover {
	color: #dca36f;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background: url("images/kubrickbgwide.gif") repeat-y top; border: none;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 760px;
	border: none;
	}

#head {
	height:250px;
	margin:0 auto;
}

#logo {
	position:relative;
	left:111px;
	top:30px;
	width:400px;
	height:150px;
}

#logo a {
	width:400px;
	height:150px;
	display: block;
	}
	
#logo a span {
	display:none;
}

.narrowcolumn {
	float: left;
	padding: 0 0 0 70px;
	margin: 0;
	width: 450px;
	}

.widecolumn {
	float: left;
	padding: 0 0 0 70px;
	margin: 0;
	width: 450px;
	}

.post {
	margin: 0 0 25px;
	padding: 20px 8px 0 15px;
	text-align: left;
	background: url('images/bg-post.jpg') no-repeat top center;
	}

.post hr {
	display: block;
	}
		
.post-date {
	width: 45px;
	float: left;
	padding: 2px;
	margin: 2px 10px 5px 0;
	background: url('images/datebg.gif') top center no-repeat;
	height: 45px;
}

.post-month {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height: 18px;
	padding: 0;
}

.post-day {
	font-size: 14px;
	text-transform: uppercase;
	color: black;
	text-align: center;
	display: block;
	line-height: 11px;
	padding: 5px 0 0 0;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 80px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	padding: 0;
	}

h2.pagetitle {
	margin: 0;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0 0 0 15px;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}
	
h4 {
	padding: 0;
	margin: 0;
	}
/* End Headers */

/* Begin Images */

/* Sidebar images */
#sidebar img.alignleft {
	padding: 0;
	margin: 0 5px 0 0;
	display: inline;
	}
#sidebar a img {
	border: none;
	}	
p img {
	max-width: 100%;
	border: dotted #656F78 1px;
	}
/* Right: Short top margin */
img.alignright {
	padding: 0;
	margin: 5px 0 2px 10px;
	display: inline;
	}
/* Right: Adds a top margin */
img.alignright2 {
	padding: 0;
	margin: 10px 0 2px 10px;
	display: inline;
	float: right;
	}
/* Left: Adds a top margin */
img.alignleft {
	margin: 10px 12px 10px 0;
	padding: 4px;
	display: inline;
	}
/* Left: Short top margin */	
img.alignleft2 {
	margin: 5px 12px 10px 0;
	padding: 4px;
	display: inline;
	float: left;
	border: dotted #656F78 1px;
	}
/* Left: No margins - No floats */
img.left {
	padding: 4px;
	display: block;
	}	
/* Left - No border */
img.borderless {
	padding: 0;
	border: none;
	text-align: left;
	}
/* Image floats */
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li, #sidebar ul ul li {
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	padding-left: 15px;
	margin: 1px 0 1px 30px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 15px;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */

input:focus { outline: none; }
textarea:focus { outline: none; }
	
#searchform {	
	padding: 1px 0 12px 0;
	margin: 0 0 15px 0;
	}
	
#searchform input, textarea {
	font-size: 11px;
	color: #767676;
	background: #fdf2e4;
	border: 1px solid #e1bb98;
	padding: 2px 0px 2px 2px;
	font-family: "Trebuchet MS";
	float: left;
	margin-right: 3px;
	width: 106px;
	}

#searchform #searchsubmit {
	background-color: white;
	background-image: url(/img/search.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 19px;
	width: 19px;
	border-style: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: #fdf2e4;
	border: 1px solid #e1bb98;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	margin-top: 6px;
	background: #fdf2e4;
	border: 1px solid #e1bb98;
	}

#commentform #submit {
	margin: 6px 0 0 0;
	float: right;
	background-color: white;
	background-image: url(/img/submit.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 24px;
	width: 145px;
	border-style: none;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0;
	}

.commentlist {
	margin: 0 0 0 0;
	padding: 0 8px 0 5px;
	}

.commentlist li {
	margin: 0 0 3px 0;
	padding: 10px 10px 3px;
	list-style: none;
	background: url('images/bg-comment.jpg') no-repeat top left;
	}

.commentlist li ul li { 
	margin-left: 25px;
	background: url('/images/bg-comment.jpg') no-repeat
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform {
	margin: 0 0 0 15px;
	}
	
#commentform p {
	margin: 5px 0;
	}
	
.children { padding: 0; }

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* End Comments */

/* Begin Sidebar */
#sidebar {
	padding: 0 0 10px 0;
	margin-left: 570px;
	width: 150px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 25px;
	background: url('images/quotes.gif') no-repeat top left;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: left;
	}

.hidden {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Sociable */

div.sociable { margin: 20px 0 12px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: none;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: none;
	padding: 5px 0 0 0;
	margin:0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#socialble a img, #socialble a:hover img {
	border: none;
	padding: 5px 0 0 0;
	margin:0;
}