/*   
Theme Name: Kay Paton Bronzes
Theme URI: http://greenturtle.com.au/
Description: designed for Kay Paton Bronzes.
Author: Green Turtle Web Design
Author URI: http://greenturtle.com.au/
Version: 1.0

*/


/*Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
*{
	font-family:"Century Gothic", "Avenir", "Futura", Arial, Helvetica, sans-serif;
}


.clear {clear:both;}

body {
	background-image:url(iron-bg.jpg);
	min-height:800px;
}
	

#wrapper {
	margin: 0 auto;
	width: 960px;

}

#wrapper-foot {
	margin: 0 auto;
	width: 960px;


}


/*top menu
-------------------------------------------------------------- */

#topmenu {
	width:100%;
	height:50px;
	background-color:#384460;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.5);
}

#topmenu ul {
	text-align:center;
}

#topmenu a  {
	border:none;
	display:block;
	text-decoration:none;
	padding-top:3px;
	color:#f5cf4a;
}

#topmenu a:hover {
	text-decoration:underline;
}

#topmenu li {
	list-style:none;
	float:left;
	padding: 14px 25px 12px 8px;
	background-color:transparent;
	font-size:14px;
}


#topmenu li:hover {
	
	text-decoration:none;
}


/*gallery
-------------------------------------------------------------- */

#slideshowcontainer {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

#slideshow {
	width:640px;
	height:418px;
	position:relative;
	z-index:20;
	left: 155px;
top: 100px;
}

#frame {
	position:relative;
	background-image:url(gallery-frame.png);
	background-repeat:no-repeat;
	background-position:center;
	z-index:50;
	height:681px;
	width:886px;
	top: -450px;
	left: 40px;
}



/*header
-------------------------------------------------------------- */
#container {
	position:relative;
	width:100%;
	top: -480px;
}

#logo {
	width:100%;
	position:relative;
	background-color:#384460;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	text-align:center;
}

/*primary content area
-------------------------------------------------------------- */
#content {
	width:100%;
	position:relative;
	background-color:#384460;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.3);
	min-height:300px;
	margin-top:30px;
	z-index:30;
	padding-bottom:160px;
}

#content h1 {
	font-family: lobster, cursive;
	padding: 25px 15px 15px 15px;
font-size: 40px;
color: #FFF;
display: block;
float:left;
width:900px;
}

#content h2 {
	margin: 25px 15px 15px 15px;
font-size: 24px;
color: #f5cf4a;
display: block;
float:left;
width:900px;
}

#content h3 {
margin: 25px 15px 15px 15px;
font-size: 18px;
color: #f5cf4a;
display: block;
float:left;
width:900px;
}

#content p {
	margin: 25px 15px 15px 15px;
font-size: 16px;
color: #FFF;
display: block;
line-height: 1.4em;
float:left;
width:900px;
}

#content li {
	list-style:none;
	margin: 25px 15px 15px 15px;
font-size: 16px;
color: #FFF;
display: block;
line-height: 1.4em;
float:left;
width:900px;
}

li.comment {
	border:1px #fff solid;
	padding:10px;
}


	

#content img {
	padding:5px;
	border:solid 1px #fff;
	float:left;
	margin:15px;
}

#content label {
	color:#f5cf4a;
	font-weight:bold;
	display:block;
}

#content a {
	color:#f5cf4a;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content input[type=text], #content input[type=email], #content input[type=tel], #content textarea{
	display:inline-block;
	padding:7px;
	border:1px solid #666;
	margin-top:5px;
	margin-bottom:3px;
	width:400px;
	margin-right:5px;
	border-radius: 1px;
	font-size:16px;
}

#content input[type=submit] {
	color: rgb(230, 230, 230);
font-size: 16px;
padding: 10px;
text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:0;
background: rgb(125,185,232); /* Old browsers */
background: -moz-linear-gradient(top, rgb(125,185,232) 1%, rgb(56,68,96) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(125,185,232)), color-stop(100%,rgb(56,68,96))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(125,185,232) 1%,rgb(56,68,96) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(125,185,232) 1%,rgb(56,68,96) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(125,185,232) 1%,rgb(56,68,96) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(125,185,232) 1%,rgb(56,68,96) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#384460',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.75);

}

#gallery {
	position:relative;
	margin:15px;
}


/*shelf menu
-------------------------------------------------------------- */

#shelf {
	width:100%;
	height:377px;
	position:relative;
	z-index:50;
	background-image:url(shelf.png);
	background-position:center;
	background-repeat:no-repeat;
	top: -620px;
margin-left: 20px;
}

#container-foot{
	position:relative;
	width:100%;
	top:-745px;	
	z-index:60;
	margin-bottom:-600px;
	bottom:-600px;
}

#shelfmenu {
	width:100%;
	height:50px;
	position:relative;

}

#shelfmenu ul {
	text-align:center;
}

#shelfmenu a  {
	border:none;
	display:block;
	text-decoration:none;
	padding-top:3px;
	color:#2a3247;
	font-weight:bold;
}

#shelfmenu a:hover {
	text-decoration:underline;
}

#shelfmenu li {
	list-style:none;
	float:left;
	padding: 14px 25px 12px 8px;
	font-size:14px;
}


#shelfmenu li:hover {
	
	text-decoration:none;
}


/*latest news box
-------------------------------------------------------------- */
#news {
	width:100%;
	position:relative;
	background-color:#384460;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.5);
	min-height:300px;
	margin-top:30px;
	z-index:30;
	padding-bottom:30px;
	margin-top:73px;
}

#news h1 {
	font-size:36px;
	padding:20px 15px 30px 15px;
	color:#f5cf4a;
	font-weight:normal;
	width:400px;
	float:left;
}

#news h2 {
	font-size:24px;

	color:#f5cf4a;
	font-weight:normal;
	width:100%;
}

#news p {
	text-align:justify;
	color:#FFF;
	font-size:16px;

}
#news img {
	padding:5px;
	border:solid 1px #FFF;
}

#news a{
	color:#f5cf4a;
	text-decoration:none;
	font-weight:bold;
}
#news table {
	float:left;
}

#fb-icon {
	width:400px;
	float:right;
	text-align:right;
	margin:20px;
}

#fb-icon img{
	border:0;
}



/*footer
-------------------------------------------------------------- */

#foot {
	width:100%;
	position:relative;
	background-color:#FFF;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.3);
	margin-top:30px;
	z-index:30;
}

#foot p {
	position:relative;
	padding:15px;
	text-align:center;
	font-size:18px;
	line-height:2.2em;
	color:#2a3247;
}





/*copyright
-------------------------------------------------------------- */
#copyright {
	width:100%;
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
	font-size:14px;
	color:#2a3247;
	text-align:center;
}
#copyright a{
	text-decoration:none;
	color:#2a3247;
}
#copyright a:hover{
	text-decoration:underline;
}


/*extras
-------------------------------------------------------------- */
.slideshowlink {
	display:none;
}

.ngg-navigation a.page-numbers {
	border:0;
}

#comments .form-allowed-tags {
	display:none;
}

img#shTopimg {
	padding:10px;
	border:10px #fff solid;
}

#u_0_3 {
	color:#fff;
}


