@charset "UTF-8";
/*
CSS by Ben Gibiec - 41229096 
AnimeMQ.com CSS - MAS 208 - Assignment - Website
*/

/*  */
/* Global Styles */

body {
	color:#000;
	background-color:#b9dae9;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top:20px;
	margin-bottom:50px;
	font-size:16px;
	text-align:center;
	background-image:URL("/i/site/animebg.png"); 
	background-repeat:repeat-x;
	background-attachment:fixed
}

div{border:none;} /* no borders */
img{border:0px; margin-bottom:10px;}

p{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

a:link,A:visited,A:active{
	color: #08e;
}

a:hover{
	color:#3376B4;
	text-decoration:none;
	cursor:crosshair;
}


/* Container - the box that holds all the content - forces width, centres page. */

#container{
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}


/* Banner / Head / Body / Footer - the main content of the page */
/* held in the container... These are the main containing divs and global styles  */
/* which are specific for the containers. */
#banner{
	height:193px;
	background-image:URL("/i/site/bannerbg2.gif");
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	color:#FFF;
}

#head{
	position:relative;
	float:left;
	width: 900px;
	height: 67px;
	margin-top:20px;
	background-image:URL("/i/site/headbg2.gif");
	background-repeat:no-repeat;
	background-position:top;
}

#info{
	background-color:#f6f6f6;
	position:relative;
	float:right;
	width: 400px;
	height: auto;
	margin-top:0px;
	margin-bottom:35px;
	margin-left:35px;
	margin-right:0px;
}

#body{
	background-color:#a4d3e7;
	position:relative;
	float:left;
	width:860px;
	padding-top:0px;
	padding-left:25px;
	padding-right:15px;
	padding-bottom:35px;
	background-image:URL("/i/site/bodybg.gif");
	background-repeat:repeat-y;
	background-position:top;
	margin-bottom:0px;
	padding-bottom:0px;
}


#foot{
	position:relative;
	float:left;
	width: 900px;
	height:43px;
	color:#fff;
	font-size:13px;
	background-image:URL("/i/site/footbg.gif");
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:center;
	margin-top:0px;
}

/* Banner image */
 .bannertxt{
 	position:relative;
	top:160px;
	font-size:20px;
	text-align:center;
}

/* Info menu bar - floating on rigt hand side of page */

#info div{
	font-size:15px;
	width: 372px;
	height: auto;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:30px;
	background-image:URL("/i/site/colbg.gif");
	background-repeat:no-repeat;
	background-position:top;
}

#info img{
	border:solid 1px #000;
}

/* Footer */

#foot p{
	margin-top:18px;
}

#foot a:link,#foot A:visited,#foot A:active, #banner a:link, #banner A:visited , #banner A:active{
	color:#fff;
	text-decoration:none;
}

#foot a:hover , #banner a:hover{
	color:#fff;
	text-decoration:underline;
	cursor:crosshair;
}

/* Misc Formatting */

h1, h2, h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
}

h1{
	font-family:Georgia, Times New Roman, Times, serif,Geneva, Arial, Helvetica, sans-serif, Verdana;
	/* color:#0065A9; */
	color:#56a5d7;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	padding-bottom:0px;
	margin-left:15px;
	font-size:23px;
	position:absolute;
	top:-50px;
	font-size:40px;
}

h2{
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
}

h3{
	color:#000;
	font-size:20px;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:10px;
}

.smallbox{
	width:195px;
	position:relative;
	float:left;
	margin-right:8px;
}

.emailbox{
	width:350px;
	position:relative;
	float:left;
	margin-right:8px;
}

.contactbox{
	width:400px;
	text-align:right;
}

.smallcontainer{
	width:100%;
	height:210px;
	margin-bottom:15px;
}

.imagespace img{
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	border:solid 1px #000;
}

.clear{
	clear:both;
	padding-top:30px;
}

.cent{
	text-align:center;
}

.small{
	font-size:12px;
}

ul{
	margin-top:0px;
	margin-left:0px;
	padding-left:25px;
}




/* Homepage Blog Generation */

.rss-items {
	margin-top:0px;
	padding:0em; 0.5em;
	margin-left:0px;
	color:#000000;
	text-align: Left;
	word-wrap: break-word;
	font-size:15px;
}
.rss-item  {
  font-weight:normal;
  list-style:none;
  padding-bottom:1em;
}


