/*
Theme Name:     PSNA Child
Description:    Ultimatum child theme.
Author:         PSNA
Template:       ultimatum

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../ultimatum/style.css");

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />

.menu-item {padding: 0px 50px 0px 0 px
}


.polaroid {
	position: left;
	background: #fff;
	width: 180px;
	padding: 5px;
	margin: 8px 0px;
	text-align: center;	
	-moz-box-shadow: 1px 1px 3px #222;
	-webkit-box-shadow: 1px 1px 3px #222;
	box-shadow: 1px 1px 3px #222;
	
}

.polaroid2 {
	position: left;
	background: #fff;
	width: 400px;
	padding: 5px;
	margin: 8px 0px;
	text-align: center;	
	-moz-box-shadow: 1px 1px 3px #222;
	-webkit-box-shadow: 1px 1px 3px #222;
	box-shadow: 1px 1px 3px #222;
	
}

.polaroid3 {
	position: left;
	background: #fff;
	width: 900px;
	padding: 5px;
	margin: 8px 0px;
	text-align: center;	
	-moz-box-shadow: 1px 1px 3px #222;
	-webkit-box-shadow: 1px 1px 3px #222;
	box-shadow: 1px 1px 3px #222;
	
}