﻿/* ACID DESIGN MAIN STYLESHEET */
/* Written By: Chris Stephens */

/* MAIN TAG STYLES */

body {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	color: #CCCCCC;
	background-image: url('../images/websitebackground.png');
	overflow: scroll;
	overflow-x: hidden;
}
img {
	border: 0px;
}
a {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

/* LAYOUT DIVISION STYLES */

div#maincontentdiv {
	position: relative;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
}
div#rightcolumndiv {
	position: relative;
	float: right;
	width: 500px;
	vertical-align: top;
}
div#leftcolumndiv {
	position: relative;
	float: left;
	width: 455px;
	vertical-align: top;
}
div#menudiv {
	width: 350px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #999999;
	border-top: 2px #C0C0C0 groove;
	border-bottom: 2px #C0C0C0 groove;
	text-transform: uppercase;
	word-spacing: 2px;
	letter-spacing: 1px;
}

div#contactdiv {
	width: 250px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div#contactfieldsdiv {
	position: relative;
	float: left;
}
div#contactinfodiv {
	position: relative;
	float: right;
}


div#footerdiv {
	position: relative;
	width: 955px;
	height: 50px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#socialnetworkdiv {
		position: relative;
		width: 120px;
		margin-left: auto;
		margin-right: auto;
}

img#websitelogoimg {
	width: 425px;
	height: 300px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	display: block;
}

img#topictitleimg {
	width: 350px;
	height: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
/* CLASS STYLES */

.examplewebsitesimg {
	width: 250px;
	height: 156px;
	position: relative;
	float: left;
	border: 2px #C0C0C0 groove;
	margin-right: 15px;
	display: inline-block;
	z-index: 2;
}

p {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
	white-space: normal;
}
.footertext {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.socialnetworkicon {
	height: 25px;
	width: 25px;
	border: 0px;
}