/*   
Theme Name: Topart
Theme URI: http://www.vfxdude.com/downloads/
Description: A child theme for Big Feature
Author: Roger Grimstad
Author URI: http://www.vfxdude.com
Template: bigfeature
Version: 1.0.1
*/

body {
        background: url('http://www.getfitwithandrei.com/wp-content/uploads/2010/04/carbon-pattern.png');
	background-repeat: repeat-x repeat-y;
	background-position: center;
}

body .post h1 { font-size: 30px; font-family: Arial; }

#container {
	margin-top: 0px;
	border: 1px #ddd solid;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-box-shadow: 0 0 25px #000;		
	-webkit-box-shadow: 0 0 25px #000;		
}       


