/*
 Theme Name:   Catch Box Child
 Description:  Jõekääru special theme
 Author:       Raimo
 Template:     catch-box
 Version:      1.0.0
*/
@import url("../catch-box/style.css");

/*Et ei oleks ülemise pildi all valget riba, mis mõeldud mingi headeri pealkirja jne jaoks.*/
#header-content {
    display: none;
}


/* Et parem veer ei oleks liiga lai */
#secondary {
    width: 210px;
}
#primary {
    width: 700px;
}

.site {
	width: 1000px;
}
#primary {
	float: left;
	width: 700px;
}
#secondary {
	width: 210px;
}

@media screen and (max-width: 1024px) {
	.site {
		width: 100%;

  	}
  	#primary {
	    width: 600px;
	}
         #secondary {
float: right;
}

	}


@media screen and (max-width: 895px) {
	.site {
		width: 100%;
  	}
  	#primary {
	    width: 500px;
	}
        #secondary {
float: right;
}

	}

@media screen and (max-width: 785px) {
	.site {
		width: 100%;
  	      }
  	#primary {
	    width: 100%;
	}

        #secondary {
float: none;
}

	}

@media screen and (max-width: 640px) {
	.site, 
	.one-column .site {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.site,
	.one-column .site {
		width: 100%;
	}
}

/* läbipaistev tabel */
.transparenttable td {
    border-color:transparent;
}
.transparenttable {
    border-color:transparent;
}
.transparenttable tr:hover {
    background-color: #e4f5db;
}

/* Kujundame footeri */
#site-generator {
        background-color: #efefef;
		border-top: none;
		padding: 0;
}