﻿/*
CSS for Gate 11 Films site
*/

.attentiongrab {
width: 50%;
font-weight: bold;
}

.bolddashedborder {
border-width: 10px;
border-style: dashed;
border-color: purple;
padding: 30px;
}

.bolddottedborder {
padding: 2em;
border-width: 10px;
border-style: dotted;
border-color: purple;
}

.coloredridgeborder {
padding: 5%;
border-width: 10px;
border-style: ridge;
border-color: red;
}

.dashedgrayborder {
border-width: 1px;
border-style: dashed;
border-color: gray;
}

.dottedredborder {
border-width: 1px;
border-style: dotted;
border-color: red;
}

.doubleborder {
border-width: 5px;
border-style: double;
border-color: silver;
}

.grooveborder {
border: 5px groove silver;
}

.headlining {
color: #905599;
font-family: Helvetica, Verdana, Arial, sans-serif;
text-decoration: none;
background-color: #2e112e;
}

.insetborder {
border-width: 10px;
border-style: inset;
border-color: #999999;
}

.multiborder {
border-top: 1px solid red;
border-bottom: 3px dotted blue;
border-left: 5px dashed yellow;
border-right: 7px double fuchsia;
}

.outsetborder {
border: 5px outset gray;
}

.simplegrayborder {
border-width: 1px;
border-style: solid;
border-color: gray;
}

.simplehighlightborder {
border-width: 5px;
border-style: solid;
border-color: white;
}

#breadcrumbs {
margin-left: 40px;
}

#footer p {
line-height: 150%;
}

#navigation {
text-align: left;
background-color:#7da5a8;
color: black;
font-weight: bold;
width: 240px;
height: 120px;
}

#navigation a {
text-decoration: none;
}

#tagline p {
font-style: italic;
font-family: Georgia, Times, serif;
}
#tageline1 p {
border-top: 3px solid #7da5d8;
border-bottom: 3px solid #7da5d8;
}

a {
color:#92AFFF;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

a:active.headlining {
}

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #000000;
background-image:url(bkgd4.gif) fixed
color: white;
line-height: 125%;
padding-top: 5%;
padding-bottom: 5%;
padding-left: 15%;
padding-right: 15%;
}

em {
font-style: italics;
}

h1, h2, h3, h4, h5, h6, h7 {
color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

li {
font-size: medium;
color: white;
}

p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: normal;
color: #FFFFFF;
}

ul {
font-family: Verdana, Helvetica, Arial, sans-serif;
margin-top: 15px;
color: #FFFFFF;
}

