/*  
Theme Name: Golgotha

Theme URI: http://www.golgotha.com.au/

Description: Golgotha Graphics' site style

Version: 2

Author: Matt Godden

Author URI: http://www.golgotha.com.au/


*/




body      {	font-size: 80%; /* sets the fontsize globally to roughly 0.8em */
		/*background-image: url("images/bg.png");*/ 
		background-color: #000000;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto; 
		margin-right: auto;
		height: 100%; 
		min-width: 735px; 
		min-height: 410px;
		font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
		}

p   { 	color: #333;
		font-size: 1em;
		font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
		text-align: justify;
		/*padding-right: 10px;
		padding-left: 10px;*/
		}
		
h2 {
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 1.5em;
	color: #666;
	margin-left: 0;
	margin-bottom: 0.5em;
}

a:link {
	color: #69f;
	text-decoration: none;
}
a:visited {
	color: #69f;
	text-decoration: none;
}
a:hover {
	color: #69c;
	text-decoration: none;
}
a:active {
	color: #c30;
	text-decoration: none;
}

img.alignleft {
			margin-right: 10px;
			margin-bottom: 5px;
}

a:link img {
	border: 1px solid #ccc;
	
}

a:visited img {
	border: 1px solid #ccc;
	
}


a:hover img {
	border: 1px solid #69c;
}

a:active img {
	border: 1px solid #c30;
}

textarea {
		background-color: transparent;
		color: #FFFFFF;
}


		
/* begin styles for layout structures */
		
#page {
	background-color: #000; /* to fill 1px holes created by 50% heights */
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	min-width: 735px;
	min-height: 400px;
	/*background-image: url(images/cog-corner.png);
	background-repeat: no-repeat;
	background-position: 21px 151px;*/
		}
		
/* begin the left hand column in the layout */
		
#left-column {	
		position: absolute;
		left: 0;
		background-image: url("images/left-edge.png");
		background-repeat: repeat-y;
		width: 20px; /* the width of the left corner graphics */
		height: 100%;
		}
		
#left-corner-top {
	
	background-image: url("images/top-left.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%
}

#left-corner-bottom {
	
	background-image: url("images/bottom-left.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50%
}

/* end the left column layout */

/* begin the middle column in the layout */

		
#middle-column {	
		
		position: absolute;
		right: 20px; /* the width of the right-column style */
		left: 20px; /* the width of the left-column style */
		height: 100%
		}
		
#topedge {
	position: absolute;
	height: 20px;
	top: 0;
	width: 100%;
	background-image: url("images/top-edge.png");
	background-repeat: repeat-x;
}
		
#masthead {
	background-image: url(images/golgotha-masthead.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	top: 20px;
	width: 100%;
	height: 110px; /* match the height of the masthead graphic */
}



#menu {
		position: absolute;
		width: 100%;
		top: 130px;
		height: 20px;
		

}
		
#content-topedge {
				position: absolute;
				top: 151px;/* the height of the masthead graphic plus top edge */
				width: 100%;
				background-color: #c00;
				height: 1px;
}

#content-topedge-left {
	
	position: absolute;
	/*top: 151px;*/ 
	left: 0px;
	width: 50%;
	height: 1px; /* the thickness of the line */
}
#content-topedge-right {
	
	position: absolute;
	/*top: 151px;*/
	right: 0px;
	width: 50%;
	height: 1px;  /* the thickness of the line */
}

#content-wrapper { /* this style contains the content, and the left and right side lines */

	position: absolute;
	top: 152px; /* the masthead, plus the topedge line */
	right: 0px;
	bottom: 71px; /* the footer, plus the bottomedge line */
	left: 0px;
	/*min-height: 100px;*/
	
	
}

#content-leftside-top {	
	position: absolute;
	top: 0;
	left: 0px;
	width: 1px;
	height: 50%;
}

#content-leftside-bottom {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 1px;
	height: 50%;
}

#content {
	/*background-color: #fff;*/
	position: absolute;
	top: 0;
	right: 1px;  /* width of the right edge line */
	bottom: 0;
	left: 1px; /* width of the left edge line */
	min-height: 100px;
	overflow: auto;
	/*background-image: url(images/interlace.png);*/
	color: #fff;
}
#content-rightside-top {
	position: absolute;
	top: 0;
	right: 0px;
	width: 1px;
	height: 50%;
}
#content-rightside-bottom {
	position: absolute;
	right: 0px;
	bottom: 0;
	width: 1px;
	height: 50%;
}

