/* General Site Style Sheet */

div {
	/* border: red dashed 4px; 
	border: 2px dashed #A5AEC5; */
}

body {
	margin:0;
	padding:0;
	font-family: calibri, verdana;
	background-color: #DAEDED;
	height: 100%;
	background-image: url(images/bg-gridlite.gif);
	background-repeat: repeat;
	text-align: left;
}

/* Black Box */
.page {
	height: 100%;
	width: 600px;
	position: relative;
	margin-left: 100px;
	background-color: #000000;
}

/* Grey Box */
.content {
	width: 576px;
	margin-left: 12px;
	margin-right: auto;
	background-color: #424448;
	margin-bottom: 12px;
	padding-top: 1px;
	background-image: url(images/bg-fade.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Propaganda Brick Box */
.contentpropa {
	width: 576px;
	margin-left: 12px;
	margin-right: auto;
	background-color: #000000;
	margin-bottom: 12px;
	padding-top: 1px;
	background-image: url(images/bg-bricks.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* Read Respond Release Brick Box */
.contentrrr {
	width: 576px;
	margin-left: 12px;
	margin-right: auto;
	background-color: #000000;
	margin-bottom: 12px;
	padding-top: 1px;
	background-image: url(images/bg-books.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* Main text column space */
.mainarea {
	color: #DAEDED;
	width: 270px;
	min-height: 50px;
	position: relative;
	margin-left: 14px;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: left;
	float: left;
}

/* Main text column text */
.maintext {
	line-height: 110%;
}

/* TOP OF PAGE LAYOUT */

.heading {
	height: 120px;
	width: 392px;
	margin-left: 24px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}

.tagline {
	height: 42px;
	width: 550px;
	position: relative;
	margin-left: 14px;
	margin-top: 3px;
}

/* MAIN PAGE COLUMN IMAGES */

.colimg {
	height: 350px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin-right: 10px;
	margin-top: -36px;
	float: right;
}

.colimg1 {
	/* background-image: url(images/columnimage/000.png); */
}

.colimg2 {
	/* background-image: url(images/columnimage/004.png); */
}

.colimg3 {
	/* background-image: url(images/columnimage/002.png); */
}

 /* PROPAGANDA IMAGES */
 
.propaposters {
	padding-bottom: 300px;
}
 
.prop {
	height: 275px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	margin-bottom: 20px;
	left: 10px;
}

.prop1 {
	background-image: url(images/propa/rockpower-link.png);
	left: 75px;
}

.prop2 {
	background-image: url(images/propa/coffeekills-link.png);
	left: 250px;
}

.rrrbookheader {
	height: 300px;
	width: 576px;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	background-image: url(images/rrr/rrr-bookheader.png);
}

 /* RIGHT COLUMN ATTRIBUTES */
 
.sidebar {
	position: absolute;
	left: 615px;
	width: 135px;
	top: 120px;
} 
 
.navandabout {
	background-color: #000000;
	padding: 10px;
}

.navbar {
/* In case of need to adjust navbar individually. */
}

.aboutbox {
	margin-top: 20px;
}

.footer {
	position: relative;
	width: 500px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

.cachedimg {
	display: none;
}

/* TEXT STYLING */

a {
	color: black;
	text-decoration: none;
}

a img {
	text-decoration: none;
	border: 0 none;
	}

h1, h2, h3 {
	color: #FF8200; 
	/* color: #0082FF; */
	text-transform: uppercase;
	font-family: aharoni, trebuchet MS, arial black;
	letter-spacing: 2px;
}
	
h1 {
	font-size: 12pt;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2 {
	font-size: 12pt;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 115%;
}

h3{
	font-size: 7pt;
}

p {
	margin-top: 6px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 13px;
}