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

*/
img.bg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

p.date {
    margin: 2px 0px 0px 0px;
    font-size: 11px;
}

div#newerPosts {
    display: none;
}
div#olderPosts {
    display: none;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}


#page {
	background-color: white;
	border: 0px;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

img.btnUpDown {
    z-index: 1000;
    position: absolute;
    left: 217px;
}
img#btnOneUp {
    top: 196px;
    display: block;
}
img#btnOneUpText {
    top: 196px;
    left: 144px;
    display: none;
}
img#btnOneDown {
    bottom: 36px;
    display: block;
}
img#btnOneDownText {
    bottom: 36px;
    left: 165px;
    display: none;
}
img#btnManyUp {
    top: 218px;
    display: block;
}
img#btnManyUpText {
    top: 218px;
    left: 140px;
    display: none;
}
img#btnManyDown {
    bottom: 57px;
    display: block;
}
img#btnManyDownText {
    bottom: 57px;
    left: 162px;
    display: none;
}

#frmItemBar {
    margin: 0px;
    padding: 0px;
}

#page {
        position: absolute;
	background-color: white;
        left: 395px;
	margin: 0px;
	padding: 0;
	width: 519px;
	border: 0px;
        height: 100%;
        overflow: hidden;

       filter:alpha(opacity=90);
       -moz-opacity: 0.90;
       opacity: 0.90;
	}
        #page ul {
            position: absolute;
            list-type-style: none;
            margin: 0px;
            padding: 0px;
            top: 63px;
            left: 20px;
        }
        #page ul li {
            clear: both;
            display: block;
        }
        #page ul li#pImage {
            padding: 0px 0px 20px 0px;
        }
        #page ul li#pDate {
            height: 24px;
            font-size: 11px;
            line-height: 14px;
            padding: 0px 0px 2px 0px;
        }
        #page ul li#pTitle {
            height: 26px;
        }
        #page ul li#pTitle span {
            padding: 7px 13px 7px 13px;
            background-color: black;
            color: white;
        }
        #page ul li#pSubtitle {
            height: 26px;
        }
        #page ul li#pSubtitle span {
            padding: 7px 13px 7px 13px;
            background-color: black;
            color: white;
        }
     
        #page ul li#pText {
            padding: 10px 0px 0px 0px;
            font-size: 12px;
            line-height: 15px;
        }
        #page ul li#pText div#textHolder {
            overflow: auto;
            height: 0;
        }
        #page img#closepost {
            position: absolute;
            right: 1px;
            bottom: 20px;
}
        #page img#buttonshare {
            position: absolute;
            left: 13px;
            bottom: 20px;
}
body h1 {
    font-size: 17px;
    line-height: 40px;
    }
div#holderMenu {
        position: absolute;
/* 	background-color: white; */
        left: 0px;
	margin: 0px;
        padding: 0px 20px 0px 0;
	width: 182px;
	border: 0px;
        height: 100%;
        text-align: left;

}
div#pageText {
    position: fixed;   
    top: 40px;
    left: 395px;
    z-index: 100;
    background-color: #FFFFFF;
   filter:alpha(opacity=95);
   -moz-opacity: 0.95;
   opacity: 0.95;  
   width: 500px; 
   text-align: left;
   font-size: 14px; 
   -webkit-box-shadow: 0 0 1px #666666;
   -moz-box-shadow: 0 0 1px #666666;
   box-shadow: 0 0 1px #666666;      
}

	div#pageText .inner {
		padding: 25px 30px;
	}
	
	div#pageText .inner h1 {
		color: #FFFFFF;
		background-color: #000000;
		font-weight: normal;
		display: inline;
		padding:  5px 12px;
	}
	
	div#pageText .inner p {
		margin-top: 10px;
		font-size: 12px;
		line-height: 18px;
	}
	
	div#pageText .close {
		text-align: right;
		padding: 0 3px 3px 0;
		background-color: #FFFFFF;
		height: 16px;
	}
	
		div#pageText .close a {
            text-decoration: none;		
			padding: 3px 5px;
			background-color: #000000;
			color: #FFFFFF;
			font-size: 11px;
			font-weight: bold;
		}

