/* ItsRickysChannel Warren Stylesheet */



body{
	background-image: url("assets/pagebackground.jpg"); 
	background-size: cover;
	background-attachment: fixed;
	background-color: #5d0000;
	margin:0;
}

.mainpage{
	width: 950px;
	height: auto;
	margin: auto;
}

.header1{
	font-family: roboto bold italic;
	font-weight: normal;
	font-size: 45px;
	line-height: 45px;
	color: white;
	text-shadow: 1px 2px 5px #000000;
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}
.header3{
	font-family: roboto bold italic;
	font-weight: normal;
	font-size: 23px;
	line-height: 23px;
	color: white;
	text-shadow: 1px 2px 5px #000000;
	margin-top: 15px;
	margin-left: 1px;
	margin-bottom: 3px;	
}





.titlenav{
	background-color: #000000;
	color: white;
	font-family: roboto italic;
	font-size: 20px;
	list-style-type: none;
	overflow: hidden;
	height: 45px;
	width: 950px;
}
.irclogo{
	float: left;
	margin: auto;
	color: white;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 9px;	
}
.titlemenuitem{
	float: left;
}
.titlemenuitem a{
	font-family: roboto italic;
	display: block;
	color: white;
	text-decoration: none;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;	
}
.titlemenuitem a:hover{
	background-color: #840000;
}



.flex_container{
	display: flex;
	gap: 7px;
	grid-template-columns: auto auto auto auto;
	overflow: hidden;
	flex-wrap: wrap;
	height: auto;
	width: auto;
	margin-bottom: 2px;
}



.titleheader2{
	background-image: url("assets/footerbg.jpg");
	background-color: #840000;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 100%;
	height: 85px;
	color: white;
}
.titleheader2_text{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 7px;
	margin-left: 8px;
	margin-bottom: 2px;	
	font-family: roboto bold italic;
	font-size: 70px;
	text-shadow: 1px 2px 3px #000000;
	font-weight: normal;	
}



.thumb_item{
	float: left;
	height: 210px;
	width: 312px;
	color: white;
	background-color: #d10000;
	text-decoration: none;
}
.thumb_item:hover{
	color: white;
	text-decoration: underline;
}
.thumb_title{
	font-family: roboto bold italic;
	font-size: 25px;
	text-shadow: 1px 2px 5px #000000;
	margin-top: 2px;
	margin-left: 7px;
	margin-right: 7px;	
	margin-bottom: 0px;
}
.thumb_desc{
	font-family: roboto;
	font-size: 14px;
	color: white;
	text-shadow: 1px 2px 5px #000000;
	margin-top: 0px;
	margin-left: 7px;
	margin-right: 7px;	
	margin-bottom: 0px;
}
.thumb_image{
	height: 130px;
	width: 302px;
	background-color: black;
	background-image: url("../images/itemtile.jpg");
	background-size: cover;
	background-position: center; 
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 0px;
}



/* SITE MAP */
.white_space{
	background-color: white;
	margin-top: 2px;
}
.panel1{
	padding-top: 10px;
	padding-left: 15px;
	width: 550px; 
	float: left;
	
}
.panel2{
	float: left; 
	width: 350px; 
	margin: auto;
}
.internaltitle{
	font-family: roboto bk;
	font-weight: normal;
	font-size: 37px;
	margin-top: 2px;
	margin: 0px;
}
.internalpara{
	font-family: roboto;
	font-size: 17px;
	margin-top: 5px;
	line-height: 20px;
}




.site_map_column{
	width: 245px;
	margin-top: 4px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 3px;
	padding-bottom: 8px;	
	border-color: black;
}


.column_title{
	font-family: roboto bold;
	font-weight: normal;
	font-size: 20px;
	line-height: 19px;
	margin-top: 8px;
	margin-bottom: 8px;
}


.hyper_list_item{
	margin-left: 10px;
	font-family: roboto;
	font-size: 17px;
	color: #c90000;	
	margin-bottom: 6px;
}
.hyper_list_item::marker{
	color: black;	
}
.hyper_list_item a{
	font-family: roboto;
	font-size: 17px;
	color: #c90000;	
	text-decoration: none;
}
.hyper_list_item:hover{
	text-decoration: underline;
}




.hyperlink{
	font-family: roboto;
	font-size: 17px;
	text-decoration: none;	
	color: #c90000;	
}
.hyperlink:hover{
	text-decoration: underline;
}






/* FOOTER STYLE */
.footer {
	height: 100px;
	width: 950px;
	background-color: #840000;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	background-image: url(assets/footerbg.jpg);
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 14px 0;
}
.footertext{
	padding-top: 4px;
	margin-top: px;
	margin-bottom: 2px;
	font-family: roboto italic;	
}