/* BODY CSS - Basic site settings */

body {
		background-image:url(../images/site/mainbackground_horror_wesker.png);
		background-repeat: no-repeat;
		background-color: #111111;
		color: #009f34;
		font-family:  Calibri, Verdana, Arial, Times New Roman;

}

/* GLOBAL CSS - divMain contains all components */

.divMain{
		width: 1400px;
		margin-left: auto;
		margin-right: auto;
		background-image:url(../images/site/mainbanner_horror_2.png);
		background-repeat: no-repeat;
}

/* CONTENT MAIN - divContent contains page specific content */

.divContent{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
}


/* BANNER CSS */

.divBanner{
		height: 290px;
}


/* FOOTER CSS */

.divFooter {
		float: center;
}



/* IMG CSS */

.imgBorder1 {
		border: 3px #009f34;
		border-style: groove;
}

img.banner1 {
		z-index: -1;
}


/* FONT CSS - Styling and formating of selected texts/headers/titles */

.fontStyle1 {
		font-size: 20px;
		font-weight: bold;
		font-variant: small-caps;
		color: #00bf3f;	
}

.fontStyleTitle {
		font-size: 25px;
		font-weight: bold;
		font-variant: small-caps;
		font-family: verdana;
		color: #F0F0F0;	
		text-shadow: 4px 4px black;
}

.fontStyle2 {
		font-size: 18px;
		font-weight: bold;
		font-variant: small-caps;
		color: #00bf3f;		
}

.fontStyle3small {
		font-size: 14px;
		font-style: italic;
		font-variant: ;
		color: #00bf3f;		
}

.fontColor_LGreen {
		color: #00e54b;
}



/* PRESS CSS */

.press_table td {
		width: 300px;
		height: 200px;
		padding: 1px;
		text-align: center;
		
}

/* NEWS CSS - News and Twitter divs */

.divNews{
		float: left;
		width: 800px;
}

.divTwitter{
		float: left;
		width: 400px;
}


/* MENU AND SOCIAL MEDIA LINKS CSS */

.divLinks{
		float: left;
}

.divTopWrap{
		height: 60px;
		width: 1200px;		
		margin-left: auto;
		margin-right: auto;
}

.divMenu{
		float: left;
}

.divMenuInternal{
		float: left;
		width: 1400px;
}


#menulist li {
		cursor: auto;
		display: inline;	
		list-style-type: none;
		font-size: 20px;
		line-height: 0px;
		width: auto; 
}

#linklist li {
		cursor: auto;
		display: inline;
		list-style-type: none;
		font-size: 18px;
		line-height: 0px;
		width: auto; 
}

.menu_first_item {
		margin-left: 0px;
}

.menu_end_upcoming {
		margin-left: 255px;
}

.menu_other {
		margin-left: 35px;
}

a.menu_item_up {
		text-decoration: none;
		color: green;
		font-weight:bold;
		width: 30px;
		
}

a.menu_item {
		text-decoration: none;
		color: white;
		font-weight:;
		width: 30px;
		font-family: verdana;
		
}

/* SOCIAL MEDIA LINKS */

a.menu_item_twitter {
		text-decoration: none;
		color: lightgray;
		font-weight:;
		width: 30px;
		font-family: verdana;
}

a.menu_item_twitter:visited {
		color: lightgray;
}

a.menu_item_twitter:hover {
		color: #3399ff;
}

a.menu_item_facebook {
		text-decoration: none;
		color: lightgray;
		font-weight:;
		width: 30px;
		font-family: verdana;
		
}

a.menu_item_facebook:visited {
		color: lightgray;
}

a.menu_item_facebook:hover {
		color: #336699;
}

a.menu_item_youtube {
		text-decoration: none;
		color: lightgray;
		font-weight:;
		width: 30px;
		font-family: verdana;
		
}

a.menu_item_youtube:visited {
		color: lightgray;
}

a.menu_item_youtube:hover {
		color: #cc3333;
}


a.menu_item_tumblr {
		text-decoration: none;
		color: lightgray;
		font-weight:;
		width: 30px;
		font-family: verdana;
		
}

a.menu_item_tumblr:visited {
		color: lightgray;
}

a.menu_item_tumblr:hover {
		color: #333366;
}



a.menu_item_deviantart {
		text-decoration: none;
		color: lightgray;
		font-weight:;
		width: 30px;
		font-family: verdana;
		
}


a.menu_item_deviantart:visited {
		color: lightgray;
}

a.menu_item_deviantart:hover {
		color: #336666;
}


a.menu_item_event{
		text-decoration: none;
		color: #481F66;
		width: 30px;
		
}

a.menu_item_up:hover {
		color: #009f34;
}

a.menu_item:hover {
		color: #009f34;
}

.imgLink{
		border:none;
}

/* BANNER CSS - Settings for the main site banner(s) */

.bannerHorror {
		z-index:-3;
		
}

/* MISC. LINK CSS - Styling of misc. links on the website */

a.link_style_crimson:link {color: crimson;}
a.link_style_crimson:visited {color: crimson;}
a.link_style_crimson:hover {color: crimson;}
a.link_style_crimson:active {color: crimson;}
