/* Desc: Alexis main style sheet
	Author: Philip Karpiak
	Date: February 7, 2007
	Colours	- #fffaf0 floral (bg)
				- #ebe3d3 darker floral (content bg)
				- #36c blue (headers/links)
				- #333 near black (text)
=== === === === === === === === === === */

/*=STRUCTURE
=== === === === === === === === === === */
body {
	background: #fffaf0 url(../cssimg/bg.png) repeat-x top;
	font: small Georgia, "Palatino Linotype", Palatino, Serif;
	color: #333;
	margin: 0
}
/*=TYPOGRAPHY
=== === === === === === === === === === */
h1 {
	font-size: 175%;
	font-style: italic;
	font-weight: normal;
	color: #36c;
	margin: 0
}
/*=COMMON
=== === === === === === === === === === */
a {
	font-weight: bold;
	text-decoration: none;
	color: #36c
}
	a:hover {
		color: #333
	}
img {
	border: 0
}
address {
	font-style: normal
}
#masthead,
#footer {
	font-size: 85%;
	letter-spacing: 1px;
	text-transform: uppercase
}
#contactform input,
#contactform textarea {
	background: #fffaf0 url(../cssimg/bg.png) repeat-x 0 -20px;
	font: 100%/140% Georgia, "Palatino Linotype", Palatino, Serif;
	padding: 3px;
	margin-bottom: 10px
}
#oldlogo {
	float: right;
	margin-left: 30px
}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	width: 740px;
	background: #fffaf0;
	margin: 50px auto 0
}
	#masthead h1 a {
		float: left;
		width: 470px;
		height: 62px;
		background: url(../cssimg/logo.png);
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		font-size: 1%
	}
		#masthead h1 a:hover {
			background-position: 470px
		}
	#masthead address {
		float: left;
		margin: 15px 0 0;
		width: 470px;
		text-align: center
	}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	float: right;
	width: 240px;
	list-style: none;
	margin: -62px 0 0;
	padding: 0
}
	#navigation li {
		clear: both;
		background: url(../cssimg/navibg.png) repeat-x bottom
	}
		#navigation li span {
			float: right;
			background: #fffaf0;
			padding: 3px 0 3px 3px
		}
		#navigation li a {
			float: left;
			background: #fffaf0;
			padding: 3px
		}
			#navigation li a:hover {
				background: #e7decd
			}
/*=WRAP
=== === === === === === === === === === */
#wrap {
	clear: both;
	background: #ebe3d3 url(../cssimg/wrapbg.png) repeat-x top
}
/*=CONTENT
=== === === === === === === === === === */
#content {
	margin: auto;
	overflow: hidden;
	padding: 50px 0 10px;
	width: 740px;
	background: url(../cssimg/contentbg.png) no-repeat bottom;
	font-size: 123.5%
}
	#content.home {
		background: url(../cssimg/homebg.png) no-repeat right 90px;
		min-height: 440px
}
		#content.home p {
			margin-right: 200px
		}
	#content p {
		line-height: 140%
	}
/*=ROW
=== === === === === === === === === === */
.row {
	clear:both
}
.row a {
	float: left;
	margin: 10px 20px 20px 0;
	display: block;
}
	.row a img {
		padding: 1px;
		border: 1px solid #333
	}
		.row a:hover img {
			border-color: #36c
		}
	a.last {
		margin-right: 0
	}
/*=DRESSESNAVI
=== === === === === === === === === === */
#dressesnavi {
	clear: both;
	list-style: none;
	margin: 0 0 25px;
	padding: 0
}
	#dressesnavi li {
		display: inline;
		margin-right: 40px;
	}
		li.last {
			margin-right: 0
		}
/*=CONTACTFORM
=== === === === === === === === === === */
#contactform {
	float: left;
	padding: 10px 0;
	width: 470px
}
	#contactform label,
	#contactform .submit {
		display: block
	}
	#contactform label {
		margin-bottom: 5px
	}
	#contactform textarea {
		width: 465px;
		height: 12em
	}
	#contactform p {
		margin: 0 0 10px
	}
/*=CONTACTINFO
=== === === === === === === === === === */
#contactinfo {
	line-height: 140%;
	padding: 10px 0
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	padding: 35px 0 15px;
	margin: 0;
	text-align: center;
	background: url(../cssimg/footerbg.png) repeat-x top
}
	#footer a {
		border-bottom: 1px dotted #36c
	}
		#footer a:hover {
			border-bottom-style: solid
		}