#content-bottomedge {
				position: absolute;
				bottom: 70px;/* the height of the masthead graphic plus top edge */
				width: 100%;
				background-color: #c00;
				height: 1px;
}

#content-bottomedge-left {
	/*background-color: #000;*/
	position: absolute;
	/*bottom: 70px;*/
	left: 0px;
	width: 50%;
	height: 1px
}
#content-bottomedge-right {
	/*background-color: #000;*/
	position: absolute;
	right: 0px;
	/*bottom: 70px;*/
	width: 50%;
	height: 1px
}
#footer {
	background-color: #000;
	position: absolute;
	bottom: 20px;
	width: 100%;
	height: 50px;
	background-image: url(images/stuff-by-mattg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#bottomedge {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-image: url("images/bottom-edge.png");
	background-repeat: repeat-x;
	background-position: 0 bottom;

}

/* end middle column of layout */

/* begin right column of layout */

#right-column {	
		background-image: url("images/right-edge.png");
		background-repeat: repeat-y;
		position: absolute;
		right: 0;
		width: 20px;
		height: 100%;
		}
		
		
#right-corner-top {
	background-image: url("images/top-right.png");
	background-repeat: no-repeat;
	background-position: 0 top;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 50%
}
#right-corner-bottom {
	background-image: url("images/bottom-right.png");
	background-repeat: no-repeat;
	background-position: 0 bottom;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50%
}

/*end right column of layout */


/* styles to control the graphics for content outlining */

.leftlinecorner {
	/*background-image: url("images/rightlineend.png");
	background-repeat: no-repeat;
	background-position: left 0;
	background-color:#000;*/
	background-color:#c00;
}
.rightlinecorner {
	/*background-image: url("images/leftlineend.png");
	background-repeat: no-repeat;
	background-position: right 0;
	background-color:#000;*/
	background-color:#c00;
}
.toplinecorner {
	background-image: url("images/toplinecorner.png");
	background-repeat: no-repeat;
	background-position: 0 top
}
.bottomlinecorner {
	background-image: url("images/bottomlinecorner.png");
	background-repeat: no-repeat;
	background-position: 0 bottom
}

/* end content outlining styles */

#footer p {
	
	color: #999;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center
}

.alignleft {
		float:left;
		}
.alignright {
		float: right;
		}
		
.clearboth {
		clear: both;
}

.horizontal-line {
	background-color: #c00;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	clear: both;
	
}

.horizontal-line-left {
	background-color: #c00;
	background-image: url(images/leftlineend.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 50%;
	float: left;
	height: 1px;

}
.horizontal-line-right {
	background-color: #c00;
	background-image: url(images/rightlineend.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 50%;
	float: right;
	height: 1px;

}


.formatter {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.postmetadata {
	clear: both;
	text-align:center;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.9em;
	color: #999;
}

.navigation {
			clear: both;
			padding-top: 2px;
			/*display: none;*/
			
}

.navigation p {
			clear: both;
			font-size: 0.5em;
			
}

small {
	margin-left: 15px;
	margin-right: 15px;
	
}
.post {
		clear: both;
}

p.centraliser  {

width: auto;
text-align:center;
margin-left: 5%;
margin-right: 5%;

}

.centraliser textarea {
		width: 100%;		
}

p.leftcentral  {

width: auto;
margin-left: 5%;
margin-right: 5%;
text-align: left;

}

#content p {
		color: #ccc;
}


p.wp-caption-text {
					text-align: center;
					padding-bottom: 30px;
					
					
}

.alignleft p.wp-caption-text {
	
								margin-right: 10px;
	
								
}

.invisible {
			display: none;
}
.gallerytable {
			margin-left: auto;
			margin-right: auto;
}

.gallerytable td {
	text-align: center;				
}

.home {
	background-image: url(images/giant-eye.png);
	background-repeat: no-repeat;
	background-position: center center;
}


ol.footnotes li {
			text-align: justify;
			margin-right: 20px;
			margin-bottom: 1em;
}

.bob {
		display: none;	
	
}

.entry {
			margin-top: 1em;	
	
}

.post ol {
	padding-left: 1em;
	list-style-position: inside;
}

p.clearboth {
				padding-top: 2em;
}
