/*
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 */

#main_title	{
    margin: 0 0 0 60px;
    height: 0px;
    width: 790px;
    color: #ffffff;
    
}
a{
text-decoration:none;

}

a.hover{

background-color:#2A4FBC;

color:black;
text-decoration:none;
}

#content {
    
    margin: 0px 0 0 100px;
    font-size: 12px;
    color: #ffffff;
}

.widecolumn .entry p {
    
}

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
}

.widecolumn {
    line-height: 1.6em;
}

.narrowcolumn .postmetadata {
    text-align: center;
}

.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}
.depth-1 {
    border: 1px solid #ddd;
}

.even, .alt {

    border-left: 1px solid #ddd;
}

.entry p a:visited {
    color: #b85b5a;
}

.sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
}

.sticky h2 {
    padding-top: 10px;
}

.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {

}

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
   
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: 'Lucida Grande', Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

#sidebar {
    font: 1em 'Lucida Grande', Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

acronym, abbr, span.caps{
    letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
    
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    text-align: center;
}

#wp-calendar th {
       text-transform: capitalize;
}


/* ------------------------ Page Body -Start ------------------------ */

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    
    background: #d5d6d7 url('images/kubrickbgcolor.jpg');
    color: #333;
}

#displaybox {
    z-index: 10000;
    filter: alpha(opacity=50); /*older IE*/
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
    -moz-opacity: .50; /*older Mozilla*/
    -khtml-opacity: 0.5;   /*older Safari*/
    opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
    background-color:#000000;
    position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF;         text-align:center;
    vertical-align:middle;
    color:#ffffff;
}

#page {
    background-color: black;
    border: 1px solid #00000;
    text-align: left;
}

body {
    margin: 0 0 20px 0;
    padding: 0;
}

#page {
    background-color: black;
    margin: 20px auto;
    width: 1090px; /* Background Width*/
    border: 1px solid #959596;
    background: #d5d6d7 url('images/kubrickbg-rtl.jpg');

}

/* ------------------------ Page Header ------------------------ */

#header {
    background: url('images/kubrickheader.jpg') no-repeat top center;
}

#header {
    margin: 0 0px 0 0px;
    height: 120px; 
    width: 1090px;
}
/* navigation top menu */
/* GLOBALHEADER */
#globalheader { width: 400px; height: 30px; margin: 0px auto; position: relative;  }
#globalheader #globalnav { margin: 0; padding: 0; }
#globalheader #globalnav li { display: inline; }
#globalheader #globalnav li a { float: left; width: 400px; height: 0; padding-top: 35px; overflow: hidden; }
#globalheader #globalnav li a,
#globalheader #globalsearch { background-image: url(images/nav2.png); background-repeat: no-repeat; }

/* BUTTONS */
#globalheader #globalnav li#gn-home a { background-position: 0px 6px; width: 50px; }
#globalheader #globalnav li#gn-projects a { background-position: -50px 6px; width: 90px; }
#globalheader #globalnav li#gn-biography a { background-position: -140px 6px; width: 100px;}
#globalheader #globalnav li#gn-links a { background-position: -240px 6px; width: 50px; }

/* OVER STATES */
#globalheader #globalnav li#gn-home a:hover { background-position: 0 -69px; }
#globalheader #globalnav li#gn-projects a:hover { background-position: -50px -69px; }
#globalheader #globalnav li#gn-biography a:hover { background-position: -140px -69px; }
#globalheader #globalnav li#gn-links a:hover { background-position: -240px -69px; }

/* PRESSED STATES */
#globalheader #globalnav li#gn-home a:active { background-position: 0 -69px; }
#globalheader #globalnav li#gn-projects a:active { background-position: -50px -69px; }
#globalheader #globalnav li#gn-biography a:active { background-position: -140px -69px; }
#globalheader #globalnav li#gn-links a:active { background-position: -240px -69px; }

/* ON STATES */
#globalheader.home #globalnav li#gn-home a { background-position: 0 -69px !important; }
#globalheader.projects #globalnav li#gn-projects a { background-position: -50px -69px !important; }
#globalheader.biography #globalnav li#gn-biography a { background-position: -140px -69px !important; }
#globalheader.links #globalnav li#gn-links a { background-position: -240px -69px !important; }

/* end nav top menu8 */

#headerimg {
    float: left;
    width: 200px;
    margin: 67px 0 0 119px;
    height: 50px;
}

#globalheader {
    float: right;
    width: 325px;
    height: 55px;
    margin: 68px 70px 0px 0px; /* page welcome - home*/
    padding: 0px 5px 0px 5px;
    font-size:13px;
    font-weight: bold;
    font-family: Century Gothic, Helvetica, sans-serif;
    
}
/* ------------------------ Page Footer ------------------------*/

#footer {
    background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
    border: none;
}

