/*
Theme Name: Hunter9Design
Theme URI: http://www.hunter9design.com
Description: The default css of <a href="http://www.hunter9design.com">Hunter9Design</a>.
Version: 1.0
Author: Hunter9Design
Author URI: http://www.hunter9design.com
Tags: blue, custom header, fixed width, two columns, widgets

	Hunter9Design v1.0
	 http://www.hunter9design.com

	This css was designed and built by Hunter9Design

*/

html {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.jpg) repeat top left; 
	}
*{
   margin:0;
   padding:0;
	}
body { 
	background: none;
	font-family: georgia, palatino, serif;
	font-size: 13px;
	color: #505050;
	margin: 0px auto;
	text-align: center; /*For IE6*/
	padding: 0;
	width: 939px;
	
	}
div.center {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
   	text-align:left;
	}
h1{
	font: 16px georgia, palatino, serif;
	font-weight:normal;
	color: #000000;
	margin:0;
	}
td {
	vertical-align: top; 
	}
p {
    margin-top: 1em;
    margin-bottom: 1em;
}

a:link, a:visited { 
	font: 13px georgia, palatino, serif;
	text-decoration: underline;
	font-weight: 100; 
	text-decoration: none;
	color: #e85b63;
	}
a:hover, a:active, a:focus{
	text-decoration: underline;
	color: #e85b63; 
	}
.pinktext {
	font-family: georgia, palatino, serif;
	font-size: 13px;
	color: #e85b63;
	padding-bottom:10px;
	}
.pinktext a:link, a:visited{
	text-decoration: underline;
	color: #505050; 
	}
.pinktext a:hover, a:active, a:focus{
	text-decoration: underline;
	color: #e85b63; 
	}
#mainpagecontent {
	border:0;
	background-color: #fff;
	width: 605px;
	padding: 15px 15px 15px 15px;
	}
#tipspagecontent {
	border:0;
	background-color: #fff;
	width: 939px;
	padding: 15px 15px 15px 15px;
	}
#space{
	width:14px;
	}
#verticalspace {
	height:50px;
	}
#rightcolumn {
	border:0;
	background-color: #fff;
	width: 320px;
	padding: 15px 15px 15px 15px;
	}
.footer {
	background: #313131;
	font-family:  georgia, palatino, serif;
	font-size: 12px;
	line-height: 12pt;
	width: 939px;
	color: #ffffff;
	padding: 5px 20px 5px 20px;
	}
.footer a:link, .footer a:visited{
	font-family: georgia, palatino, serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	}
.footer a:hover, .footer a:active{
	color: #e85b63;
	text-decoration: underline;
	}
.footerorange {
	color: #ca6300;
	}
	
.credit {
	background: none;
	font-family:  georgia, palatino, serif;
	font-size: 12px;
	width: 939px;
	color: #000;
	padding: 5px 20px 5px 20px;
	vertical-align: top;
	}
.credit a:link, .credit a:visited {
	background: none;
	font-family: georgia, palatino, serif;
	font-size: 12px;
	text-decoration: none;
	color: #e85b63;
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	}
.credit a:hover, .credit a:active {
	color: #e85b63;
	text-decoration: underline;
	}
	
.hide {
	display: none;
	}
	
  ///////*CONTACT FORM*///////
  
#commentform label.error{
	font-size: 11px; 
	margin-top: 15px;
	margin-left: 0px;
	background: #fbfcda url('images/cancel.png') no-repeat left;
	border:1px solid #dbdbd3;
	width: 400px;
	padding: 3px 10px 3px 20px;
	clear: both;
}
#commentform label{
	font-size: 11px; 
	margin-top: 15px;
	margin-left: 0px;
	background: #fbfcda url('images/cancel.png') no-repeat left;
	border:1px solid #dbdbd3;
	width: 400px;
	padding: 3px 10px 3px 20px;
	clear: both;
}

.formstyle{
 	width: 450px;
 	padding: 3px;
 	border-style: solid;
 	border-color: #a8bfc6;
 	border-width: 1px;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
 	color:#666;
}
.formstyle:focus{
 	outline: 0;
 	border-color: #e85b63;
 	color:#666;
}
.required{
 	width: 450px;
 	margin: 0px 50px 5px 0px;
 	padding: 3px;
 	border-style: solid;
 	border-color: #a8bfc6;
 	border-width: 1px;
 	border-radius: 3px;
 	color:#666;
}
.required:focus{
 	outline: 0;
 	border-color: #e85b63;
 	color:#666;
}
.required email{
 	width: 450px;
 	margin: 0px 50px 5px 0px;
 	padding: 3px;
 	border-style: solid;
 	border-color: #a8bfc6;
 	border-width: 1px;
 	border-radius: 3px;
 	color:#666;
}
.required email:focus{
 	outline: 0;
 	border-color: #e85b63;
 	color:#666;
}
.url{
 	width: 450px;
 	padding: 3px;
 	border-style: solid;
 	border-color: #a8bfc6;
 	border-width: 1px;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
 	color:#666;
}
.url:focus{
 	outline: 0;
 	border-color: #e85b63;
 	color:#666;
}
.formstylebutton{
 	width: 110px;
 	padding: 5px 0px 2px 0px;
 	background-color: #313131;
 	border-width: 1px;
 	border-radius: 3px;
 	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
 	color:#eeeeee;
 	font-family: palatino, georgia, arial, san-serif;
 	font-size: 12px;
}
.formstylebutton:hover{
 	background-color: #e85b63;
}

#smallitalics {
	font-family: georgia, palatino, serif;
	font-size: 10px;
	color: #505050;
	font-style: italic;
}

///////*CONTACT FORM END*///////

