@charset "UTF-8";
body {
	font-family: "myriad-pro", sans-serif;
	font-size: .95em;
	background-color: #333;
	background-image: url(assets/bg-tile.png);
	background-repeat: repeat;
	color: #333;
	line-height: 1.5em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #B95D02;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6345C7;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F90;
}
h1 {
	font-size: 1.18em;
	margin-bottom: -0.5em;
	font-weight: 600;
}
h2 {
	font-size: 1.18em;
	margin-bottom: -0.5em;
	font-weight: 600;
}
h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	color: #454545;
}
strong {
	font-weight: 600;
}
#package {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	-moz-box-shadow: 0px 18px 18px rgba(0, 0, 0, .69);
	-webkit-box-shadow: 0px 18px 18px rgba(0, 0, 0, .69);
	box-shadow: 0px 18px 18px rgba(0, 0, 0, .69);
}
#banner {
	clear: both;
}
/*#feature {
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 25px;
}*/

#nav {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: .95em;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

#insight {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	/* [disabled]margin-bottom: 25px; */
	padding-bottom: 36px;
	text-align: center;
}

#insight h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

#tips {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	/* [disabled]margin-bottom: 25px; */
	text-align: center;
}

#content {
	float: left;
	width: 750px;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding-bottom: 25px;
}
#sidebar {
	float: left;
	width: 300px;
	margin-left: 50px;
	font-size: 0.85em;
	text-align: left;
	line-height: 136%;
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, .36);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .36);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .36);
	-moz-border-radius: 6px 6px 6px 6px; /* The values are for top left, top right, bottom right, bottom left corners. */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border: 1px solid #CCC;
	background-color: #F1F1F1;
	margin-top: 25px;
}
#footer {
	font-size: 0.7em;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

.tip {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 150px;
	margin-right: 115px;
	text-align: left;
}

.tip-last {
	clear: both;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	margin-left: 150px;
	margin-right: 115px;
	text-align: left;
}

.pod {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 25px;
	padding-top: 25px;
}
.sidebar-podFirst {
	clear: both;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CCC; */
	padding-bottom: 25px;
}
.sidebar-pod {
	clear: both;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CCC; */
	padding-bottom: 25px;
	margin-top: 0px;
}
.sidebar-podLast {
	clear: both;
	/*padding-bottom: 25px;*/
	margin-top: 0px;
}
#sidebar h2 {
	color: #FFF;
	background-color: #666;
	background-image: url(assets/bg-month.png);
	background-repeat: repeat-x;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	-moz-border-radius: 6px 6px 0px 0px; /* The values are for top left, top right, bottom right, bottom left corners. */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
#sidebar h3 {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
#sidebar p {
	padding-right: 10px;
	padding-left: 10px;
}
.pod-last {
	clear: both;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #CCC; */
	padding-bottom: 25px;
	padding-top: 25px;
}
.pod-leftCol {
	float: left;
	width: 144px;
	margin-right: 20px;
}
.pod-rightCol {
	float: left;
	width: 586px;
}
.pod-rightCol h3 {
	color: #FA9605;
}
.month {
	color: #FFF;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #333;
	padding-left: 10px;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	-moz-border-radius: 6px 6px 0px 0px; /* The values are for top left, top right, bottom right, bottom left corners. */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background-image: url(assets/bg-month.png);
	background-repeat: repeat-x;
}
.date {
	font-size: 3em;
	color: #999;
	float: left;
	margin-right: 10px;
	display: block;
	padding-bottom: 48px;
	padding-top: 10px;
}
.date-current {
	font-size: 3em;
	color: #FA9605;
	float: left;
	margin-right: 10px;
	display: block;
	padding-bottom: 48px;
	padding-top: 10px;
}

.date-break {
	font-size: 3em;
	color: #80a800;
	/*color: #A94500;*/
	float: left;
	margin-right: 10px;
	display: block;
	padding-bottom: 48px;
	padding-top: 10px;
}

.date-white {
	font-size: 3em;
	color: #FFF;
	float: left;
	margin-right: 10px;
	display: block;
	padding-bottom: 48px;
	padding-top: 10px;
}

.schedule-item {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	color: #454545;
	padding-right: 5px;
}

.schedule-item-break {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	/*color: #A94500;*/
	color: #80a800;
	/*color: #80a800;
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(128,169,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(128,169,0,1.00) 100%);
	margin-left: -5px;
	padding-left: 5px;*/
	padding-right: 5px;
}

.notes {
	font-size: 0.85em;
	color: #666;
	line-height: 136%;
}

.due-date {
	color: #FA9605;
}
.hotstuff {
	font-weight: 600;
	color: #F00;
}
.clearfix {
	clear: both;
}
.img-left {
	float: left;
	padding-right: 10px;
	/* [disabled]padding-bottom: 10px; */
}
.img-dos-donts {
	float: left;
	padding-right: 7px;
	margin-top: -7px;
}
.img-right {
	float: right;
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-bottom: 10px; */
	padding-left: 10px;
}
.img-dos-donts-portrait {
	float: right;
	margin-top: -18px;
	margin-right: -12px;
	margin-left: 0px;
}

.table {
	clear: both;
	font-size: 0.85em;
	border-collapse: collapse;
}

.table th {
	color: #FFFFFF;
	background-image: url(assets/bg-month.png);
	background-repeat: repeat-x;
	background-color: #333;
	/* [disabled]text-align: left; */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.table td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	line-height: 136%;
}

.table tr:nth-child(odd) {
	background-color: #CCC;
}
.pod-rightCol ul li {
	padding-bottom: 12px;
}
.pod-rightCol ol li {
	padding-bottom: 12px;
}

.extra-credit {
	font-size: 0.85em;
	line-height: 136%;
	margin-top: 36px;
}
.extra-credit-color {
	font-weight: 600;
	color: #CC7A00;
}