#footer {
    margin: 0px 0px 0px 0px;
    height : 120px;
    width: 1090px;
    clear: both;
    /*font-family: Century Gothic, Helvetica, sans-serif;*/
    /*font-size: 12px;*/
}
#footer a{
    /*font-family:Century Gothic, Helvetica, sans-serif;*/
    /*font-size: 13px;*/
    color:#2A4FBC;
}

#footer p {
    margin: 0px 0 0px 115px;
    text-align: left;
    color: #FFFFFF;
    /*font-family: Century Gothic, Helvetica, sans-serif;*/
    /*font-size: 13px;*/
}

/* Begin Structure */

.narrowcolumn {
    float: left;
    padding: 0 0 20px 45px;
    margin: 0px 0 0;
    width: 450px;
}

.widecolumn {
    padding: 0px 0 0px 0;
    margin: 0px 0 0 0px;
    width: 800px;
    font-family: Georgia, Helvetica, Sans-Serif;
    font-size: 12px;
    color: white;
}

.post {
    margin: 100px 200px 40px;
    text-align: justify;
}
#post h2{
    font-size:12px;
}
.post hr {
    display: block;
}

.widecolumn .post {
    margin: 10px;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.widecolumn .postmetadata {
    margin: 0px 0;
    font-size:12px;
    color: #FFFFFF;
}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 100px;
    margin: 5px 10px 15px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 45px 0px;
}

.postmetadata {
    clear: both;
}

.clear {
    clear: both;
}


/* End Structure */

/* ------------------------ Home page ------------------------ */

#home-left {
    float: left;
    height: 190px;
    width: 405px;
    margin: 0px 0px 0px 121px;
    color: #FFFFFF;
    font-size:12px;
    background: #000000 url('images/bg-home.jpg') no-repeat bottom center;
}

#home-right {
    float: right;
    width: 415px;
    margin: 0px 112px 0 0;
    color: #FFFFFF;
    font-family: Georgia, Helvetica, Sans-Serif;
    font-size:12px;
}

#home-right-in{
    float: left;
    width: 355px;
    margin: -12px 0px 0px 40px;
    font-family: Georgia, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size:12px;
}

#home-right-in{
line-height:1.5em;
}

#home-left h2{
    margin-top: 0;
}

#home-right h2 {
    margin-top: 0;
    margin: 23px 0 0 40px;
    font-size:21px;
    color:#6B748D;
    font-style:normal;
    font-family:Georgia, Helvetica, Sans-Serif;

}

#home-right h3 {
    font-size: 12px;
    color:#6B748D;
    font-family:Georgia, Helvetica, Sans-Serif;
}

.single-date {
    float: right;
    margin-top: -35px;
    color: #FFFFFF;
}

#home-right p {
    margin: 0 0 10px 0;
    font-size:12px;
margin-bottom:19px;
}

#home-right img {
    padding: 10px 0px 10px 0px;
    border: 0px;
}

#home-right-in img{
    padding:10px 10px 10px 0px;
    border:0px;
}
#home-left img {
    padding: 20px 0px 20px 0px;
    border: 0px;
}

/* ------------------------ Project page ------------------------ */

#project-left {
    float: left;
    width: 375px;
    margin: 0px 0px 0px 100px;
}

#project-left-in{
    float: left;
    width: 375px;
    margin: 7px 0px 0px 45px;
    font-family: Georgia, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size:12px;
	
}

#project-right-in{
     line-height:1.5em;
}

#project-right {
    float: right;
    width: 400px;
    margin: 57px 130px 0 0;
}

#project-right-in{
    float: right;
    width: 355px;
    margin: 5px 0px 0px 45px;
    font-family: Georgia, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size:12px;
}

#project-left-in{
    line-height:1.5em;
}

#project-left h1{
    margin: 5px 0px 0px 45px;
    font-size:21px;
    color:#6B748D;
    font-style:normal;
    font-family:Georgia, Helvetica, Sans-Serif;
}

#project-left h2{
    margin: 5px 0px 0px 45px;
    font-size:12px;
    color:#6B748D;
    font-style:normal;
    font-family:Georgia, Helvetica, Sans-Serif;
}

#project-left h3{
    margin: 2px 0px 0px 45px;
    font-size:12px;
    color:#6B748D;
    font-style:normal;
    font-family:Georgia, Helvetica, Sans-Serif;
}

#project-right h2{
    margin: 10px 0px 0px 45px;
    font-size:12px;
    color:#6B748D;
    font-style:normal;
    font-family:Georgia, Helvetica, Sans-Serif;
}

#project-right-in p {
    margin: -1px 0px 0px 0px;
    font-size:12px;
margin-bottom:17px;
}

#project-left-in p{
    margin:-1px 0px 0px 0px;
    font-size:12px;
margin-bottom:17px;
}

#project-left-in h3 {
    font-size: 12px;
    color:#FFFFFF;
    font-family:Georgia, Helvetica, Sans-Serif;
}

.single-date {
    float: right;
    margin-top: -35px;
    color: #FFFFFF;
}

