/*
Theme Name: Collective
Description: Used for Collective Milestones
Version: 1.0
Author: Gary Ashby
*/

@charset "utf-8";
/* CSS Document */

html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color: #295595;
}

A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #295595;
}

A:hover {
	text-decoration: none;
	color: #0066FF;
	font-weight: bold;
}

#banner {
	background-image:url(../../../../images/banner_background.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height: 200px;
	width: 100%;
	background-color: #000000;
}
#content {
	text-align:left;
}
#content_wrapper {
	margin-left: 28px;
}
#milestone_text {
	font: Verdana;
	font-size: 10px;
}
#wide_spacer {
	width:100%;
	height:20px;
}
#bottom_spacer {
	width: 100%;
	height: 200px;
}
.title {
	background-image: url(../../../../banners/csotm_bg.jpg);
	background-repeat: no-repeat;
}
.smalltext {
	font-size: 10px;
	font-family: Verdana;
	color: black;
}
.instructions {
	padding-left: 2em;
	font-size: 0.8em;
	font-family: Verdana;
	color: #295595;
	font-style: italic;
	font-weight: bold;
}
.indented {
	margin-left: 3em;
	padding: 1em;
   	font-size: 0.7em;
	font-family: Verdana, san-serif;
	width: 40em;
	background: #eef5fe;
	border: 1px double #d4ddeb;
}

.style2 {
	font-size: 10px;
	font-weight: bold;
}
.milestone_title {
	font-weight: bold;
	font-size: 1.2em;
}
#milestones {
	background-image: url(../../../../buttons/milestones.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 345px;
	vertical-align: middle;
	margin-left: 26px;
}
#magazine {
	background-image: url(../../../../buttons/magazine.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 345px;
	vertical-align: middle;
	margin-left: 26px;
}
#csotm {
	background-image: url(../../../../buttons/csotm.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 345px;
	vertical-align: middle;
	margin-left: 26px;
}
#rygen {
	background-image: url(../../../../csotm/info_rygen_off.jpg);
	background-repeat: no-repeat;
	height: 146px;
	width: 408px;
	vertical-align: middle;
	margin-left: 26px;
	display: inherit;
}
#breadcrumbs {
	padding-left: 28px;
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
