/* 
	Ti Adora Weddings Style Sheet 
	by Lemon and Lime Design 
	17/02/10 
*/

*{margin: 0; padding: 0 }

body {
	text-align: center; /*IE centered*/
    font-family: 'Lucida Grande', 'Verdana', 'Arial', Sans-Serif;
	font-size: 14px;
	color: #111;
	background-image: url('images/main-bg.png');
	background-repeat: repeat-x;
	background-color: #fff;	
	line-height: 1.5em;
	font-size: 12px;
}
#main-content{
	margin: 0px auto;
	border: 3px solid white;
	background-color: #eeeded;
	width: 975px;
	min-height: 750px;
	overflow: auto;		
	margin-top: 30px;
	margin-bottom: 50px;
	border-bottom: 2px solid white;
}
#main-text{
	float: left;
	margin: 10px;
	margin-right: 5px;
	display: block;
	background-color: #fff;
	width: 520px;
	min-height: 620px;
}
#navigation{
	text-align: left;
	border-bottom: 5px solid #eeeded;
	background-color: #6d7d94;
}
#navigation img{
	border: none;
	text-decoration: none;
}
#right-column{
	background-image: url('images/main-image.png');
	background-repeat: no-repeat;
	float: left;
	margin: 10px;
	margin-left: 0px;
	width: 430px;
	min-height: 620px;
	display: block;
}
#bride-right-column{
	background-image: url('images/brides-image.png');
	background-repeat: no-repeat;
	float: left;
	margin: 10px;
	margin-left: 0px;
	width: 430px;
	min-height: 620px;
	display: block;
}
#about-right-column{
	background-image: url('images/about-image.png');
	background-repeat: no-repeat;
	float: left;
	margin: 10px;
	margin-left: 0px;
	width: 430px;
	min-height: 620px;
	display: block;
}
#enquiry-right-column{
	background-image: url('images/new-right-panel.png');
	background-repeat: no-repeat;
	float: left;
	margin: 10px;
	margin-left: 0px;
	width: 430px;
	min-height: 620px;
	display: block;
}
#gallery-right-column{
	background-image: url('images/new-right-panel2.png');
	background-repeat: no-repeat;
	float: left;
	margin: 10px;
	margin-left: 0px;
	width: 430px;
	min-height: 620px;
	display: block;
}
#footer{
	color: #849cbe;
	text-align: left;
	padding-left: 10px;

}
#footer-left{
	float: left;
	width: 400px;
	line-height: 2em;

}
.logo{
	position: relative;
	top: 30px;
	right: 20px;

}
#text{
	padding: 15px;
	text-align: left;
	color: #555;

}
#comments{
	float: right;
	width: 500px;
	height: 200px;
	padding-right: 20px;
	/*background-image: url('images/comments-bg.png');*/
	background-repeat: no-repeat;
	overflow: visible;
}
#comment-text{
	position: relative;
	text-align: center;
	width: 500px;
	float: right;
	margin-left: 80px;
	margin-left: 10px;
	padding-top: 10px;
	overflow: visible;
}
#map{
	width: 300px;
	height: 300px;
	border: 2px solid #485d7e;

}
/* Text Styles */
h1, h2, h3, h4, h5, h6{
	color: #485d7e;
}
/* Form Styles */
input{
	padding: 1px;
	border: 2px solid #485d7e;
	line-height: 1.5em;
	font-family: 'Lucida Grande', 'Verdana', 'Arial', Sans-Serif;
	color: #485d7e;
	font-size: 12px;
	background-color: #eeeded;
}
textarea{
	background-color: #eeeded;
	padding: 2px;
	border: 2px solid #485d7e;
	line-height: 1.5em;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Verdana', 'Arial', Sans-Serif;
	color: #485d7e;
}
.button{
	cursor: pointer;
	background-color: #eeeded;
	border: 2px solid #485d7e;
}
.button:hover{
	background-color: #485d7e;
	border: 2px solid #eeeded;
	color: #eeeded;
}
/* Link Styles */
a:link {
	text-decoration: underline;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline; 
	color: #444;
}