#project-left img {
    padding: 10px 0px 10px 20px;
    border: 0px;
}
#project-left-in img{
    padding:20px 10px 20px 0px;
    border:0px;
}

#project-right img {
    padding: 10px 0px 10px 20px;
    border: 0px;
}
#project-right-in img{
    padding:20px 10px 20px 0px;
    border:0px;
}

/* ------------------------ Biography page ------------------------ */

.bioleft a:hover{
    background-color:#2A4FBC;
    color:black;
}

.bioleft a{
    color:#2A4FBC;
    text-decoration:none;
}

.bioright a:hover{
    background-color:#2A4FBC;
    color:black;
    text-decoration:none;
}

.bioright a{
    color:#2A4FBC;
    text-decoration:none;
}

#Biography-title{
    float:left;
    height:20px;
    width:300px;
    margin: 0px 0px 0px 50px;
}

#Biography-left {
    float: left;
    width: 400px;
    margin: 0px 0px 0px 95px;
    text-decoration:none;
}
#Biography-left-in{
    float: left;
    width: 355px;
    margin: 12px 0px 0px 45px;
    font-family: Georgia, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size:12px;
}
#Biography-left-in{
line-height:1.5em;
}

#Biography-left-in img{
    padding:20px 10px 20px 0px;
    border:0px;
}

#Biography-right {
    float: right;
    width: 400px;
    margin: 80px 140px 0 0;
    text-decoration:none;
}
#Biography-right-in{
    float: right;
    width: 360px;
    margin: 12px 0px 0px 45px;
    font-family: Georgia, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size:12px;
}
#Biography-right-in{
line-height:1.5em;
}

#Biography-right-in img{
    padding:20px 10px 20px 0px;
    border:0px;
}

#Biography-left h1{
    margin: 5px 0px 0px 45px;
    font-size:21px;
    color:#6B748D;
    font-style:normal;
    font-family:Georgia, Helvetica, Sans-Serif;
}
#Biography-left h2{
    margin: 6px 0px 0px 45px;
    font-size:12px;
    color:#6B748D;
    font-style:normal;
    font-family:Georgia, Helvetica, Sans-Serif;
}
#Biography-left h3{
    margin: 0px 0px 0px 45px;
    font-size:12px;
    color:#6B748D;
    font-style:normal;
    font-family:Georgia, Helvetica, Sans-Serif;
}

#Biography-right h2{

    margin: 0px 0px 0px 50px;
    font-size:12px;
    color:#6B748D;
    font-style:normal;
    font-family:Georgia, Helvetica, Sans-Serif;
}

#Biography-right-in p {
    margin: -2px 0px 0px 10px;
    font-size:12px;
margin-bottom:17px;
}

#Biography-left-in p{
    margin:-4px 0px 0px 0px;
    font-size:12px;
margin-bottom:17px;
}

#Biography-left-in h3 {
    font-size: 12px;
    color:#FFFFFF;
    font-family:Georgia, Helvetica, Sans-Serif;
}

.single-date {
    float: right;
    margin-top: -35px;
    color: #FFFF;
}

#Biography-left img {
    padding: 10px 0px 10px 20px;
    border: 0px;
}
#Biography-right img {
    padding: 10px 0px 10px 25px;
    border: 0px;
}


/* ------------------------ Links page ------------------------ */

.linkshighlight a{
    text-decoration:none;
    color:#2A4FBC;
}

.linkshighlight a:hover{

    background-color:#2A4FBC;
    color:#000000;
}

#content-links {

    width: 800px;
    height: 650px;
    margin: 20px 0px 0px 147px;
    font-family: Georgia, Helvetica, Sans-Serif;
    color: #FFFFFF;
}

#content-links-in p{
    font-family: Georgia, Helvetica, Sans-Serif;
    font-size:12px;
    color:#223F96;
}

#content-links h2{
    font-family: Georgia, Helvetica, Sans-Serif;
    margin: 40px 0px 0px 0px;
    color:#6B7D;
    font-size:21px;
    color:#6B748D;

}
#content-links-in{
    font-family: Georgia, Helvetica, Sans-Serif;
    margin: 5px 0px 0px 0px;
    font-size:12px;

}
#content-links-in img {
    padding: 20px;
    border: 0px;
}

/*	Begin Headers */
h1 {
    padding-top: 20px; /* title top to bot */
    margin: 0;
}

h2 {
    margin: 30px 0 0;
}

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
}

h3 {
    padding: 0;
    margin: 30px 0 0;
}

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

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;
}

/* ------------------------------------------------------------- */


/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
              text-align:center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}
#commentform textarea {
    width: 100%;
    padding: 2px;
}
#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

}
.commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */

/* Begin Sidebar */
#sidebar{
    padding: 20px 0 10px 0;
    margin-left: 545px;
    width: 190px;
}

#sidebar form {
    margin: 0;
}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
                            background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */

/*Website Developement : Chandana Naleen Samarapperuma ,PHP Programmer,[DotCom Outsourcing (pvt) Ltd]*/
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
