/*
Theme Name: Miso's Theme
Theme URI: http://wordpress.org/
Description: A WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Craig Murray
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/




@font-face {
    font-family: 'LetterGothicStdMedium';
    src: url('lettergothicstd-webfont.eot');
    src: url('lettergothicstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('lettergothicstd-webfont.woff') format('woff'),
         url('lettergothicstd-webfont.ttf') format('truetype'),
         url('lettergothicstd-webfont.svg#LetterGothicStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}







body, h1, h2, h3, h4, h5, p, ul, li, img {margin: 0; padding: 0; border: 0;}

body {font-family: arial, helvetica, sans-serif; font-size: 1em; margin: 10px;}

br.clear {clear: both;}

hr {display: none;}

h1, h2, h3 {font-weight: normal;}

h1 {font-size: 1.4em; margin-bottom: 0.5em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1em; color: #cc0000;}

p {
	line-height: 1.4em;
	margin-bottom:1em;
}




#header {margin-top: 1em; font-family: LetterGothicStdMedium, arial, helvetica, sans-serif;  }



/* Navigation */


#nav li {display: inline; padding-right: 2em; font-size: 0.9em;}

#nav li a {color: #000; text-decoration: none;}

#nav li a:hover {text-decoration: underline;}
 






/* Header */

#header h1, #header h3 {display: none;}

.red {color: #cc0000;}






/* Content */

#content {width: 850px; margin-top: 2em; margin-left: auto; margin-right: auto;
	text-align: center;
	}

#text-content {width: 650px; margin-top: 2em; margin-left: auto; margin-right: auto;
	text-align: left;
	}

#text-content h1 {text-align: center;}

.centre-text {margin-top: 100px;}

#home-pic {margin-top: 85px;}


.top-margin {margin-top: 2em;}


.gallery-link {clear: left; text-align: left;}
.gallery-link img {float: left; margin-right: 1em; margin-bottom: 1em;}
.gallery-link a {text-decoration: none; color: #000;}
.gallery-link a:hover {text-decoration: underline;}
.gallery-link h2 {margin-bottom: 0.2em;}
.gallery-link p {width: 540px; float: left; margin-bottom: 1em;}




/* Blog */

#blog-content {width: 650px; margin-top: 2em; margin-left: auto; margin-right: auto;
	text-align: left;
	}
.hentry {text-align: left; width: 650px; margin: 0 auto 0 auto;}


/* Gallery */


.gallery {width: 735px; margin-left: auto; margin-right: auto; margin-top: 0;}

.gallery-item {
	float: left;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.gallery-text {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}




/* Begin Images */

.thumb-nav {float: left; margin-top: 200px; width: 75px;}
.main-img {float: left; margin-right: 2em; margin-left: 2em; margin-top: 1em; width: 635px;}







p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 4px 8px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0 4px 8px 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */






/* Footer */

#footer { position: fixed; right: 10px; bottom: 10px; }

#footer p {font-size: 0.7em;}


