/*
 * $Id: main.css,v 1.00 2008/10/01 00:00:59 acatalano Exp $
 * Copyright(c) 2008, Amelia Timbang Catalano. All rights reserved
 */

/* GLOBAL */
body {
	background: #333;
	/*font: normal 80% Arial, Helvetica, sans-serif;*/
	font: normal 80% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 0;
	}

div,ul,li,a, p { 
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	}

h2 {
	font-size: 1.1em;
	text-transform: lowercase;
	}

p {
	margin-bottom: 20px;
	}
	
a {
	text-decoration: none;
	color: #7A9E6C;
	font-weight: bold;
	}

ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

li {
	margin: 0;
	padding: 0;
	display: inline;
	letter-spacing: 5px;
	}
	
/* TEMPLATE */
#main {
	/*margin: 53px auto auto;*/
	margin: auto;
	width: 1000px;
	background: #FFF;
	}

#contentContainer  {
	width: 770px;
	margin: auto;
	}

/* HEADER  */
#header {
	margin: 0 auto 50px;
	padding-top: 62px;
	background: #000;
	height: 113px;
	}
	
#header h1 {
	background: url(../images/logo_name.gif) no-repeat 0 0;
	text-indent: -2000px;
	width: 392px;
	height: 54px;
	margin: 0 auto 20px auto;
	cursor: pointer;
	}

#header ul {
	text-align: center;
	}

#header li {
	color: #FFF;
	font-size: .9em;
	padding-bottom: 10px;
	letter-spacing: 3px;
	}
	
#header li a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	}

#header li a:hover {
	background: url(../images/bg_nav_000000.gif) no-repeat 40% 100%;
	}

.style01 #header .nav01 a,
.style02 #header .nav02 a,
.style03 #header .nav03 a,
.style04 #header .nav04 a {
	color: #D4E6C7;
	background: url(../images/bg_nav_000000.gif) no-repeat 40% 100%;
	}
	
/* SUBNAV */
#secondaryHeader {
	margin-left: 15px;
	margin-bottom: 25px;
	font-size: .9em;
	font-weight: normal;
	}

#secondaryHeader li:hover,
#secondaryHeader li.hover {
	cursor: pointer;
	}

#secondaryHeader li.current {
	font-weight: bold;
	}
	
#secondaryHeader li span {
	margin-left: 5px;
	margin-right: 5px;
	}
	
/* CONTENT */
#content {
	min-height: 375px; /* no IE6 */
	line-height: 20px;
	width:  700px;
	padding: 0 35px;
	}

.style02 #content {
	width: 740px;
	padding: 0 15px 20px;
	}
	
.style03 #content {
	width: 770px;
	padding: 0;
	}
	
.style04 #content {
	width: 740px;
	padding: 0 15px;
	}

#content a:hover {
	text-decoration: underline;
	}
	
#content .section {
	overflow: auto;
	height: 100%;
	}
	
#content .contentblock {
	margin-bottom: 20px;
	}

#content .contentblock span {
	display: block;
	}

#content .contentblock h2 {
	text-transform: lowercase;
	font-size: 1em;
	margin-bottom: 10px;
	}

/* contact */
#content #emailMe,
#content #callMe {
	margin: 10px;
	}

/* gallery scrolling */
#scrollingContainer {
	width: 770px;
	height: 270px;
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
	}
	
#scrollingContainer ul {
	width: 3500px;
	position: absolute;
	}	
	
#scrollingContainer ul li {
	margin: 0 18px 0 0 ;
	padding: 0;
	}

#slideControls {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 3em;
	}
		
#slideControls a {
	cursor: pointer;
	color: #999;
	font-weight: normal;
	text-decoration: none;
	}
		
#slideControls a:hover {
	color: #333;
	text-decoration: none;
	}

#slideControls a.inactive {
	visibility: hidden;
	}

/* calendar */
.style02 #content ul li {
	display: block;
	letter-spacing: normal;
	margin: 10px 0;
	}

.style02 #content ul li div {
	font-weight: bold;
	width: 150px;
	float: left;
	margin-right: 10px;
	text-align: right;
	}