@charset "UTF-8";
/* CSS Document */

html {
	padding: 0; 
	margin: 0; 
	border: 0;
	background-color:#f9e8ca;
}
body {  
	padding: 0; 
	margin: 0; 
	border: 0;
}


/* Type*/

p, p2, h1, h2, h3, h4, h5 {
	-webkit-text-size-adjust:none;
	font-family:Georgia;
}

p {
	font-size:14px;
	line-height:19px;
	padding:0px;
	margin:0px;
	margin-bottom:19px;
}
p2 {
	font-size:14px;
	line-height:17px;
	padding:0px;
	margin:0px;
	color:#1f1f1f;
}
h1 {
	font-size:18px;
	line-height:16px;
	padding:0px 0px 4px 0px;
	margin:0px;
	color:#eb5d66;
	font-weight:normal;
}
h2 {
	font-size:18px;
	padding:0px;
	margin:0px;
	color:#eb5d66;
	font-weight:normal;
}
h3 {
	font-size:28px;
	padding-bottom:10px;
	margin:0px;
	font-weight:normal;
	color:#eb5d66;
	line-height:28px;
}
h4 {
	font-size:12px;
	font-weight:bold;
	color:#eb5d66;
}	
h5 {
	color:#999999;
	padding:2px 0px 0px 0px;
	margin:0px;
	font-weight:normal;
}
.grey {
	font-size:12px;
	color:#999999;
}

/*Links*/
#adam_ellison a, #adam_ellison a:visited {
	font-family:Georgia;
	color:#cbad8b;
	font-size:16px;
	margin:0px;
	font-weight:normal;
	border-bottom: 1px dotted #cbad8b;
}
#adam_ellison a:hover {
	font-family:Georgia;
	background-color:#eb5d66;
	color:#1f1f1f;
	font-size:16px;
	margin:0px;
	font-weight:normal;
	border-bottom: 1px dotted #1f1f1f;
}
a {
	outline:none;
	font-size:14px;
	color:#1f1f1f;
	text-decoration:none;
}
a:visited {
	outline:none;
	text-decoration:none;
	color:#1f1f1f;
}
a:hover {
	outline:none;
	text-decoration:none;
	color:#eb5d66;
}

/*Text Link*/

#text p a, #text p visited, #text p hover {
	text-decoration:none;
	border-bottom: 1px dotted;
}
#text p{
	border-color:#1f1f1f;
}
#text p a:visited {
	border-color:#b8b8b8;
}
#text p a:hover {
	border-color:#eb5d66;
	text-decoration:none;
	color:#eb5d66;
}

/* Footer Link Style */

.footer_content_end a, .footer_content_end a:visited, .footer_content_end a:hover {
	list-style: none;
	display: inline;
	font-family:Georgia;
	border-bottom: 1px dotted #cbad8b;
	color:#cbad8b;
}
.footer_content_end a:hover {
	text-decoration:none;
	background-color:#eb5d66;
	color:#1f1f1f;
	border-bottom: 1px dotted #1f1f1f;
}

.footer_list, .footer_list ul, .footer_list li {
	margin-left:-40px;
	list-style: none;
	border: none;
	color:#cbad8b;
	font-size:14px;
}
.footer_list li {
	margin-left: 0;
	font-family:georgia;
	font-size:14px;
}		
.footer_list li a, .footer_list li a:hover {
    line-height:19px;
	text-decoration:none;
	color:#cbad8b;
	border-bottom: 1px dotted #cbad8b;
}
.footer_list li a:hover {
	text-decoration:none;
	background-color:#eb5d66;
	color:#1f1f1f;
	border-bottom: 1px dotted #1f1f1f;
}

/*Global Layout*/

#container {
	z-index:2;
	margin:0 auto;
	width:980px;
	margin-bottom:100px;
	padding:0px;
}
#panel_profile {
	background-color:#54894d;
}
#error_message {
	padding:40px 0px 0px 0px;
	margin:0 auto;
	width:500px;
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
	font-family:georgia;
}
#error_footer {
	margin:0 auto;
	width:980px;
}
.sharperning_error {
	padding-left:338px;
}
.x {
	float:right;
}

/*Header Layout*/

#top_color {
	height:5px;
	width:100%;
	background-color:#54894d;
}
#logo {
	z-index:12;
	position:absolute;
	padding:40px 0px 0px 40px;
}
#adam_ellison {
	float:right;
	padding-top:40px;
	font-family:Georgia;
	color:#cbad8b;
	font-size:16px;
}
#sharpenings {
	width:185px;
	height:125px;
	position:absolute;
	margin-left:-600px;
	left:50%;
	z-index:1;
	
}
#sharpenings_single {
	width:112px;
	height:130px;
	position:absolute;
	margin-left:-595px;
	left:50%;
	z-index:10;
	margin-top:200px;
}
/*Navigation Layout*/

