/*
Theme Name: Sungarden Tea
Description: Sungarden Tea layout.
Version: 1
Author: Troy Whiteley @ Tridian, Inc.
Author URI: http://www.tridian.com
*/

/* Reset Rules */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


/* Page Styles */
html{background:#0F0F0F;}
body{
	background:url('/images/page_header.png') repeat-x #2d2d2d;
	font-family:Arial, Helvetica, sans-serif;
}
a{color:#E74098;text-decoration:none;}
a:hover{text-decoration:underline;}
strong{font-weight:bold;}

#wrapper{
	width:1000px;
	margin:0 auto;
	background:url('/images/content_bg.png') no-repeat bottom right;
}
#homepage-wrapper{
	width:1000px;
	margin:0 auto;
}
#homepage-bg{
	background:url('/images/homepage_bg.jpg') no-repeat bottom center;
	height:999px;
}
#homepage-bg2{
	background:url('/images/homepage_bg2.jpg') no-repeat bottom center;
	height:999px;
}
#header{
	background:url('/images/header_bg.png') no-repeat bottom right;
	height:187px;
	padding-bottom:20px;
}
#right-nav{width:188px;float:right;margin-top:-50px;}
#right-nav li{
	background:url('/images/nav_bg.png') top no-repeat;
	width:188px;
	height:27px;
	margin-bottom:10px;
}
#right-nav li a{
	color:#fff;
	display:block;
	padding:4px;
	/*font-weight:bold;*/
	text-decoration:none;
}
#int-main{
	margin-top:25px;
	width:775px;
	color:#fff;
}

#footer{
	background:#0F0F0F;
	clear:both;
	color:#6C6B6B;
	font-size:11px;
	border-top:1px solid #1B1B1B;
}
#footer-wrap{
	background:url('/images/footer_bg.png') right no-repeat;
	width:1000px;
	height:76px;
	margin:0 auto;
	padding:20px 0;
}

.content p{
	font-size:14px;
	padding:0 0 30px 0;
	line-height:170%;
	text-align:justify;
}

.post-title{margin-bottom:20px;}
.post-title h1{
	padding-left:10px;
	padding-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:19px;
	letter-spacing:2px;
}

/* Helpers */
.clear{clear:both;}
.left-block-image{display:block;padding:0 15px 10px 0;}

/* Contact Form */
.wpcf7-response-output{display:none;}
.wpcf7-not-valid-tip{display:none !important;}
input,textarea{border:2px solid #8C8C8C;padding:2px;background:#212121;color:#fff;}
input:focus,textarea:focus{border-color:#EC068D;}

/* IE Fix */
img,div,li{behavior:url('/iepngfix.htc');}
