/* ---------------------------------------------------

   AUTHOR           :  	M Jacobs
   WEBSITE          :   http://www.chaosastrology.net/
   TEMPLATE NAME    : 	Papyrus 1.0
   VERSION          :   1.1
   LAST DATE MOD    :   30 April 2015

------------------------------------------------------ */
 
/* ---------------------------------------------------
   HTML ELEMENTS
------------------------------------------------------ */

/* top elements */
* { margin:0; padding:0; outline:0; }

body {
    font: 16px/150% 'Georgia', 'Times New Roman', Times, serif;
	background-color: #e5e5e5;
 	color: #333; 
 	text-align: center;
 	margin: 0px 0; /* sets the space above the header */
}  

table {
    border-collapse: collapse;
}
td {
    padding: 0;
}

/* links */
a:link, a:visited {
	color: #336666;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #7091A1;
	background: inherit; 	 
}
 
 
.linkbg {  
  /* background-image: url(../images/oplink.gif); */
  background-repeat: no-repeat
}
.bookmenu {
  cursor: hand;
}
.menuover {
  cursor: hand;
}


/* headers */
h1, h2, h3 {
	/* font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif; */
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
	color: #7091A1;
}
h3 {
	font-size: 1.0em;
	color: #7091A1;
	letter-spacing: -0.5px;
}

h1, h2, h3 { 
	padding: 0;
	margin: 15px 20px;
}

p {
  margin-top: 0em;
  margin-bottom: 1.1em;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #333333;
	list-style-type: circle;	
}

/* ul span, ol span {
	color: #666666;
} */

/* images */

.imgpad {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 8px;
}

/* img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 8px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 15px 0px 0px;
} */

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 0px;
 	padding: 0px 0px 0px 0px; /* top, right, bottom, left */ 
  	/* background: #FAFAFA; */ /*url(../images/quote.gif) no-repeat 8px 10px !important; */
	/* background-position: 10px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #7091A1; */
	font-weight: normal;
    font-size: 1em; /* quotation */
	text-align: center;
}

.dotbox {
  border: 1px dashed #ccc;
}

.dotmyprofile {
  padding: 2px;
  border: 1px solid #ccc;
}

.dotboxpad {
  padding: 5px;
  border: 1px dashed #ccc;
  font-size: 1.0em; /* right sidebar */
}

.dotboxsub {
  padding: 4px;
  border: 1px dashed #ccc;
  line-height: 2em;
}

.blurb {
  text-align: justify;
  /*font-size: 10pt;
  line-height: 12pt; */
  padding: 10px 10px;
  border: 1px dashed #dccaa7;
}

.just {
  text-align: justify;
}

/* form elements */
form {
	/* margin:10px 15px;
    padding: 10px 5px;
	border: 1px solid #EAEAEA; */
	font-size: 1em;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	margin:4px 0;
	padding: 4px 5px;
	border:1px solid #ccc;
	font-size: 1em;
	color:#000;
}
select {
    border:1px solid #ccc;
    font-size: 1em;
	height: 28px;
    margin: .2em .2em .2em .2em;
	background: #fff;
}
textarea {
	width:350px;
	padding:4px 5px;
	font-size: 1em;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#000;
}
input.button { 
	margin: 0; 
	/* font: bolder 12px Arial, Sans-serif; */
	font: bolder 16px 'Georgia', 'Times New Roman', Times, serif;
	border: 1px solid #EAEAEA;
	padding: 5px;
	background: #fff url(../images/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #7091A1; */
}
input.button:hover {
	border: 1px solid #D3D3D3;
}
input.button:active {
	border: 1px solid #B6B6B6;
}


/* -------------------------------------------------------
      LAYOUT 
---------------------------------------------------------- */
#wrap {
   margin: 0 auto ;
   /* border-top: 1px solid #ccc;
   border-right: 1px solid #DCDCDC;
   border-bottom: 1px solid #ccc; 
   border-left: 1px solid #DCDCDC; */
   background-color:#fff;
   padding:0;
   text-align: left;
   width: 980px;	
}
#content-wrap {
   clear: both;
   margin: 0; padding:0;
   width: 980px;		
}

/* header */
#header {
	position: relative;
    clear: both;
    width: 980px;
	height: 150px; 
	margin: 0; padding: 0;
	background: #fff url(../images/headerbg.jpg) no-repeat left bottom;			
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #fff;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px; right: 35px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 85px; right:35px;		
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
	background: #fff;
    /* font: bold 1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif; */
    font: bold 1em 'Georgia', 'Times New Roman', Times, serif;
} 
#header-tabs ul {		
   margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
   display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
   float:left;
   /* background: url(../images/tableft.gif) no-repeat left top; */
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
   float:left;
   display:block;
   /* background: url(../images/tabright.gif) no-repeat right top; */
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#fff;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #fff;}


/* main menu column */
#mainmenu {
	float: left;
	width: 165px;
	margin: 20px 20px 30px 20px; /* top, right, bottom, left */ 
	padding: 10px;
	border: 1px dashed #ccc;
	background-color: inherit;
    display: inline;
    font-size: 1em;
	line-height: 1.8em;
}

/* center content */
#main {
	float: left;
	width: 550px;
	margin: 0px 0px 30px 0px; /* top, right, bottom, left */
	padding: 0;
	background-color: inherit;
    display: inline;
    font-size: 1.0em;
}
#main h1 {
	padding: 0px 0px 8px 0px;
    margin: 0px 0px 15px 0px;
    letter-spacing: .6px;
	text-transform: none;
	/* background: url(../images/square_arrow.gif) no-repeat 0% .6em; */
	border-bottom: 2px solid #f2f2f2;	
	color: #7091A1; 	
}	

/* sidebar - this is where to set the sidebar adverts including title */
#sidebar {
	float: right;
	width: 180px;
	margin: 20px 0px 30px 0px; /* top, right, bottom, left */
	padding: 0px;
	background-color: inherit;
    display: inline;
    font-size: 1em;
}
#sidebar h1 {
	padding: 8px 0px 3px 5px;
    margin: 10px 15px;
    letter-spacing: .5px;
	/* background: url(../images/square_arrow.gif) no-repeat 0% .6em; */
	text-transform: none;	
	color: #7091A1;
}

/* sidebar - this is where to set the margins around the sidebar */
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 18px;
	padding:0;
    font-size: 1.0em; /* von Franz */
}
#sidebar ul.sidemenu li {
	margin-bottom:15px; /* distance between sidebar text and image below it */
	padding: 3px 8px 3px 10px; /* top, right, bottom, left */
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #555;
	text-decoration:none;	
	padding: 3px 8px 3px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	color: #7091A1;
	border-left:5px solid #7091A1;
}

/* footer */
#footer { 
	clear: both;
	height: 50px;
	color: #CCC;
	background: #677C6B;
	margin: 0;	
	font-size: .9em;
}
#footer a { 
	text-decoration: none; 
   	color: #fff;
}
#footer #footer-left {
	width: 40%;
	float: left;
	margin: 0; padding: 10px 0 10px 15px;
}
#footer #footer-right {
	width: 50%;
	float: right;
	margin: 0; padding: 10px 15px 10px 0;
    text-align: right;
}
#footer #footer-center {
	width: 99%;
	/* float: left; */
	margin: 0; padding: 10px 0 10px 15px;
	text-align: center;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FAFAFA;
    border: 1px solid #EAEAEA;
	padding: 5px 10px;
	margin-top: 20px;
    font-size: .9em;
}
