﻿/* ========================================================================================================= */
/*  RESET CODE
/* ========================================================================================================= */
	
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ========================================================================================================= */
/*  MAIN SETTINGS
/* ========================================================================================================= */

body {
	background:#fbfaf4 url('../images/backgrounds/site.jpg') repeat-x scroll left top;
	color: #333;
	font-weight:normal; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding:0px;
	height:100%;
}			

a:link {
	color:#485923;
	text-decoration:underline;
}				

a:visited {
	color:#485923;
	text-decoration:underline;
}				

a:hover {
	color:#000;
	text-decoration:none;
}	

p {
	margin-bottom:15px;
	line-height:17px;
}

li {
	margin-bottom:10px;
	background-image: url('../images/general/bullet.png');
	background-repeat: no-repeat;
	background-position: -0px 0px; 
	padding-left: 24px; 
	margin-bottom:5px;
	min-height:25px;
	margin-left:0px;
	line-height:20px;	
}
ul {
	margin-bottom:15px;
}

/* ========================================================================================================= */
/*  HEADERS
/* ========================================================================================================= */
			

h1 {
	font-size: 2.6em;
	text-align: right;
	color:#333;
	text-shadow:#fbfaf4 0 2px 3px;
	font-weight:normal;
}

h2 {
	font-size: 2.2em;
	text-align: left;
	color:#333;
	text-shadow:#fbfaf4 0 2px 3px;
	font-weight:normal;
}

h3 {
	font-size: 1.8em;
	text-align: left;
	color:#4a5b24;
	text-shadow:#eaeaea 0 2px 3px;
	font-weight:normal;
}

h4 {
	font-size: 1.8em;
	text-align: left;
	color:#4a5b24;
	text-shadow:#eaeaea 0 2px 3px;
	font-weight:normal;
}

h5 {
	font-size: 1.8em;
	text-align: left;
	color:#4a5b24;
	text-shadow:#eaeaea 0 2px 3px;
	font-weight:normal;
}

h6 {
	font-size: 2.2em;
	text-align: left;
	color:#333;
	text-shadow:#fbfaf4 0 2px 3px;
	font-weight:normal;
}


/* ========================================================================================================= */
/*  CONTAINERS
/* ========================================================================================================= */

.mainbody {
	width:1010px;
	position:relative;
	margin:0 auto;
	top:50px;
}

.contentleft {
	float:left;
	width:180px;
	overflow:hidden;
	height:auto;
	margin:40px 0px 0px 0px
}

.contentright {
	float:right;
	width:750px;
	height:auto;
	margin:0px 0px 0px 0px;
}

.contentrighttop {
	width:100%;
	padding:15px 0px 15px 0px;
	border-top:1px #000 solid;
	border-bottom:4px #000 solid;
}

.contentrighttext {
	float:right;
	width:380px;
	height:auto;
	margin:30px 10px 0px 0px;
}

.contentright2 {
	position:relative;
	width:750px;
	top:50px;
	float:right;
}

.contentright-insideleft {
	position:relative;
	width:400px;
	float:left;
}

.contentright-insideright {
	float:right;
	padding:25px;
	margin:0px 0px 0px 0px;
	width:250px;
	background:#eaeaea;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	border:1px #CCC solid;
	box-shadow:0px 8px 20px #CCC;
	-webkit-box-shadow:0px 8px 20px #CCC; 
	-moz-box-shadow:0px 8px 20px #CCC;	
}

.contentright-insideright-trickerish {
	float:right;
	padding:25px 25px 250px 25px;
	margin:0px 0px 0px 0px;
	width:250px;
	background:#acff8b url('../images/backgrounds/trickerish_allsorts.jpg') no-repeat scroll center bottom;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	border:1px #CCC solid;
	box-shadow:0px 8px 20px #CCC;
	-webkit-box-shadow:0px 8px 20px #CCC; 
	-moz-box-shadow:0px 8px 20px #CCC;	
}