div#holderMenu p {
    font-size:  11px;
    line-height: 14px;
}
        div#holderMenu ul#mainMenu {
            position:	absolute;
            bottom: 	35px;
        }
                ul#mainMenu li {
                    font-size:      11px;
                    line-height:	18px;
                    margin-bottom: 22px;
                }
                ul#mainMenu li a {
                    text-decoration: none;
                    font-weight: normal;
                    background-color: #FFFFFF !important;
                    padding: 5px 15px;
                    font-size: 16px;
                }
                
                ul#mainMenu li a:hover,
                ul#mainMenu li a.active {
                	background-color: #000000 !important;
                	color: #FFFFFF;
                }
        div#holderMenu div#holderArchive {
                position:	absolute;
                height:		130px;
                bottom: 	120px;
                margin: 0px 0px 0px -10px;
        }
        div#holderArchive a#searchButton {
            float: right;
            font-size: 11px;
            line-height: 16px;
            text-decoration: none;
            margin: 2px 0px 2px 0px;
        }

/* forms */
	/* all */
	div.formRow {
		line-height:		20px;
	}
        div.formRow label {
            font-size: 11px;
            font-weight: bold;
            }
            div#holderMenu form {
                margin: 7px 0px 0px 0px;
            }
		form input {
                    border: 1px solid #333;
			width:		164px;
                        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
                        padding: 0px 1px;
                        height: 16px;
                        line-height: 16px;
		}
		form textarea {
                    border: 1px solid #333;
			width:		164px;
			margin:		16px 0px 0px 0px;
                        height:         90px;
                        overflow:       auto;
                        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
                        font-size: 11px;
                        padding: 0px 1px;
		}
                
		/* submit case */
		div#holderMenu label {
                    margin: 4px 0px 0px 0px;
			float: left;
			width: 105px;
		}
                form a#formsend {
                    float: right;
                    font-size: 11px;
                    text-decoration: none;
                    margin: 2px 4px 0px 0px;
                }

                ul#contactLinkedin {
                    list-style-type: none;
                    margin: 30px 0px 0px 0px;
                    padding: 0px;
                    font-size: 11px;
                    clear: both;
                }
                ul#contactLinkedin li {
                    float: left;
                }
                ul#contactLinkedin li.title {
                    width: 60px;
                }
                ul#contactLinkedin li.link a {
                    text-decoration: none;
                    color: #ff7355;
                }
                ul#contactTwitter {
                    list-style-type: none;
                    margin: 0px 0px 0px 0px;
                    padding: 4px 0px 0px 0px;
                    font-size: 11px;
                    clear: both;
                }
                ul#contactTwitter li {
                    float: left;
                }
                ul#contactTwitter li.title {
                    width: 60px;
                }
                ul#contactTwitter li.link a {
                    text-decoration: none;
                    color: #ff7355;
                }
                ul#contactFacebook {
                    clear: both;
                    list-style-type: none;
                    margin: 0px 0px 0px 0px;
                    padding: 4px 0px 0px 0px;
                    font-size: 11px;
                }
                ul#contactFacebook li {
                    float: left;
                }
                ul#contactFacebook li.title {
                    width: 60px;
                }
                ul#contactFacebook li.link a {
                    text-decoration: none;
                    color: #ff7355;
                }

.SI-FILES-STYLIZED label.cabinet
{
    width: 164px;
    height: 16px;
    background: url('/public/images/btn_upload.gif') 0 0 no-repeat;

    display: block;
    overflow: hidden;
    cursor: pointer;

    border: 1px solid #333;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


div#pageTitle {
    position: absolute;
    top: 100px;
    left: 395px;
    height: 19px;
    background-color: white;
    padding: 7px 13px 7px 13px;
    -webkit-box-shadow: 0 0 1px #666666;
    -moz-box-shadow: 0 0 1px #666666;
    box-shadow: 0 0 1px #666666;
    
}

	div.pageTitleAbout {
		position: absolute;
		top: 138px;
		left: 403px;
	}
	
		div.pageTitleAbout a {
			background-color: #000000;
			color: #FFFFFF;
			padding: 3px 6px 2px 6px;
			height: 16px;		
			text-decoration: none;
			font-size: 12px !important;
		    -webkit-box-shadow: 0 0 1px #666666;
		    -moz-box-shadow: 0 0 1px #666666;
		    box-shadow: 0 0 1px #666666;
		    cursor: pointer;					
		}
	
			div.pageTitleAbout a:hover {
				background-color: #FFFFFF;
				color: #000000;
			}

