/* 
    Document   : grid
    Created on : Sep 16, 2009, 9:08:21 AM
    Author     : ivar
    Description:
*/


/* borders */
/* ship borders */
#tug > .compartment > iframe, #tug > .compartment img ,
#net > .compartment > iframe, #net > .compartment img ,
#ama > .compartment > iframe, #ama > .compartment img,
#hull {
	border: 0.2em outset olive;
}

/* rounding & shadows */
#tug > .compartment > iframe, #tug > .compartment img ,
#net > .compartment > iframe, #net > .compartment img ,
#ama > .compartment > iframe, #ama > .compartment img ,
#hull {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 10px 10px 15px -5px #333333;
}


/* internal */
#bow, #lookout, #bridge, #stern, #aft { border-top: 1px solid olive; }
#lookout, #jib, #foremast { border-bottom: 1px solid olive;  }
#port, #hatch { border-right: 1px solid olive;  }
#starboard, #deck { border-left: 1px solid olive;  }


/* colours */
body {  background-color: olive;  color: black; }
#hull { background-color: #ffffff;  }
#tug > .compartment > iframe, #tug > .compartment img ,
#net > .compartment > iframe, #net > .compartment img ,
#ama > .compartment > iframe, #ama > .compartment img {
	background-color: #ffffff;
}


/* dimensions   */
.structure {  }
.compartment { padding: 0.2em 1em; }
body { padding: 0.2em; }
#ocean { margin-left: 1em; }
#ballast { width: 40em; padding: 2em; min-height: 25em;  }
#port {  width: 1em; min-width: 1em;  }
#starboard {  width: 1em; min-width: 1em;   }
#hatch { width: 1em; min-width: 1em;   }
#deck { width: 1em; min-width: 1em;  }
#ama { padding: 0.5em 0 0 0.5em;  }
#tug > .compartment { margin: 0 0 0.5em 0; text-align: center; }
#net > .compartment { margin: 0.5em 0 0 0; text-align: center; }
#ama > .compartment { min-height: 24em; text-align: center;  }
#tug > .compartment > iframe, #tug > .compartment img ,
#net > .compartment > iframe, #net > .compartment img {
	margin: 0; padding: 0.2em; }
#ama > .compartment > iframe, #ama > .compartment img {
	margin: 0; padding: 0.2em; }




/* structure */
root { }
html { }
body {  }
#ocean { font-family: Arial, sans-serif, serif;  }
#fleet {  }
#regatta {  }
#ship {  }
#vaka {  }
#hull {  }
#keel {  }
#innerhull { }
#bulkhead {  }
#ballast {  }

/* compartments */
#prow { }
#bow { }
#lookout {   }
#port {   }
#starboard {    }
#jib {  }
#hatch {    }
#deck {   }
#cockpit {  }
#aft {  }
#stern {   }
#anchor { }

#cargo { }

/* flotilla */
#lighthouse {  }
#buoy {  }
#tug {  }
#net {  }
#ama {  }

#lighthouse > .compartment {  }
#buoy > .compartment {  }
#tug > .compartment {  }
#net > .compartment {  }
#ama > .compartment {  }

#tug > .compartment > iframe, #tug > .compartment img { }
#net > .compartment > iframe, #net > .compartment img { }
#ama > .compartment > iframe, #ama > .compartment img { }


