/*
	Theme Name: Campus 3.2.3
	Theme URI: http://www.campus.themeisland.net
	Description: A premium responsive theme for WordPress
	Author: Charles & Brandon Jones
	Author URI: http://www.theme-island.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 3.2.2
	Tags: white, two-columns, flexible-width, featured-images
	
	All stylesheets are stored in the /assets/stylesheets folder.
	
*/




 * {
        	margin: 0;
        	padding: 0;
        }
        
        #clock {
        	position: relative;
        	width: 200px;
        	height: 200px;
        	margin: 5px auto 0 auto;
        	background: url(/wp-content/themes/campus/CSS3Clock/images/clockface.jpg);
        	list-style: none;
        	}
        
        #sec, #min, #hour {
        	position: absolute;
        	width: 10px;
        	height: 200px;
        	top: 0px;
        	left: 98px;
        	}
        
        #sec {
        	background: url(/wp-content/themes/campus/CSS3Clock/images/sechand.png);
        	z-index: 3;
           	}
           
        #min {
        	background: url(/wp-content/themes/campus/CSS3Clock/images/minhand.png);
        	z-index: 2;
           	}
           
        #hour {
        	background: url(/wp-content/themes/campus/CSS3Clock/images/hourhand.png);
        	z-index: 1;
           	}
           	
        
          .kolumna1 {
    width: 10%;
    float: left;
    text-align: end;
}

.kolumna2 {
    width: 45%;
    float: left;
    text-align: center;
}


.kolumna3 {
    width: 45%;
    float: left;
    text-align: center;
}