/*Colours
blue: 004160;
*/

	
body {
	background-color: #004160;
	font-family: Arial;
	margin: auto;
}


.container {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	background-color: white;
	box-shadow: 0px 10px 5px white;
}


/*HEADER STYLES*/

header {
	text-align: center;
}

.sk_logo {
	width:  180px;
	padding: 20px 20px 0px 20px;
}

header > h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 100;
}
	
/*NAV STYLES*/

nav {
	margin: 20px auto;
	width: 900px;
}

nav > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	display: inline-block;
}

nav > ul li {
	display: block;
	position: relative;
	float: left;
	width: 225px;
}

nav > ul li ul {
	display: none;
}

nav > ul li a {
	display: block;
	background: #004160;
	padding: 10px 0px;
	text-decoration: none;
	text-transform: uppercase;
    white-space: nowrap;
	color: #fff;
	font-size: 20px;
}

nav > ul li a:hover {
	color: #666;
}

nav > ul li:hover ul {
	display: block; 
	position: absolute;
	margin-left: -30px;
}

nav > li:hover li {
	float: none;
}

nav > li:hover a {
	background: #004160;
}


#drop-nav li ul li {
	border-top: 1px solid black;
}

/*CONTENT STYLES*/

#content {
	width: 900px;
	margin: 30px auto;
}

#quote {
	text-align: center;
	font-style: italic;
	font-size: 18px;
	margin: 40px 0px;
	font-weight: 100;
}


h1 {
	font-size: 24px;
	padding: 10px 0px;
	text-align: left;
}


/*PICTURE STYLES*/

#gallery > li {
	display: inline-block;
}

.indexpics {
	width: 287px;
	margin: 10px;
}

.maingallery {
	margin: 0px;
	padding: 0px;
}

.indexpics:first-child {
	margin-left: 0px;
}

#pictures {
	width: 900px;
	margin: auto;
}


/*FOOTER STYLES*/

#footer {
	width: 900px;
	margin: 45px auto 30px;
	border-top: 45px solid #004160;
	padding: 0px;
}

.footerbox {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	width: 297px;
	display: inline-block;
}

.left {
	text-align: left;
	
}

.left > a {
	text-decoration: none;
	color: #004160;
}

.middle {
	text-align: center;
}

.middle > a > .sk_logo {
	width: 50px;
	padding: 0px;
	margin: 0px;
	
}

.right {
	text-align: right;
}


/*CONTACT STYLES*/

.contact {
	height: 400px;
}

.contact > p > a {
	text-decoration: none;
	color: #004160;
}

.contact > p {
	width: 500px;
}

#contactform {
	float: right;
	margin-top: -365px;
}

input {
	width: 400px;
}

textarea {
	height: 150px;
	width: 400px;
}

h2 {
	font-size: 24px;
	margin-top: 40px;
}


.contactfooter {
	position: relative;
}

/*WEARABLE ART STYLES*/

#pictures > h2 {
	font-size: 18px;
	margin-bottom: 0px;
}

.artgallery { 
	margin: 0px;
	padding: 0px;
}

.artgallery > li {
	margin: 5px;
		text-align: center;

}

.artgallery > li:first-child {
	margin-left: 0px;
}

.scarves > li { 
	font-size: 15px;
}

.scarves > li > a > img {
	width: 96px;
	margin: 0px;
	padding: 0px;
}

.shawls > li > a > img {
	width: 167px;
	margin: 10px 0px;
	padding: 0px;
}

#pictures > hr {
	margin-top: 50px;
}

.scarvesh2 {
	margin-top: -10px;
}

/*Photography Art STYLES*/

.artgallery { 
	margin: 0px;
	padding: 0px;
}

.artgallery > li {
	margin: 5px;
		text-align: center;

}

.artgallery > li:first-child {
	margin-left: 0px;
}

.photographart > li > a > img {
	width: 212px;
	margin: 10px 0px;
	padding: 0px;
}

.photographart {
	margin-top: -35px;
}