/* ---------------------------------------
Created By: 
	chrispacheco.net



Colors Used:
	Grey: #474747
	Purple: #3b2240
	Yellow: #ffffd6
	Grey/Purple: #dad5db
	border-color: #bcb1bf
------------------------------------------ */

html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #333;
	background: url(../img/pattern/bg_pattern_body.jpg) #fff;
}

/* --------------------------------
		Container
-------------------------------- */
#container {
	width: 812px;
	margin: 0 auto;
	padding: 40px 0;
}



/* --------------------------------
		Navigation
-------------------------------- */
ul#nav {
	height: 45px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: url(../img/nav/nav.png) 0 0 no-repeat;
}

	#nav li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#nav a { 
			display: block;
			width: 121px;
			height: 45px;
			margin: 0;
			color: #fff;
			text-decoration: none;
			font-size: 95%;
			line-height: 45px;
			text-align: center;
			text-decoration: none;
		}


		/* Hover */
		#nav a:hover {
			text-decoration: none;
			color:#ffffd6
			}
		#nav a:hover.home {
			background: url(../img/nav/nav.png) 0 -45px;
		}

		#nav a:hover.artwork {
			background: url(../img/nav/nav.png) -121px -45px;
		}

		#nav a:hover.news {
			background: url(../img/nav/nav.png) -242px -45px;
		}
		
		#nav a:hover.contact {
			background: url(../img/nav/nav.png) -363px -45px;
		}


		/* Current */
		#home #nav li a.home {
			color: #ffffd6;
			text-decoration: none;
			background: url(../img/nav/nav.png) 0 -45px;
		}

		#artwork #nav li a.artwork {
			color: #ffffd6;
			text-decoration: none;
			background: url(../img/nav/nav.png) -121px -45px;
		}

		#news #nav li a.news {
			color: #ffffd6;
			text-decoration: none;
			background: url(../img/nav/nav.png) -242px -45px;
		}
		
		#contact #nav li a.contact {
			color: #ffffd6;
			text-decoration: none;
			background: url(../img/nav/nav.png) -363px -45px;
		}




/* --------------------------------
		Headers
-------------------------------- */
#home #header, #error #header {
	height: 224px;
	margin: 10px 0;
	background: url(../img/headers/winnie.png) no-repeat;
}

	#home #header p, #error #header p {
		position: relative;
		width: 355px;
		height: 80px;
		top: 50px;
		left: 430px;
		color: #ffffd6;
		text-align: justify;
	}
	
#artwork #header {
	height: 224px;
	margin: 10px 0;
	background: url(../img/headers/harry-potter.png) no-repeat;
}

#news #header {
	height: 224px;
	margin: 10px 0;
	background: url(../img/headers/lady-gaga.png) no-repeat;
}

#contact #header {
	height: 224px;
	margin: 10px 0;
	background: url(../img/headers/boo.png) no-repeat;
}

#header a {
	color: #ffffd6;
	text-decoration: underline;
	background: transparent;
}


/* --------------------------------
		Footer
-------------------------------- */
#footer {
	height: 32px;
	padding: 0 20px;
	color: #fff;
	background: url(../img/footer/footer.png) no-repeat;
	clear: both;
}
	#footer p {
		margin: 0;
		font-size: 12px;
		line-height: 32px;
	}

	#footer a, #error a {
		color: #ffffd6;
		text-decoration: underline;
	}

	#footer a:hover, #error a:hover {
		text-decoration: underline;
		background: transparent;
	}
	
	#footer a:hover.feed {
		text-decoration: underline;
		background: transparent url(../img/rss/feed-icon-14x14.png) no-repeat 0 50%;
	}

.feed {
	padding: 0 0 0 19px;
	background: url(../img/rss/feed-icon-14x14.png) no-repeat 0 50%;
}




/* --------------------------------
		Headings
-------------------------------- */
h1 a {
	position: absolute;
	float: left;
	width: 42px;
	height: 149px;
	margin: 0 -75px;
	outline: none;
	background: url(../img/logo/logo.gif) top;
	text-indent: -9999px;
}

	h1 a:hover, #error h1 a:hover {
		background: url(../img/logo/logo.gif) bottom;
	}

#home h2, #error h2 {
		position: relative;
		width: 355px;
		height: 38px;
		top: 40px;
		left: 430px;
		margin: 0;
		background: url(../img/text/welcome.gif);
		text-indent: -9999px;
}

#news h2 {
	position: relative;
	width: 236px;
	height: 65px;
	top: 80px;
	left: 460px;
	margin: 0;
	background: url(../img/text/news.gif);
	text-indent: -9999px;
}

#artwork h2 {
	position: relative;
	width: 236px;
	height: 65px;
	top: 80px;
	left: 460px;
	margin: 0;
	background: url(../img/text/artwork.gif);
	text-indent: -9999px;
}

#contact h2 {
	position: relative;
	width: 285px;
	height: 65px;
	top: 80px;
	left: 460px;
	margin: 0;
	background: url(../img/text/contact_me.gif);
	text-indent: -9999px;
}

