/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

/*since fucked up by al heishman*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1em;
color: #444;
	font-family: 'Ubuntu', arial, serif;
	background: #ddd; align: left;
	line-height:150%
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #666; 
text-decoration:none;
font-size:1em;
 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { color: #ddd; 
text-decoration: none; background-color: #336666;  }

a img { border: none; }


#menu {
    width: 100%;
    overflow: auto;
    top: -15px;
    bottom: 0px;
	left: 0px;
    position: fixed;
    height:100px;
	background-color: #ddd;
	
}

#menu ul {
/*Remove all spacings from the list items*/
margin: 0 0 10px 0;
padding: 0 0 0 0 ;
cursor: default;

table-layout: fixed;
list-style: none;
display: inline;
font-size: 1.2em; text-align: left; color: #444; 
}

#menu ul {
display: table;
}

#menu ul>li{
display: inline;
position: relative;
padding: 0 10px 0 2px;

}

#menu ul li.section-title {font-size: 18px; font-weight:100;
  color: #ddd; margin:10px auto;
  padding: 8px 10px 8px 10px;
  width:75px;
  ;
  background: #336666;
    }
    
    
/*-------port nav-------*/    
    
    
    .port_menu {
	margin: 0;
	padding: 0;
	width: 500px;
	list-style: none;
	background: #ddd;
	
}
.port_menu li {
	padding: 0;
	margin: 0;
	height: 150px;
	list-style: none;
	background-repeat: no-repeat;
		
	
}
.port_menu li a, .port_menu li a:visited {
	display: block;
	text-decoration: none;
	line-height:400%;
	
text-indent:10px;
font-size: 2em;
	height: 150px;
	background-repeat: no-repeat;
	/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;

}
.art {background-image: url(http://alhimagery.com/files/page_icons/art.jpg);}
.art a {background-image: url();}
.ppl {background-image: url(http://alhimagery.com/files/page_icons/ppl.jpg);}
.ppl a {background-image: url();}
.theater {background-image: url(http://alhimagery.com/files/page_icons/theater.jpg);}
.theater a {background-image: url();}
.fashion {background-image: url(http://alhimagery.com/files/page_icons/fashion.jpg);}
.fashion a {background-image: url();}
ul.menu li a:hover {background: none; }

    
    
/*--------------*/    

#content {
    height: 100%;
    width: 900px;
    margin: 105px 5px 5px 125px;
    padding: 0 0 0 0;
    top: 0;
}


.container {
    padding: auto 0 ;
}
#d-thumbs { width: 900px;
}

#content p { width: 900px; margin-bottom: 10px; }

p {
    margin: 15px 0 15px 0;
    padding: 10px 0 0 0;
line-height: 1.8em;
color: #999;
}

h1 { font-size: 24px; 
  color: #444; margin: 0 0 0 0; }
h2 { font-size: 12px; margin-left: 30px; margin-top: 10px;
color: #336666;

line height: 1px; }
h3 { font-size: 12px;color: #888; }
h4 { font-size: 12px; font-weight:normal; color: #555; line-height: 1em;  padding: 0px 5px 0px 0px; }
h5 { font-size: 12px;color: #336666; padding: 0px 0px 0px 0px; }
h6 { font-size: 16px; 
  color: #999; margin: 0 0 -20px 0; }
h7 { font-size: 12px;color: #444;  }
h8 { font-size: 14px;color: #111; }
h9 { margin-left: 365px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }


#once { clear: left; }
