/*
Theme Name: Heka Interactive 2008
Theme URI: http://www.hekainteractive.com
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Andrew Maxwell
Author URI: http://www.hekainteractive.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: #000 url("images/bg.jpg");
        background-repeat: repeat;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
        margin: 0;
        padding: 0;
	text-align: center;
}
a:link, a:visited, a:active {
        color: #86B04A;
        text-decoration: none;
}
a:hover {
        color: #86B04A;
        text-decoration: underline;
}
p {
        line-height: 14px;
        margin-bottom: 10px;
}
#header {
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}
#content {
        float: left;
	font-size: 1.2em;
        padding: 23px 0 0 0;
        width: 535px;
}
#content ul li {
        list-style-position: inside;
        list-style-type: disc;
        margin: 5px;
}
#sidebar {
        float: left;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        height: 400px;
        margin: 0;
        padding: 0;
        width: 220px;
}
#sidebar ul {
        margin: 24px 0 0 24px;
}
#sidebar ul li {
        background-color: #578B4B;
        border-right: 3px solid #5F9752;
        display: block;
        height: 55px;
        list-style: none;
        margin: 0 0 3px 0;
        padding: 0;
        width: 180px;
}
#sidebar ul li:hover {
        background-color: #79b06d;
        display: block;
        height: 55px;
        list-style: none;
        margin: 0 0 3px 0;
        padding: 0;
        width: 180px;
}
#sidebar ul li a.selected {
        background-color: #79b06d;
        display: block;
        height: 55px;
        list-style: none;
        color: #fff;
        height: 12px;
        padding: 35px 10px 8px 0;
        text-align: right;
        text-decoration: none;
}

#sidebar ul li a {
        color: #fff;
        display: block;
        height: 12px;
        padding: 35px 10px 0 0;
        text-align: right;
        text-decoration: none;
}
/* End Typography & Colors */



/* Begin Structure */

#container {
	margin: 0 auto;
	padding: 0;
        text-align: left;
	width: 760px;
}
#inside-container {
        background: #fff;
        border-bottom: 6px solid #23371E;
        border-top: 6px solid #23371E;
        overflow: hidden;
        width: 766px;
}
#client-list li {
        background: ;
        display: block;
        height: 16px;
        width: 250px;
}
#header {
	margin: 0 0 0 1px;
	padding: 0;
	height: 120px;
	width: 758px;
}
.clear {
	clear: both;
}

#footer {
        clear: both;
        height: 15px;
	padding: 0;
	margin: 10px auto 0 auto;
	width: 765px;
}
#footer a:link, #footer a:visited, #footer a:active {
        color: #fff;
        text-decoration: none;
}
#footer a:hover {
        color: #fff;
        text-decoration: underline;
}
ul#footer-links {
        float: left;
        margin: 0;
        padding: 0;
}
ul#footer-links li {
        display: block;
        float: left;
        list-style-type: none;
        padding: 0 10px;
}
#footer #copyright {
        color: #fff;
        float: right;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0;
	margin: 0 0 10px 0;
}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/*-- HOME PAGE --*/
#left-column {
        float: left;
        width: 250px;
}
#right-column {
        float: left;
        margin: 0 0 0 20px;
        width: 250px;
}
/*-- ABOUT --*/
#about {
        margin-right: 10px;
}
/*-- PORTFOLIO --*/
/* position and dimensions of the navigator */ 
.back {
        font-weight: bold;
}
.navi { 
    border: solid 1px #f00;
    margin-left:328px; 
    width:200px; 
    height:20px; 
} 
/* items inside navigator */ 
.navi a { 
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(http://flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat; 
    display:block; 
    font-size:1px; 
} 
/* mouseover state */ 
.navi a:hover { 
    background-position:0 -8px;       
}
/* active state (current page state) */ 
.navi a.active { 
    background-position:0 -16px;      
}
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
    border: solid 1px #f00;
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 500px; 
    height: 400px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}


/*--- PORTFOLIO ---*/
.portfolio-thumb {
	border: 1px solid #CACACA;
	float: left;
	margin: 8px 8px 0px 0px;
	padding: 10px;
	width: 237px;
}
.description {
	border: 1px solid #CACACA;
	color: #666;
        font-size: 11px;
        height: 65px;
        line-height: 14px;
        padding: 5px;
	width: 225px;
}
.description a {
	color: #86B04A;
	text-decoration: none;
}
.description a:hover {
	color: #86B04A;
	text-decoration: underline;
}
#goodnessportland {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/goodnessportland-angle2.png) no-repeat 0 0px;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#goodnessportland:hover {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/goodnessportland-angle2.png) no-repeat 0 -109px;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#maydecemberpublications {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/maydecemberpublications-angle2.png) no-repeat 0 0;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#maydecemberpublications:hover {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/maydecemberpublications-angle2.png) no-repeat 0 -109px;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#hayescabinetsinc {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/hayescabinetsinc-angle2.png) no-repeat 0 0;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#hayescabinetsinc:hover {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/hayescabinetsinc-angle2.png) no-repeat 0 -109px;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#rosequarters {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/rqgsonline-angle3.png) no-repeat 0 0;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#rosequarters:hover {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/rqgsonline-angle3.png) no-repeat 0 -109px;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#evetimecode {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/evetimecode-angle2.png) no-repeat 0 0;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#evetimecode:hover {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/evetimecode-angle2.png) no-repeat 0 -109px;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#thewarehousesale {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/thewarehousesale-angle2.png) no-repeat 0 0;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#thewarehousesale:hover {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/thewarehousesale-angle2.png) no-repeat 0 -109px;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#whitneyphu {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/whitneyphu-angle2.png) no-repeat 0 0;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#whitneyphu:hover {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/whitneyphu-angle2.png) no-repeat 0 -109px;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#trustwho {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/trustwho-angle2.png) no-repeat 0 0;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
#trustwho:hover {
	background: url(http://hekainteractive.com/wp-content/uploads/2010/04/trustwho-angle2.png) no-repeat 0 -109px;
	display: block;
	height: 109px;
	text-indent: -9999px;
	width: 237px;
}
