html, body{
	height: 100%;
}

/* ******************* BASIC LAYOUT STYLES ******************* */
body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#container{
	position: relative;
	min-width: 850px;
}

#maincontent{
	position: absolute;
	top: 185px;
	left: 245px;
	right: 200px;
	padding: 4px;
}

#footer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 10px;
	clear: both;
}

.column{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.column + .column + *{
	clear: both;
}

div.pattern{
	padding-bottom: 10px;
	border-bottom: solid 1px #4f3845;
}

div.pattern img{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

div.pattern .quote{
	float: left;
	width: 50%;
	margin-top: 80px;
	margin-left: 10px;
}

#search{ /* Google search */
	position: absolute;
	left: 0;
	width: 240px;
	text-align: center;
	margin: 20px 0 0 0;
}

div.myVersion{
margin: 30px;
}

div.myVersion *{
	float: none;
	clear: both;
}

div.myVersion img{
	display: block;
	margin: 0 auto;
}



/* ******************* BASIC TEXT STYLES ******************* */
h1{
	position: absolute; 
	top: 40px;
	left: 290px;
	padding: 10px;
}

h1 span{ /* Hides text content of h1, image displays instead */
	display: none;
}


h2{
	font-size: 19px;
	margin: 0;
	padding: 0;
	color: #4f3845;
	background-color: inherit;
}

h3{
	font-size: 15px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #a2738e;
	background-color: inherit;
}

p{
	font-size: 13px;
	margin: 0;
	padding: 0;
}

p + p{
	margin-top: 10px;
}


p + h2{
	margin-top: 20px;
}


ul{
	list-style-type: circle;
	padding-left: 18px;
	font-size: 15px;
}

ol{
	font-size: 13px;
}

.post ol li{
	margin-bottom: 5px;
}


/* ******************* TEXT SPECIFIC STYLES ******************* */
.new{
	color: #cc00cc;
	background-color: inherit;
	font-size: smaller;
}

h3 .new{
	margin-left: 10px;
}

.fineprint{
	font-size: 10px;
}

.quote{
	font-style: italic;
	text-align: justify;
}

.quote span{
	font-size: 10px;
	display: block;
	margin-left: 10px;
}

.download{
	clear: both;
	text-align: center;
}

#search p{
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer p{
	font-size: 10px;
	text-align:center;
}

/* ******************* STANDARD LINK STYLES ******************* */
a:link{
	color: #6f1161;
	background-color: inherit;
}

a:visited{
	color: #c088a8;
	background-color: inherit;
}

a:hover{ 
	color: #ff00ff;
	background-color: inherit;
}


/* *******************IMAGE STYLES ******************* */
img{
	border: none;
}

.entry img, .entrytext img{
	display: block;
	margin: auto;
}


/* ******************* NAVIGATION STRIP STYLES ******************* */
#navigation{
	width: 180px;
	position: absolute;
	top: 185px;
	right: 0;
}

#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
}

#navigation ul li{
	margin-top: 5px;
}

#navigation ul li a{
	text-decoration: none;
	background-color: #555555;
	color: #ffffff;
	padding: 2px;
	display: block;
}

#navigation #submenu a{
	margin-left: 20px;
	background-color: #666666;
	color: #ffffff;
}

#navigation a#current, #navigation #submenu a#current {
	background-color: #876076;
	color: #ffffff;
}

#navigation a:hover, #navigation #submenu a:hover{
	background-color: #999999;
	color: #ffffff;
}


#navigation h2{
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	margin: 5px 0 1px 0;
}

#navigation img{
	position: relative;
	bottom: 0;
	border: none;
}

#navigation p{
	font-size: 60%;
	text-align: center;
}

#VPnavAd{
	margin-top: 10px;
}

#frontpageAd img{
	display: block;
	margin: 0 auto 0 auto;
}


/* ******************* BASIC TABLE STYLES ******************* */
table{
	border-collapse: collapse;
	font-size: smaller;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

td{
	border: solid 1px #876076;
	text-align: center;
	background-color: #ebcce1;
	color: inherit;
}


/* ******************* SPECIFIC TO patterns.html ******************* */
#patternnotification{
	width: 70%;
	padding: 5px;
	border: solid 1px #4f3845;
	margin: 20px auto 0 auto;
	background-color: #ebcce1;
	color: inherit;
	font-size: smaller;
}

#patternnotification h2{
	text-align: center;
}

#patternnotification form p{
	margin: 10px 0;
	text-align: center;
}

.patternIndex{
	margin: auto;
	clear: both;
	width: 240px;
	height: 150px;
}

.patternIndex div{
	width: 100px;	
	margin: 10px;
	float: left;
}

.patternIndex div p{
	text-align: center;
	margin: 0;
	white-space: nowrap;
}

#webring{
	width: 320px;
	margin: 20px auto 0 auto;
	padding: 0 0 16px 0;
	border: solid 1px #aaaaaa;
}

#webring h3{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#webring p{
	font-size: 70%;
	text-align: center;
}

#webring img{
	float: left;
	padding: 4px;
}

/* ******************* SPECIFIC TO links.html ******************* */
#shopping{
	position: relative;
	height: 16em;
}

#shopLeftColumn{
	margin-right: 230px;
	position: absolute;
	top: 0;
	left: 0;
}

#shopRightColumn{
	width: 220px;
	height: 16em;
	position: absolute;
	top: 30px;
	right: 0;
}

#shopRightColumn *{
	margin: auto auto auto 10px;
}

/* ******************* IE HACKS ******************* */
* html body{
	width: 850px;
}

* html #maincontent{
	width: 350px;
}

* html .column{
	float: none;
	width: auto;
	margin: 0;
}

* html .pattern img{
	float: none;
	display: block;
	margin: 5px auto;
}

* html .pattern .quote{
	float: none;
	width: auto;
	margin: 5px 0;
}

/* ******************* Ads ******************* */

#linkUnit{
	width: 160px;
	margin: 30px auto 0 auto;
}

#navAds{
	width: 120px;
	margin: 0px auto 0 auto;
}

#navAds *{
	margin: 50px auto 0 auto;
}

.AdBanner{
	width: 468px;
	margin: 20px auto;
}

/* ******************* getintouch ******************* */

.formHolder{
	margin: 20px auto;
	width: 400px;
}

.formHolder td, .formHolder th{
	background-color: #ffffff;
	color: inherit;
	border: none;
	text-align: left;
	padding: 2px;
}

.formHolder textarea, .formHolder input{
	width: 300px;;

}

td#submit{
	text-align: center;
}

td#submit input{
	width: 100px;
}

/* ******************* abbreviations ******************* */

table#abbreviations{
	border-collapse: separate;
}

#abbreviations td{
	text-align: left;
	background-color: #ffffff;
	color: inherit;
	border: dotted 1px #876076;
	border-top: none;
	border-left: none;
	border-right: none;
	vertical-align: bottom;
}

#abbreviations th{
	text-align: left;
}

#abbreviations td + td, #abbreviations th + th{
	padding-left: 10px;
}

