/* 
==============================================================================
Created for:	tasmanian craft fair
Date: 			Feb '10.
Created by: 	greenskin media.
				www.greenskinmedia.com
==============================================================================



/*----------------
  universal reset 
 ----------------*/

body {
	background-color: #292929;
	margin: 0px;
	font-family: Georgia;
	color: #eee;
	font-size: 12px;
	paddng-bottom: 30px;
	}

#top {
	height: 80px;
	background-color: #393938;
	}

#top-hold {
	width: 800px;
	margin: auto;
	position: relative;
	}
	
	
	
/*----------------
  main navigation 
 ----------------*/

#navigation {
	color: #c0c0c0;
	font-size: 15px;
	letter-spacing: -1px;
	right: 0px;
	position: absolute;
	top: 40px;
	height: 70px;
	line-height: 70px;
	font-family: Verdana, Geneva;
	overflow: hidden;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#navigation li a {
	display: block;
	color: #d1aa5f;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
    float: left;
    text-shadow: #000 0 1px 1px;
	}

#navigation li a:hover {
	color: #e8dbc1;
	}

#navigation li .menu_current {
	color: #d1aa5f;
	background-image: url(images/navright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	text-shadow: none;
	}

#navigation li.active a {
	padding: 5px 15px 5px 15px;
	color: #333;
	background-image: url(images/navleft.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}


	
/*----------
  search box
  ----------*/

#search {
	z-index: 100;
	position: absolute;
	top:  -152px;
	margin-left: 318px;
	}
	
	
	
/*-----------------
  blockquote styles
  -----------------*/

blockquote {
	border-left: 3px solid #a7f1ee;
	padding-left: 15px;
	font-size: 11px;
	font-style: italic;
	margin-left: 0px;
	line-height: 18px;
	margin-right: 0px;
	}



/*--------------
  heading styles
  --------------*/
  
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 7px;
	font-family: Georgia, serif;
	}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	}

h3 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: -9px;
	margin-top: 12px;
	color: #d1aa5f;
	font-family: Georgia, serif;
	text-shadow: #000 0 1px 1px;
	}	

h4 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	}
	
p {
	font-family: Verdana, Geneva;
	font-size: 13px;
	color: #eee;
	}

.tall {font-size: 24px;}
strong {color: #b3b2ab;}



/*-----------
  list styles
  -----------*/

ul {
	list-style-image: url(images/dot.jpg);
	margin-left: 10px;
	padding-left: 10px;
	line-height: 30px;
	margin-top: 0px;
	}
	
	
	
/*------------
  image styles
  ------------*/	

img.rightimage {
	float: right;
	margin-left: 10px;
	border: 2px solid #fff;
	}

img.leftimage {
	float: left;
	margin-right: 10px;
	border: 2px solid #fff;
	}

img.image {
	border: 2px solid #fff;
	}

img {
	vertical-align: middle;
	}

p.lineup {margin-left: 5px !important;}

a.vlink img {
	border: 3px solid #999;
	margin: 5px;
	}

a.vlink img:hover {
	border: 3px solid #c0c0c0;
	}


/*-----------
  link styles
  -----------*/

a {
	color: #d1aa5f;
	}

a:hover {
	color: #aaa;
	text-shadow: #000 0 1px 1px;
	}

a img {
	border: none;
	}

a.blogpost {
	color: #ffffff;
	display: block;
	line-height: 25px;
	padding: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 12px;
	background-image: url(images/sep.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

a.blogpost:hover {
	color: #a7f1ee;
	text-decoration: none;
	}

a.foot {
	color: e8dbc1;
	margin-left: 5px;
	padding: 5px;
	text-decoration: underline;
	}

a.foot:hover {
	text-decoration: none;
	}

a.block {
	color: #666;
	text-decoration: none;
	font-size: 24px;
	margin-right: 10px;
	}

a.block:hover {
	color: #fff;
	}

a.flickr img {
	border: 3px solid #fff;
	margin: 5px;
	}

a.flickr img:hover {
	border: 3px solid #c0c0c0;
	}
	
	
	
/*-------------
  header styles
  -------------*/

#middle {
	background-image: url(images/paper_repeat.png);
	background-repeat: repeat-x;
	background-color: #393938;
	}

#bottom {
	background-color: #393938;
	}

#paper-shad {
	height: 336px;
	background-image: url(images/paper_shad-trans.png);
	background-repeat: no-repeat;
	position: relative;
	width: 850px;	
	}