.contentright-insideright-plain {
	float:right;
	width:300px;
	margin:70px 0px 0px 0px;
}


.contentwriting1 {
	float:left;
	padding:25px;
	margin:0px 25px 0px 0px;
	width:180px;
	height:440px;
	overflow:hidden;
	background:#eaeaea url('../images/backgrounds/box_writing_1.png') no-repeat scroll center bottom;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	border:1px #CCC solid;
	box-shadow:0px 8px 20px #CCC;
	-webkit-box-shadow:0px 8px 20px #CCC; 
	-moz-box-shadow:0px 8px 20px #CCC;	
	
}

.contentediting1 {
	float:left;
	padding:25px;
	margin:0px 25px 0px 0px;
	width:180px;
	height:440px;
	overflow:hidden;
	background:#eaeaea url('../images/backgrounds/box_editing_1.png') no-repeat scroll center bottom;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	border:1px #CCC solid;
	box-shadow:0px 8px 20px #CCC;
	-webkit-box-shadow:0px 8px 20px #CCC; 
	-moz-box-shadow:0px 8px 20px #CCC;	
	
}


.contenteditorial1 {
	padding:25px;
	width:180px;
	height:440px;
	overflow:hidden;
	background:#eaeaea url('../images/backgrounds/box_editorial_1.png') no-repeat scroll center bottom;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	float:right;
	border:1px #CCC solid;
	box-shadow:0px 8px 20px #CCC;
	-webkit-box-shadow:0px 8px 20px #CCC; 
	-moz-box-shadow:0px 8px 20px #CCC;	
}

.footer {
	color:#FFF;
	background:#111;
	font-size:0.9em;
	width:100%;
	text-align:center;
	padding:25px 0px 15px 0px;
	clear:both;
	margin:50px 0px 0px 0px;
	position:relative;
	bottom:0px;
}


/* ========================================================================================================= */
/*  TEXT
/* ========================================================================================================= */

.footer a:link {
	color:#FFF;
	text-decoration:none;
}				

.footer a:visited {
	color:#FFF;
	text-decoration:none;
}				

.footer a:hover {
	color:#FFF;
	text-decoration:underline;
}	

.greenshadow {
	text-shadow:#acff8b 0 2px 3px;
	}

.white {
	color:#FFF;
}

.menutitle {
	width:180px;
	height:30px;
	background:url('../images/backgrounds/button.png') no-repeat scroll left top;
	
}

.menutitle a:link, .menutitle a:visited {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:1.2em;
	padding:15px 5px 0px 10px;
	line-height:2em;
	
}

.menutitle a:hover {
	color:#dbe6c0;
	text-decoration:none;
}

/* ========================================================================================================= */
/*  IMAGES
/* ========================================================================================================= */

.logo {
	float:right;
}

.contentmiddle {
	width:100px;
	height:240px;
	float:left;
}

.jane1 {
	position:absolute;
	left:50%;
	margin:50px 0px 0px -280px;
	z-index:5000;
}

.pubs1 {
	position:absolute;
	left:50%;
	margin:150px 0px 0px -280px;
	z-index:5000;
}

.tree {
	float:right;
}

.line1 {
	position:absolute;
	width:750px;
	height:4px;
	top:442px;
	left:50%;
	margin:0px 0px 0px -245px;
}

/* ========================================================================================================= */
/*  CLEARS & PADS
/* ========================================================================================================= */

.clear1 {
	width:100%;
	height:1px;
	clear:both;
}

.clear5 {
	width:100%;
	height:5px;
	clear:both;
}

.clear10 {
	width:100%;
	height:10px;
	clear:both;
}

.clear15 {
	width:100%;
	height:15px;
	clear:both;
}

.clear25 {
	width:100%;
	height:25px;
	clear:both;
}

.clear50 {
	width:100%;
	height:50px;
	clear:both;
}