/* -----------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2009.3.19
Client:			Success Computer Consulting - TechPulse Website
File Purpose:	Base Style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* --------------------------- UNIVERSAL DEFS ------------------------------ */
p { margin: 0px; padding: 0px 0px 12px 0px; }
ul { margin-top: 0px; margin-bottom: 12px; padding-top: 0px; }
ol { margin-top: 0px; margin-bottom: 12px; padding-top: 0px; }
h3 { font-weight: bold; font-size: 15px; line-height: 19px; margin: 0px; padding: 0px; }
h2 { font-weight: bold; font-size: 18px; line-height: 22px; margin: 0px; padding: 0px 0px 16px 0px; }

input, select {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}
img.float_right {
	float: right;
}
img.float_left {
	float: left;
}
img.centered {
	margin: 0px auto;
}
form.no_margin {
	margin: 0px;
	padding: 0px;
}
div.form_row {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
}
div.form_row_bottom {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	float: left;
}
div.padded_text {
	margin: 0px;
	padding: 6px 10px 9px 10px;
}
div.padded_text p {
	margin: 0px;
	padding: 0px;
}
div.page_text {
	margin: 0px;
	padding: 16px 20px 0px 20px;
}
/* --------------------------- END UNIVERSAL DEFS -------------------------- */

/* --------------------------- LINK DEFS ----------------------------------- */
a, a:visited { font-weight: bold; text-decoration: underline; color: #690; }
a:hover, a:active { font-weight: bold; text-decoration: none; color: #690; }

a.black, a.black:visited { font-weight: bold; text-decoration: underline; color: #000; }
a.black:hover, a.black:active { font-weight: bold; text-decoration: none; color: #690; }

a.secondary, a.secondary:visited { font-weight: normal; text-decoration: underline; color: #690; }
a.secondary:hover, a.secondary:active { font-weight: normal; text-decoration: none; color: #690; }

a.foot, a.foot:visited { font-weight: bold; text-decoration: underline; }
a.foot:hover, a.foot:active { font-weight: bold; text-decoration: none; }
/* --------------------------- END LINK DEFS ------------------------------- */

/* --------------------------- ERROR DEFS ---------------------------------- */
.textError {
	width: 100%;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	background-color: #ffeeee;
}
.textError h1 {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.textError ul {
	margin: 0px;
	padding: 5px 10px 5px 30px;
}

.textError a { padding: 10px; }

.textErrorSmall {
	font-size: 11px;
	padding: 5px;
	color: #CC0000;
}
/* --------------------------- END ERROR DEFS ------------------------------ */

/* --------------------------- HOME DEFS ----------------------------------- */
#homeImageFrame {
	width: 670px;
	height: 310px;
	margin: 0px auto;
	padding: 0px;
	background: url(/_images/framework/frame-home-image.gif) top left no-repeat;
}
#homeImage {
	width: 660px;
	height: 300px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	position: relative;
}
#homeCallouts {
	width: 220px;
	margin: 15px 20px 0px 0px;
	padding: 0px 0px 15px 20px;
	float: right;
	display: inline;
	background: url(/_images/framework/vertical-divider.gif) top left repeat-y;
}
#homeRegister {
	width: 220px;
	margin: 5px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	background: url(/_images/framework/home-horizontal-divider.gif) top no-repeat;
}
#homeWelcome {
	width: 400px;
	margin: 0px;
	padding: 11px 0px 0px 20px;
}

/* --------------------------- END HOME DEFS ----------------------------------- */

/*****************************************************************************/
/* --------------------------- PAGE CONTENT DEFS --------------------------- */
/*****************************************************************************/

/* --------------------------- MODULE DEFS -------------------------------- */
#modCounter {
	width: 240px;
	height: 100px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}
#modCounterNumbers {
	width: 125px;
	height: 60px;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	float: right;
	display: inline;
}
.counter_number {
	width: 40px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.mod_container {
	width: 240px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.mod_rightcol_footer {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.mod_view_link {
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
}
.mod_rightcol_bg {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background: #bee2f3;
}
.mod_event_row {
	width: 220px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}
.mod_event_row p {
	width: 210px;
	margin: 0px;
	padding: 4px 5px 6px 5px;
	background: #ffffff;
}
.mod_thumb_frame {
	width: 130px;
	height: 125px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	background-position: top left;
	background-repeat: no-repeat;
}
.mod_thumb {
	width: 120px;
	height: 120px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
.mod_thumb_link {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
.mod_overview {
	margin: 0px;
	padding: 5px 20px 0px 20px;
}
#relatedSpeakersContainer {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 40px 0px;
	float: left;
}
#relatedSpeakers {
	width: 660px;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	float: left;
	display: inline;
	background: #d7eb9c url(/_images/modules/footer-speakers.gif) bottom left no-repeat;
}
/* --------------------------- END MODULE DEFS ---------------------------- */

/* --------------------------- PAGE DETAIL DEFS -------------------------------- */
#pageHeader {	
	width: 685px;
	height: 35px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#pageHeader p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	float: right;
}
#pageImageFrame {
	width: 260px;
	height: 260px;
	margin: 0px;
	float: right;
	display: inline;
	background: url(/_images/framework/frame-image.gif) top left no-repeat;
}
.page_image_square {
	width: 250px;
	height: 250px;
	margin: 5px auto 0px auto;
	padding: 0px;
}
#indexImage {
	width: 130px;
	height: 125px;
	margin: 34px 5px 0px 0px;
	float: right;
	display: inline;
}
.thumb_row {
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
}
.thumb_row_mod {
	width: 130px;
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	float: left;
	display: inline;
}
.thumb_row_mod p {
	margin: 0px;
	padding: 1px 5px 9px 5px;
}
.thumb_row_link {
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 100;
	margin: 0px;
	padding: 0px;
}
.thumb_row_frame {
	width: 130px;
	height: 130px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}
