﻿/* 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: #fff;
	padding-top: 20px;
	padding: 0;
	border: 0;
  	font-family: "Palatino Linotype";
}

img {
	border: none 0px;
}

p {
  	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #333333;
	text-align: justify;
	padding: 5px;
}

h1 {
  	font-family: "Palatino Linotype";
  	font-weight: normal;
  	font-size: 10px;
  	text-align: justify;
  	padding: 0 0 10px 5px;
  	color: #eeeeee;
	clear: both;
}

h2 {
  	font-family: "Palatino Linotype";
  	font-size: 15px;
  	font-weight: bold;
  	padding: 0 0 5px 5px;
  	color: #91272d;
    clear: both;
}

a {
  	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #91272d;
	text-decoration: underline;
}

a:hover {
  	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #000;
	text-decoration: underline;
}

td {
  	font-family: "Palatino Linotype";
	font-size: 14px;
	color: #333333;
}

/*aligns img with text on same line */
.textimg {
  display: inline;
}

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

#center {
	  width: 960px;
	  height: auto;
	  margin: auto;
}

#header {
    margin: 0;
	width: 960px;
    height: 100px;
}

#logo {
	width: 100%;
	height: 80px;
	padding-top: 20px;
	text-align: center;
}

#navigation {
	width: 980px;
	margin-left: 20px;
	margin-top: 15px;
	position: relative; 
	float: left;	
	display: block; 
}

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

#navigation li {
  	font-family: "Palatino Linotype";
  	text-align: left;
  	margin-right: 65px;
	position: relative; 
	float: left;	
	display: block; 
}

#navigation a {
  	color: #808080;
	font-size: 12px;  
	text-decoration: none;  

}

#navigation a:hover {
	color: #91272D;
}

#border {
	width: 960px;
	height: 12px;
	margin-top: 10px;
	position: relative; 
	float: left;	
	display: block; 
}

#content {
	width: 960px;
	height: auto;
	position: relative; 
	float: left;	
	display: block; 
	margin-bottom: 20px;
}

#footer {
	width: 960px;
	height: 30px;
  	font-family: "Palatino Linotype";
  	color: #808080;
	font-size: 10px;
	position: relative; 
	float: left;	
	display: block; 
}

#copyright {
	width: 300px;
	margin-left: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

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

#jazeffect a {
  	font-family: "Palatino Linotype";
	font-size: 10px;
  	color: #808080;
}

#jazeffect a:hover {
  	font-family: "Palatino Linotype";
	font-size: 10px;
	color: #333;
}

/* STYLE FOR MAIN CONTENT PAGES */

#submenu {
	width: 250px;
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
	padding: 10px;
	position: relative; 
	float: right;	
	display: block; 
}

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

#submenu li {
  	font-family: "Palatino Linotype";
  	text-align: left;
  	line-height: 20px;
}

#submenu a {
  	color: #808080;
	font-size: 12px;  
	text-decoration: none;  

}

#submenu a:hover {
	color: #91272D;
}

.main {
	width: 960px;
	height: auto;
	margin-top: 20px;
	margin-left: 30px;
	position: relative; 
	float: left;	
	display: block; 
}

.main-brides {
	width: 960px;
	height: auto;
	margin-top: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

.grid-1 {
	width: 550px;
	padding-right: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

.grid-portrait {
	width: 350px;
	margin-top: 50px;
	position: relative; 
	float: right;	
	display: block; 
}

.grid-img {
	width: 350px;
	position: relative; 
	float: right;	
	display: block; 
}

#media-frame {
	width: 940px;
	height: auto;
	border-bottom: 1px dotted #444444;
	padding-bottom: 20px;
	margin-top: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

.grid-media {
	width: 400px;
	margin-right: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

.grid-media-heading {
	width: 500px;
  	font-family: "Palatino Linotype";
  	font-size: 15px;
  	font-weight: bold;
  	color: #91272d;
	position: relative; 
	float: left;	
	display: block; 
}

.grid-media-heading a {
	font-weight: normal;
}


/* STYLE FOR INDEX PAGE */

#top {
	margin-top: 10px;
}

#logo-index {
	width: 353px;
	height: 80px;
	padding-top: 200px;
	padding-right: 7px;
	position: relative; 
	float: left;	
	display: block; 
}

.enter-site {
	margin-top: 50px;
	margin-left: 120px;
	position: relative; 
	float: left;	
	display: block; 
}
#img-index {
	width: 600px;
	height: auto;
	position: relative; 
	float: left;	
	display: block; 
}

/* STYLE FOR INDEX-2 PAGE */

.main-index {
	width: 960px;
	height: auto;
	margin-top: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

.img-left {
	width: 300px;
	height: auto;
	margin-left: 10px;
	margin-right: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

.img-middle {
	width: 300px;
	height: auto;
	margin-right: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

.img-end {
	width: 300px;
	height: auto;
	margin-right: 10px;
	position: relative; 
	float: left;	
	display: block; 
}

/* STYLE FOR GALLERIA */

#galleria {
	height: 560px;
}

#galleria-collection {
	height: 680px;
}