/*
-----------------------------------------------
Title: gravityscripts development site
Author:   soul76 // gravitydesign
History:
ver1.0 130306
ver1.1 170306
- links bg image in gbook entries fixed
----------------------------------------------- */

/* structure
----------------------------------------------- */

body,	html { margin: 0;	padding:0; }
  
body { background: white; color: black; }

#pagecontainer { position: relative; background: transparent;	margin: 0 auto; width: 500px; font: 7pt verdana, geneva, arial, sans-serif; font-weight: normal; z-index: 1;}

#content {	margin-top: 20%;  background: black; padding: 45px 10px 10px 10px; }

#logo { position: absolute; top: 0; left: -24px; width: 129px; height: 51px; background: transparent url(promo.gif) no-repeat;  }

/* contest */

.innerbox { border: 3px solid #F5F5F5; background: white; margin: 15px 0 15px 0; }
.innerbox p { margin: 5px; }

/* text
----------------------------------------------- */

/* headlines */
h1, h2 { margin: 0; font-size: 7pt; background: transparent url(promohl.gif) no-repeat; color: white; padding: 2px; text-transform: uppercase; }

/* paragraphs */
p { color: black; font-weight: bold; font: 8pt Arial, sans-serif; padding: 0 5px 0 5px; }



/* other */

/* links
----------------------------------------------- */

/* basic */
a:link { color: #AC070E; background: transparent url(img/list.gif) 0 5px no-repeat; padding-left: 8px; }
a:visited { color: #AC070E; background: transparent url(img/list.gif) 0 5px no-repeat; padding-left: 8px; }
a:hover { color: #BABABA; text-decoration: none; background: transparent url(img/list.gif) 0 5px no-repeat; padding-left: 8px; }
a:active { color: #BABABA; text-decoration: none; background: transparent url(img/list.gif) 0 5px no-repeat; padding-left: 8px; }
a:focus { color: #BABABA; text-decoration: none; background: transparent url(img/list.gif) 0 5px no-repeat; padding-left: 8px; }

/* other elements
----------------------------------------------- */
img { border:none; }

#leftcolumn img { margin-bottom: 5px; }

/* form
----------------------------------------------- */


/* lists
----------------------------------------------- */

/* special : pojects*/ 
#infos_container { position: absolute; left: 0; top: 0; width: 100%; z-index: 100; font: 7pt verdana, geneva, arial, sans-serif; font-weight: normal; }

#infos { background: white; }

#infos_content { padding: 25px 25px 25px 100px; }

#messagebox { position: absolute; top: 140px; left: 25%; width: 300px; background: white url('http://www.gravitydesign.de/projects/resources/corner.gif') top right no-repeat; padding: 10px; }

/* text
----------------------------------------------- */
#infos_container h2 { margin: 0; text-transform: uppercase; color: #FF3300; background: transparent url('http://www.gravitydesign.de/projects/resources/ring_blue.gif') 0 2px no-repeat;  padding-left: 14px; font-size: 8pt; font-weight: bold; border-bottom: 1px solid #F6F6F6; }

#infos_container h3 { margin: 0 0 -9px 0; text-transform: uppercase; color: #147B9C; background: transparent; font-size: 8pt; font-weight: bold; }

/* links