.navigation {
	list-style:none;
	margin-top:0px;
	margin-bottom:0px;
}
#tabs, #tabs_bottom {
	height:45px;
	position:relative;
	float:right;
	width:600px;
}
#tab_bar, #tab_bar_bottom {
	height:45px;
	position:static;
	width:100%;	
}
#tab_bar {
	padding-top:105px;
}
#tab_bar_bottom {
	clear:both;
	background:#f9e8ca;
}
* html #tab_bar_bottom {
	height:1px;
}
.tab_line, .tab_line_end {
	height:45px;
	position:relative;
	float:right;
	display: inline-block;
	border-color:#e7c6a2;
}
.tab_line {
	border-left-width:1px;
	border-left-style:solid;
}
.tab_line_end {
	border-right-width:1px;
	border-right-style:solid;
}
.cssnav, .cssnav_bottom {
	position: relative;
	display: inline-block;
	font-family: Georgia;
	font-size:16px;
	text-decoration:none;
	float:right;
}
.cssnav {
	background:url("site_graphics/tab_brown.png") no-repeat 0 0;
	color:#000000;
	width:100px;
	height:45px;
}
.cssnav_bottom {
	background:url("site_graphics/tab_brown.png") no-repeat 0 0;
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#e7c6a2;
	color:#cbad8b;
    width: 130px;
	height: 45px;
}
.cssnav:hover, .cssnav_bottom:hover  {
	background-position: 0 -65px;
	color:#000000;
	text-decoration:underline;
}
.cssnav span, .cssnav_bottom span {
	position:absolute;
	top: 14px;
	left:0px;
	text-align:center;
	cursor: pointer;
	width:100%;
} 
.new {
	position: absolute;
	right: 5px;
	top: -17px;
	z-index: 10;
}


/* Navigation List Styles */

.navigation ul {
	margin-left: 0;
	padding-left: 0;
}
.navigation li {
	display:inline;
	margin-left: 0;
	margin-right: -4px;
	border-left: none;
	list-style: none;
}

/*Body Layout*/

#content {
	width:980px;
	padding-top:65px;
	background:#FFFFFF;
}
#pic_container {
	float:left;
	padding:0px 0px 20px 40px;
	width:960px;
}
#pic_container_a {
	width:460px;
	float:left;
	display:inline;
	padding:0px 20px 20px 66px;
}
.pic {
	float:left;
	margin-right:20px;
	margin-bottom:21px;
	display:inline-block;
	overflow:visible;
	zoom:1;
	*display:inline;
}
.pic_end {
	margin-right:0px;
	padding-bottom:16px;
	display:inline-block;
}
#text {
	width:390px;
	padding:0px 0px 40px 40px;
	display:inline;
	float:left;
	background:#FFFFFF;
}

/*Footer Layout*/

#footer {
	padding:0px 0px 0px 0px;
	height:200px;
	padding-bottom:30px;
	clear:both;
}
.footer_content {
	position:relative;
	float:left;
	color:#cbad8b;
	height:200px;
	width:210px;
	padding-right:20px;
	overflow:hidden;
}
.footer_content_end {
	height:120px;
	width:180px;
	color:#cbad8b;
	position:relative;
	float:right;
	padding-right:30px;
	overflow:hidden;
}
#footer_centred {
	border-top: 1px solid #cbad8b;
	padding:30px 40px 0px 40px;
	margin:0 auto;
	width:900px;
}
.footer_line {
	font-size:16px;
}	

/* Links Page elements */

.links, #links_bottom {
	width:210px;
	min-height:100%;
	border-top:solid 1px #1f1f1f;
	padding-bottom:15px;
}	
.links_bottom {
	border-bottom:solid 1px #1f1f1f;
	margin-bottom:10px;
}	
.links a, #links a:visited {
	color:#1f1f1f;
	border-bottom: 1px dotted #1f1f1f;
}		
.links a:hover {
	border-color:#eb5d66;
	text-decoration:none;
	color:#eb5d66;
}	
.link_col {
	width:210px;
	padding:0px 0px 30px 20px;
	float:left;
	background:#FFFFFF;
}
.link_col_begin {
	width:210px;
	padding:0px 0px 30px 40px;
	float:left;
	background:#FFFFFF;
}

/*Other Page Element*/
	
hr {
	border:none;
	background-color:#999999;
	height:2px;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
.no_border {	
		border-bottom:none;
}
input, .submit_button { 
	border:solid 1px;
	border-color:#eb5d66;
	font-family:Georgia;
	font-size:14px;
	color:#1f1f1f;
}
input {
	padding:2px 1px 2px 1px;
	margin-right:-4px;
}
.submit_button {
	background-color:#eb5d66;
	padding:2px;
}
#expla {
	padding:20px;
	width:385px;
}


