/*
Theme Name: Cock Hotel
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/
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

*/


html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #fbfcbe;
font-family: tahoma, Arial, Helvetica, sans-serif; 
 
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
background: url("/images/page-bg.gif");
margin-bottom: 0px;
padding-bottom: 0px;
} 
 
#leftcol{
 margin-left: 12px;  
 width:120px; 
 float:left; 
 position:relative; 
background-color: #FFF;
 }
 
#twocols{
 width: 663px;
 float:right; 
 position:relative; 
  }
 
#rightcol{
 margin-right: 12px;
 width:140px; 
 float:right; 
 position:relative; 
 background-color:#FFF;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width: 495px; 
 padding-left: 13px;
 background: url("/images/center-bg2.gif");
background-repeat: repeat-y;
 min-height: 950px; /* moz/FF/Opera */
_height: 950px; 
 padding-bottom: 0px;
 margin-bottom: 0px;
 }
 

 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.sideimage{
width: 207px;
height: 121px;
border: 0px;
margin-bottom: 8px;
}
.sideimage2{
width: 140px;
height: 600px;
border: 0px;

}

#header {display: block;}
#main { display: block;}
#footer {display: block;padding-bottom: 0px;margin-bottom: 0px;}
.clr {clear: both;}
dl {font-weight: bold; font-size: 12px;}
a {font-weight: bold; color: #000;text-decoration: none;;}

a:hover {text-decoration: underline;font-weight: bold; color: #000;}
.ctleft{float:left;height:25px;width:29px}
.headingleft{background:url("/images/lt.gif") no-repeat}
.headingright{background:url("/images/rt.gif") no-repeat right top;padding:9px 5px 3px 0}
.headingright h3{color:#FFF;padding:0;margin:0;font-size:1em}
.colbord{border:1px solid #C03}
.colbord p {padding:5px}
.rtbl .left {text-align:left}
h1 { font-size: 14px; color: #FFF; padding:0px; margin: 0px;}
dl dt{margin:0;padding: 0}
dl{list-style-type:none;margin:0;padding:0 text-decoration: underline;}