h3 {
	color: #000;
  height: 45px;
  margin: 0 0 15px 0;
  font-family: Georgia, serif;
font-weight: normal;
  line-height: 1em;
  font-size: 24px;
  letter-spacing: 0.1em;
  background: url(/img/text/h3_lg.png) no-repeat bottom;
}

	#recent_artwork h3 {
		color: #000;
	  height: 45px;
	  margin: 0 0 15px 0;
	  font-family: Georgia, serif;
	  font-weight: normal;
	  line-height: 1em;
	  font-size: 24px;
	  letter-spacing: 0.1em;
	  background: url(/img/text/h3_ra.png) no-repeat bottom;
	}
	
	#news_posts h3 {
		color: #000;
	  height: 45px;
	  margin: 0 0 15px 0;
	  font-family: Georgia, serif;
   	font-weight: normal;
	  line-height: 1em;
	  font-size: 24px;
	  letter-spacing: 0.1em;
	  background: url(/img/text/h3_np.png) no-repeat bottom;
	}

h4 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}




/* --------------------------------
		TYPOGRAPHY
-------------------------------- */
p {	
	margin: 0;
	line-height: 20px;
}

	p a, #follow a {
		color: #3b2240;
		text-decoration: underline;
	}

	p a:hover, #follow a:hover {
		background: url(../img/nav/transparent.png);
	}

em {
	font-style: italic;
}



/* --------------------------------
		Images
-------------------------------- */
.headings {
	margin-bottom: 15px;
}

.border {
	padding: 1px;
	border: 1px solid #bcb1bf;
}
	.border:hover {
		border: 1px solid #3b2240;
	}




/* --------------------------------
		Recent Artwork
-------------------------------- */
#recent_artwork {
	float: left;
	width: 318px;
}

	#slideshow {
		width: 316px;
		height: 75px;
		padding: 1px;
		border: 1px solid #bcb1bf;
		overflow: hidden;
	}

ul.sub_nav {
	list-style-type: none;
	margin: 10px 0 30px 0;
	padding: 0;
	font-style: italic;
}

	ul.sub_nav li {
		margin: 0;
		padding: 0;
	}

		ul.sub_nav li a {
			display: block;
			width: 310px;
			margin: 0;
			padding: 10px 5px;
			color: #333;
			text-decoration: none;
			border-bottom: 1px solid #bcb1bf;
		}

		ul.sub_nav li a:hover {
			color: #3b2240;
			background: url(../img/nav/transparent.png);
		}
		
		ul.sub_nav li strong {
			font-style: italic;
			font-weight: bold;
		}



/* --------------------------------
		Latest News
-------------------------------- */
#news_posts {
	float: left;
	width: 461px;
	padding-left: 30px;
}

	#news_posts p {
		margin: 0 0 22px 0;
	}

	.date {
		display: block;
		margin: 5px 0;
		padding: 0;
		color: #3b2240;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
	}




/* --------------------------------
		Artwork Page
-------------------------------- */
.thumbnails {
	float: left;
	width: 203px;
	margin-bottom: 30px;
}

	.thumbnails h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	} 

	a.btn {
		display: block;
		width: 164px;
		margin: 10px 0;
		padding: 10px 5px;
		font-style: italic;
		text-align: center;
		text-decoration: none;
		color: #333;
		border-bottom: 1px solid #bcb1bf;
	}

	 a:hover.btn {
		color: #3b2240;
		text-decoration: none;
		background: url(../img/nav/transparent.png);
	}
	
.full_view p {
	margin: 0 0 22px 0;
}

.full_view .border {
	margin-bottom: 20px;
}

	.full_view .border:hover {
		border: 1px solid #bcb1bf;
	}

.video_container {
		margin-bottom: 30px;
		padding: 1px;
		border: 1px solid #bcb1bf;
		background-color: #fff;
	}
	
	.mary_kate_olsen {
		width: 468px;
		height: 320px;
	}

	.ice_cream {
			width: 376px;
			height: 556px;
		}
	
	#video {
		display: block;
	}




/* --------------------------------
		Contact Page
-------------------------------- */
#contact p {
	margin: 0 0 22px 0;
}

form { 
	margin: 0;
}

fieldset {
	width: 640px;
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	float: left;
	display: block;
	width: 100px;
	line-height: 20px;
}

.text_input {
	width: 350px;
	padding: 5px;	
	font-family: Georgia, serif;
	font-size: 14px;
	color: #333;
	font-style: italic;
	border: 1px solid #bcb1bf;
}

.text_field {
	width: 500px;
	height: 200px;
	padding: 5px;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #bcb1bf;
}

	input:focus, textarea:focus {
		color: #3b2240;
		background: url(../img/nav/transparent.png);
	}

.error, .success {
	margin-bottom: 20px;
	font-size: 16px;
	font-style: italic;
	color: #3b2240;
}

.warning {
	float: right;
	margin: -25px 90px;
	font-size: 16px;
	font-style: italic;
	color: #3b2240;
}

.submit {
	margin: 0 100px 30px 100px;
	padding: 2px 10px;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #bcb1bf;
	background-color: transparent;
}

	.submit:hover {
		cursor: pointer;
		color: #3b2240;
		background: url(../img/nav/transparent.png);
	}