/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
   font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
   background: #181818;
   color:#efefef;
   background-image: url(background.png);
   background-repeat: repeat-x;
}

a {
   color:#5DABBF;
}
a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
   font-family: Georgia, "Times New Roman", Times, serif;
}
h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Page Blocks
----------------------------------------------------------------------------------------------------*/
#header {
   height:262px;
   background: url(header.png) no-repeat;
}

#main {
   
}

#content {
   /*background: #efefef;*/
   color: #c6c6c6;
}

#footer {
   height:100px;
   text-align: center;
}

#footer ul {
   list-style: none;
   margin-bottom:5px;
   padding:0;
}

#footer li {
   display: inline;
   margin: 0;
   padding:0;
   border-right:1px solid #c6c6c6;
}

#footer li.last { border:0; }

#footer a {
   color:#5DABBF;
   padding:3px;
   margin-right:3px;
   text-decoration: none;
}

#footer a:hover , #footer a:active {
   color:#fefefe;
   background:#5DABBF;
   text-decoration: underline;
}

#navigation-top {
   margin-top:230px;
   float: right;
}

#navigation-top ul {
   list-style: none;
}

#navigation-top li {
   display: inline;
   margin-left: 5px;
}

#navigation-top a {
   color:#5DABBF;
   padding:5px;
   text-transform: uppercase;
   text-decoration: none;
}

#navigation-top a:hover , #navigation-top a:active {
   color:#fefefe;
   background:#5DABBF;
   text-decoration: underline;
}

#navigation {
   background: url(navigation-arts.png) no-repeat;
}

#navigation ul {
   margin:40px 0 30px 50px;
   
}
#navigation ul li {
   list-style:none;
   padding:7px;
   display:block;
}
#navigation li a {
   color:#5DABBF;
   padding:5px;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}
#navigation li a:hover , #navigation li a:active {
   color:#fefefe;
   background:#5DABBF;
   text-decoration: underline;
}

/* Text Cosmetics
----------------------------------------------------------------------------------------------------*/
.drop-cap {
	float: left;
	font-size: 50px;
	line-height: 0.6;
	padding: 10px 10px 0px 0;
}