ul#items {
    display: none;
    position: absolute;
    top: 196px;
    left: 255px;
    width: 700px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    text-align: left;
}
ul#items li {
    width: 600px;
    height: 72px;
    overflow: hidden;
    margin: 0px 0px 21px 0px;
    padding: 0px;

}
ul#items li:hover {
    cursor: pointer;
}
ul#items li a {
    float: left;
    text-decoration: none;
}
ul#items li p {
    float: left;
    background-color: white;
    left: 140px;
    padding: 7px 13px 7px 13px;
    position: absolute;
}
ul#items li p.postSubtitle {
    margin: 24px 0px 0px 0px;
}

ul#items .item a {
    overflow: hidden;
    width: 102px;
    height: 74px;
}

ul#items .item p a {
	overflow: none;
	width: inherit;
	height: inherit;
}

div#itembar {
        position: absolute;
	background-color: #ffffff;
        left: 237px;
	margin: 0px;
	padding: 0;
	width: 140px;
	border: 0px;
        height: 100%;
   filter:alpha(opacity=90);
   -moz-opacity: 0.90;
   opacity: 0.90;
   overflow: hidden;
}
    div#itembar img#htmlLogo {
        position:   relative;
        margin:     36px 0px 0px 0px;
    }
img#closeitembar {
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    left: 326px;
}
body div#holderFooter {
        position: absolute;
        left: 0px;
        bottom: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0px;
        height: 20px;
        overflow: hidden;
    }
    
    div#holderFooterOpacity {
	    background-color: white;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 20px;
       filter:alpha(opacity=30);
	   -moz-opacity: 0.30;
	   opacity: 0.30;	    
	    z-index: 1;
    }
    
        div#holderFooter div#footerContent {
                padding:	0px 10px 0px 25px;
                z-index: 2;
                position: absolute;
                right: 0;
                top: 0;
        }
                div#footerContent a#menu {
                    font-size: 10px;
                        float:	left;
                }
                div#footerContent ul#footerMenu {
                        float:	right;
                        list-style-type: none;
                        margin: 0px;
                        padding: 0px;
                        height: 17px;
                }
                        div#footerContent ul#footerMenu li {
                                float:  left;
                                margin:		0px 0px 0px 20px;

                        }
		div#holderFooter a{
			color: 		#000000;
			text-decoration:	none;
                        font-size:          11px;
		}
div#popupCredits {
    position: absolute;
    width: 214px;
    height: 84px;
    background: url(images/bg_credits.png) no-repeat top left transparent;
    right: 110px;
    bottom: 44px;
    display: none;
    text-align: left;
}
div#popupCredits p#creditText {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 160px;
    font-size: 11px;
    line-height: 14px;
}
div#popupCredits p#thispageLink {
    position: absolute;
    left: 8px;
    bottom: 5px;
}
div#popupCredits p#thispageLink a {
    text-decoration: none;
    font-size: 11px;
}
div#popupCredits img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

div#popupBackground {
    position: absolute;
    width: 214px;
    height: 68px;
    background: url(images/bg_background.png) no-repeat top left transparent;
    right: 24px;
    bottom: 44px;
    display: none;
}
div#popupBackground p#introText {
    position: absolute;
    left: 8px;
    top: 5px;
    font-size: 11px;
    line-height: 14px;
}
div#popupBackground p#backgroundPostTitle {
    position: absolute;
    left: 8px;
    top: 20px;
}
div#popupBackground p#backgroundPostSubtitle {
    position: absolute;
    left: 8px;
    top: 35px;
}
div#popupBackground a {
    text-decoration: none;
    font-size: 11px;
    line-height: 14px;
    color: #ff7355;
}
div#popupBackground p#agency {
    position: absolute;
    left: 8px;
    top: 50px;
    font-size: 11px;
    line-height: 14px;
}
a#rssbutton {
    text-decoration: none;
}