#paper-shad-interior {
	background-image: url(images/paper_shad_interior-trans.png);
	background-repeat: no-repeat;
	position: relative;
	width: 800px;
	margin: auto;
	padding-top: 120px;
	}

.relative {
	position: relative;
	width: 850px;
	height: 336px;
	z-index: 0;
	}

.recent-image {
	position: absolute;
	top: 70px;
	left: -0px;
	height: 242px;
	width: 342px;
	}

.recent-image img {
	padding-top: 28px;
	padding-bottom: 34px;
	padding-left: 32px;
	padding-right: 32px;
	background-image: url(images/featured-trans.png);
	}

.recent-description {
	position: absolute;
	width: 460px;
	top: 90px;
	right: 30px;
	font-size: 16px;
	line-height: 25px;
	color: #393938;
	}

.recent-description a {
	font-weight: normal;
	margin-bottom: 0px;
	color: #d1aa5f;
	text-shadow: #555 1px 1px 1px;
	text-decoration: none;
	border-bottom: #333 1px solid;
	padding-bottom: 1px;
	}

.recent-description a:hover {
	text-decoration: none;
	border-bottom: #999 1px solid;
	text-shadow: #111 1px 1px 1px;
	color: #999;
	}
	
	
/*-----------------
  slider navigation
  -----------------*/

#next-project {
	position: absolute;
	right: 37px;
	top: 283px;
	font-style: italic;
	z-index: 10;
	}
	
.recent-description p {font-family: Georgia, serif; color:#333;}

#next-project a {
	text-decoration: none;
	color: #292929;
	}

#next-project a:hover {
	text-decoration: underline;
	}
	
	
	
/*------------------
  content containers
--------------------*/	

#content {
	padding-top: 30px;
	background-image: url(images/content_grad.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 40px;
	line-height: 23px;
	color: #fff;
	}

#content_interior {
	color: #fff;
	background-image: url(images/content_interior.gif);
	background-repeat: no-repeat;
	}

#content_interior_bg {
	padding: 30px;
	line-height: 23px;
	}

.left_three {
	width: 250px;
	float: left;
	margin-top: 10px;
	}
	
.left_three a {color: #b6b196;}

.center_three {
	width: 250px;
	float: left;
	margin-left: 18px;
	margin-top: 10px;
	}
	
.center_three a {color: #b6b196;}

.right_three {
	margin-left: 536px;
	padding-top: 10px;
	}
	
.right_three a {color: #b6b196;}

.left_weight_two {
	width: 460px;
	float: left;
	}

.right_two {
	float: left;
	width: 250px;
	margin-left: 25px;
	}

.left_two {
	width: 250px;
	float: left;
	}

.right_weight_two {
	width: 460px;
	float: left;
	margin-left: 25px;
	}

.slant {color: #666;}



/*------
  footer
--------*/

#footer-hold {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	}

#footer {
	font-family: Verdana, Geneva;
	width: 800px;
	margin: auto;
	padding-top: 40px;
	color: #fff;
	padding-bottom: 40px;
	font-size: 11px;
	line-height: 18px;
	}

.container {
	width: 800px;
	margin: auto;
	position: relative;
	}

.title {
	height: 40px;
	line-height: 45px;
	margin-bottom: -5px;
	background-image: url(images/sep.jpg);
	background-repeat :repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	}

.sep {
	background-image: url(images/sep.jpg);
	background-repeat: repeat-x;
	height: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
	
/*-----
  forms
-------*/

.forms {
	padding: 3px;
	border: 1px solid #fff;
	background-image: url(images/forms.jpg);
	background-repeat: repeat-x;
	}

.alert {
	background-color: #303030;
	padding: 10px;
	margin-bottom: 10px;
	}

.alertimg {
	margin-right: 5px;
	}