


/* Begin Typography & Colors */
body {
	
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 14px;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	background: url("images/kubrickbgwide.jpg") repeat-y top; border: none; 
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	clear: both;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}
	
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

#content {
float: left;
 width: 450px;
 padding: 0 0 20px 45px;
 margin: 0px 0 0;
 font-size: 1.2em;
}


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

#fullcontent {
float: left;
 width: 670px;
 padding: 0 0 20px 45px;
 margin: 0px 0 0;
 font-size: 1.2em;
}

#menubar
{
    background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	margin-bottom: 10px;
}

#menu
{
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 1.5em;
}

.menuitem
{
  padding-right: 60px;
}

.menuitem:hover, .lastmenuitem:hover
{
  color: #5c9ede;
}

.lastmenuitem
{
  padding-right: 20px;
}

.lastmenuitem, .menuitem
{
  color: #386ea3;
  text-decoration: none;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

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

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
}

h2 {
	font-size: 1.3em;
}
	
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .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;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

hr {
	display: none;
}

a
{
 text-decoration: none;
}

.headline
{
  font-size: 1.5em;
  font-weight: bold;
}

.subheader
{
  font-size: 1.1em;
  font-weight: bold;
  font-style: italic;
}

.priceline
{
  font-size: 1.5em;
  font-weight: bold;
}

.macworld
{
  font-size: 0.75em;
  font-weight: bold;
  color: red;
}

.divright
{
  float:right;
}

.divleft
{
  float:left;
  clear: left;
}

.divleftmargin
{
  float:left;
  clear: left;
  margin-left: 20px;
}

.bigheadline {
	font-size: 4em;
	text-align: center;
	padding-top: 40px;
	margin: 0;
	font-weight: bold;
}

.viewcart
{
position: absolute;
margin-left: 620px;
top: 225px;
}

.toptable
{
  width: 100%;
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 10px;
  border: black;
}
.contenttable
{
margin-top: 10px;
background-color: #f5f5f5;
margin-bottom: 10px;

}




