/*
Theme Name:     TwentyTwelve Child
Theme URI:      http://whatareyoureadingthisfor.com
Description:    Child theme for the TwentyTwelve theme 
Author:         Paul B
Author URI:     http://tigtech.net
Template:       twentytwelve
Version:        0.0001
*/

@import url("../twentytwelve/style.css");
body{background: #f20e12; /* Old browsers */
background: -moz-linear-gradient(top, #f20e12 0%, #f28c2e 11%, #f9e52f 20%, #c1e05c 31%, #2bad24 46%, #73a5c4 62%, #1834a3 75%, #7c348e 86%, #3e1256 97%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f20e12), color-stop(11%,#f28c2e), color-stop(20%,#f9e52f), color-stop(31%,#c1e05c), color-stop(46%,#2bad24), color-stop(62%,#73a5c4), color-stop(75%,#1834a3), color-stop(86%,#7c348e), color-stop(97%,#3e1256)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f20e12 0%,#f28c2e 11%,#f9e52f 20%,#c1e05c 31%,#2bad24 46%,#73a5c4 62%,#1834a3 75%,#7c348e 86%,#3e1256 97%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f20e12 0%,#f28c2e 11%,#f9e52f 20%,#c1e05c 31%,#2bad24 46%,#73a5c4 62%,#1834a3 75%,#7c348e 86%,#3e1256 97%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f20e12 0%,#f28c2e 11%,#f9e52f 20%,#c1e05c 31%,#2bad24 46%,#73a5c4 62%,#1834a3 75%,#7c348e 86%,#3e1256 97%); /* IE10+ */
background: linear-gradient(to bottom, #f20e12 0%,#f28c2e 11%,#f9e52f 20%,#c1e05c 31%,#2bad24 46%,#73a5c4 62%,#1834a3 75%,#7c348e 86%,#3e1256 97%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20e12', endColorstr='#3e1256',GradientType=0 ); /* IE6-9 */

}

body .site{ border-radius: 20px 20px 20px 20px;
background-color: #ffffff;
border: 2px solid #999999;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#feffe5', endColorstr = '#ebddc0');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#feffe5', endColorstr = '#ebddc0')";
background-image: -moz-linear-gradient(top, #feffe5, #ebddc0);
background-image: -ms-linear-gradient(top, #feffe5, #ebddc0);
background-image: -o-linear-gradient(top, #feffe5, #ebddc0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#feffe5), to(#ebddc0));
background-image: -webkit-linear-gradient(top, #feffe5, #ebddc0);
background-image: linear-gradient(top, #feffe5, #ebddc0);


}
