@charset "UTF-8";
/* CSS Document */

/* Sarah Packington Acrylic and Silver Jewellery Main CSS Stylesheet */
/* © 2010 James Brocklehurst */

/* --- Table of Contents ----

	Browser Reset Styles
	Main HTML Element Styles
	Wrapper
	Header
	Navigation
	Content Area
	Footer
	Gallery Styles
	
-----------------------------*/

/* Browser Reset Styles */

h1,h2,h3,h4,h5,h6,pre,code {font-size:100%; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0; }
a { outline: 0;}
a img,:link img,:visited img { border:none; }

/* Web Fonts */

@font-face {
    font-family: 'BrawlerRegular';
    src: url('../fonts/brawler-webfont.eot');
    src: url('../fonts/brawler-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brawler-webfont.woff') format('woff'),
         url('../fonts/brawler-webfont.ttf') format('truetype'),
         url('../fonts/brawler-webfont.svg#BrawlerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Main HTML Element Styles */

body {
	font-family: Arial, sans-serif;
	line-height: 160%;
	color: #665767;
	background-color: #ded3dc;
}
h1 {

}
h2 {
	font-family: BrawlerRegular, Arial, sans-serif;
	color:#312F7C;
	font-size:3.5em;
	line-height:80%;
	margin-bottom:0.8em;
}
p {
	font-size: 0.95em;
	margin-bottom: 1em;
	
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #665767;
}
a:hover, a:active, a:focus {
	color: #312F7C;
	text-shadow: 0px 0px 10px #FFF;
}

/* Wrapper */

#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#home #wrapper {
	background-image: url(../images/background_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#gallery #wrapper {
	background-image: url(../images/background_03.jpg);
	background-repeat: no-repeat;
	background-position: -33px top;
}
#contact #wrapper {
	background-image: url(../images/background_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Header */

#header {

}

#header h1 {
	
}

#header h1 a {
	display: block;
	height: 150px;
	width: 660px;	
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;	
	text-indent:-999em;	
}

/* Navigation */

#menu {
	list-style-type:none;
	top: 0px;
	right: 0px;
	height: 95px;
	width: 275px;
	position: absolute;
}
#menu li {
	float:left;
}
#menu a {
	text-indent: -999em;
	display: block;
}
#menu #home-button {
	background-image: url(../images/menu-home-sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
	width: 96px;
}
#menu #home-button:hover, #home #home-button {
	background-image: url(../images/menu-home-sprite.png);
	background-position: left bottom;
}
#menu #gallery-button {
	background-image: url(../images/menu-gallery-sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
	width: 73px;
}
#menu #gallery-button:hover, #gallery #gallery-button {
	background-image: url(../images/menu-gallery-sprite.png);
	background-position: left bottom;
}
#menu #contact-button {
	background-image: url(../images/menu-contact-sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
	width: 102px;
}
#menu #contact-button:hover, #contact #contact-button {
	background-image: url(../images/menu-contact-sprite.png);
	background-position: left bottom;
}

/* Content Area */

#main {
	background-image: url(../images/main-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 860px;
	padding: 40px 50px 0px 50px;
	overflow: hidden;
}

#left-column {
	float: left;
	padding: 20px;
	width: 350px;
}
#left-column .main-image {
	margin-top: 2em;
}

#right-column {
	float: right;
	width: 450px;
	text-align:right;
}

/* Footer */

#footer {
	text-align: center;
	background-image: url(../images/main-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 50px;
	width: 860px;
	height: 10em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	font-size: 0.8em;
	color:#312F7C;
}

#footer p a {
	color:#312F7C;
}

#footer p a:hover {
	text-shadow: 0px 0px 10px #FFF;
}


/* Gallery Styles */

#gallery #left-column {
	width: 512px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	overflow: hidden;
}

#gallery #right-column {
	width: 300px;
}
#gallery-nav {
	list-style-type: none;
	background-color: #F7F7F7;
	padding:4px 5px 7px;
	margin: 0 0 2em 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	width:480px;
}
#gallery-nav li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#gallery-nav a {
    padding: 3px 9px 6px;
	text-decoration:none;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
#gallery-nav a:hover {
    background-color: #E8E6E6;
    border-radius: 3px 3px 3px 3px;	
	color:#312F7C;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
#gallery-nav a.selected {
    background-color: #D3CED3;
    border-radius: 3px 3px 3px 3px;
    color: #312F7C;
	text-shadow: 0px 0px 10px #FFF;
}
#gallery-thumbs {
	list-style-type: none;
}
#gallery-thumbs li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#gallery-thumbs a {
	display:block;
	border: 4px solid #F7F7F7;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
#gallery-thumbs a:hover {
	border-color: #d2c2cf;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

