/*  
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-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#000000;
	background-image: url(http://www.3-dcommunications.com/images/bg-left-slice.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#wrapper {
	background-image: url(http://www.3-dcommunications.com/images/background-three.gif);
	background-repeat: no-repeat;
	background-position: 200px 200px;
	position: relative;
}
#header-name {
	position: absolute;
	height: 25px;
	width: 125px;
	left: 0px;
	top: 133px;
	font-size: 20px;
	font-weight: bold;
	color: #d0d7e6;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.header {
	background-image: url(http://www.3-dcommunications.com/images/header-slice.gif);
	background-repeat: repeat-x;
	height: 160px;
	position:relative;
}
.header #header-info {
	position: absolute;
	top: 20px;
	left:155px;
	color: #FFFFFF;
	font-size:11px;
}
#header-info h2 {
	font-size: 21px;
	font-family: Helvetica, sans-serif;
	padding-top:0;
	margin-top:0;
	font-style: normal;
	font-weight: bold;

}
h3 {
	font: bold 14px;
	color: #7c8eae;
	padding-bottom:0;
	margin-bottom:0;
}
#content a {
	font-weight:bold;
	color: #7c8eae;
	padding-bottom:0;
	margin-bottom:0;
	text-decoration: none;
}
/*==================================TOP NAVIGATION==================================
==================================================================================*/
ul#topnav {
	position: absolute;
	left: 150px;
	top: 133px;
	width: 605px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: bold 12px "Trebuchet MS", Verdana, Tahoma, SansSerif;
	line-height: 28px;
}
#topnav li {
	float: left;
	border-left: #FFFFFF solid 1px;
	width: 110px;
	text-align: center;
	height: 27px;
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding: 0px 12px;
}
#topnav a:hover, #topnav a:active {
	color: #036;
	text-decoration: none;
	color: #8fa3c3;
	background-color:#FFFFFF;
}
/*=================================LEFT NAVIGATION==================================
==================================================================================*/

#left ul, #subnav {
	color: #7c8eae;
	font-weight:bold;
	width: 125px;
	position:absolute;
	top:160px;
	font-size:11px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#left li, #subnav li {
	margin:5px 0 0 0;
	display:block;
	list-style-type: none;
	padding: 0;
	background-image: url(http://www.3-dcommunications.com/images/bullet-normal.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left a, #subnav a {
	color: #7c8eae;
	text-decoration: none;
	display:block;
	margin:0;
	padding:3px 0 3px 25px;
	line-height: normal;
	text-align: left;
}


#left a:hover, #left a:active , #sidebar a:active, #sidebar a:hover, #subnav a:hover, #subnav a:active{
	color: #ecaf2a;
	background-color:#FFFFFF;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;

}
/*=================================CONTENT========================================
==================================================================================*/
#content {
	position: absolute;
	width: 600px;
	left: 125px;
	top: 160px;
	height: 600px;
	font-size:11px;
	line-height:18px;
	background-image: url(http://www.3-dcommunications.com/images/background-three.gif);
	background-repeat: no-repeat;
	padding: 15px 10px 10px 35px;
	background-position: 0px 0px;
}
.left-multi-line {
	padding-left:24px; 
	line-height:12px;
}
#content h2 {
font: bold 14px;
	color: #7c8eae;
	padding-bottom:0;
	margin-bottom:0;
}


a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:500px; /* give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:3px solid #ecaf2a; 
left:70px; /* position:the image */
top:-400px;
background-color:#FFFFFF;
background-image:url(../images/background-three.gif);
background-repeat:no-repeat;
padding: 5px;
font-size:10px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:520px; 
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}

.current_page_item a {
	background-color: #FFF;
}

