/*
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/
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

*/



/* Begin Typography & Colors */
body 
{
	background:url(images/bk.jpg) repeat-x;
	background-position:top;
	background-color:#FBB728;
	margin:0px;
}
.header-bg
{
	background:url(images/orientalBk.jpg);
	background-position:top;
	height:150px;
}
.bar-bg
{
	background:url(images/bar.jpg) repeat-x;
	height:30px;
}
.menu-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.menu-text a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.menu-text a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.footer-img
{
	background:url(images/footer.jpg) repeat-x;
	height:100px;
}
.heading-1
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	padding:10px;
}
.heading-1 a
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#000000;
	text-decoration:none
}
.main-text-1
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	padding:10px;
}
.main-text-1 a
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #6699FF;
	text-decoration:none
}
.main-text-1 a:hover
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	text-decoration: underline
}
.copy-text-1
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#ffffff;
	padding:10px;
}
.copy-text-1 a
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#ffffff;
	text-decoration:none;
}
.copy-text-1 a:hover
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#ffffff;
	text-decoration: underline;
}

.header-text {
font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:28px;
	color:#FFFFCC;
	}
	.header-text  a{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:28px;
	color:#FFFFCC;
	text-decoration:none;
	}
		.header-text  a:hover{
		font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:28px;
	color:#FFFFCC;
	text-decoration:none;
}
