/*
Theme Name: thecancerus Child Theme
Theme URI: http://thecancerus.com/
Author: Amit Singh
Author URI: http://thecancerus.com/
Description: Theme for a thecancerus.com blog, it is child theme of presswork theme. 
Template: presswork
Version: 0.1

If the Child Theme is used, this stylesheet will override the stylesheet within the Whiteboard Framework parent theme.
*/

@import url("../presswork/style.css");
* { margin:0; padding:0; }


body.home #body-wrapper {
	width:100%;
	background-color:transparent;
}

body.home #headerbanner {
	display:none;
}

body.home #footer,body.home footer {
	display:none;
}
.front-page-center{
	width:450px;
	float:right;
	margin-right:100px;
	background:transparent url(images/bg-black.png);
	padding-bottom:15px;
}
.my-statment{
	
	height:300px;
	/* background:transparent url(images/bg-black.png); */
	
	text-align:center;
	
	color:#fff;
	padding:20px;
	font-size:15px;
	line-height:20px;
	margin-bottom:0px;
}

#get_social{
	width:375px;
	float:right;
	text-align:center;
}
.wp,.g,.t,.fb,.s,.in{
width:32px;
height:32px;
display:block;
text-indent:-99999px;
float:left;
margin:0 10px;
}
.wp{
	background:url(images/social/w1.png) no-repeat;
}
.g{
	background:url(images/social/g1.png) no-repeat;
}
.t{
	background:url(images/social/t1.png) no-repeat;
}
.fb{
	background:url(images/social/f1.png) no-repeat;
}

.s{
	background:url(images/social/sk1.png) no-repeat;
}
.in{
	background:url(images/social/in1.png) no-repeat;
}
.blog-title{
	text-align:center;
	font-family: 'Oswald',sans-serif;
    font-size: 48px;
    height: 55px;
	color:#fff;
	margin:5px 0px;
}
img{ border:none; }
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }
#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
#supersized a.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
