/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	color: #111;
	text-align: center;
	background-image:url('http://217.112.82.20/~burning/wp-content/themes/default/images/stripe1.png')
 
	}

p {font-size: 1em;}
a {
	color: #cc0000;
	text-decoration: none;
	}

a:hover, h1 a:hover {
	color: #990000;
	text-decoration: none;
	}

h1 {	font-size:14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 0px ;
	margin:0px;
	text-transform: lowercase; }

strong {font-size: 1.2em;}
/* End Typography & Colors */




#page {
	background-color: white;
	margin: 40px auto;
	padding: 10px 0px 10px 0px;
	width: 760px;
	border: 3px double #959596;
    background-color:#ffffff;

	text-align: left;
	}

#header {
border-bottom: 3px double #959596;
	width: 740px;
    padding: 0px 10px 0px 10px;
	height:25px;
		text-align: center;
	font-size:14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	
	}
#footer {
border-top: 3px double #959596;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height:25px;
	clear: both;
	text-align: center;
	font-size:14px;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 720px;
	border: 0px solid grey;
	}

.widecolumn {
float: left;
	padding: 0 0 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 720px;
	border: 0px solid grey;
	}
.leftcolumn {
float: left;
	padding: 10px 20px 10px 0px;
	margin: 0px 0px 0px 20px;
	width: 380px;
	border-right: 1px solid grey;
	min-height:450px;
	}
.rightcolumn {
float: left;
	padding: 10px 0 10px 0px;
	margin: 0px 0px 0px 20px;
	width: 300px;

	}
.leftcolumnlinks {
float: left;
	padding: 10px 0 10px 0px;
	margin: 0px 0px 0px 20px;
	width: 180px;
	border-right: 1px solid grey;
	min-height:450px;
	}
.rightcolumnlinks {
float: left;
	padding: 10px 0 10px 0px;
	margin: 0px 0px 0px 20px;
	width: 530px;

	}

.gallerycontainer {
width: 730px;
float: left;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
/*border-top: 1px solid #959596;
border-bottom: 1px solid #959596;*/

}
.galleryname { height:25px;
width: auto;
}
.postwork {
	margin: 5px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 95px;
	height: 125px;
float: left;
border:1px dotted #666666;
background-color:#ffffff;}



	.workthumb {
	width: 95px;
	height: 95px;
	margin: 0px 0px 0px 0px;
	}
	.workthumb tr td img  {
	width: 95px;
	height: 95px;}
	
	.worktitle {
	width: 95px;
	height: 30px;
		text-align: center;
	
		padding: 0px 0px 5px 0;
		border-top:1px dotted #666666;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #959596;
	width:720px;
	float: left;
	padding: 0px 20px 3px 20px;
	}







.logosmall { width:50px;
height: 40px;
}
.logobig { margin: 20px 0px 20px 160px;
width:400px;
}

.logo { width:auto;
height: 30px;
}

.menuitem { position: relative;
top:-8px;
}

span{ margin:0px;}

.rightcolumnlinks img{
border:1px dotted #999999;
	width: 520px;
	height: 450px;
	
	}
entry p {
text-align:justify;}
	
entry p a {
position:relative;top: 30px;}


/* Begin Images */
p a img {
float:right;
max-width:400px;
max-height:400px;
margin: -20px 0px 20px 20px;
border: 1px solid #959596;
	}
	

/*	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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #959596;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #959596;
	}

.alignright {
	float: right;
	}

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









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




/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

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



/* Begin Calendar */




.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
a.rollover img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;}

a.rollover:hover img {
filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;
}	

p a:hover img {
filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;
}	
}




/* STOP LOOKING AT ME */
