/* 
    Document   : style
    Created on : Aug 19, 2012, 12:32:23 PM
    Author     : jb
    Description:
        Purpose of the stylesheet follows.
*/

#myButtonLink {
    /*padding-left:  10px;
    padding-right: 10px;*/
	display: block;
	width: 40px;
	height: 40px;
	background: url('../img/housea.png') center no-repeat;
        text-indent: -99999px;
        float: left;
}
#myButtonLink:hover {
	/*background-position: 0 0;*/
        /*padding-left: 10px;
        padding-right: 10px;*/
        display: block;
        width: 40px;
        height: 40px;
        background: url("../img/houseb.png") no-repeat 0 0;
        text-indent: -99999px;
        float: left;
}
.roll .rollover, .roll:hover .regular {
display: none;
}
.roll:hover .rollover {
display: block;
}

#aboutLink {
    /*padding-left: 10px;
    padding-right: 10px;*/
    display: table-row;
    display: block;
    width: 30px;
    height: 40px;
    background: url('../img/about1.png') top no-repeat;
    text-indent: -99999px;
    float: left;
}
#aboutLink:hover {
    /*background-position: 0,0;*/
    background: url("../img/about2.png") no-repeat 0 0;

}

#blogLink {
    /*padding-left: 10px;
    padding-right: 10px;*/
    display: table-row;
    display: block;
    width: 30px;
    height: 40px;
    background: url('../img/blogicon1.png') top no-repeat;
    text-indent: -99999px;
    float: left;
}
#blogLink:hover {
    /*background-position: 0,0;*/
    background: url("../img/blogicon2.png") no-repeat 0 0;

}

#imagine {
    background-position: center;
    width: 900px;
    height: 400px;
    overflow: hidden;
    border: 0px double #000;
    white-space: nowrap;

 }
 #reimagine {
    width: 900px;
    height: 50px;
    overflow: hidden;
    /*border: 3px double #000;*/
    white-space: nowrap;

 }
.thumb {
    width: 150px;
    height: 150px;
}

.fancy {
    font-family: sans-serif;
    font-size: 16px;
    padding: 3px;
}

.restDetails {
    font-size: 16px;
    font-weight: bold;
    display:none;
    background: #333;
    color: white;
    border: 2px solid #ddd;
    padding: 10px;
    padding-bottom: 5px;
    position: relative;
    width: 250px;
    box-shadow: 0px 0px 20px #004ab3; /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #004ab3; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #004ab3; /* Safari, Chrome */
    border-radius:15px 15px 15px 15px;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
}

/***************************
* Start of popup CSS
****************************/
#mask {
    display: none;
    background: #999; 
    position: fixed; left: 0; top: 0; 
    z-index: 10;
    width: 100%; height: 100%;
    opacity: 0.8;
    z-index: 999;
}

img.avatar{
    width: 60px;
    height: 60px;
}

.tweet-popup{
    display:none;
    background: #333;
    padding: 10px; 	
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%; left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999; /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
    border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close { /* Position the close button */
    float: right; 
    margin: -28px -28px;
    opacity: 1.0;
}

fieldset { 
    border:none; 
}

form.signin .tweetbox label { 
    display:block; 
    padding-bottom:7px; 
}

form.signin .tweetbox span { 
    display:block;
}

form.signin p, form.signin span { 
    color:#999; 
    font-size:16px; 
    line-height:18px;
    font-weight: bolder;
} 

form.signin .tweetbox input { 
    background:#666666; 
    border-bottom:1px solid #333;
    border-left:1px solid #000;
    border-right:1px solid #333;
    border-top:1px solid #000;
    color:#fff; 
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font:13px Arial, Helvetica, sans-serif;
    padding:6px 6px 4px;
    width:200px;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000; }
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color:#000; 
    border-width:1px;
    border-radius:4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#333;
    cursor:pointer;
    display:inline-block;
    padding:6px 6px 4px;
    margin-top:10px;
    font:12px; 
    width:214px;
}
.button:hover { background:#ddd; }

