/* 
 * G Kustom Kuhl
 * cycle4.css for gkustomkuhl.com
 * author:  miinx [at] miinx.com.au
 */

@import url("/css/master.css");
@import url("/css/cycles/common.css");

	#pix_container {
		margin-left: 50px;
		width: 430px;
 		height: 300px;
		top: 80px;
		left: 0;
		}
		
		* html #pix_container {
			top: -10px;
			}
			
			.pix_row {
				position: relative;
				float: left;
				width: 100%;
				margin-bottom: 10px;
				}
				
				.row1 {
					margin-left: 80px;
					}
					
					* html .row1 {
						margin-left: 40px;
					}
					
					.pix_row img {
						float: left;
						border: 2px solid #200;
						margin-right: 10px;
						}
						
					
				
	
	h4 {
		position: absolute;
		top: 110px;
		left: 526px;
		background-image: url("/images/cycles/4/hdr_spoiler.gif");
		width: 100px;
		height: 0px !important;
		height /**/:22px;
		padding-top: 22px;
		overflow: hidden;
		}
		
		* html h4 {
			top: 60px;
			}
		
	p#spoiler {
		position: absolute;
		top: 170px;
		left: 450px;
		background-image: url("/images/cycles/4/text_spoiler.gif");
		width: 254px;
		height: 0px !important;
		height /**/:187px;
		padding-top: 187px;
		overflow: hidden;
		}
		
		* html p#spoiler {
			top: 120px;
			}


/* ------------// pages adjustments
			  //------------------------------ */

* html .pages {
	top: 60px;
	}

/* ------------// footer adjustments
			  //------------------------------ */

div#footer {
	top: 240px;
	}
	
	* html div#footer {
		top: 90px;
	}


