﻿/* Angela Marcuccio - stylesheet
------------------------------------------------------------------*/
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
  background: #3c0307 url('images/bkg-2011.jpg') repeat;
	padding-top: 20px;
	padding: 0;
	border: 0;
  font-family: "Verdana", Arial, Helvetica, sans-serif;
}

img {
	border: none 0px;
}

p {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c0306;
	text-align: justify;
	padding: 5px;
}

h1 {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  	font-weight: normal;
  	font-size: 13px;
	  text-align: justify;
  	padding: 0 0 10px 5px;
  	color: #ffffff;
	  clear: both;}

h2 {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  	font-size: 15px;
  	font-style: italic;
  	text-align: center;
  	padding: 0 0 5px 5px;
  	color: #39060b;
    clear: both;
}

h3 {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  	font-weight: normal;
  	font-style: italic;
  	font-size: 12px;
  	padding: 3px 0 5px 12px;
  	color: #ffffff;
    clear: both;
}

h4 {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
  	font-size: 16px;
  	padding: 3px 0 0 5px;
  	color: #ffffff;
    clear: both;
}

a {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
	  color: #91272d;
	  text-decoration: none;
}

a:hover {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
	  color: #3c0306;
	  text-decoration: none;
}

table, td  {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
	  font-size: 12px;
  	color: #3c0306;
	  padding-left: 2px;
	  text-align: justify;
	  position: relative; 
	  float: left;	
	  display: block; 
}

#center {
	  width: 900px;
	  height: 420px;
	  margin: auto;
}

#header {
    margin-top: 0;
    margin-bottom: 0px;
	  width: 100%;
	  top: 2%;
	  /*background: url(images/header-bkg.jpg);*/
    /*border-bottom: 2px solid #fff;*/
    height: 90px;
}

#outer {
    margin-top: 0;
	  width: 100%;
}

#top {
  font-family: "Helvetica", Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	color: #91272d ;
	padding: 0 0 5px 10px;
	position: relative;
	float: left;
	display: block;
}

#container {
	width: 860px;
	height: auto;
	margin-top: 0px;
	/*border: #91272d solid 2px;*/
	border: #fff solid 8px;
	background: #f1f1f1; 
	position: relative; 
	float: left;	
	display: block; 
}

#maincolumn {
  /*background: url('images/photo-home.jpg') no-repeat;
  removed for video
  
  background: url('images/bkg-video.jpg') no-repeat;
  */
	width: 860px;
	height: auto;
	position: relative; 
	float: left;	
	display: block; 
}

#menu {
	width: 550px;
	margin-top: 55px;
	padding-top: 15px;
	padding-bottom: 10px;
	position: relative; 
	float: left;	
	display: block; 
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
}

#menu li {
  width: 75px;
  font-family: "Helvetica", Arial, "Lucida Grande", Verdana, sans-serif;
  text-align: center;
	position: relative; 
	float: left;	
	display: block; 
}

#menu a {
	color: #fff;
	padding-left: 18px;
	font-size: 11px;    

}

#menu a:hover {
	color: #c1272d;
}

#leftcolumn {
	width: 400px;
	height: auto;
	margin: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

#logo {
	width: 350px;
	padding-top: 10px;
	position: relative; 
	float: left;	
	display: block; 
}

#logo-index {
	width: 450px;
	padding: 100px 0 0 60px;
	position: relative; 
	float: left;	
	display: block; 
}

#mainright {
	width: 400px;
	position: relative; 
	float: left;	
	display: block; 
}

#content {
	width: 454px;
	margin-top: 20px;
	margin-left: 10px;
	padding-right: 10px;
	overflow: auto;
	position: relative; 
	float: left;	
	display: block; 
}

#content td {
	padding-right: 10px;
}

#notes {
	width: 270px;
  font-family:  sans-serif;
  font-style:italic;
	font-size: 11px;
	color: #91272d;
	text-align: justify;
	padding: 5px;
	position: relative;
	float: left;
	display: block;
}

#rightcolumn {
	width: 420px;
	height: 420px;
	position: relative; 
	float: left;	
	display: block; 
}

#credit {
	font-family: sans-serif, Helvetica, Arial;
	font-size: 10px;
	color: #e2c2c2;
	padding-left: 5px;
	position: relative;
	float: left;
	display: block;
}

#footer {
	width: 860px;
	padding: 10px 0 0 0;
	font-family: sans-serif, Helvetica, Arial;
	font-size: 10px;
	color: #e2c2c2;
	position: relative; 
	float: left;	
	display: block; 
}

#footer a{
	font-family: sans-serif, Helvetica, Arial;
	font-size: 10px;
	color: #e2c2c2;
	text-decoration: underline;
}

#footer a:hover {
	color: #e2c2c2;
}

#copyright {
	padding-left: 10px;
	position: relative; 
	float: left;	
	display: block; 
}

#jazeffect {
	padding-right: 0px;
	position: relative; 
	float: right;	
	display: block; 

}

/*Styles for gallery*/

.portfolio {
  width: 860px; 
  height: auto;
  position: relative;
  float: left;
  display: block;
}

.portfolioNav {
  position: absolute; 
  top: 0; 
  left: 0; 
  padding: 0 15px 0 15px;
}

.button {
	font-size: 10px;
	background: #3c0306;
	color: #ffffff;
	width: 100px;
	padding: 4px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #F1E4D8;
	border-left: 1px solid #F1E4D8;
}

#previous {
  float: left;
  padding: 4px;
}

#next {
  float: right;
  padding: 4px;
}

#credit {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
	font-size: 10px;
	color: #3c0306;
	padding: 4px;
}