.thumb_row_frame_sponsor {
	width: 130px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}
.thumb_row_image {
	width: 120px;
	height: 120px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	position: relative;
}
.thumb_row_text {
	width: 480px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 3px 0px;
	float: right;
	display: inline;
}
.thumb_row_text p {
	margin: 0px;
	padding: 12px 0px 0px 0px;
}
#tableSchedule {
	width: 670px;
	margin: 0px;
	padding: 0px 0px 40px 20px;
	float: left;
	display: inline;
}
.schedule_row {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.schedule_row_bg {
	margin: 0px;
	padding: 0px;
	background: url(/_images/modules/bg-schedule.gif) top left repeat-y;
	float: left;
}
.schedule_row_bg_pm {
	margin: 0px;
	padding: 0px;
	background: url(/_images/modules/bg-schedule-pm.gif) top left repeat-y;
	float: left;
}
.schedule_time {
	width: 90px;
}
.schedule_session {
	width: 115px;
}
.schedule_item {
	margin: 0px 0px 0px 1px;
	padding: 3px 10px 5px 10px;
	text-align: center;
	float: left;
	display: inline;
	border-top: 1px solid #ffffff;
}
.schedule_spacer {
	width: 110px;
	height: 20px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	float: left;
}
#sponsorsContainer {
	width: 680px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 40px 0px;
	float: left;
}
.sponsor_header {
	margin: 10px auto 0px auto;
}
#resourceImageCol {
	width: 260px;
	margin: 15px 15px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
#resourceDetails {
	width: 390px;
	margin: 0px;
	padding: 15px 0px 0px 20px;
}
#resourceDownloads {
	width: 250px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	clear: right;
}
.resource_download {
	width: 100%;
	margin: 0px;
	padding: 6px 0px 9px 0px;
	background: url(/_images/modules/download-divider.gif) bottom left no-repeat;
}
#sessionsContainer {
	width: 390px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	float: left;
}
#sessionsModule {
	width: 390px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #d8eb9c;
}
.resource_session_mod {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 9px 0px;
	border-top: 5px solid #ffffff;
	float: left;
}
.schedule_row h3 {
	width: 110px;
	margin: 0px;
	padding: 6px 0px 0px 10px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}
.resource_session_text {
	width: 240px;
	margin: 0px;
	padding: 6px 10px 0px 0px;
	float: right;
}
/* --------------------------- END PAGE DETAIL DEFS ---------------------------- */

/*****************************************************************************/
/* --------------------------- END PAGE CONTENT DEFS ----------------------- */
/*****************************************************************************/

/* --------------------------- CONTACT SECTION DEFS ----------------------------------- */
#contactForm {
	width: 460px;
	margin: 0px auto;
	padding: 0px;
}
#contactFormError {
	margin: 0px;
	padding: 0px 20px 15px 20px;
}
.form_row h3 {
	width: 180px;
	margin: 0px;
	padding: 2px 10px 3px 0px;
	text-align: right;
	background: #d8eb9c;
	font-size: 11px;
	line-height: 15px;
	float: left;
}
h3.optional { font-weight: normal; }
.form_row h4 {
	width: 450px;
	margin: 0px;
	padding: 2px 0px 3px 10px;
	text-align: left;
	background: #d8eb9c;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	float: left;
}
.form_row_field {
	width: 268px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #a5acb2;
	float: left;
}
input.form_field {
	width: 266px;
	margin: 2px 0px 0px 1px;
	padding: 0px;
	float: left;
	border: 0px;
}
select.form_field {
	width: 270px;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	float: left;
}
textarea.form_field {
	width: 458px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #a5acb2;
}
.form_button {
	margin: 0px 0px 0px 185px;
	padding: 0px;
	display: block;
	position: relative;
}
.contact_centered_link {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* --------------------------- END CONTACT SECTION DEFS ----------------------------------- */


/* --------------------------- UTILITIES SECTION DEFS ----------------------------------- */
.sm_col {
	width: 320px;
	padding: 16px 0px 0px 0px;
	vertical-align: top;
}
.sm_col_left {
	margin: 0px 0px 0px 20px;
	float: left;
	display: inline;
}
/* Hides from IE-mac \*/
* html .sm_col_right { margin: 0px 0px 0px 337px; }
.sm_col_right {
	margin: 0px 0px 0px 340px;
}
/* End hide from IE-mac */
.sm_row {
	width: 100%;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
.sm_row_link_row {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* --------------------------- END UTILITIES SECTION DEFS ----------------------------------- */
