/* ============================= */
/* grb.im CSS Document */
/* ============================= */


/* ============================= */
/* General Styles */
/* ============================= */

* { margin:0px; padding:0px; border:0px; }

body { font-family:arial, verdana, sans-serif; font-size:62.5%; color:#ffffff; text-decoration:none; }
body a:link { color:#FFFFFF; text-decoration:none;  }
body a:visited { color:#FFFFFF; text-decoration:none; }
body a:hover { color:#1a1a1a; text-decoration:none; }
body a:active { color:#FFFFFF; text-decoration:none;  }

body p { margin:0px; padding:0px 0px 10px 0px; font-size:1.2em; line-height:1.4em; }
body p.nomargin { margin:0px; padding:0px; font-size:1.2em; line-height:1.4em; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; line-height:0px; height:0px; font-size:0px; }
.bold { font-weight:bold; }
.italics { font-style:italic; }
.invisible { visibility:hidden; }
.hidden { display:none; }
.block { display:block; }

.clearfix:after { content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0; }
.clearfix { display:inline-block; }
html[xmlns] .clearfix { display:block; }
* html .clearfix { height:1%; }

.align-right { text-align:right; }
.align-center { text-align:center; }

#header { height:60px; }
#container { position:absolute; top:50%; left:50%; margin-top:-224px; margin-left:-451px; }
#content { width:902px; height:448px; margin:0 auto; border:4px solid #C1B2A6; background-image: url(../images/back.jpg); background-repeat:no-repeat; position:relative;  }

h1 { background-image: url(../images/logo.png); background-repeat:no-repeat; width:101px; height:15px; margin:16px; float:left; }
h1 span, h2 span, #footer span { display:none; }
h2 { margin:16px; float:right; }
h2 a { background-image: url(../images/api.png); background-repeat:no-repeat; width:20px; height:6px; display:block; }

#search { width:361px; padding-top:174px; margin:0 auto; position:relative; }
#search #message { position:absolute; width:144px; height:8px; background-image: url(../images/shorten.png); background-repeat:no-repeat; top:192px; left:10px; }
#search #box { width:330px; height:40px; border:1px dotted #ffffff; padding:2px; font-size:1.0em; float:left; margin-right:10px; }
#search #box #url { border:0px; background-color:transparent; width:326px; height:36px; color:#ffffff; font-size:1.6em; }




#footer a { background-image: url(../images/copyright.png); background-repeat:no-repeat; width:205px; height:6px; display:block; position:absolute; bottom:10px; right:10px; } 
