/* CSS Document */

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-image: url("images/bgimages/kubrickbgcolor.jpg");
	margin: 0;
	padding: 0; 
}

#wrapper {
	margin:auto;

}
	
#page {
	/*border: 1px solid #959596;*/
	text-align: left;
	background: url("images/bgimages/kubrickbg.jpg") repeat-y top; 
	margin: 20px auto;
	padding: 0;
	width: 664px;
}

#header {
	/*background: url("images/bgimages/halfmileheader.jpg") no-repeat bottom center;*/
	margin: 0 !important; 
	margin: 0 0 0 1px; 
	padding: 0px 0px 0px 1px; 
	height: 167px; width: 662px;
	}
	
#nav {
	margin:0;
}

#content{

}

#footer {
	background: url("images/bgimages/kubrickfooter.jpg");
	background-repeat:no-repeat;
	background-position:bottom;
	border: none;
	font-size:9px;
	margin: 0 auto;
	width: 664px;
	height:63px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px;
	text-align: center;
	}
/*end block level*/

/*start inline*/

.centertop {
    margin: 10px 35px 1px 35px ;
	text-align: justify;
	font-size: 12px;
	padding-top: 5px;
	border-top: 1px dotted #cccccc;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

.centertop2 {
    margin: 10px 35px 1px 35px ;
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	border-top: 1px dotted #cccccc;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

.centerbot {
    margin: 10px 35px 1px 35px ;
	text-align: justify;
	font-size: 12px;
	padding-top: 5px;
	border-top: 1px dotted #cccccc;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	clear:both;
}
.adsense {
	float: right;
	text-align:right;
	padding: 20px 30px 0px 5px;
	border-left: 1px dotted #CCCCCC;
	width: 130px;
	display: inline;
}

.left {
	float:left;
	width: 400px;
	padding: 0px 5px 0px 55px;
	display: inline;
	}
	
.contactform {
    margin: 10px 35px 1px 35px ;
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	/*padding-left: 95px;
	padding-right: 55px;*/
	border-top: 1px dotted #cccccc;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

/*end*/

/*text-styles*/
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.style3 {
	font-size: 16pt
}
	
.style8 {
	font-size: 12px
}
	
.post {
	margin: 0 0 10px;
	text-align: justify;
	color:#FF0000;
	/*border-bottom:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;*/
	}

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

h1 {
	font-size: 4em;
	text-align: center;
	}

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

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

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

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

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/*end*/