/* CSS Document */

/*Default HTML Attributes */
body  { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #f5f5f5; margin: 0; padding: 0 }

/* Main Content - Link Appearance */
a:link   { color: #f03; text-decoration: none }

a:visited  { color: #f03; text-decoration: none }

a:hover {
	color: #333333;
	text-decoration: none;
}

/* About Page - The container of all the text */
#about_indent{
	margin-left: 45px;
	width: 700px;
	text-align: left;
	vertical-align: top;
	margin-top: 52px;
}

/* About Page - Text Attributes */
.about_text{
	color: #000000;
	vertical-align: top;
	font-size: .6em;
	text-align: left;
	padding-left: 5px;
	padding-right: 7px;
}

/* About Page - Large, Bold Title at the Top */
.about_title{
	font-size: .6em;
	font-weight: bold;
	margin-left: 350px;
}

/* Boards Page - the menu on the boards page */
#boards_menu{
	margin-left: 115px;
	margin-top: 330px;
	width: 590px;
	border: 0px solid #000000;
	position: relative;
	z-index: 10;
}

/* Every Boad Page - the description of each board */
#boards_desc{
	margin-left: 20px;
	margin-top: 100px;
	width: 500px;
	border: 0px solid #000000;
	top: 0px;
	position: relative;
	left: 15px;
}

.boards_desc_left{
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

/* Bold Text - you should use this instead of the html tag <strong> or <b>*/
.bold{
	font-weight: bold;
}

/* Link Attributes - bottom of every page */
.bottom { color: #f03; font-size: 0.6em; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; padding-right: 5px; padding-left: 5px; vertical-align: middle }

/* Main Page - Background [the Big Square] */
.catalog_left { background-color: #ffffff; text-align: left; margin: 0; padding: 0; width: 865px; height: 420px; vertical-align: top; border: solid 2px #000000 }

/* Catalog Tabs - side of every page */
.catalog_right      { margin: 0; padding: 0 1px; width: 79px; vertical-align: top }

/* Features Page - The container of all the text */
#features_indent{
	margin-left: 275px;
	width: 565px;
	text-align: left;
	vertical-align: top;
	margin-top: 70px;
	
}

/* Features Page - Text Attributes */
.features_text{
	color: #000000;
	vertical-align: top;
	font-size: 0.6em;
	text-align: left;
}

/* Giving Back Page - The container of all the text */
#giving_indent{
	margin-left: 10px;
	width: 595px;
	text-align: left;
	vertical-align: top;
	margin-top: 25px;
}

/* Giving Back Page - Text Attributes */
.giving_text{
	color: #000000;
	vertical-align: top;
	font-size: 0.7em;
	text-align: center;
}

.italic{
	font-style: italic;
}

.indent{
	padding-left: 10px;
}

/* Links Page - The container of all the text */
#links_indent{
	margin-left: 50px;
	margin-right: 25px;
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	padding-right: 5px;
}

/* Links Page - Text Attributes */
.links_text{
	color: #ffffff;
	vertical-align: top;
	font-size: 0.6em;
	text-align: left;

}

a.links:link{
	color: #FFFF00;
	text-decoration: none;
}

a.links:visited    { color: #ccc; text-decoration: none }

a.links:hover   { color: #f03; text-decoration: none }


/* Every Page - Contains the site in a black border (Add 4 pixels height and width for the 2px border on catalog_right*/
#main { padding-top: 34px; width: 949px; height: 449px }

/* Shop Page - The text box on the left bottom of the page */
#media_bottom{
	font-size: .6em;
	padding-left: 5px;
	/* These margins position the white box on the page */
	margin-left: 225px;
	margin-top: 10px;
	/*the dimensions of the box*/
	width: 370px;
	border: 0px solid #000000;
}

/* Shop Page - The text box on the left bottom of the page */
#media_top{
	font-size: .6em;
	padding-left: 5px;
	/* These margins position the white box on the page */
	margin-left: 225px;
	margin-top: 10px;
	/*the dimensions of the box*/
	width: 610px;
	border: 0px solid #000000;
}

/* Shop Page - Text Attributes */
.media_text{
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* Shop Page - The text box on the left bottom of the page */
#shop_indent{
	font-size: .7em;
	padding-left: 5px;
	/* These margins position the white box on the page */
	margin-left: 5px;
	margin-top: 40px;
	/*the dimensions of the box*/
	width: 625px;
	border: 0px solid #000000;
}

/* Shop Page - Text Attributes */
.shop_text{
	color: #000000;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}

.tabs{
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 5px;
}

/* Every Team Page - The text box with the bio */
#team_bio{
	/* These margins position the bios on the page */
	margin-left: 25px;
	margin-top: 80px;
	/*the dimensions of the box*/
	width: 400px;
	border: 0px solid #000000;
}

/* Individual Team Member Pages - Left Column of the Bio Table */
.team_bio_left{
	width: 200px;
	font-weight: bold;
}

/* Team Page - The text box on the left bottom of the page */
#team_indent{
	/* These margins position the white bos on the page */
	margin-left: 14px;
	margin-top: 129px;
	/*the dimensions of the box Kelly drew */
	width: 273px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}

/* Team Page - Text Attributes */
.team_text{
	font-size: .6em;
	color: #000000;
	margin: 5px;
	text-align: left;
	vertical-align: top;
}

/* Every Page - Large, Bold Title at the Top */
.title{
	font-size: .7em;
	font-weight: bold;
	margin-left: 10px;
}

/* Places the Video on the theater pages*/
#video_indent{
	margin-top: 90px;
	margin-left: 265px;
}
