/*   
Theme Name: Zenoval Custom Template.
Theme URI: http://www.zenoval.com
Description: Custom web design by Zenoval.
Author: Eric Buchmann
Author URI: http://www.zenoval.com
Version: 1
Tags:
*/

@import url('css/jpanel.css');

/* Wordpress Defaults */
.alignleft {float:left;}
.alignright {float:right;}
.alignmiddle {display:block;margin:0 auto;}

#floor_one {position:absolute;margin:143px 0 0 951px;font-size:.75em;padding:0;width:318px;}
#floor_one tr:nth-child(odd) {background:#ddd9c3;}

#floor_two {position:absolute;margin:305px 0 0 951px;font-size:.75em;padding:0;width:318px;}
#floor_two tr:nth-child(odd) {background:#eaf1dd;}
	
#floor_three {position:absolute;margin:533px 0 0 951px;font-size:.75em;padding:0;width:318px;}
#floor_three tr:nth-child(odd) {background:#c5d9f1;}


/* Large desktop */
@media (min-width: 1200px) { ... }

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 992px) { ... }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { ... }

/* Landscape phones and down */
@media (max-width: 480px) { ... }